/* @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:rgb(243,244,249,0.4);--color-gray-200-o-80:rgb(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:rgb(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 rgb(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:rgb(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 rgb(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:rgb(216,217,224,0.8);--jui-dropdown-shadow-color:rgb(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);--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;}
.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;}
.account-menu{position:relative;}.account-menu__button{background:#007E9E;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.75rem 1.125rem;line-height:1;font-size:0.875rem;}.account-menu__button::after{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;content:' ';position:relative;background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-2x'%3E%3Cpath fill='%23FFFFFF' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100%;height:1em;width:.825em;margin-left:.5em;-webkit-transition:all 0.24s ease-out;transition:all 0.24s ease-out;display:none !important;}.account-menu__button[aria-expanded="true"]::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.account-menu__panel{background-color:var(--color-background-active);position:absolute;right:0;top:100%;padding-left:30px;padding-right:30px;padding-bottom:30px;padding-top:30px;padding-bottom:60px;background-color:#eef1f4;-webkit-box-shadow:0 1rem 0.5rem 0 rgba(0,0,0,0.25);box-shadow:0 1rem 0.5rem 0 rgba(0,0,0,0.25);opacity:0;position:absolute;-webkit-transition:all 0.12s ease-in-out;transition:all 0.12s ease-in-out;z-index:-1;visibility:hidden;width:415px;}@media only screen and (max-width:600px){.account-menu__panel{right:-90px;width:300px;}}.account-menu__panel[aria-expanded="true"]{opacity:1;overflow-y:auto;visibility:visible;}.account-menu__content .menu--account{display:block;max-height:none;}.account-menu__content .menu--account a,.account-menu__content .menu--account label[for="slide-menu-toggle"]{color:#4C4D4F;margin:0;-webkit-transition:color 0.2s ease-in-out;transition:color 0.2s ease-in-out;cursor:pointer;}.account-menu__content .menu--account a:hover,.account-menu__content .menu--account a.is-active,.account-menu__content .menu--account label[for="slide-menu-toggle"]:hover,.account-menu__content .menu--account label[for="slide-menu-toggle"].is-active{color:#D13400;}.account-menu__content .menu--heading-group{color:#4C4D4F;cursor:none;display:block;font-weight:700;pointer-events:none;text-transform:uppercase;letter-spacing:.1em;font-size:1rem;}.account-menu__content li + li > .menu--heading-group{margin-top:1em;}.account-menu__content .menu--account-name{display:inline-block;font-size:16px;font-weight:bold;margin-right:1rem;color:#4C4D4F;}.account-menu__content .menu--account-id{font-size:12px;color:#4C4D4F;}.account-menu__content .menu--account-id a{margin-left:1rem;}@media (min-width:62em){.account-menu__content .menu--account-id{display:inline-block;font-size:16px;}}.account-menu__content .menu--account-id .button--arrow-green{font-size:12px;}@media (min-width:62em){.account-menu__content .menu--account-id .button--arrow-green{font-size:16px;}}.account-menu__content .menu--account-user{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;}.account-menu__content .menu--account-icon{display:inline-block;margin-right:1rem;width:20px;}.account-menu__content .menu--account-icon circle,.account-menu__content .menu--account-icon path{fill:#007E9E;}.account-menu__content [id^="user-login-form"] .form-item{margin:0 0 1rem;}.account-menu__content [id^="user-login-form"] .field-suffix{font-size:14px;margin:0.25rem 0 0 0;}.account-menu__content [id^="user-login-form"] .field-suffix a{text-decoration:none;font-weight:normal;}.account-menu__content [id^="user-login-form"] + .item-list ul{margin-top:1rem;padding-left:0;}.account-menu__content [id^="user-login-form"] + .item-list ul li{margin-bottom:0.5rem;}.account-menu__content [id^="user-login-form"] + .item-list ul li:before{content:'';}.account-menu__content [id^="user-login-form"] + .item-list ul li a{color:#747481;}@media only screen and (max-width:992px){.customButtonAccount{width:44px;height:40px;padding:0;justify-content:center;border-radius:4px;}}#block-userlogin .item-list{display:none !important;}#block-userlogin button[data-bs-dismiss="modal"]{display:none;}#modal-user-login #block-userlogin button[data-bs-dismiss="modal"]{display:block;}
.eventList{grid-template-columns:300px auto;}.eventList__sideBar{width:300px;}
.customHeader{box-shadow:0px 2px 4px rgba(0,0,0,0.25);padding:20px 0;z-index:1;}@media only screen and (max-width:990px){.customHeader{height:auto;}}.customSearchBox{height:36px;width:330px;}.customSearchBox button{border-right:none;border-radius:4px 0 0 4px;color:var(--main-color);height:36px;display:flex;justify-content:center;align-items:center;border-color:#CAD3DE;}.customSearchBox button:hover{background-color:var(--main-color) !important;}.customSearchBox button:active{background-color:var(--main-color) !important;border-color:var(--main-color) !important;}.customSearchBox button:focus,.customSearchBox button:focus-visible{background-color:var(--main-color) !important;border-color:var(--main-color) !important;color:#FFF !important;}.customSearchBox input{border-left:none;border-color:#CAD3DE;border-radius:0 4px 4px 0;}.account-menu__panel{z-index:99 !important;}.customLogo{max-width:200px;}.customHamburguer{width:44px;height:40px;border-radius:4px !important;display:flex;justify-content:center;align-items:center;}
.customMetadata{margin-bottom:32px !important;}.customMetadata--content{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap;}.customMetadata--item{border-width:1px;border-style:solid;border-color:var(--bs-primary);border-radius:100px;padding:8px 12px;display:inline-flex;justify-content:center;align-items:center;margin-bottom:4px;}.customMetadata--item a,.customMetadata--item p{color:var(--bs-primary) !important;text-decoration:none !important;font-size:14px !important;font-weight:400 !important;}
.page-title{font-size:1.875rem;line-height:1.2;padding-bottom:0;margin-bottom:0;}@media (min-width:48em){.page-title{font-size:2.5rem;}}@media (min-width:62em){.page-title{font-size:3rem;}}.page-title:not(:last-child){margin-bottom:3.125rem;}.page-title--small{font-size:1.41667rem;margin-bottom:0;padding-bottom:0;}@media (min-width:48em){.page-title--small{font-size:1.875rem;}}@media (min-width:62em){.page-title--small{font-size:2.25rem;}}.customEventsDetailHeader--title{color:#0D1A2D !important;font-weight:700;font-size:24px;}
@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-ThinItalic.ttf") format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Thin.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Italic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-BoldItalic.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"Lato";src:url("/themes/custom/oclc_theme/assets/font/Lato/Lato-Black.ttf") format("truetype");font-weight:900;font-style:normal}:root{--bs-blue-800:#052C64}:root,[data-bs-theme="light"]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#FFFFFF;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#bd1173;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:189,17,115;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text:#FFFFFF;--bs-secondary-text:#6c757d;--bs-success-text:#146c43;--bs-info-text:#052C64;--bs-warning-text:#997404;--bs-danger-text:#b02a37;--bs-light-text:#6c757d;--bs-dark-text:#495057;--bs-primary-bg-subtle:#A91B73;--bs-secondary-bg-subtle:#f8f9fa;--bs-success-bg-subtle:#DFF0D8;--bs-info-bg-subtle:#D9EDF7;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#5f093a;--bs-secondary-border-subtle:#343a40;--bs-success-border-subtle:#0a3622;--bs-info-border-subtle:#055160;--bs-warning-border-subtle:#664d03;--bs-danger-border-subtle:#58151c;--bs-light-border-subtle:#343a40;--bs-dark-border-subtle:#343a40;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Lato",sans-serif;--bs-font-monospace:"Lato",sans-serif;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-root-font-size:16px;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-body-bg:#FFFFFF;--bs-body-bg-rgb:255,255,255;--bs-heading-color:#212529;--bs-link-color:#bd1173;--bs-link-color-rgb:189,17,115;--bs-link-decoration:underline;--bs-link-hover-color:#970e5c;--bs-link-hover-color-rgb:151,14,92;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb),0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),0.25);--bs-box-shadow-lg:0 1rem 3rem rgba(var(--bs-body-color-rgb),0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(var(--bs-body-color-rgb),0.075);--bs-emphasis-color:#000;--bs-form-control-bg:var(--bs-body-bg);--bs-form-control-disabled-bg:var(--bs-secondary-bg);--bs-highlight-bg:#fff3cd;--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:990px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}[data-bs-theme="dark"]{--bs-body-color:#adb5bd;--bs-body-color-rgb:173,181,189;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#f8f9fa;--bs-emphasis-color-rgb:248,249,250;--bs-secondary-color:rgba(173,181,189,0.75);--bs-secondary-color-rgb:173,181,189;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(173,181,189,0.5);--bs-tertiary-color-rgb:173,181,189;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-emphasis-color:#FFFFFF;--bs-primary-text:#FFFFFF;--bs-secondary-text:#dee2e6;--bs-success-text:#75b798;--bs-info-text:#6edff6;--bs-warning-text:#ffda6a;--bs-danger-text:#ea868f;--bs-light-text:#f8f9fa;--bs-dark-text:#dee2e6;--bs-primary-bg-subtle:#A91B73;--bs-secondary-bg-subtle:#212529;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#A91B73;--bs-secondary-border-subtle:#495057;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#055160;--bs-warning-border-subtle:#664d03;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:#fff;--bs-link-color:#6EA7FD;--bs-link-hover-color:#9ec5fe;--bs-link-color-rgb:110,167,253;--bs-link-hover-color-rgb:158,197,254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,0.15)}*,*::before,*::after{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:0.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color,inherit)}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:0.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none !important}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:0.5rem;font-size:1.5rem;line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:5rem;font-weight:300;line-height:1.2}.display-2{font-size:4.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.display-5{font-size:3rem;font-weight:300;line-height:1.2}.display-6{font-size:2.5rem;font-weight:300;line-height:1.2}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:990px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:990px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:0.5rem 0.5rem;background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc($table-border-width * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:0.25rem 0.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#f2cfe3;--bs-table-border-color:#dabacc;--bs-table-striped-bg:#e6c5d8;--bs-table-striped-color:#000;--bs-table-active-bg:#dabacc;--bs-table-active-color:#000;--bs-table-hover-bg:#e0bfd2;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#FFFFFF;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#FFFFFF;--bs-table-active-bg:#373b3e;--bs-table-active-color:#FFFFFF;--bs-table-hover-bg:#323539;--bs-table-hover-color:#FFFFFF;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:989.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.views-exposed-form.bef-exposed-form .form-label{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.js-form-type-checkbox{display:flex}.js-form-type-checkbox .form-label{margin:0}.form-label{margin-bottom:0.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.6;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-clip:padding-box;border:var(--bs-border-width) solid #ced4da;appearance:none;border-radius:0.375rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-form-control-bg);border-color:#de88b9;outline:0;box-shadow:0 0 0 0.25rem rgba(189,17,115,0.25)}.form-control::-webkit-date-and-time-value{height:1.6em}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-form-control-disabled-bg);opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;line-height:1.6;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.6em + 0.5rem + calc($input-border-width * 2));padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.25rem}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.6em + 1rem + calc($input-border-width * 2));padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.5rem}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:2.25rem}textarea.form-control-sm{min-height:calc(1.6em + 0.5rem + calc($input-border-width * 2))}textarea.form-control-lg{min-height:calc(1.6em + 1rem + calc($input-border-width * 2))}.form-control-color{width:3rem;height:2.25rem;padding:0.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:0.375rem}.form-control-color::-webkit-color-swatch{border-radius:0.375rem}.form-control-color.form-control-sm{height:calc(1.6em + 0.5rem + calc($input-border-width * 2))}.form-control-color.form-control-lg{height:calc(1.6em + 1rem + calc($input-border-width * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:0.375rem 2.25rem 0.375rem 0.75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.6;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0.375rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#de88b9;outline:0;box-shadow:0 0 0 0.25rem rgba(189,17,115,0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:0.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-form-control-disabled-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.875rem;border-radius:0.25rem}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.25rem;border-radius:0.5rem}[data-bs-theme="dark"] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:0.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-form-control-bg);width:1rem;height:1rem;margin-top:0.25rem;vertical-align:top;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);appearance:none;print-color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:0.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#de88b9;outline:0;box-shadow:0 0 0 0.25rem rgba(189,17,115,0.25)}.form-check-input:checked{background-color:#bd1173;border-color:#bd1173}.form-check-input:checked[type="checkbox"]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate{background-color:#bd1173;border-color:#bd1173;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:0.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23de88b9'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:0.65}[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #FFFFFF,0 0 0 0.25rem rgba(189,17,115,0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #FFFFFF,0 0 0 0.25rem rgba(189,17,115,0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#bd1173;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#ebb8d5}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#bd1173;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#ebb8d5}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating::before:not(.form-control:disabled){position:absolute;top:var(--bs-border-width);left:var(--bs-border-width);width:calc(100% - (calc(calc(0.4em + 0.1875rem) + calc(0.8em + 0.375rem))));height:1.875em;content:"";background-color:var(--bs-form-control-bg);border-radius:0.375rem}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc($input-border-width * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem 0.75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 0.75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:0 0.75rem;font-size:1rem;font-weight:400;line-height:1.6;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:#FFFFFF;border:var(--bs-border-width) solid #ced4da;border-radius:0.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc($input-border-width * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-success-text)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-success);padding-right:calc(1.6em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.1875rem) center;background-size:calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb),0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.6em + 0.75rem);background-position:top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-success)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center,center right 2.25rem;background-size:16px 12px,calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.6em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-success)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-success-text)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb),0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-success-text)}.form-check-inline .form-check-input~.valid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-danger-text)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-danger);padding-right:calc(1.6em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.1875rem) center;background-size:calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.6em + 0.75rem);background-position:top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-danger)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center,center right 2.25rem;background-size:16px 12px,calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.6em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-danger)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-danger-text)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb),0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-danger-text)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.form-control::placeholder{color:#ced4da;font-size:1rem;font-weight:400}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-right:none}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-left:none}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.5rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.6;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#FFFFFF;--bs-btn-bg:#bd1173;--bs-btn-border-color:#bd1173;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#a10e62;--bs-btn-hover-border-color:#970e5c;--bs-btn-focus-shadow-rgb:199,53,136;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#970e5c;--bs-btn-active-border-color:#8e0d56;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#bd1173;--bs-btn-disabled-border-color:#bd1173}.btn-secondary{--bs-btn-color:#FFFFFF;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#FFFFFF;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#FFFFFF;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#FFFFFF;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#bd1173;--bs-btn-border-color:#bd1173;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#bd1173;--bs-btn-hover-border-color:#bd1173;--bs-btn-focus-shadow-rgb:189,17,115;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#bd1173;--bs-btn-active-border-color:#bd1173;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#bd1173;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#bd1173;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:199,53,136;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px}.btn:not([class*="btn-"]){--bs-btn-focus-shadow-rgb:211,211,211}.btn.btn-link{text-underline-offset:0.3em;text-decoration-thickness:1px}.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus{background:transparent;color:#bd1173}.btn.btn-complement{border-color:#bd1173;background:#FFFFFF;color:#bd1173}.btn.btn-complement:hover,.btn.btn-complement:active,.btn.btn-complement:focus{background:#bd1173;color:#FFFFFF}.btn-close{background-size:0.75rem !important}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc($dropdown-border-radius - $dropdown-border-width);--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb),0.15);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#FFFFFF;--bs-dropdown-link-active-bg:#bd1173;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.5rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:990px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#FFFFFF;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,255,255,0.15);--bs-dropdown-link-active-color:#FFFFFF;--bs-dropdown-link-active-bg:#bd1173;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0.375rem}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc($btn-border-width * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc($btn-border-width * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.75rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#FFFFFF;--bs-nav-pills-link-active-bg:#bd1173}.nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:#212529;--bs-navbar-hover-color:#970e5c;--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:1rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.75rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:0.75rem;padding-bottom:0.75rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:990px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255,255,255,0.55);--bs-navbar-hover-color:rgba(255,255,255,0.75);--bs-navbar-disabled-color:rgba(255,255,255,0.25);--bs-navbar-active-color:#FFFFFF;--bs-navbar-brand-color:#FFFFFF;--bs-navbar-brand-hover-color:#FFFFFF;--bs-navbar-toggler-border-color:rgba(255,255,255,0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme="dark"] .navbar{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card,.my-account--editable-group{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color:#212529;--bs-card-subtitle-color:;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow:;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color:;--bs-card-height:;--bs-card-color:;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr,.my-account--editable-group>hr{margin-right:0;margin-left:0}.card>.list-group,.my-account--editable-group>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child,.my-account--editable-group>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child,.my-account--editable-group>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.my-account--editable-group>.card-header+.list-group,.card>.list-group+.card-footer,.my-account--editable-group>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card,.card-group>.my-account--editable-group{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card,.card-group>.my-account--editable-group{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card,.card-group>.my-account--editable-group+.card,.card-group>.card+.my-account--editable-group,.card-group>.my-account--editable-group+.my-account--editable-group{margin-left:0;border-left:0}.card-group>.card:not(:last-child),.card-group>.my-account--editable-group:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.my-account--editable-group:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header,.card-group>.my-account--editable-group:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.my-account--editable-group:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer,.card-group>.my-account--editable-group:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child),.card-group>.my-account--editable-group:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.my-account--editable-group:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header,.card-group>.my-account--editable-group:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.my-account--editable-group:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer,.card-group>.my-account--editable-group:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#de88b9;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(189,17,115,0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme="dark"] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:;--bs-breadcrumb-border-radius:;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(189,17,115,0.25);--bs-pagination-active-color:#FFFFFF;--bs-pagination-active-bg:#bd1173;--bs-pagination-active-border-color:#bd1173;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc($pagination-border-width * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#FFFFFF;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text)}.alert-success{--bs-alert-color:var(--bs-success-text);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text)}.alert-info{--bs-alert-color:var(--bs-info-text);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text)}.alert-warning{--bs-alert-color:var(--bs-warning-text);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text)}.alert-danger{--bs-alert-color:var(--bs-danger-text);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text)}.alert-light{--bs-alert-color:var(--bs-light-text);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text)}.alert-dark{--bs-alert-color:var(--bs-dark-text);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#FFFFFF;--bs-progress-bar-bg:#bd1173;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#FFFFFF;--bs-list-group-active-bg:#bd1173;--bs-list-group-active-border-color:#bd1173;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:990px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle)}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle)}.list-group-item-primary.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-primary-text);--bs-list-group-active-border-color:var(--bs-primary-text)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle)}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle)}.list-group-item-secondary.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-secondary-text);--bs-list-group-active-border-color:var(--bs-secondary-text)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle)}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle)}.list-group-item-success.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-success-text);--bs-list-group-active-border-color:var(--bs-success-text)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle)}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle)}.list-group-item-info.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-info-text);--bs-list-group-active-border-color:var(--bs-info-text)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle)}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle)}.list-group-item-warning.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-warning-text);--bs-list-group-active-border-color:var(--bs-warning-text)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle)}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle)}.list-group-item-danger.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-danger-text);--bs-list-group-active-border-color:var(--bs-danger-text)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle)}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle)}.list-group-item-light.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-light-text);--bs-list-group-active-border-color:var(--bs-light-text)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle)}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle)}.list-group-item-dark.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-dark-text);--bs-list-group-active-border-color:var(--bs-dark-text)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(189,17,115,0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;border:0;border-radius:0.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme="dark"] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color:;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem 1rem 2rem 1rem;--bs-modal-margin:0.5rem;--bs-modal-color:;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:0.25rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),0.075);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb),0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:990px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:989.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.modal-footer{padding:1rem;column-gap:1rem;row-gap:0.5rem;flex-wrap:nowrap;align-items:stretch;flex-direction:column-reverse}.modal-footer>*{margin:0}.modal-footer * .btn{width:100%}@media (min-width:990px){.modal-footer{flex-wrap:wrap;flex-direction:row;align-items:center}.modal-footer * .btn{width:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin:;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc($popover-border-radius - $popover-border-width);--bs-popover-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb),0.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#FFFFFF;text-align:center;background:none;border:0;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#FFFFFF;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#FFFFFF;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:0.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#FFFFFF;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,[data-bs-theme="dark"] .carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme="dark"] .carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),0.075);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:989.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (max-width:989.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (min-width:990px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:0.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:0.2}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:0.6em}.placeholder-sm{min-height:0.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:0.1}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.9) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#FFFFFF !important;background-color:rgba(189,17,115,var(--bs-bg-opacity,1)) !important}.text-bg-secondary{color:#FFFFFF !important;background-color:rgba(108,117,125,var(--bs-bg-opacity,1)) !important}.text-bg-success{color:#FFFFFF !important;background-color:rgba(25,135,84,var(--bs-bg-opacity,1)) !important}.text-bg-info{color:#000 !important;background-color:rgba(13,202,240,var(--bs-bg-opacity,1)) !important}.text-bg-warning{color:#000 !important;background-color:rgba(255,193,7,var(--bs-bg-opacity,1)) !important}.text-bg-danger{color:#FFFFFF !important;background-color:rgba(220,53,69,var(--bs-bg-opacity,1)) !important}.text-bg-light{color:#000 !important;background-color:rgba(248,249,250,var(--bs-bg-opacity,1)) !important}.text-bg-dark{color:#FFFFFF !important;background-color:rgba(33,37,41,var(--bs-bg-opacity,1)) !important}.link-primary{color:#bd1173 !important}.link-primary:hover,.link-primary:focus{color:#970e5c !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:990px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:0.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb),0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),0.25) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(var(--bs-body-color-rgb),0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%,-50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important}.border-gray-100{--bs-border-opacity:1;border-color:#f8f9fa !important}.border-gray-200{--bs-border-opacity:1;border-color:#e9ecef !important}.border-gray-300{--bs-border-opacity:1;border-color:#dee2e6 !important}.border-gray-400{--bs-border-opacity:1;border-color:#ced4da !important}.border-gray-500{--bs-border-opacity:1;border-color:#adb5bd !important}.border-gray-600{--bs-border-opacity:1;border-color:#6c757d !important}.border-gray-700{--bs-border-opacity:1;border-color:#495057 !important}.border-gray-800{--bs-border-opacity:1;border-color:#343a40 !important}.border-gray-900{--bs-border-opacity:1;border-color:#212529 !important}.border-body{--bs-border-opacity:1;border-color:#212529 !important}.border-blue-100{--bs-border-opacity:1;border-color:#D9EDF7 !important}.border-blue-200{--bs-border-opacity:1;border-color:#9ec5fe !important}.border-blue-300{--bs-border-opacity:1;border-color:#6EA7FD !important}.border-blue-400{--bs-border-opacity:1;border-color:#3d8bfd !important}.border-blue-500{--bs-border-opacity:1;border-color:#0d6efd !important}.border-blue-600{--bs-border-opacity:1;border-color:#0a58ca !important}.border-blue-700{--bs-border-opacity:1;border-color:#084298 !important}.border-blue-800{--bs-border-opacity:1;border-color:#052C64 !important}.border-blue-900{--bs-border-opacity:1;border-color:#031633 !important}.border-indigo-100{--bs-border-opacity:1;border-color:#e0cffc !important}.border-indigo-200{--bs-border-opacity:1;border-color:#c29ffa !important}.border-indigo-300{--bs-border-opacity:1;border-color:#a370f7 !important}.border-indigo-400{--bs-border-opacity:1;border-color:#8540f5 !important}.border-indigo-500{--bs-border-opacity:1;border-color:#6610f2 !important}.border-indigo-600{--bs-border-opacity:1;border-color:#520dc2 !important}.border-indigo-700{--bs-border-opacity:1;border-color:#3d0a91 !important}.border-indigo-800{--bs-border-opacity:1;border-color:#290661 !important}.border-indigo-900{--bs-border-opacity:1;border-color:#140330 !important}.border-purple-100{--bs-border-opacity:1;border-color:#e2d9f3 !important}.border-purple-200{--bs-border-opacity:1;border-color:#c5b3e6 !important}.border-purple-300{--bs-border-opacity:1;border-color:#a98eda !important}.border-purple-400{--bs-border-opacity:1;border-color:#8c68cd !important}.border-purple-500{--bs-border-opacity:1;border-color:#6f42c1 !important}.border-purple-600{--bs-border-opacity:1;border-color:#59359a !important}.border-purple-700{--bs-border-opacity:1;border-color:#432874 !important}.border-purple-800{--bs-border-opacity:1;border-color:#2c1a4d !important}.border-purple-900{--bs-border-opacity:1;border-color:#160d27 !important}.border-pink-100{--bs-border-opacity:1;border-color:#f7d6e6 !important}.border-pink-200{--bs-border-opacity:1;border-color:#efadce !important}.border-pink-300{--bs-border-opacity:1;border-color:#e685b5 !important}.border-pink-400{--bs-border-opacity:1;border-color:#de5c9d !important}.border-pink-500{--bs-border-opacity:1;border-color:#d63384 !important}.border-pink-600{--bs-border-opacity:1;border-color:#ab296a !important}.border-pink-700{--bs-border-opacity:1;border-color:#801f4f !important}.border-pink-800{--bs-border-opacity:1;border-color:#561435 !important}.border-pink-900{--bs-border-opacity:1;border-color:#2b0a1a !important}.border-red-100{--bs-border-opacity:1;border-color:#f8d7da !important}.border-red-200{--bs-border-opacity:1;border-color:#f1aeb5 !important}.border-red-300{--bs-border-opacity:1;border-color:#ea868f !important}.border-red-400{--bs-border-opacity:1;border-color:#e35d6a !important}.border-red-500{--bs-border-opacity:1;border-color:#dc3545 !important}.border-red-600{--bs-border-opacity:1;border-color:#b02a37 !important}.border-red-700{--bs-border-opacity:1;border-color:#842029 !important}.border-red-800{--bs-border-opacity:1;border-color:#58151c !important}.border-red-900{--bs-border-opacity:1;border-color:#2c0b0e !important}.border-orange-100{--bs-border-opacity:1;border-color:#ffe5d0 !important}.border-orange-200{--bs-border-opacity:1;border-color:#fecba1 !important}.border-orange-300{--bs-border-opacity:1;border-color:#feb272 !important}.border-orange-400{--bs-border-opacity:1;border-color:#fd9843 !important}.border-orange-500{--bs-border-opacity:1;border-color:#fd7e14 !important}.border-orange-600{--bs-border-opacity:1;border-color:#ca6510 !important}.border-orange-700{--bs-border-opacity:1;border-color:#984c0c !important}.border-orange-800{--bs-border-opacity:1;border-color:#653208 !important}.border-orange-900{--bs-border-opacity:1;border-color:#331904 !important}.border-yellow-100{--bs-border-opacity:1;border-color:#fff3cd !important}.border-yellow-200{--bs-border-opacity:1;border-color:#ffe69c !important}.border-yellow-300{--bs-border-opacity:1;border-color:#ffda6a !important}.border-yellow-400{--bs-border-opacity:1;border-color:#ffcd39 !important}.border-yellow-500{--bs-border-opacity:1;border-color:#ffc107 !important}.border-yellow-600{--bs-border-opacity:1;border-color:#cc9a06 !important}.border-yellow-700{--bs-border-opacity:1;border-color:#997404 !important}.border-yellow-800{--bs-border-opacity:1;border-color:#664d03 !important}.border-yellow-900{--bs-border-opacity:1;border-color:#332701 !important}.border-green-100{--bs-border-opacity:1;border-color:#DFF0D8 !important}.border-green-200{--bs-border-opacity:1;border-color:#a3cfbb !important}.border-green-300{--bs-border-opacity:1;border-color:#75b798 !important}.border-green-400{--bs-border-opacity:1;border-color:#479f76 !important}.border-green-500{--bs-border-opacity:1;border-color:#198754 !important}.border-green-600{--bs-border-opacity:1;border-color:#146c43 !important}.border-green-700{--bs-border-opacity:1;border-color:#0f5132 !important}.border-green-800{--bs-border-opacity:1;border-color:#0a3622 !important}.border-green-900{--bs-border-opacity:1;border-color:#051b11 !important}.border-teal-100{--bs-border-opacity:1;border-color:#d2f4ea !important}.border-teal-200{--bs-border-opacity:1;border-color:#a6e9d5 !important}.border-teal-300{--bs-border-opacity:1;border-color:#79dfc1 !important}.border-teal-400{--bs-border-opacity:1;border-color:#4dd4ac !important}.border-teal-500{--bs-border-opacity:1;border-color:#20c997 !important}.border-teal-600{--bs-border-opacity:1;border-color:#1aa179 !important}.border-teal-700{--bs-border-opacity:1;border-color:#13795b !important}.border-teal-800{--bs-border-opacity:1;border-color:#0d503c !important}.border-teal-900{--bs-border-opacity:1;border-color:#06281e !important}.border-cyan-100{--bs-border-opacity:1;border-color:#cff4fc !important}.border-cyan-200{--bs-border-opacity:1;border-color:#9eeaf9 !important}.border-cyan-300{--bs-border-opacity:1;border-color:#6edff6 !important}.border-cyan-400{--bs-border-opacity:1;border-color:#3dd5f3 !important}.border-cyan-500{--bs-border-opacity:1;border-color:#0dcaf0 !important}.border-cyan-600{--bs-border-opacity:1;border-color:#0aa2c0 !important}.border-cyan-700{--bs-border-opacity:1;border-color:#087990 !important}.border-cyan-800{--bs-border-opacity:1;border-color:#055160 !important}.border-cyan-900{--bs-border-opacity:1;border-color:#032830 !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:0.75rem !important}.m-4{margin:1rem !important}.m-5{margin:1.25rem !important}.m-6{margin:1.5rem !important}.m-7{margin:1.75rem !important}.m-8{margin:2rem !important}.m-9{margin:2.25rem !important}.m-10{margin:2.5rem !important}.m-11{margin:2.75rem !important}.m-12{margin:3rem !important}.m-13{margin:3.25rem !important}.m-14{margin:3.5rem !important}.m-15{margin:3.75rem !important}.m-16{margin:4rem !important}.m-17{margin:4.25rem !important}.m-18{margin:4.5rem !important}.m-19{margin:4.75rem !important}.m-20{margin:5rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-4{margin-right:1rem !important;margin-left:1rem !important}.mx-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-8{margin-right:2rem !important;margin-left:2rem !important}.mx-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-12{margin-right:3rem !important;margin-left:3rem !important}.mx-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-16{margin-right:4rem !important;margin-left:4rem !important}.mx-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-20{margin-right:5rem !important;margin-left:5rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:0.75rem !important}.mt-4{margin-top:1rem !important}.mt-5{margin-top:1.25rem !important}.mt-6{margin-top:1.5rem !important}.mt-7{margin-top:1.75rem !important}.mt-8{margin-top:2rem !important}.mt-9{margin-top:2.25rem !important}.mt-10{margin-top:2.5rem !important}.mt-11{margin-top:2.75rem !important}.mt-12{margin-top:3rem !important}.mt-13{margin-top:3.25rem !important}.mt-14{margin-top:3.5rem !important}.mt-15{margin-top:3.75rem !important}.mt-16{margin-top:4rem !important}.mt-17{margin-top:4.25rem !important}.mt-18{margin-top:4.5rem !important}.mt-19{margin-top:4.75rem !important}.mt-20{margin-top:5rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:0.75rem !important}.me-4{margin-right:1rem !important}.me-5{margin-right:1.25rem !important}.me-6{margin-right:1.5rem !important}.me-7{margin-right:1.75rem !important}.me-8{margin-right:2rem !important}.me-9{margin-right:2.25rem !important}.me-10{margin-right:2.5rem !important}.me-11{margin-right:2.75rem !important}.me-12{margin-right:3rem !important}.me-13{margin-right:3.25rem !important}.me-14{margin-right:3.5rem !important}.me-15{margin-right:3.75rem !important}.me-16{margin-right:4rem !important}.me-17{margin-right:4.25rem !important}.me-18{margin-right:4.5rem !important}.me-19{margin-right:4.75rem !important}.me-20{margin-right:5rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:0.75rem !important}.mb-4{margin-bottom:1rem !important}.mb-5{margin-bottom:1.25rem !important}.mb-6{margin-bottom:1.5rem !important}.mb-7{margin-bottom:1.75rem !important}.mb-8{margin-bottom:2rem !important}.mb-9{margin-bottom:2.25rem !important}.mb-10{margin-bottom:2.5rem !important}.mb-11{margin-bottom:2.75rem !important}.mb-12{margin-bottom:3rem !important}.mb-13{margin-bottom:3.25rem !important}.mb-14{margin-bottom:3.5rem !important}.mb-15{margin-bottom:3.75rem !important}.mb-16{margin-bottom:4rem !important}.mb-17{margin-bottom:4.25rem !important}.mb-18{margin-bottom:4.5rem !important}.mb-19{margin-bottom:4.75rem !important}.mb-20{margin-bottom:5rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:0.75rem !important}.ms-4{margin-left:1rem !important}.ms-5{margin-left:1.25rem !important}.ms-6{margin-left:1.5rem !important}.ms-7{margin-left:1.75rem !important}.ms-8{margin-left:2rem !important}.ms-9{margin-left:2.25rem !important}.ms-10{margin-left:2.5rem !important}.ms-11{margin-left:2.75rem !important}.ms-12{margin-left:3rem !important}.ms-13{margin-left:3.25rem !important}.ms-14{margin-left:3.5rem !important}.ms-15{margin-left:3.75rem !important}.ms-16{margin-left:4rem !important}.ms-17{margin-left:4.25rem !important}.ms-18{margin-left:4.5rem !important}.ms-19{margin-left:4.75rem !important}.ms-20{margin-left:5rem !important}.ms-auto{margin-left:auto !important}.m-n1{margin:-0.25rem !important}.m-n2{margin:-0.5rem !important}.m-n3{margin:-0.75rem !important}.m-n4{margin:-1rem !important}.m-n5{margin:-1.25rem !important}.m-n6{margin:-1.5rem !important}.m-n7{margin:-1.75rem !important}.m-n8{margin:-2rem !important}.m-n9{margin:-2.25rem !important}.m-n10{margin:-2.5rem !important}.m-n11{margin:-2.75rem !important}.m-n12{margin:-3rem !important}.m-n13{margin:-3.25rem !important}.m-n14{margin:-3.5rem !important}.m-n15{margin:-3.75rem !important}.m-n16{margin:-4rem !important}.m-n17{margin:-4.25rem !important}.m-n18{margin:-4.5rem !important}.m-n19{margin:-4.75rem !important}.m-n20{margin:-5rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-0.75rem !important}.mt-n4{margin-top:-1rem !important}.mt-n5{margin-top:-1.25rem !important}.mt-n6{margin-top:-1.5rem !important}.mt-n7{margin-top:-1.75rem !important}.mt-n8{margin-top:-2rem !important}.mt-n9{margin-top:-2.25rem !important}.mt-n10{margin-top:-2.5rem !important}.mt-n11{margin-top:-2.75rem !important}.mt-n12{margin-top:-3rem !important}.mt-n13{margin-top:-3.25rem !important}.mt-n14{margin-top:-3.5rem !important}.mt-n15{margin-top:-3.75rem !important}.mt-n16{margin-top:-4rem !important}.mt-n17{margin-top:-4.25rem !important}.mt-n18{margin-top:-4.5rem !important}.mt-n19{margin-top:-4.75rem !important}.mt-n20{margin-top:-5rem !important}.me-n1{margin-right:-0.25rem !important}.me-n2{margin-right:-0.5rem !important}.me-n3{margin-right:-0.75rem !important}.me-n4{margin-right:-1rem !important}.me-n5{margin-right:-1.25rem !important}.me-n6{margin-right:-1.5rem !important}.me-n7{margin-right:-1.75rem !important}.me-n8{margin-right:-2rem !important}.me-n9{margin-right:-2.25rem !important}.me-n10{margin-right:-2.5rem !important}.me-n11{margin-right:-2.75rem !important}.me-n12{margin-right:-3rem !important}.me-n13{margin-right:-3.25rem !important}.me-n14{margin-right:-3.5rem !important}.me-n15{margin-right:-3.75rem !important}.me-n16{margin-right:-4rem !important}.me-n17{margin-right:-4.25rem !important}.me-n18{margin-right:-4.5rem !important}.me-n19{margin-right:-4.75rem !important}.me-n20{margin-right:-5rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-0.75rem !important}.mb-n4{margin-bottom:-1rem !important}.mb-n5{margin-bottom:-1.25rem !important}.mb-n6{margin-bottom:-1.5rem !important}.mb-n7{margin-bottom:-1.75rem !important}.mb-n8{margin-bottom:-2rem !important}.mb-n9{margin-bottom:-2.25rem !important}.mb-n10{margin-bottom:-2.5rem !important}.mb-n11{margin-bottom:-2.75rem !important}.mb-n12{margin-bottom:-3rem !important}.mb-n13{margin-bottom:-3.25rem !important}.mb-n14{margin-bottom:-3.5rem !important}.mb-n15{margin-bottom:-3.75rem !important}.mb-n16{margin-bottom:-4rem !important}.mb-n17{margin-bottom:-4.25rem !important}.mb-n18{margin-bottom:-4.5rem !important}.mb-n19{margin-bottom:-4.75rem !important}.mb-n20{margin-bottom:-5rem !important}.ms-n1{margin-left:-0.25rem !important}.ms-n2{margin-left:-0.5rem !important}.ms-n3{margin-left:-0.75rem !important}.ms-n4{margin-left:-1rem !important}.ms-n5{margin-left:-1.25rem !important}.ms-n6{margin-left:-1.5rem !important}.ms-n7{margin-left:-1.75rem !important}.ms-n8{margin-left:-2rem !important}.ms-n9{margin-left:-2.25rem !important}.ms-n10{margin-left:-2.5rem !important}.ms-n11{margin-left:-2.75rem !important}.ms-n12{margin-left:-3rem !important}.ms-n13{margin-left:-3.25rem !important}.ms-n14{margin-left:-3.5rem !important}.ms-n15{margin-left:-3.75rem !important}.ms-n16{margin-left:-4rem !important}.ms-n17{margin-left:-4.25rem !important}.ms-n18{margin-left:-4.5rem !important}.ms-n19{margin-left:-4.75rem !important}.ms-n20{margin-left:-5rem !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:0.75rem !important}.p-4{padding:1rem !important}.p-5{padding:1.25rem !important}.p-6{padding:1.5rem !important}.p-7{padding:1.75rem !important}.p-8{padding:2rem !important}.p-9{padding:2.25rem !important}.p-10{padding:2.5rem !important}.p-11{padding:2.75rem !important}.p-12{padding:3rem !important}.p-13{padding:3.25rem !important}.p-14{padding:3.5rem !important}.p-15{padding:3.75rem !important}.p-16{padding:4rem !important}.p-17{padding:4.25rem !important}.p-18{padding:4.5rem !important}.p-19{padding:4.75rem !important}.p-20{padding:5rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-4{padding-right:1rem !important;padding-left:1rem !important}.px-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-8{padding-right:2rem !important;padding-left:2rem !important}.px-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-12{padding-right:3rem !important;padding-left:3rem !important}.px-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-16{padding-right:4rem !important;padding-left:4rem !important}.px-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-20{padding-right:5rem !important;padding-left:5rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:0.75rem !important}.pt-4{padding-top:1rem !important}.pt-5{padding-top:1.25rem !important}.pt-6{padding-top:1.5rem !important}.pt-7{padding-top:1.75rem !important}.pt-8{padding-top:2rem !important}.pt-9{padding-top:2.25rem !important}.pt-10{padding-top:2.5rem !important}.pt-11{padding-top:2.75rem !important}.pt-12{padding-top:3rem !important}.pt-13{padding-top:3.25rem !important}.pt-14{padding-top:3.5rem !important}.pt-15{padding-top:3.75rem !important}.pt-16{padding-top:4rem !important}.pt-17{padding-top:4.25rem !important}.pt-18{padding-top:4.5rem !important}.pt-19{padding-top:4.75rem !important}.pt-20{padding-top:5rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:0.75rem !important}.pe-4{padding-right:1rem !important}.pe-5{padding-right:1.25rem !important}.pe-6{padding-right:1.5rem !important}.pe-7{padding-right:1.75rem !important}.pe-8{padding-right:2rem !important}.pe-9{padding-right:2.25rem !important}.pe-10{padding-right:2.5rem !important}.pe-11{padding-right:2.75rem !important}.pe-12{padding-right:3rem !important}.pe-13{padding-right:3.25rem !important}.pe-14{padding-right:3.5rem !important}.pe-15{padding-right:3.75rem !important}.pe-16{padding-right:4rem !important}.pe-17{padding-right:4.25rem !important}.pe-18{padding-right:4.5rem !important}.pe-19{padding-right:4.75rem !important}.pe-20{padding-right:5rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:0.75rem !important}.pb-4{padding-bottom:1rem !important}.pb-5{padding-bottom:1.25rem !important}.pb-6{padding-bottom:1.5rem !important}.pb-7{padding-bottom:1.75rem !important}.pb-8{padding-bottom:2rem !important}.pb-9{padding-bottom:2.25rem !important}.pb-10{padding-bottom:2.5rem !important}.pb-11{padding-bottom:2.75rem !important}.pb-12{padding-bottom:3rem !important}.pb-13{padding-bottom:3.25rem !important}.pb-14{padding-bottom:3.5rem !important}.pb-15{padding-bottom:3.75rem !important}.pb-16{padding-bottom:4rem !important}.pb-17{padding-bottom:4.25rem !important}.pb-18{padding-bottom:4.5rem !important}.pb-19{padding-bottom:4.75rem !important}.pb-20{padding-bottom:5rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:0.75rem !important}.ps-4{padding-left:1rem !important}.ps-5{padding-left:1.25rem !important}.ps-6{padding-left:1.5rem !important}.ps-7{padding-left:1.75rem !important}.ps-8{padding-left:2rem !important}.ps-9{padding-left:2.25rem !important}.ps-10{padding-left:2.5rem !important}.ps-11{padding-left:2.75rem !important}.ps-12{padding-left:3rem !important}.ps-13{padding-left:3.25rem !important}.ps-14{padding-left:3.5rem !important}.ps-15{padding-left:3.75rem !important}.ps-16{padding-left:4rem !important}.ps-17{padding-left:4.25rem !important}.ps-18{padding-left:4.5rem !important}.ps-19{padding-left:4.75rem !important}.ps-20{padding-left:5rem !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:0.75rem !important}.gap-4{gap:1rem !important}.gap-5{gap:1.25rem !important}.gap-6{gap:1.5rem !important}.gap-7{gap:1.75rem !important}.gap-8{gap:2rem !important}.gap-9{gap:2.25rem !important}.gap-10{gap:2.5rem !important}.gap-11{gap:2.75rem !important}.gap-12{gap:3rem !important}.gap-13{gap:3.25rem !important}.gap-14{gap:3.5rem !important}.gap-15{gap:3.75rem !important}.gap-16{gap:4rem !important}.gap-17{gap:4.25rem !important}.gap-18{gap:4.5rem !important}.gap-19{gap:4.75rem !important}.gap-20{gap:5rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:0.25rem !important}.row-gap-2{row-gap:0.5rem !important}.row-gap-3{row-gap:0.75rem !important}.row-gap-4{row-gap:1rem !important}.row-gap-5{row-gap:1.25rem !important}.row-gap-6{row-gap:1.5rem !important}.row-gap-7{row-gap:1.75rem !important}.row-gap-8{row-gap:2rem !important}.row-gap-9{row-gap:2.25rem !important}.row-gap-10{row-gap:2.5rem !important}.row-gap-11{row-gap:2.75rem !important}.row-gap-12{row-gap:3rem !important}.row-gap-13{row-gap:3.25rem !important}.row-gap-14{row-gap:3.5rem !important}.row-gap-15{row-gap:3.75rem !important}.row-gap-16{row-gap:4rem !important}.row-gap-17{row-gap:4.25rem !important}.row-gap-18{row-gap:4.5rem !important}.row-gap-19{row-gap:4.75rem !important}.row-gap-20{row-gap:5rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:0.25rem !important}.column-gap-2{column-gap:0.5rem !important}.column-gap-3{column-gap:0.75rem !important}.column-gap-4{column-gap:1rem !important}.column-gap-5{column-gap:1.25rem !important}.column-gap-6{column-gap:1.5rem !important}.column-gap-7{column-gap:1.75rem !important}.column-gap-8{column-gap:2rem !important}.column-gap-9{column-gap:2.25rem !important}.column-gap-10{column-gap:2.5rem !important}.column-gap-11{column-gap:2.75rem !important}.column-gap-12{column-gap:3rem !important}.column-gap-13{column-gap:3.25rem !important}.column-gap-14{column-gap:3.5rem !important}.column-gap-15{column-gap:3.75rem !important}.column-gap-16{column-gap:4rem !important}.column-gap-17{column-gap:4.25rem !important}.column-gap-18{column-gap:4.5rem !important}.column-gap-19{column-gap:4.75rem !important}.column-gap-20{column-gap:5rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fs-base{font-size:1rem !important}.fs-7{font-size:0.875rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-none-hover:hover{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-underline-hover:hover{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-decoration-line-through-hover:hover{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important}.text-gray-100{--bs-text-opacity:1;color:#f8f9fa !important}.text-gray-200{--bs-text-opacity:1;color:#e9ecef !important}.text-gray-300{--bs-text-opacity:1;color:#dee2e6 !important}.text-gray-400{--bs-text-opacity:1;color:#ced4da !important}.text-gray-500{--bs-text-opacity:1;color:#adb5bd !important}.text-gray-600{--bs-text-opacity:1;color:#6c757d !important}.text-gray-700{--bs-text-opacity:1;color:#495057 !important}.text-gray-800{--bs-text-opacity:1;color:#343a40 !important}.text-gray-900{--bs-text-opacity:1;color:#212529 !important}.text-blue-100{--bs-text-opacity:1;color:#D9EDF7 !important}.text-blue-200{--bs-text-opacity:1;color:#9ec5fe !important}.text-blue-300{--bs-text-opacity:1;color:#6EA7FD !important}.text-blue-400{--bs-text-opacity:1;color:#3d8bfd !important}.text-blue-500{--bs-text-opacity:1;color:#0d6efd !important}.text-blue-600{--bs-text-opacity:1;color:#0a58ca !important}.text-blue-700{--bs-text-opacity:1;color:#084298 !important}.text-blue-800{--bs-text-opacity:1;color:#052C64 !important}.text-blue-900{--bs-text-opacity:1;color:#031633 !important}.text-indigo-100{--bs-text-opacity:1;color:#e0cffc !important}.text-indigo-200{--bs-text-opacity:1;color:#c29ffa !important}.text-indigo-300{--bs-text-opacity:1;color:#a370f7 !important}.text-indigo-400{--bs-text-opacity:1;color:#8540f5 !important}.text-indigo-500{--bs-text-opacity:1;color:#6610f2 !important}.text-indigo-600{--bs-text-opacity:1;color:#520dc2 !important}.text-indigo-700{--bs-text-opacity:1;color:#3d0a91 !important}.text-indigo-800{--bs-text-opacity:1;color:#290661 !important}.text-indigo-900{--bs-text-opacity:1;color:#140330 !important}.text-purple-100{--bs-text-opacity:1;color:#e2d9f3 !important}.text-purple-200{--bs-text-opacity:1;color:#c5b3e6 !important}.text-purple-300{--bs-text-opacity:1;color:#a98eda !important}.text-purple-400{--bs-text-opacity:1;color:#8c68cd !important}.text-purple-500{--bs-text-opacity:1;color:#6f42c1 !important}.text-purple-600{--bs-text-opacity:1;color:#59359a !important}.text-purple-700{--bs-text-opacity:1;color:#432874 !important}.text-purple-800{--bs-text-opacity:1;color:#2c1a4d !important}.text-purple-900{--bs-text-opacity:1;color:#160d27 !important}.text-pink-100{--bs-text-opacity:1;color:#f7d6e6 !important}.text-pink-200{--bs-text-opacity:1;color:#efadce !important}.text-pink-300{--bs-text-opacity:1;color:#e685b5 !important}.text-pink-400{--bs-text-opacity:1;color:#de5c9d !important}.text-pink-500{--bs-text-opacity:1;color:#d63384 !important}.text-pink-600{--bs-text-opacity:1;color:#ab296a !important}.text-pink-700{--bs-text-opacity:1;color:#801f4f !important}.text-pink-800{--bs-text-opacity:1;color:#561435 !important}.text-pink-900{--bs-text-opacity:1;color:#2b0a1a !important}.text-red-100{--bs-text-opacity:1;color:#f8d7da !important}.text-red-200{--bs-text-opacity:1;color:#f1aeb5 !important}.text-red-300{--bs-text-opacity:1;color:#ea868f !important}.text-red-400{--bs-text-opacity:1;color:#e35d6a !important}.text-red-500{--bs-text-opacity:1;color:#dc3545 !important}.text-red-600{--bs-text-opacity:1;color:#b02a37 !important}.text-red-700{--bs-text-opacity:1;color:#842029 !important}.text-red-800{--bs-text-opacity:1;color:#58151c !important}.text-red-900{--bs-text-opacity:1;color:#2c0b0e !important}.text-orange-100{--bs-text-opacity:1;color:#ffe5d0 !important}.text-orange-200{--bs-text-opacity:1;color:#fecba1 !important}.text-orange-300{--bs-text-opacity:1;color:#feb272 !important}.text-orange-400{--bs-text-opacity:1;color:#fd9843 !important}.text-orange-500{--bs-text-opacity:1;color:#fd7e14 !important}.text-orange-600{--bs-text-opacity:1;color:#ca6510 !important}.text-orange-700{--bs-text-opacity:1;color:#984c0c !important}.text-orange-800{--bs-text-opacity:1;color:#653208 !important}.text-orange-900{--bs-text-opacity:1;color:#331904 !important}.text-yellow-100{--bs-text-opacity:1;color:#fff3cd !important}.text-yellow-200{--bs-text-opacity:1;color:#ffe69c !important}.text-yellow-300{--bs-text-opacity:1;color:#ffda6a !important}.text-yellow-400{--bs-text-opacity:1;color:#ffcd39 !important}.text-yellow-500{--bs-text-opacity:1;color:#ffc107 !important}.text-yellow-600{--bs-text-opacity:1;color:#cc9a06 !important}.text-yellow-700{--bs-text-opacity:1;color:#997404 !important}.text-yellow-800{--bs-text-opacity:1;color:#664d03 !important}.text-yellow-900{--bs-text-opacity:1;color:#332701 !important}.text-green-100{--bs-text-opacity:1;color:#DFF0D8 !important}.text-green-200{--bs-text-opacity:1;color:#a3cfbb !important}.text-green-300{--bs-text-opacity:1;color:#75b798 !important}.text-green-400{--bs-text-opacity:1;color:#479f76 !important}.text-green-500{--bs-text-opacity:1;color:#198754 !important}.text-green-600{--bs-text-opacity:1;color:#146c43 !important}.text-green-700{--bs-text-opacity:1;color:#0f5132 !important}.text-green-800{--bs-text-opacity:1;color:#0a3622 !important}.text-green-900{--bs-text-opacity:1;color:#051b11 !important}.text-teal-100{--bs-text-opacity:1;color:#d2f4ea !important}.text-teal-200{--bs-text-opacity:1;color:#a6e9d5 !important}.text-teal-300{--bs-text-opacity:1;color:#79dfc1 !important}.text-teal-400{--bs-text-opacity:1;color:#4dd4ac !important}.text-teal-500{--bs-text-opacity:1;color:#20c997 !important}.text-teal-600{--bs-text-opacity:1;color:#1aa179 !important}.text-teal-700{--bs-text-opacity:1;color:#13795b !important}.text-teal-800{--bs-text-opacity:1;color:#0d503c !important}.text-teal-900{--bs-text-opacity:1;color:#06281e !important}.text-cyan-100{--bs-text-opacity:1;color:#cff4fc !important}.text-cyan-200{--bs-text-opacity:1;color:#9eeaf9 !important}.text-cyan-300{--bs-text-opacity:1;color:#6edff6 !important}.text-cyan-400{--bs-text-opacity:1;color:#3dd5f3 !important}.text-cyan-500{--bs-text-opacity:1;color:#0dcaf0 !important}.text-cyan-600{--bs-text-opacity:1;color:#0aa2c0 !important}.text-cyan-700{--bs-text-opacity:1;color:#087990 !important}.text-cyan-800{--bs-text-opacity:1;color:#055160 !important}.text-cyan-900{--bs-text-opacity:1;color:#032830 !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,0.5) !important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,0.5) !important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity:1;color:inherit !important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text) !important}.text-secondary-emphasis{color:var(--bs-secondary-text) !important}.text-success-emphasis{color:var(--bs-success-text) !important}.text-info-emphasis{color:var(--bs-info-text) !important}.text-warning-emphasis{color:var(--bs-warning-text) !important}.text-danger-emphasis{color:var(--bs-danger-text) !important}.text-light-emphasis{color:var(--bs-light-text) !important}.text-dark-emphasis{color:var(--bs-dark-text) !important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important}.bg-gray-100{--bs-bg-opacity:1;background-color:#f8f9fa !important}.bg-gray-200{--bs-bg-opacity:1;background-color:#e9ecef !important}.bg-gray-300{--bs-bg-opacity:1;background-color:#dee2e6 !important}.bg-gray-400{--bs-bg-opacity:1;background-color:#ced4da !important}.bg-gray-500{--bs-bg-opacity:1;background-color:#adb5bd !important}.bg-gray-600{--bs-bg-opacity:1;background-color:#6c757d !important}.bg-gray-700{--bs-bg-opacity:1;background-color:#495057 !important}.bg-gray-800{--bs-bg-opacity:1;background-color:#343a40 !important}.bg-gray-900{--bs-bg-opacity:1;background-color:#212529 !important}.bg-blue-100{--bs-bg-opacity:1;background-color:#D9EDF7 !important}.bg-blue-200{--bs-bg-opacity:1;background-color:#9ec5fe !important}.bg-blue-300{--bs-bg-opacity:1;background-color:#6EA7FD !important}.bg-blue-400{--bs-bg-opacity:1;background-color:#3d8bfd !important}.bg-blue-500{--bs-bg-opacity:1;background-color:#0d6efd !important}.bg-blue-600{--bs-bg-opacity:1;background-color:#0a58ca !important}.bg-blue-700{--bs-bg-opacity:1;background-color:#084298 !important}.bg-blue-800{--bs-bg-opacity:1;background-color:#052C64 !important}.bg-blue-900{--bs-bg-opacity:1;background-color:#031633 !important}.bg-indigo-100{--bs-bg-opacity:1;background-color:#e0cffc !important}.bg-indigo-200{--bs-bg-opacity:1;background-color:#c29ffa !important}.bg-indigo-300{--bs-bg-opacity:1;background-color:#a370f7 !important}.bg-indigo-400{--bs-bg-opacity:1;background-color:#8540f5 !important}.bg-indigo-500{--bs-bg-opacity:1;background-color:#6610f2 !important}.bg-indigo-600{--bs-bg-opacity:1;background-color:#520dc2 !important}.bg-indigo-700{--bs-bg-opacity:1;background-color:#3d0a91 !important}.bg-indigo-800{--bs-bg-opacity:1;background-color:#290661 !important}.bg-indigo-900{--bs-bg-opacity:1;background-color:#140330 !important}.bg-purple-100{--bs-bg-opacity:1;background-color:#e2d9f3 !important}.bg-purple-200{--bs-bg-opacity:1;background-color:#c5b3e6 !important}.bg-purple-300{--bs-bg-opacity:1;background-color:#a98eda !important}.bg-purple-400{--bs-bg-opacity:1;background-color:#8c68cd !important}.bg-purple-500{--bs-bg-opacity:1;background-color:#6f42c1 !important}.bg-purple-600{--bs-bg-opacity:1;background-color:#59359a !important}.bg-purple-700{--bs-bg-opacity:1;background-color:#432874 !important}.bg-purple-800{--bs-bg-opacity:1;background-color:#2c1a4d !important}.bg-purple-900{--bs-bg-opacity:1;background-color:#160d27 !important}.bg-pink-100{--bs-bg-opacity:1;background-color:#f7d6e6 !important}.bg-pink-200{--bs-bg-opacity:1;background-color:#efadce !important}.bg-pink-300{--bs-bg-opacity:1;background-color:#e685b5 !important}.bg-pink-400{--bs-bg-opacity:1;background-color:#de5c9d !important}.bg-pink-500{--bs-bg-opacity:1;background-color:#d63384 !important}.bg-pink-600{--bs-bg-opacity:1;background-color:#ab296a !important}.bg-pink-700{--bs-bg-opacity:1;background-color:#801f4f !important}.bg-pink-800{--bs-bg-opacity:1;background-color:#561435 !important}.bg-pink-900{--bs-bg-opacity:1;background-color:#2b0a1a !important}.bg-red-100{--bs-bg-opacity:1;background-color:#f8d7da !important}.bg-red-200{--bs-bg-opacity:1;background-color:#f1aeb5 !important}.bg-red-300{--bs-bg-opacity:1;background-color:#ea868f !important}.bg-red-400{--bs-bg-opacity:1;background-color:#e35d6a !important}.bg-red-500{--bs-bg-opacity:1;background-color:#dc3545 !important}.bg-red-600{--bs-bg-opacity:1;background-color:#b02a37 !important}.bg-red-700{--bs-bg-opacity:1;background-color:#842029 !important}.bg-red-800{--bs-bg-opacity:1;background-color:#58151c !important}.bg-red-900{--bs-bg-opacity:1;background-color:#2c0b0e !important}.bg-orange-100{--bs-bg-opacity:1;background-color:#ffe5d0 !important}.bg-orange-200{--bs-bg-opacity:1;background-color:#fecba1 !important}.bg-orange-300{--bs-bg-opacity:1;background-color:#feb272 !important}.bg-orange-400{--bs-bg-opacity:1;background-color:#fd9843 !important}.bg-orange-500{--bs-bg-opacity:1;background-color:#fd7e14 !important}.bg-orange-600{--bs-bg-opacity:1;background-color:#ca6510 !important}.bg-orange-700{--bs-bg-opacity:1;background-color:#984c0c !important}.bg-orange-800{--bs-bg-opacity:1;background-color:#653208 !important}.bg-orange-900{--bs-bg-opacity:1;background-color:#331904 !important}.bg-yellow-100{--bs-bg-opacity:1;background-color:#fff3cd !important}.bg-yellow-200{--bs-bg-opacity:1;background-color:#ffe69c !important}.bg-yellow-300{--bs-bg-opacity:1;background-color:#ffda6a !important}.bg-yellow-400{--bs-bg-opacity:1;background-color:#ffcd39 !important}.bg-yellow-500{--bs-bg-opacity:1;background-color:#ffc107 !important}.bg-yellow-600{--bs-bg-opacity:1;background-color:#cc9a06 !important}.bg-yellow-700{--bs-bg-opacity:1;background-color:#997404 !important}.bg-yellow-800{--bs-bg-opacity:1;background-color:#664d03 !important}.bg-yellow-900{--bs-bg-opacity:1;background-color:#332701 !important}.bg-green-100{--bs-bg-opacity:1;background-color:#DFF0D8 !important}.bg-green-200{--bs-bg-opacity:1;background-color:#a3cfbb !important}.bg-green-300{--bs-bg-opacity:1;background-color:#75b798 !important}.bg-green-400{--bs-bg-opacity:1;background-color:#479f76 !important}.bg-green-500{--bs-bg-opacity:1;background-color:#198754 !important}.bg-green-600{--bs-bg-opacity:1;background-color:#146c43 !important}.bg-green-700{--bs-bg-opacity:1;background-color:#0f5132 !important}.bg-green-800{--bs-bg-opacity:1;background-color:#0a3622 !important}.bg-green-900{--bs-bg-opacity:1;background-color:#051b11 !important}.bg-teal-100{--bs-bg-opacity:1;background-color:#d2f4ea !important}.bg-teal-200{--bs-bg-opacity:1;background-color:#a6e9d5 !important}.bg-teal-300{--bs-bg-opacity:1;background-color:#79dfc1 !important}.bg-teal-400{--bs-bg-opacity:1;background-color:#4dd4ac !important}.bg-teal-500{--bs-bg-opacity:1;background-color:#20c997 !important}.bg-teal-600{--bs-bg-opacity:1;background-color:#1aa179 !important}.bg-teal-700{--bs-bg-opacity:1;background-color:#13795b !important}.bg-teal-800{--bs-bg-opacity:1;background-color:#0d503c !important}.bg-teal-900{--bs-bg-opacity:1;background-color:#06281e !important}.bg-cyan-100{--bs-bg-opacity:1;background-color:#cff4fc !important}.bg-cyan-200{--bs-bg-opacity:1;background-color:#9eeaf9 !important}.bg-cyan-300{--bs-bg-opacity:1;background-color:#6edff6 !important}.bg-cyan-400{--bs-bg-opacity:1;background-color:#3dd5f3 !important}.bg-cyan-500{--bs-bg-opacity:1;background-color:#0dcaf0 !important}.bg-cyan-600{--bs-bg-opacity:1;background-color:#0aa2c0 !important}.bg-cyan-700{--bs-bg-opacity:1;background-color:#087990 !important}.bg-cyan-800{--bs-bg-opacity:1;background-color:#055160 !important}.bg-cyan-900{--bs-bg-opacity:1;background-color:#032830 !important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important}.bg-body-emphasis{--bs-bg-opacity:1;background-color:rgba(var(--bs-emphasis-bg-rgb),var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-2xl) !important;border-top-right-radius:var(--bs-border-radius-2xl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-2xl) !important;border-bottom-right-radius:var(--bs-border-radius-2xl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-2xl) !important;border-bottom-left-radius:var(--bs-border-radius-2xl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-2xl) !important;border-top-left-radius:var(--bs-border-radius-2xl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visibility-visible{visibility:visible !important}.visibility-invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}.transform-reset-reset{transform:none !important}@media (min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}.border-sm{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-sm-0{border:0 !important}.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:0.75rem !important}.m-sm-4{margin:1rem !important}.m-sm-5{margin:1.25rem !important}.m-sm-6{margin:1.5rem !important}.m-sm-7{margin:1.75rem !important}.m-sm-8{margin:2rem !important}.m-sm-9{margin:2.25rem !important}.m-sm-10{margin:2.5rem !important}.m-sm-11{margin:2.75rem !important}.m-sm-12{margin:3rem !important}.m-sm-13{margin:3.25rem !important}.m-sm-14{margin:3.5rem !important}.m-sm-15{margin:3.75rem !important}.m-sm-16{margin:4rem !important}.m-sm-17{margin:4.25rem !important}.m-sm-18{margin:4.5rem !important}.m-sm-19{margin:4.75rem !important}.m-sm-20{margin:5rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-sm-8{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-sm-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-sm-12{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-sm-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-sm-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-sm-16{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-sm-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-sm-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-sm-20{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-sm-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-sm-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-sm-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-sm-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-sm-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-sm-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-sm-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-sm-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-sm-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:0.75rem !important}.mt-sm-4{margin-top:1rem !important}.mt-sm-5{margin-top:1.25rem !important}.mt-sm-6{margin-top:1.5rem !important}.mt-sm-7{margin-top:1.75rem !important}.mt-sm-8{margin-top:2rem !important}.mt-sm-9{margin-top:2.25rem !important}.mt-sm-10{margin-top:2.5rem !important}.mt-sm-11{margin-top:2.75rem !important}.mt-sm-12{margin-top:3rem !important}.mt-sm-13{margin-top:3.25rem !important}.mt-sm-14{margin-top:3.5rem !important}.mt-sm-15{margin-top:3.75rem !important}.mt-sm-16{margin-top:4rem !important}.mt-sm-17{margin-top:4.25rem !important}.mt-sm-18{margin-top:4.5rem !important}.mt-sm-19{margin-top:4.75rem !important}.mt-sm-20{margin-top:5rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:0.75rem !important}.me-sm-4{margin-right:1rem !important}.me-sm-5{margin-right:1.25rem !important}.me-sm-6{margin-right:1.5rem !important}.me-sm-7{margin-right:1.75rem !important}.me-sm-8{margin-right:2rem !important}.me-sm-9{margin-right:2.25rem !important}.me-sm-10{margin-right:2.5rem !important}.me-sm-11{margin-right:2.75rem !important}.me-sm-12{margin-right:3rem !important}.me-sm-13{margin-right:3.25rem !important}.me-sm-14{margin-right:3.5rem !important}.me-sm-15{margin-right:3.75rem !important}.me-sm-16{margin-right:4rem !important}.me-sm-17{margin-right:4.25rem !important}.me-sm-18{margin-right:4.5rem !important}.me-sm-19{margin-right:4.75rem !important}.me-sm-20{margin-right:5rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:0.75rem !important}.mb-sm-4{margin-bottom:1rem !important}.mb-sm-5{margin-bottom:1.25rem !important}.mb-sm-6{margin-bottom:1.5rem !important}.mb-sm-7{margin-bottom:1.75rem !important}.mb-sm-8{margin-bottom:2rem !important}.mb-sm-9{margin-bottom:2.25rem !important}.mb-sm-10{margin-bottom:2.5rem !important}.mb-sm-11{margin-bottom:2.75rem !important}.mb-sm-12{margin-bottom:3rem !important}.mb-sm-13{margin-bottom:3.25rem !important}.mb-sm-14{margin-bottom:3.5rem !important}.mb-sm-15{margin-bottom:3.75rem !important}.mb-sm-16{margin-bottom:4rem !important}.mb-sm-17{margin-bottom:4.25rem !important}.mb-sm-18{margin-bottom:4.5rem !important}.mb-sm-19{margin-bottom:4.75rem !important}.mb-sm-20{margin-bottom:5rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:0.75rem !important}.ms-sm-4{margin-left:1rem !important}.ms-sm-5{margin-left:1.25rem !important}.ms-sm-6{margin-left:1.5rem !important}.ms-sm-7{margin-left:1.75rem !important}.ms-sm-8{margin-left:2rem !important}.ms-sm-9{margin-left:2.25rem !important}.ms-sm-10{margin-left:2.5rem !important}.ms-sm-11{margin-left:2.75rem !important}.ms-sm-12{margin-left:3rem !important}.ms-sm-13{margin-left:3.25rem !important}.ms-sm-14{margin-left:3.5rem !important}.ms-sm-15{margin-left:3.75rem !important}.ms-sm-16{margin-left:4rem !important}.ms-sm-17{margin-left:4.25rem !important}.ms-sm-18{margin-left:4.5rem !important}.ms-sm-19{margin-left:4.75rem !important}.ms-sm-20{margin-left:5rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.m-sm-n3{margin:-0.75rem !important}.m-sm-n4{margin:-1rem !important}.m-sm-n5{margin:-1.25rem !important}.m-sm-n6{margin:-1.5rem !important}.m-sm-n7{margin:-1.75rem !important}.m-sm-n8{margin:-2rem !important}.m-sm-n9{margin:-2.25rem !important}.m-sm-n10{margin:-2.5rem !important}.m-sm-n11{margin:-2.75rem !important}.m-sm-n12{margin:-3rem !important}.m-sm-n13{margin:-3.25rem !important}.m-sm-n14{margin:-3.5rem !important}.m-sm-n15{margin:-3.75rem !important}.m-sm-n16{margin:-4rem !important}.m-sm-n17{margin:-4.25rem !important}.m-sm-n18{margin:-4.5rem !important}.m-sm-n19{margin:-4.75rem !important}.m-sm-n20{margin:-5rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-sm-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-sm-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-sm-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-sm-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-sm-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-sm-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-sm-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-sm-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-sm-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-sm-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-sm-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-sm-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-sm-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-sm-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-sm-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-sm-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-sm-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-sm-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-sm-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-sm-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-sm-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-sm-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-0.75rem !important}.mt-sm-n4{margin-top:-1rem !important}.mt-sm-n5{margin-top:-1.25rem !important}.mt-sm-n6{margin-top:-1.5rem !important}.mt-sm-n7{margin-top:-1.75rem !important}.mt-sm-n8{margin-top:-2rem !important}.mt-sm-n9{margin-top:-2.25rem !important}.mt-sm-n10{margin-top:-2.5rem !important}.mt-sm-n11{margin-top:-2.75rem !important}.mt-sm-n12{margin-top:-3rem !important}.mt-sm-n13{margin-top:-3.25rem !important}.mt-sm-n14{margin-top:-3.5rem !important}.mt-sm-n15{margin-top:-3.75rem !important}.mt-sm-n16{margin-top:-4rem !important}.mt-sm-n17{margin-top:-4.25rem !important}.mt-sm-n18{margin-top:-4.5rem !important}.mt-sm-n19{margin-top:-4.75rem !important}.mt-sm-n20{margin-top:-5rem !important}.me-sm-n1{margin-right:-0.25rem !important}.me-sm-n2{margin-right:-0.5rem !important}.me-sm-n3{margin-right:-0.75rem !important}.me-sm-n4{margin-right:-1rem !important}.me-sm-n5{margin-right:-1.25rem !important}.me-sm-n6{margin-right:-1.5rem !important}.me-sm-n7{margin-right:-1.75rem !important}.me-sm-n8{margin-right:-2rem !important}.me-sm-n9{margin-right:-2.25rem !important}.me-sm-n10{margin-right:-2.5rem !important}.me-sm-n11{margin-right:-2.75rem !important}.me-sm-n12{margin-right:-3rem !important}.me-sm-n13{margin-right:-3.25rem !important}.me-sm-n14{margin-right:-3.5rem !important}.me-sm-n15{margin-right:-3.75rem !important}.me-sm-n16{margin-right:-4rem !important}.me-sm-n17{margin-right:-4.25rem !important}.me-sm-n18{margin-right:-4.5rem !important}.me-sm-n19{margin-right:-4.75rem !important}.me-sm-n20{margin-right:-5rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-0.75rem !important}.mb-sm-n4{margin-bottom:-1rem !important}.mb-sm-n5{margin-bottom:-1.25rem !important}.mb-sm-n6{margin-bottom:-1.5rem !important}.mb-sm-n7{margin-bottom:-1.75rem !important}.mb-sm-n8{margin-bottom:-2rem !important}.mb-sm-n9{margin-bottom:-2.25rem !important}.mb-sm-n10{margin-bottom:-2.5rem !important}.mb-sm-n11{margin-bottom:-2.75rem !important}.mb-sm-n12{margin-bottom:-3rem !important}.mb-sm-n13{margin-bottom:-3.25rem !important}.mb-sm-n14{margin-bottom:-3.5rem !important}.mb-sm-n15{margin-bottom:-3.75rem !important}.mb-sm-n16{margin-bottom:-4rem !important}.mb-sm-n17{margin-bottom:-4.25rem !important}.mb-sm-n18{margin-bottom:-4.5rem !important}.mb-sm-n19{margin-bottom:-4.75rem !important}.mb-sm-n20{margin-bottom:-5rem !important}.ms-sm-n1{margin-left:-0.25rem !important}.ms-sm-n2{margin-left:-0.5rem !important}.ms-sm-n3{margin-left:-0.75rem !important}.ms-sm-n4{margin-left:-1rem !important}.ms-sm-n5{margin-left:-1.25rem !important}.ms-sm-n6{margin-left:-1.5rem !important}.ms-sm-n7{margin-left:-1.75rem !important}.ms-sm-n8{margin-left:-2rem !important}.ms-sm-n9{margin-left:-2.25rem !important}.ms-sm-n10{margin-left:-2.5rem !important}.ms-sm-n11{margin-left:-2.75rem !important}.ms-sm-n12{margin-left:-3rem !important}.ms-sm-n13{margin-left:-3.25rem !important}.ms-sm-n14{margin-left:-3.5rem !important}.ms-sm-n15{margin-left:-3.75rem !important}.ms-sm-n16{margin-left:-4rem !important}.ms-sm-n17{margin-left:-4.25rem !important}.ms-sm-n18{margin-left:-4.5rem !important}.ms-sm-n19{margin-left:-4.75rem !important}.ms-sm-n20{margin-left:-5rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:0.75rem !important}.p-sm-4{padding:1rem !important}.p-sm-5{padding:1.25rem !important}.p-sm-6{padding:1.5rem !important}.p-sm-7{padding:1.75rem !important}.p-sm-8{padding:2rem !important}.p-sm-9{padding:2.25rem !important}.p-sm-10{padding:2.5rem !important}.p-sm-11{padding:2.75rem !important}.p-sm-12{padding:3rem !important}.p-sm-13{padding:3.25rem !important}.p-sm-14{padding:3.5rem !important}.p-sm-15{padding:3.75rem !important}.p-sm-16{padding:4rem !important}.p-sm-17{padding:4.25rem !important}.p-sm-18{padding:4.5rem !important}.p-sm-19{padding:4.75rem !important}.p-sm-20{padding:5rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important}.px-sm-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-sm-8{padding-right:2rem !important;padding-left:2rem !important}.px-sm-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-sm-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-sm-12{padding-right:3rem !important;padding-left:3rem !important}.px-sm-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-sm-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-sm-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-sm-16{padding-right:4rem !important;padding-left:4rem !important}.px-sm-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-sm-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-sm-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-sm-20{padding-right:5rem !important;padding-left:5rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-sm-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-sm-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-sm-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-sm-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-sm-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-sm-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-sm-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-sm-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-sm-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:0.75rem !important}.pt-sm-4{padding-top:1rem !important}.pt-sm-5{padding-top:1.25rem !important}.pt-sm-6{padding-top:1.5rem !important}.pt-sm-7{padding-top:1.75rem !important}.pt-sm-8{padding-top:2rem !important}.pt-sm-9{padding-top:2.25rem !important}.pt-sm-10{padding-top:2.5rem !important}.pt-sm-11{padding-top:2.75rem !important}.pt-sm-12{padding-top:3rem !important}.pt-sm-13{padding-top:3.25rem !important}.pt-sm-14{padding-top:3.5rem !important}.pt-sm-15{padding-top:3.75rem !important}.pt-sm-16{padding-top:4rem !important}.pt-sm-17{padding-top:4.25rem !important}.pt-sm-18{padding-top:4.5rem !important}.pt-sm-19{padding-top:4.75rem !important}.pt-sm-20{padding-top:5rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:0.75rem !important}.pe-sm-4{padding-right:1rem !important}.pe-sm-5{padding-right:1.25rem !important}.pe-sm-6{padding-right:1.5rem !important}.pe-sm-7{padding-right:1.75rem !important}.pe-sm-8{padding-right:2rem !important}.pe-sm-9{padding-right:2.25rem !important}.pe-sm-10{padding-right:2.5rem !important}.pe-sm-11{padding-right:2.75rem !important}.pe-sm-12{padding-right:3rem !important}.pe-sm-13{padding-right:3.25rem !important}.pe-sm-14{padding-right:3.5rem !important}.pe-sm-15{padding-right:3.75rem !important}.pe-sm-16{padding-right:4rem !important}.pe-sm-17{padding-right:4.25rem !important}.pe-sm-18{padding-right:4.5rem !important}.pe-sm-19{padding-right:4.75rem !important}.pe-sm-20{padding-right:5rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:0.75rem !important}.pb-sm-4{padding-bottom:1rem !important}.pb-sm-5{padding-bottom:1.25rem !important}.pb-sm-6{padding-bottom:1.5rem !important}.pb-sm-7{padding-bottom:1.75rem !important}.pb-sm-8{padding-bottom:2rem !important}.pb-sm-9{padding-bottom:2.25rem !important}.pb-sm-10{padding-bottom:2.5rem !important}.pb-sm-11{padding-bottom:2.75rem !important}.pb-sm-12{padding-bottom:3rem !important}.pb-sm-13{padding-bottom:3.25rem !important}.pb-sm-14{padding-bottom:3.5rem !important}.pb-sm-15{padding-bottom:3.75rem !important}.pb-sm-16{padding-bottom:4rem !important}.pb-sm-17{padding-bottom:4.25rem !important}.pb-sm-18{padding-bottom:4.5rem !important}.pb-sm-19{padding-bottom:4.75rem !important}.pb-sm-20{padding-bottom:5rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:0.75rem !important}.ps-sm-4{padding-left:1rem !important}.ps-sm-5{padding-left:1.25rem !important}.ps-sm-6{padding-left:1.5rem !important}.ps-sm-7{padding-left:1.75rem !important}.ps-sm-8{padding-left:2rem !important}.ps-sm-9{padding-left:2.25rem !important}.ps-sm-10{padding-left:2.5rem !important}.ps-sm-11{padding-left:2.75rem !important}.ps-sm-12{padding-left:3rem !important}.ps-sm-13{padding-left:3.25rem !important}.ps-sm-14{padding-left:3.5rem !important}.ps-sm-15{padding-left:3.75rem !important}.ps-sm-16{padding-left:4rem !important}.ps-sm-17{padding-left:4.25rem !important}.ps-sm-18{padding-left:4.5rem !important}.ps-sm-19{padding-left:4.75rem !important}.ps-sm-20{padding-left:5rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:0.75rem !important}.gap-sm-4{gap:1rem !important}.gap-sm-5{gap:1.25rem !important}.gap-sm-6{gap:1.5rem !important}.gap-sm-7{gap:1.75rem !important}.gap-sm-8{gap:2rem !important}.gap-sm-9{gap:2.25rem !important}.gap-sm-10{gap:2.5rem !important}.gap-sm-11{gap:2.75rem !important}.gap-sm-12{gap:3rem !important}.gap-sm-13{gap:3.25rem !important}.gap-sm-14{gap:3.5rem !important}.gap-sm-15{gap:3.75rem !important}.gap-sm-16{gap:4rem !important}.gap-sm-17{gap:4.25rem !important}.gap-sm-18{gap:4.5rem !important}.gap-sm-19{gap:4.75rem !important}.gap-sm-20{gap:5rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:0.25rem !important}.row-gap-sm-2{row-gap:0.5rem !important}.row-gap-sm-3{row-gap:0.75rem !important}.row-gap-sm-4{row-gap:1rem !important}.row-gap-sm-5{row-gap:1.25rem !important}.row-gap-sm-6{row-gap:1.5rem !important}.row-gap-sm-7{row-gap:1.75rem !important}.row-gap-sm-8{row-gap:2rem !important}.row-gap-sm-9{row-gap:2.25rem !important}.row-gap-sm-10{row-gap:2.5rem !important}.row-gap-sm-11{row-gap:2.75rem !important}.row-gap-sm-12{row-gap:3rem !important}.row-gap-sm-13{row-gap:3.25rem !important}.row-gap-sm-14{row-gap:3.5rem !important}.row-gap-sm-15{row-gap:3.75rem !important}.row-gap-sm-16{row-gap:4rem !important}.row-gap-sm-17{row-gap:4.25rem !important}.row-gap-sm-18{row-gap:4.5rem !important}.row-gap-sm-19{row-gap:4.75rem !important}.row-gap-sm-20{row-gap:5rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:0.25rem !important}.column-gap-sm-2{column-gap:0.5rem !important}.column-gap-sm-3{column-gap:0.75rem !important}.column-gap-sm-4{column-gap:1rem !important}.column-gap-sm-5{column-gap:1.25rem !important}.column-gap-sm-6{column-gap:1.5rem !important}.column-gap-sm-7{column-gap:1.75rem !important}.column-gap-sm-8{column-gap:2rem !important}.column-gap-sm-9{column-gap:2.25rem !important}.column-gap-sm-10{column-gap:2.5rem !important}.column-gap-sm-11{column-gap:2.75rem !important}.column-gap-sm-12{column-gap:3rem !important}.column-gap-sm-13{column-gap:3.25rem !important}.column-gap-sm-14{column-gap:3.5rem !important}.column-gap-sm-15{column-gap:3.75rem !important}.column-gap-sm-16{column-gap:4rem !important}.column-gap-sm-17{column-gap:4.25rem !important}.column-gap-sm-18{column-gap:4.5rem !important}.column-gap-sm-19{column-gap:4.75rem !important}.column-gap-sm-20{column-gap:5rem !important}.fs-sm-1{font-size:2.5rem !important}.fs-sm-2{font-size:2rem !important}.fs-sm-3{font-size:1.75rem !important}.fs-sm-4{font-size:1.5rem !important}.fs-sm-5{font-size:1.25rem !important}.fs-sm-6{font-size:1rem !important}.fs-sm-base{font-size:1rem !important}.fs-sm-7{font-size:0.875rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.visibility-sm-visible{visibility:visible !important}.visibility-sm-invisible{visibility:hidden !important}.transform-reset-sm-reset{transform:none !important}}@media (min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}.border-md{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-md-0{border:0 !important}.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:0.75rem !important}.m-md-4{margin:1rem !important}.m-md-5{margin:1.25rem !important}.m-md-6{margin:1.5rem !important}.m-md-7{margin:1.75rem !important}.m-md-8{margin:2rem !important}.m-md-9{margin:2.25rem !important}.m-md-10{margin:2.5rem !important}.m-md-11{margin:2.75rem !important}.m-md-12{margin:3rem !important}.m-md-13{margin:3.25rem !important}.m-md-14{margin:3.5rem !important}.m-md-15{margin:3.75rem !important}.m-md-16{margin:4rem !important}.m-md-17{margin:4.25rem !important}.m-md-18{margin:4.5rem !important}.m-md-19{margin:4.75rem !important}.m-md-20{margin:5rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important}.mx-md-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-md-8{margin-right:2rem !important;margin-left:2rem !important}.mx-md-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-md-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-md-12{margin-right:3rem !important;margin-left:3rem !important}.mx-md-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-md-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-md-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-md-16{margin-right:4rem !important;margin-left:4rem !important}.mx-md-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-md-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-md-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-md-20{margin-right:5rem !important;margin-left:5rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-md-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-md-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-md-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-md-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-md-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-md-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-md-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-md-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-md-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:0.75rem !important}.mt-md-4{margin-top:1rem !important}.mt-md-5{margin-top:1.25rem !important}.mt-md-6{margin-top:1.5rem !important}.mt-md-7{margin-top:1.75rem !important}.mt-md-8{margin-top:2rem !important}.mt-md-9{margin-top:2.25rem !important}.mt-md-10{margin-top:2.5rem !important}.mt-md-11{margin-top:2.75rem !important}.mt-md-12{margin-top:3rem !important}.mt-md-13{margin-top:3.25rem !important}.mt-md-14{margin-top:3.5rem !important}.mt-md-15{margin-top:3.75rem !important}.mt-md-16{margin-top:4rem !important}.mt-md-17{margin-top:4.25rem !important}.mt-md-18{margin-top:4.5rem !important}.mt-md-19{margin-top:4.75rem !important}.mt-md-20{margin-top:5rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:0.75rem !important}.me-md-4{margin-right:1rem !important}.me-md-5{margin-right:1.25rem !important}.me-md-6{margin-right:1.5rem !important}.me-md-7{margin-right:1.75rem !important}.me-md-8{margin-right:2rem !important}.me-md-9{margin-right:2.25rem !important}.me-md-10{margin-right:2.5rem !important}.me-md-11{margin-right:2.75rem !important}.me-md-12{margin-right:3rem !important}.me-md-13{margin-right:3.25rem !important}.me-md-14{margin-right:3.5rem !important}.me-md-15{margin-right:3.75rem !important}.me-md-16{margin-right:4rem !important}.me-md-17{margin-right:4.25rem !important}.me-md-18{margin-right:4.5rem !important}.me-md-19{margin-right:4.75rem !important}.me-md-20{margin-right:5rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:0.75rem !important}.mb-md-4{margin-bottom:1rem !important}.mb-md-5{margin-bottom:1.25rem !important}.mb-md-6{margin-bottom:1.5rem !important}.mb-md-7{margin-bottom:1.75rem !important}.mb-md-8{margin-bottom:2rem !important}.mb-md-9{margin-bottom:2.25rem !important}.mb-md-10{margin-bottom:2.5rem !important}.mb-md-11{margin-bottom:2.75rem !important}.mb-md-12{margin-bottom:3rem !important}.mb-md-13{margin-bottom:3.25rem !important}.mb-md-14{margin-bottom:3.5rem !important}.mb-md-15{margin-bottom:3.75rem !important}.mb-md-16{margin-bottom:4rem !important}.mb-md-17{margin-bottom:4.25rem !important}.mb-md-18{margin-bottom:4.5rem !important}.mb-md-19{margin-bottom:4.75rem !important}.mb-md-20{margin-bottom:5rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:0.75rem !important}.ms-md-4{margin-left:1rem !important}.ms-md-5{margin-left:1.25rem !important}.ms-md-6{margin-left:1.5rem !important}.ms-md-7{margin-left:1.75rem !important}.ms-md-8{margin-left:2rem !important}.ms-md-9{margin-left:2.25rem !important}.ms-md-10{margin-left:2.5rem !important}.ms-md-11{margin-left:2.75rem !important}.ms-md-12{margin-left:3rem !important}.ms-md-13{margin-left:3.25rem !important}.ms-md-14{margin-left:3.5rem !important}.ms-md-15{margin-left:3.75rem !important}.ms-md-16{margin-left:4rem !important}.ms-md-17{margin-left:4.25rem !important}.ms-md-18{margin-left:4.5rem !important}.ms-md-19{margin-left:4.75rem !important}.ms-md-20{margin-left:5rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.m-md-n3{margin:-0.75rem !important}.m-md-n4{margin:-1rem !important}.m-md-n5{margin:-1.25rem !important}.m-md-n6{margin:-1.5rem !important}.m-md-n7{margin:-1.75rem !important}.m-md-n8{margin:-2rem !important}.m-md-n9{margin:-2.25rem !important}.m-md-n10{margin:-2.5rem !important}.m-md-n11{margin:-2.75rem !important}.m-md-n12{margin:-3rem !important}.m-md-n13{margin:-3.25rem !important}.m-md-n14{margin:-3.5rem !important}.m-md-n15{margin:-3.75rem !important}.m-md-n16{margin:-4rem !important}.m-md-n17{margin:-4.25rem !important}.m-md-n18{margin:-4.5rem !important}.m-md-n19{margin:-4.75rem !important}.m-md-n20{margin:-5rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-md-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-md-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-md-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-md-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-md-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-md-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-md-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-md-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-md-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-md-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-md-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-md-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-md-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-md-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-md-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-md-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-md-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-md-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-md-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-md-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-md-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-md-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-0.75rem !important}.mt-md-n4{margin-top:-1rem !important}.mt-md-n5{margin-top:-1.25rem !important}.mt-md-n6{margin-top:-1.5rem !important}.mt-md-n7{margin-top:-1.75rem !important}.mt-md-n8{margin-top:-2rem !important}.mt-md-n9{margin-top:-2.25rem !important}.mt-md-n10{margin-top:-2.5rem !important}.mt-md-n11{margin-top:-2.75rem !important}.mt-md-n12{margin-top:-3rem !important}.mt-md-n13{margin-top:-3.25rem !important}.mt-md-n14{margin-top:-3.5rem !important}.mt-md-n15{margin-top:-3.75rem !important}.mt-md-n16{margin-top:-4rem !important}.mt-md-n17{margin-top:-4.25rem !important}.mt-md-n18{margin-top:-4.5rem !important}.mt-md-n19{margin-top:-4.75rem !important}.mt-md-n20{margin-top:-5rem !important}.me-md-n1{margin-right:-0.25rem !important}.me-md-n2{margin-right:-0.5rem !important}.me-md-n3{margin-right:-0.75rem !important}.me-md-n4{margin-right:-1rem !important}.me-md-n5{margin-right:-1.25rem !important}.me-md-n6{margin-right:-1.5rem !important}.me-md-n7{margin-right:-1.75rem !important}.me-md-n8{margin-right:-2rem !important}.me-md-n9{margin-right:-2.25rem !important}.me-md-n10{margin-right:-2.5rem !important}.me-md-n11{margin-right:-2.75rem !important}.me-md-n12{margin-right:-3rem !important}.me-md-n13{margin-right:-3.25rem !important}.me-md-n14{margin-right:-3.5rem !important}.me-md-n15{margin-right:-3.75rem !important}.me-md-n16{margin-right:-4rem !important}.me-md-n17{margin-right:-4.25rem !important}.me-md-n18{margin-right:-4.5rem !important}.me-md-n19{margin-right:-4.75rem !important}.me-md-n20{margin-right:-5rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-0.75rem !important}.mb-md-n4{margin-bottom:-1rem !important}.mb-md-n5{margin-bottom:-1.25rem !important}.mb-md-n6{margin-bottom:-1.5rem !important}.mb-md-n7{margin-bottom:-1.75rem !important}.mb-md-n8{margin-bottom:-2rem !important}.mb-md-n9{margin-bottom:-2.25rem !important}.mb-md-n10{margin-bottom:-2.5rem !important}.mb-md-n11{margin-bottom:-2.75rem !important}.mb-md-n12{margin-bottom:-3rem !important}.mb-md-n13{margin-bottom:-3.25rem !important}.mb-md-n14{margin-bottom:-3.5rem !important}.mb-md-n15{margin-bottom:-3.75rem !important}.mb-md-n16{margin-bottom:-4rem !important}.mb-md-n17{margin-bottom:-4.25rem !important}.mb-md-n18{margin-bottom:-4.5rem !important}.mb-md-n19{margin-bottom:-4.75rem !important}.mb-md-n20{margin-bottom:-5rem !important}.ms-md-n1{margin-left:-0.25rem !important}.ms-md-n2{margin-left:-0.5rem !important}.ms-md-n3{margin-left:-0.75rem !important}.ms-md-n4{margin-left:-1rem !important}.ms-md-n5{margin-left:-1.25rem !important}.ms-md-n6{margin-left:-1.5rem !important}.ms-md-n7{margin-left:-1.75rem !important}.ms-md-n8{margin-left:-2rem !important}.ms-md-n9{margin-left:-2.25rem !important}.ms-md-n10{margin-left:-2.5rem !important}.ms-md-n11{margin-left:-2.75rem !important}.ms-md-n12{margin-left:-3rem !important}.ms-md-n13{margin-left:-3.25rem !important}.ms-md-n14{margin-left:-3.5rem !important}.ms-md-n15{margin-left:-3.75rem !important}.ms-md-n16{margin-left:-4rem !important}.ms-md-n17{margin-left:-4.25rem !important}.ms-md-n18{margin-left:-4.5rem !important}.ms-md-n19{margin-left:-4.75rem !important}.ms-md-n20{margin-left:-5rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:0.75rem !important}.p-md-4{padding:1rem !important}.p-md-5{padding:1.25rem !important}.p-md-6{padding:1.5rem !important}.p-md-7{padding:1.75rem !important}.p-md-8{padding:2rem !important}.p-md-9{padding:2.25rem !important}.p-md-10{padding:2.5rem !important}.p-md-11{padding:2.75rem !important}.p-md-12{padding:3rem !important}.p-md-13{padding:3.25rem !important}.p-md-14{padding:3.5rem !important}.p-md-15{padding:3.75rem !important}.p-md-16{padding:4rem !important}.p-md-17{padding:4.25rem !important}.p-md-18{padding:4.5rem !important}.p-md-19{padding:4.75rem !important}.p-md-20{padding:5rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-md-4{padding-right:1rem !important;padding-left:1rem !important}.px-md-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-md-8{padding-right:2rem !important;padding-left:2rem !important}.px-md-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-md-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-md-12{padding-right:3rem !important;padding-left:3rem !important}.px-md-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-md-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-md-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-md-16{padding-right:4rem !important;padding-left:4rem !important}.px-md-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-md-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-md-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-md-20{padding-right:5rem !important;padding-left:5rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-md-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-md-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-md-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-md-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-md-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-md-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-md-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-md-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-md-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:0.75rem !important}.pt-md-4{padding-top:1rem !important}.pt-md-5{padding-top:1.25rem !important}.pt-md-6{padding-top:1.5rem !important}.pt-md-7{padding-top:1.75rem !important}.pt-md-8{padding-top:2rem !important}.pt-md-9{padding-top:2.25rem !important}.pt-md-10{padding-top:2.5rem !important}.pt-md-11{padding-top:2.75rem !important}.pt-md-12{padding-top:3rem !important}.pt-md-13{padding-top:3.25rem !important}.pt-md-14{padding-top:3.5rem !important}.pt-md-15{padding-top:3.75rem !important}.pt-md-16{padding-top:4rem !important}.pt-md-17{padding-top:4.25rem !important}.pt-md-18{padding-top:4.5rem !important}.pt-md-19{padding-top:4.75rem !important}.pt-md-20{padding-top:5rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:0.75rem !important}.pe-md-4{padding-right:1rem !important}.pe-md-5{padding-right:1.25rem !important}.pe-md-6{padding-right:1.5rem !important}.pe-md-7{padding-right:1.75rem !important}.pe-md-8{padding-right:2rem !important}.pe-md-9{padding-right:2.25rem !important}.pe-md-10{padding-right:2.5rem !important}.pe-md-11{padding-right:2.75rem !important}.pe-md-12{padding-right:3rem !important}.pe-md-13{padding-right:3.25rem !important}.pe-md-14{padding-right:3.5rem !important}.pe-md-15{padding-right:3.75rem !important}.pe-md-16{padding-right:4rem !important}.pe-md-17{padding-right:4.25rem !important}.pe-md-18{padding-right:4.5rem !important}.pe-md-19{padding-right:4.75rem !important}.pe-md-20{padding-right:5rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:0.75rem !important}.pb-md-4{padding-bottom:1rem !important}.pb-md-5{padding-bottom:1.25rem !important}.pb-md-6{padding-bottom:1.5rem !important}.pb-md-7{padding-bottom:1.75rem !important}.pb-md-8{padding-bottom:2rem !important}.pb-md-9{padding-bottom:2.25rem !important}.pb-md-10{padding-bottom:2.5rem !important}.pb-md-11{padding-bottom:2.75rem !important}.pb-md-12{padding-bottom:3rem !important}.pb-md-13{padding-bottom:3.25rem !important}.pb-md-14{padding-bottom:3.5rem !important}.pb-md-15{padding-bottom:3.75rem !important}.pb-md-16{padding-bottom:4rem !important}.pb-md-17{padding-bottom:4.25rem !important}.pb-md-18{padding-bottom:4.5rem !important}.pb-md-19{padding-bottom:4.75rem !important}.pb-md-20{padding-bottom:5rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:0.75rem !important}.ps-md-4{padding-left:1rem !important}.ps-md-5{padding-left:1.25rem !important}.ps-md-6{padding-left:1.5rem !important}.ps-md-7{padding-left:1.75rem !important}.ps-md-8{padding-left:2rem !important}.ps-md-9{padding-left:2.25rem !important}.ps-md-10{padding-left:2.5rem !important}.ps-md-11{padding-left:2.75rem !important}.ps-md-12{padding-left:3rem !important}.ps-md-13{padding-left:3.25rem !important}.ps-md-14{padding-left:3.5rem !important}.ps-md-15{padding-left:3.75rem !important}.ps-md-16{padding-left:4rem !important}.ps-md-17{padding-left:4.25rem !important}.ps-md-18{padding-left:4.5rem !important}.ps-md-19{padding-left:4.75rem !important}.ps-md-20{padding-left:5rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:0.75rem !important}.gap-md-4{gap:1rem !important}.gap-md-5{gap:1.25rem !important}.gap-md-6{gap:1.5rem !important}.gap-md-7{gap:1.75rem !important}.gap-md-8{gap:2rem !important}.gap-md-9{gap:2.25rem !important}.gap-md-10{gap:2.5rem !important}.gap-md-11{gap:2.75rem !important}.gap-md-12{gap:3rem !important}.gap-md-13{gap:3.25rem !important}.gap-md-14{gap:3.5rem !important}.gap-md-15{gap:3.75rem !important}.gap-md-16{gap:4rem !important}.gap-md-17{gap:4.25rem !important}.gap-md-18{gap:4.5rem !important}.gap-md-19{gap:4.75rem !important}.gap-md-20{gap:5rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:0.25rem !important}.row-gap-md-2{row-gap:0.5rem !important}.row-gap-md-3{row-gap:0.75rem !important}.row-gap-md-4{row-gap:1rem !important}.row-gap-md-5{row-gap:1.25rem !important}.row-gap-md-6{row-gap:1.5rem !important}.row-gap-md-7{row-gap:1.75rem !important}.row-gap-md-8{row-gap:2rem !important}.row-gap-md-9{row-gap:2.25rem !important}.row-gap-md-10{row-gap:2.5rem !important}.row-gap-md-11{row-gap:2.75rem !important}.row-gap-md-12{row-gap:3rem !important}.row-gap-md-13{row-gap:3.25rem !important}.row-gap-md-14{row-gap:3.5rem !important}.row-gap-md-15{row-gap:3.75rem !important}.row-gap-md-16{row-gap:4rem !important}.row-gap-md-17{row-gap:4.25rem !important}.row-gap-md-18{row-gap:4.5rem !important}.row-gap-md-19{row-gap:4.75rem !important}.row-gap-md-20{row-gap:5rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:0.25rem !important}.column-gap-md-2{column-gap:0.5rem !important}.column-gap-md-3{column-gap:0.75rem !important}.column-gap-md-4{column-gap:1rem !important}.column-gap-md-5{column-gap:1.25rem !important}.column-gap-md-6{column-gap:1.5rem !important}.column-gap-md-7{column-gap:1.75rem !important}.column-gap-md-8{column-gap:2rem !important}.column-gap-md-9{column-gap:2.25rem !important}.column-gap-md-10{column-gap:2.5rem !important}.column-gap-md-11{column-gap:2.75rem !important}.column-gap-md-12{column-gap:3rem !important}.column-gap-md-13{column-gap:3.25rem !important}.column-gap-md-14{column-gap:3.5rem !important}.column-gap-md-15{column-gap:3.75rem !important}.column-gap-md-16{column-gap:4rem !important}.column-gap-md-17{column-gap:4.25rem !important}.column-gap-md-18{column-gap:4.5rem !important}.column-gap-md-19{column-gap:4.75rem !important}.column-gap-md-20{column-gap:5rem !important}.fs-md-1{font-size:2.5rem !important}.fs-md-2{font-size:2rem !important}.fs-md-3{font-size:1.75rem !important}.fs-md-4{font-size:1.5rem !important}.fs-md-5{font-size:1.25rem !important}.fs-md-6{font-size:1rem !important}.fs-md-base{font-size:1rem !important}.fs-md-7{font-size:0.875rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.visibility-md-visible{visibility:visible !important}.visibility-md-invisible{visibility:hidden !important}.transform-reset-md-reset{transform:none !important}}@media (min-width:990px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}.border-lg{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-lg-0{border:0 !important}.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:0.75rem !important}.m-lg-4{margin:1rem !important}.m-lg-5{margin:1.25rem !important}.m-lg-6{margin:1.5rem !important}.m-lg-7{margin:1.75rem !important}.m-lg-8{margin:2rem !important}.m-lg-9{margin:2.25rem !important}.m-lg-10{margin:2.5rem !important}.m-lg-11{margin:2.75rem !important}.m-lg-12{margin:3rem !important}.m-lg-13{margin:3.25rem !important}.m-lg-14{margin:3.5rem !important}.m-lg-15{margin:3.75rem !important}.m-lg-16{margin:4rem !important}.m-lg-17{margin:4.25rem !important}.m-lg-18{margin:4.5rem !important}.m-lg-19{margin:4.75rem !important}.m-lg-20{margin:5rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-lg-8{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-lg-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-lg-12{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-lg-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-lg-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-lg-16{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-lg-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-lg-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-lg-20{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-lg-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-lg-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-lg-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-lg-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-lg-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-lg-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-lg-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-lg-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-lg-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:0.75rem !important}.mt-lg-4{margin-top:1rem !important}.mt-lg-5{margin-top:1.25rem !important}.mt-lg-6{margin-top:1.5rem !important}.mt-lg-7{margin-top:1.75rem !important}.mt-lg-8{margin-top:2rem !important}.mt-lg-9{margin-top:2.25rem !important}.mt-lg-10{margin-top:2.5rem !important}.mt-lg-11{margin-top:2.75rem !important}.mt-lg-12{margin-top:3rem !important}.mt-lg-13{margin-top:3.25rem !important}.mt-lg-14{margin-top:3.5rem !important}.mt-lg-15{margin-top:3.75rem !important}.mt-lg-16{margin-top:4rem !important}.mt-lg-17{margin-top:4.25rem !important}.mt-lg-18{margin-top:4.5rem !important}.mt-lg-19{margin-top:4.75rem !important}.mt-lg-20{margin-top:5rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:0.75rem !important}.me-lg-4{margin-right:1rem !important}.me-lg-5{margin-right:1.25rem !important}.me-lg-6{margin-right:1.5rem !important}.me-lg-7{margin-right:1.75rem !important}.me-lg-8{margin-right:2rem !important}.me-lg-9{margin-right:2.25rem !important}.me-lg-10{margin-right:2.5rem !important}.me-lg-11{margin-right:2.75rem !important}.me-lg-12{margin-right:3rem !important}.me-lg-13{margin-right:3.25rem !important}.me-lg-14{margin-right:3.5rem !important}.me-lg-15{margin-right:3.75rem !important}.me-lg-16{margin-right:4rem !important}.me-lg-17{margin-right:4.25rem !important}.me-lg-18{margin-right:4.5rem !important}.me-lg-19{margin-right:4.75rem !important}.me-lg-20{margin-right:5rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:0.75rem !important}.mb-lg-4{margin-bottom:1rem !important}.mb-lg-5{margin-bottom:1.25rem !important}.mb-lg-6{margin-bottom:1.5rem !important}.mb-lg-7{margin-bottom:1.75rem !important}.mb-lg-8{margin-bottom:2rem !important}.mb-lg-9{margin-bottom:2.25rem !important}.mb-lg-10{margin-bottom:2.5rem !important}.mb-lg-11{margin-bottom:2.75rem !important}.mb-lg-12{margin-bottom:3rem !important}.mb-lg-13{margin-bottom:3.25rem !important}.mb-lg-14{margin-bottom:3.5rem !important}.mb-lg-15{margin-bottom:3.75rem !important}.mb-lg-16{margin-bottom:4rem !important}.mb-lg-17{margin-bottom:4.25rem !important}.mb-lg-18{margin-bottom:4.5rem !important}.mb-lg-19{margin-bottom:4.75rem !important}.mb-lg-20{margin-bottom:5rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:0.75rem !important}.ms-lg-4{margin-left:1rem !important}.ms-lg-5{margin-left:1.25rem !important}.ms-lg-6{margin-left:1.5rem !important}.ms-lg-7{margin-left:1.75rem !important}.ms-lg-8{margin-left:2rem !important}.ms-lg-9{margin-left:2.25rem !important}.ms-lg-10{margin-left:2.5rem !important}.ms-lg-11{margin-left:2.75rem !important}.ms-lg-12{margin-left:3rem !important}.ms-lg-13{margin-left:3.25rem !important}.ms-lg-14{margin-left:3.5rem !important}.ms-lg-15{margin-left:3.75rem !important}.ms-lg-16{margin-left:4rem !important}.ms-lg-17{margin-left:4.25rem !important}.ms-lg-18{margin-left:4.5rem !important}.ms-lg-19{margin-left:4.75rem !important}.ms-lg-20{margin-left:5rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.m-lg-n3{margin:-0.75rem !important}.m-lg-n4{margin:-1rem !important}.m-lg-n5{margin:-1.25rem !important}.m-lg-n6{margin:-1.5rem !important}.m-lg-n7{margin:-1.75rem !important}.m-lg-n8{margin:-2rem !important}.m-lg-n9{margin:-2.25rem !important}.m-lg-n10{margin:-2.5rem !important}.m-lg-n11{margin:-2.75rem !important}.m-lg-n12{margin:-3rem !important}.m-lg-n13{margin:-3.25rem !important}.m-lg-n14{margin:-3.5rem !important}.m-lg-n15{margin:-3.75rem !important}.m-lg-n16{margin:-4rem !important}.m-lg-n17{margin:-4.25rem !important}.m-lg-n18{margin:-4.5rem !important}.m-lg-n19{margin:-4.75rem !important}.m-lg-n20{margin:-5rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-lg-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-lg-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-lg-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-lg-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-lg-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-lg-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-lg-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-lg-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-lg-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-lg-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-lg-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-lg-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-lg-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-lg-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-lg-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-lg-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-lg-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-lg-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-lg-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-lg-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-lg-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-lg-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-0.75rem !important}.mt-lg-n4{margin-top:-1rem !important}.mt-lg-n5{margin-top:-1.25rem !important}.mt-lg-n6{margin-top:-1.5rem !important}.mt-lg-n7{margin-top:-1.75rem !important}.mt-lg-n8{margin-top:-2rem !important}.mt-lg-n9{margin-top:-2.25rem !important}.mt-lg-n10{margin-top:-2.5rem !important}.mt-lg-n11{margin-top:-2.75rem !important}.mt-lg-n12{margin-top:-3rem !important}.mt-lg-n13{margin-top:-3.25rem !important}.mt-lg-n14{margin-top:-3.5rem !important}.mt-lg-n15{margin-top:-3.75rem !important}.mt-lg-n16{margin-top:-4rem !important}.mt-lg-n17{margin-top:-4.25rem !important}.mt-lg-n18{margin-top:-4.5rem !important}.mt-lg-n19{margin-top:-4.75rem !important}.mt-lg-n20{margin-top:-5rem !important}.me-lg-n1{margin-right:-0.25rem !important}.me-lg-n2{margin-right:-0.5rem !important}.me-lg-n3{margin-right:-0.75rem !important}.me-lg-n4{margin-right:-1rem !important}.me-lg-n5{margin-right:-1.25rem !important}.me-lg-n6{margin-right:-1.5rem !important}.me-lg-n7{margin-right:-1.75rem !important}.me-lg-n8{margin-right:-2rem !important}.me-lg-n9{margin-right:-2.25rem !important}.me-lg-n10{margin-right:-2.5rem !important}.me-lg-n11{margin-right:-2.75rem !important}.me-lg-n12{margin-right:-3rem !important}.me-lg-n13{margin-right:-3.25rem !important}.me-lg-n14{margin-right:-3.5rem !important}.me-lg-n15{margin-right:-3.75rem !important}.me-lg-n16{margin-right:-4rem !important}.me-lg-n17{margin-right:-4.25rem !important}.me-lg-n18{margin-right:-4.5rem !important}.me-lg-n19{margin-right:-4.75rem !important}.me-lg-n20{margin-right:-5rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-0.75rem !important}.mb-lg-n4{margin-bottom:-1rem !important}.mb-lg-n5{margin-bottom:-1.25rem !important}.mb-lg-n6{margin-bottom:-1.5rem !important}.mb-lg-n7{margin-bottom:-1.75rem !important}.mb-lg-n8{margin-bottom:-2rem !important}.mb-lg-n9{margin-bottom:-2.25rem !important}.mb-lg-n10{margin-bottom:-2.5rem !important}.mb-lg-n11{margin-bottom:-2.75rem !important}.mb-lg-n12{margin-bottom:-3rem !important}.mb-lg-n13{margin-bottom:-3.25rem !important}.mb-lg-n14{margin-bottom:-3.5rem !important}.mb-lg-n15{margin-bottom:-3.75rem !important}.mb-lg-n16{margin-bottom:-4rem !important}.mb-lg-n17{margin-bottom:-4.25rem !important}.mb-lg-n18{margin-bottom:-4.5rem !important}.mb-lg-n19{margin-bottom:-4.75rem !important}.mb-lg-n20{margin-bottom:-5rem !important}.ms-lg-n1{margin-left:-0.25rem !important}.ms-lg-n2{margin-left:-0.5rem !important}.ms-lg-n3{margin-left:-0.75rem !important}.ms-lg-n4{margin-left:-1rem !important}.ms-lg-n5{margin-left:-1.25rem !important}.ms-lg-n6{margin-left:-1.5rem !important}.ms-lg-n7{margin-left:-1.75rem !important}.ms-lg-n8{margin-left:-2rem !important}.ms-lg-n9{margin-left:-2.25rem !important}.ms-lg-n10{margin-left:-2.5rem !important}.ms-lg-n11{margin-left:-2.75rem !important}.ms-lg-n12{margin-left:-3rem !important}.ms-lg-n13{margin-left:-3.25rem !important}.ms-lg-n14{margin-left:-3.5rem !important}.ms-lg-n15{margin-left:-3.75rem !important}.ms-lg-n16{margin-left:-4rem !important}.ms-lg-n17{margin-left:-4.25rem !important}.ms-lg-n18{margin-left:-4.5rem !important}.ms-lg-n19{margin-left:-4.75rem !important}.ms-lg-n20{margin-left:-5rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:0.75rem !important}.p-lg-4{padding:1rem !important}.p-lg-5{padding:1.25rem !important}.p-lg-6{padding:1.5rem !important}.p-lg-7{padding:1.75rem !important}.p-lg-8{padding:2rem !important}.p-lg-9{padding:2.25rem !important}.p-lg-10{padding:2.5rem !important}.p-lg-11{padding:2.75rem !important}.p-lg-12{padding:3rem !important}.p-lg-13{padding:3.25rem !important}.p-lg-14{padding:3.5rem !important}.p-lg-15{padding:3.75rem !important}.p-lg-16{padding:4rem !important}.p-lg-17{padding:4.25rem !important}.p-lg-18{padding:4.5rem !important}.p-lg-19{padding:4.75rem !important}.p-lg-20{padding:5rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important}.px-lg-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-lg-8{padding-right:2rem !important;padding-left:2rem !important}.px-lg-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-lg-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-lg-12{padding-right:3rem !important;padding-left:3rem !important}.px-lg-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-lg-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-lg-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-lg-16{padding-right:4rem !important;padding-left:4rem !important}.px-lg-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-lg-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-lg-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-lg-20{padding-right:5rem !important;padding-left:5rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-lg-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-lg-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-lg-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-lg-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-lg-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-lg-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-lg-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-lg-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-lg-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:0.75rem !important}.pt-lg-4{padding-top:1rem !important}.pt-lg-5{padding-top:1.25rem !important}.pt-lg-6{padding-top:1.5rem !important}.pt-lg-7{padding-top:1.75rem !important}.pt-lg-8{padding-top:2rem !important}.pt-lg-9{padding-top:2.25rem !important}.pt-lg-10{padding-top:2.5rem !important}.pt-lg-11{padding-top:2.75rem !important}.pt-lg-12{padding-top:3rem !important}.pt-lg-13{padding-top:3.25rem !important}.pt-lg-14{padding-top:3.5rem !important}.pt-lg-15{padding-top:3.75rem !important}.pt-lg-16{padding-top:4rem !important}.pt-lg-17{padding-top:4.25rem !important}.pt-lg-18{padding-top:4.5rem !important}.pt-lg-19{padding-top:4.75rem !important}.pt-lg-20{padding-top:5rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:0.75rem !important}.pe-lg-4{padding-right:1rem !important}.pe-lg-5{padding-right:1.25rem !important}.pe-lg-6{padding-right:1.5rem !important}.pe-lg-7{padding-right:1.75rem !important}.pe-lg-8{padding-right:2rem !important}.pe-lg-9{padding-right:2.25rem !important}.pe-lg-10{padding-right:2.5rem !important}.pe-lg-11{padding-right:2.75rem !important}.pe-lg-12{padding-right:3rem !important}.pe-lg-13{padding-right:3.25rem !important}.pe-lg-14{padding-right:3.5rem !important}.pe-lg-15{padding-right:3.75rem !important}.pe-lg-16{padding-right:4rem !important}.pe-lg-17{padding-right:4.25rem !important}.pe-lg-18{padding-right:4.5rem !important}.pe-lg-19{padding-right:4.75rem !important}.pe-lg-20{padding-right:5rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:0.75rem !important}.pb-lg-4{padding-bottom:1rem !important}.pb-lg-5{padding-bottom:1.25rem !important}.pb-lg-6{padding-bottom:1.5rem !important}.pb-lg-7{padding-bottom:1.75rem !important}.pb-lg-8{padding-bottom:2rem !important}.pb-lg-9{padding-bottom:2.25rem !important}.pb-lg-10{padding-bottom:2.5rem !important}.pb-lg-11{padding-bottom:2.75rem !important}.pb-lg-12{padding-bottom:3rem !important}.pb-lg-13{padding-bottom:3.25rem !important}.pb-lg-14{padding-bottom:3.5rem !important}.pb-lg-15{padding-bottom:3.75rem !important}.pb-lg-16{padding-bottom:4rem !important}.pb-lg-17{padding-bottom:4.25rem !important}.pb-lg-18{padding-bottom:4.5rem !important}.pb-lg-19{padding-bottom:4.75rem !important}.pb-lg-20{padding-bottom:5rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:0.75rem !important}.ps-lg-4{padding-left:1rem !important}.ps-lg-5{padding-left:1.25rem !important}.ps-lg-6{padding-left:1.5rem !important}.ps-lg-7{padding-left:1.75rem !important}.ps-lg-8{padding-left:2rem !important}.ps-lg-9{padding-left:2.25rem !important}.ps-lg-10{padding-left:2.5rem !important}.ps-lg-11{padding-left:2.75rem !important}.ps-lg-12{padding-left:3rem !important}.ps-lg-13{padding-left:3.25rem !important}.ps-lg-14{padding-left:3.5rem !important}.ps-lg-15{padding-left:3.75rem !important}.ps-lg-16{padding-left:4rem !important}.ps-lg-17{padding-left:4.25rem !important}.ps-lg-18{padding-left:4.5rem !important}.ps-lg-19{padding-left:4.75rem !important}.ps-lg-20{padding-left:5rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:0.75rem !important}.gap-lg-4{gap:1rem !important}.gap-lg-5{gap:1.25rem !important}.gap-lg-6{gap:1.5rem !important}.gap-lg-7{gap:1.75rem !important}.gap-lg-8{gap:2rem !important}.gap-lg-9{gap:2.25rem !important}.gap-lg-10{gap:2.5rem !important}.gap-lg-11{gap:2.75rem !important}.gap-lg-12{gap:3rem !important}.gap-lg-13{gap:3.25rem !important}.gap-lg-14{gap:3.5rem !important}.gap-lg-15{gap:3.75rem !important}.gap-lg-16{gap:4rem !important}.gap-lg-17{gap:4.25rem !important}.gap-lg-18{gap:4.5rem !important}.gap-lg-19{gap:4.75rem !important}.gap-lg-20{gap:5rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:0.25rem !important}.row-gap-lg-2{row-gap:0.5rem !important}.row-gap-lg-3{row-gap:0.75rem !important}.row-gap-lg-4{row-gap:1rem !important}.row-gap-lg-5{row-gap:1.25rem !important}.row-gap-lg-6{row-gap:1.5rem !important}.row-gap-lg-7{row-gap:1.75rem !important}.row-gap-lg-8{row-gap:2rem !important}.row-gap-lg-9{row-gap:2.25rem !important}.row-gap-lg-10{row-gap:2.5rem !important}.row-gap-lg-11{row-gap:2.75rem !important}.row-gap-lg-12{row-gap:3rem !important}.row-gap-lg-13{row-gap:3.25rem !important}.row-gap-lg-14{row-gap:3.5rem !important}.row-gap-lg-15{row-gap:3.75rem !important}.row-gap-lg-16{row-gap:4rem !important}.row-gap-lg-17{row-gap:4.25rem !important}.row-gap-lg-18{row-gap:4.5rem !important}.row-gap-lg-19{row-gap:4.75rem !important}.row-gap-lg-20{row-gap:5rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:0.25rem !important}.column-gap-lg-2{column-gap:0.5rem !important}.column-gap-lg-3{column-gap:0.75rem !important}.column-gap-lg-4{column-gap:1rem !important}.column-gap-lg-5{column-gap:1.25rem !important}.column-gap-lg-6{column-gap:1.5rem !important}.column-gap-lg-7{column-gap:1.75rem !important}.column-gap-lg-8{column-gap:2rem !important}.column-gap-lg-9{column-gap:2.25rem !important}.column-gap-lg-10{column-gap:2.5rem !important}.column-gap-lg-11{column-gap:2.75rem !important}.column-gap-lg-12{column-gap:3rem !important}.column-gap-lg-13{column-gap:3.25rem !important}.column-gap-lg-14{column-gap:3.5rem !important}.column-gap-lg-15{column-gap:3.75rem !important}.column-gap-lg-16{column-gap:4rem !important}.column-gap-lg-17{column-gap:4.25rem !important}.column-gap-lg-18{column-gap:4.5rem !important}.column-gap-lg-19{column-gap:4.75rem !important}.column-gap-lg-20{column-gap:5rem !important}.fs-lg-1{font-size:2.5rem !important}.fs-lg-2{font-size:2rem !important}.fs-lg-3{font-size:1.75rem !important}.fs-lg-4{font-size:1.5rem !important}.fs-lg-5{font-size:1.25rem !important}.fs-lg-6{font-size:1rem !important}.fs-lg-base{font-size:1rem !important}.fs-lg-7{font-size:0.875rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.visibility-lg-visible{visibility:visible !important}.visibility-lg-invisible{visibility:hidden !important}.transform-reset-lg-reset{transform:none !important}}@media (min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}.border-xl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-xl-0{border:0 !important}.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:0.75rem !important}.m-xl-4{margin:1rem !important}.m-xl-5{margin:1.25rem !important}.m-xl-6{margin:1.5rem !important}.m-xl-7{margin:1.75rem !important}.m-xl-8{margin:2rem !important}.m-xl-9{margin:2.25rem !important}.m-xl-10{margin:2.5rem !important}.m-xl-11{margin:2.75rem !important}.m-xl-12{margin:3rem !important}.m-xl-13{margin:3.25rem !important}.m-xl-14{margin:3.5rem !important}.m-xl-15{margin:3.75rem !important}.m-xl-16{margin:4rem !important}.m-xl-17{margin:4.25rem !important}.m-xl-18{margin:4.5rem !important}.m-xl-19{margin:4.75rem !important}.m-xl-20{margin:5rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xl-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xl-8{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-xl-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-xl-12{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-xl-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xl-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xl-16{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-xl-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-xl-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-xl-20{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xl-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xl-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-xl-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-xl-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-xl-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xl-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xl-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-xl-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-xl-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-xl-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:0.75rem !important}.mt-xl-4{margin-top:1rem !important}.mt-xl-5{margin-top:1.25rem !important}.mt-xl-6{margin-top:1.5rem !important}.mt-xl-7{margin-top:1.75rem !important}.mt-xl-8{margin-top:2rem !important}.mt-xl-9{margin-top:2.25rem !important}.mt-xl-10{margin-top:2.5rem !important}.mt-xl-11{margin-top:2.75rem !important}.mt-xl-12{margin-top:3rem !important}.mt-xl-13{margin-top:3.25rem !important}.mt-xl-14{margin-top:3.5rem !important}.mt-xl-15{margin-top:3.75rem !important}.mt-xl-16{margin-top:4rem !important}.mt-xl-17{margin-top:4.25rem !important}.mt-xl-18{margin-top:4.5rem !important}.mt-xl-19{margin-top:4.75rem !important}.mt-xl-20{margin-top:5rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:0.75rem !important}.me-xl-4{margin-right:1rem !important}.me-xl-5{margin-right:1.25rem !important}.me-xl-6{margin-right:1.5rem !important}.me-xl-7{margin-right:1.75rem !important}.me-xl-8{margin-right:2rem !important}.me-xl-9{margin-right:2.25rem !important}.me-xl-10{margin-right:2.5rem !important}.me-xl-11{margin-right:2.75rem !important}.me-xl-12{margin-right:3rem !important}.me-xl-13{margin-right:3.25rem !important}.me-xl-14{margin-right:3.5rem !important}.me-xl-15{margin-right:3.75rem !important}.me-xl-16{margin-right:4rem !important}.me-xl-17{margin-right:4.25rem !important}.me-xl-18{margin-right:4.5rem !important}.me-xl-19{margin-right:4.75rem !important}.me-xl-20{margin-right:5rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:0.75rem !important}.mb-xl-4{margin-bottom:1rem !important}.mb-xl-5{margin-bottom:1.25rem !important}.mb-xl-6{margin-bottom:1.5rem !important}.mb-xl-7{margin-bottom:1.75rem !important}.mb-xl-8{margin-bottom:2rem !important}.mb-xl-9{margin-bottom:2.25rem !important}.mb-xl-10{margin-bottom:2.5rem !important}.mb-xl-11{margin-bottom:2.75rem !important}.mb-xl-12{margin-bottom:3rem !important}.mb-xl-13{margin-bottom:3.25rem !important}.mb-xl-14{margin-bottom:3.5rem !important}.mb-xl-15{margin-bottom:3.75rem !important}.mb-xl-16{margin-bottom:4rem !important}.mb-xl-17{margin-bottom:4.25rem !important}.mb-xl-18{margin-bottom:4.5rem !important}.mb-xl-19{margin-bottom:4.75rem !important}.mb-xl-20{margin-bottom:5rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:0.75rem !important}.ms-xl-4{margin-left:1rem !important}.ms-xl-5{margin-left:1.25rem !important}.ms-xl-6{margin-left:1.5rem !important}.ms-xl-7{margin-left:1.75rem !important}.ms-xl-8{margin-left:2rem !important}.ms-xl-9{margin-left:2.25rem !important}.ms-xl-10{margin-left:2.5rem !important}.ms-xl-11{margin-left:2.75rem !important}.ms-xl-12{margin-left:3rem !important}.ms-xl-13{margin-left:3.25rem !important}.ms-xl-14{margin-left:3.5rem !important}.ms-xl-15{margin-left:3.75rem !important}.ms-xl-16{margin-left:4rem !important}.ms-xl-17{margin-left:4.25rem !important}.ms-xl-18{margin-left:4.5rem !important}.ms-xl-19{margin-left:4.75rem !important}.ms-xl-20{margin-left:5rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.m-xl-n3{margin:-0.75rem !important}.m-xl-n4{margin:-1rem !important}.m-xl-n5{margin:-1.25rem !important}.m-xl-n6{margin:-1.5rem !important}.m-xl-n7{margin:-1.75rem !important}.m-xl-n8{margin:-2rem !important}.m-xl-n9{margin:-2.25rem !important}.m-xl-n10{margin:-2.5rem !important}.m-xl-n11{margin:-2.75rem !important}.m-xl-n12{margin:-3rem !important}.m-xl-n13{margin:-3.25rem !important}.m-xl-n14{margin:-3.5rem !important}.m-xl-n15{margin:-3.75rem !important}.m-xl-n16{margin:-4rem !important}.m-xl-n17{margin:-4.25rem !important}.m-xl-n18{margin:-4.5rem !important}.m-xl-n19{margin:-4.75rem !important}.m-xl-n20{margin:-5rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xl-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xl-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xl-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xl-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-xl-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xl-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-xl-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-xl-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xl-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-xl-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-xl-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-xl-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-xl-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xl-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xl-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xl-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-xl-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xl-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-xl-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-xl-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xl-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-xl-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-xl-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-xl-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-xl-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-0.75rem !important}.mt-xl-n4{margin-top:-1rem !important}.mt-xl-n5{margin-top:-1.25rem !important}.mt-xl-n6{margin-top:-1.5rem !important}.mt-xl-n7{margin-top:-1.75rem !important}.mt-xl-n8{margin-top:-2rem !important}.mt-xl-n9{margin-top:-2.25rem !important}.mt-xl-n10{margin-top:-2.5rem !important}.mt-xl-n11{margin-top:-2.75rem !important}.mt-xl-n12{margin-top:-3rem !important}.mt-xl-n13{margin-top:-3.25rem !important}.mt-xl-n14{margin-top:-3.5rem !important}.mt-xl-n15{margin-top:-3.75rem !important}.mt-xl-n16{margin-top:-4rem !important}.mt-xl-n17{margin-top:-4.25rem !important}.mt-xl-n18{margin-top:-4.5rem !important}.mt-xl-n19{margin-top:-4.75rem !important}.mt-xl-n20{margin-top:-5rem !important}.me-xl-n1{margin-right:-0.25rem !important}.me-xl-n2{margin-right:-0.5rem !important}.me-xl-n3{margin-right:-0.75rem !important}.me-xl-n4{margin-right:-1rem !important}.me-xl-n5{margin-right:-1.25rem !important}.me-xl-n6{margin-right:-1.5rem !important}.me-xl-n7{margin-right:-1.75rem !important}.me-xl-n8{margin-right:-2rem !important}.me-xl-n9{margin-right:-2.25rem !important}.me-xl-n10{margin-right:-2.5rem !important}.me-xl-n11{margin-right:-2.75rem !important}.me-xl-n12{margin-right:-3rem !important}.me-xl-n13{margin-right:-3.25rem !important}.me-xl-n14{margin-right:-3.5rem !important}.me-xl-n15{margin-right:-3.75rem !important}.me-xl-n16{margin-right:-4rem !important}.me-xl-n17{margin-right:-4.25rem !important}.me-xl-n18{margin-right:-4.5rem !important}.me-xl-n19{margin-right:-4.75rem !important}.me-xl-n20{margin-right:-5rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-0.75rem !important}.mb-xl-n4{margin-bottom:-1rem !important}.mb-xl-n5{margin-bottom:-1.25rem !important}.mb-xl-n6{margin-bottom:-1.5rem !important}.mb-xl-n7{margin-bottom:-1.75rem !important}.mb-xl-n8{margin-bottom:-2rem !important}.mb-xl-n9{margin-bottom:-2.25rem !important}.mb-xl-n10{margin-bottom:-2.5rem !important}.mb-xl-n11{margin-bottom:-2.75rem !important}.mb-xl-n12{margin-bottom:-3rem !important}.mb-xl-n13{margin-bottom:-3.25rem !important}.mb-xl-n14{margin-bottom:-3.5rem !important}.mb-xl-n15{margin-bottom:-3.75rem !important}.mb-xl-n16{margin-bottom:-4rem !important}.mb-xl-n17{margin-bottom:-4.25rem !important}.mb-xl-n18{margin-bottom:-4.5rem !important}.mb-xl-n19{margin-bottom:-4.75rem !important}.mb-xl-n20{margin-bottom:-5rem !important}.ms-xl-n1{margin-left:-0.25rem !important}.ms-xl-n2{margin-left:-0.5rem !important}.ms-xl-n3{margin-left:-0.75rem !important}.ms-xl-n4{margin-left:-1rem !important}.ms-xl-n5{margin-left:-1.25rem !important}.ms-xl-n6{margin-left:-1.5rem !important}.ms-xl-n7{margin-left:-1.75rem !important}.ms-xl-n8{margin-left:-2rem !important}.ms-xl-n9{margin-left:-2.25rem !important}.ms-xl-n10{margin-left:-2.5rem !important}.ms-xl-n11{margin-left:-2.75rem !important}.ms-xl-n12{margin-left:-3rem !important}.ms-xl-n13{margin-left:-3.25rem !important}.ms-xl-n14{margin-left:-3.5rem !important}.ms-xl-n15{margin-left:-3.75rem !important}.ms-xl-n16{margin-left:-4rem !important}.ms-xl-n17{margin-left:-4.25rem !important}.ms-xl-n18{margin-left:-4.5rem !important}.ms-xl-n19{margin-left:-4.75rem !important}.ms-xl-n20{margin-left:-5rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:0.75rem !important}.p-xl-4{padding:1rem !important}.p-xl-5{padding:1.25rem !important}.p-xl-6{padding:1.5rem !important}.p-xl-7{padding:1.75rem !important}.p-xl-8{padding:2rem !important}.p-xl-9{padding:2.25rem !important}.p-xl-10{padding:2.5rem !important}.p-xl-11{padding:2.75rem !important}.p-xl-12{padding:3rem !important}.p-xl-13{padding:3.25rem !important}.p-xl-14{padding:3.5rem !important}.p-xl-15{padding:3.75rem !important}.p-xl-16{padding:4rem !important}.p-xl-17{padding:4.25rem !important}.p-xl-18{padding:4.5rem !important}.p-xl-19{padding:4.75rem !important}.p-xl-20{padding:5rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important}.px-xl-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xl-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xl-8{padding-right:2rem !important;padding-left:2rem !important}.px-xl-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-xl-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-xl-12{padding-right:3rem !important;padding-left:3rem !important}.px-xl-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-xl-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xl-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-xl-16{padding-right:4rem !important;padding-left:4rem !important}.px-xl-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-xl-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-xl-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-xl-20{padding-right:5rem !important;padding-left:5rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xl-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xl-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-xl-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-xl-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-xl-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xl-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-xl-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-xl-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-xl-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-xl-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:0.75rem !important}.pt-xl-4{padding-top:1rem !important}.pt-xl-5{padding-top:1.25rem !important}.pt-xl-6{padding-top:1.5rem !important}.pt-xl-7{padding-top:1.75rem !important}.pt-xl-8{padding-top:2rem !important}.pt-xl-9{padding-top:2.25rem !important}.pt-xl-10{padding-top:2.5rem !important}.pt-xl-11{padding-top:2.75rem !important}.pt-xl-12{padding-top:3rem !important}.pt-xl-13{padding-top:3.25rem !important}.pt-xl-14{padding-top:3.5rem !important}.pt-xl-15{padding-top:3.75rem !important}.pt-xl-16{padding-top:4rem !important}.pt-xl-17{padding-top:4.25rem !important}.pt-xl-18{padding-top:4.5rem !important}.pt-xl-19{padding-top:4.75rem !important}.pt-xl-20{padding-top:5rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:0.75rem !important}.pe-xl-4{padding-right:1rem !important}.pe-xl-5{padding-right:1.25rem !important}.pe-xl-6{padding-right:1.5rem !important}.pe-xl-7{padding-right:1.75rem !important}.pe-xl-8{padding-right:2rem !important}.pe-xl-9{padding-right:2.25rem !important}.pe-xl-10{padding-right:2.5rem !important}.pe-xl-11{padding-right:2.75rem !important}.pe-xl-12{padding-right:3rem !important}.pe-xl-13{padding-right:3.25rem !important}.pe-xl-14{padding-right:3.5rem !important}.pe-xl-15{padding-right:3.75rem !important}.pe-xl-16{padding-right:4rem !important}.pe-xl-17{padding-right:4.25rem !important}.pe-xl-18{padding-right:4.5rem !important}.pe-xl-19{padding-right:4.75rem !important}.pe-xl-20{padding-right:5rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:0.75rem !important}.pb-xl-4{padding-bottom:1rem !important}.pb-xl-5{padding-bottom:1.25rem !important}.pb-xl-6{padding-bottom:1.5rem !important}.pb-xl-7{padding-bottom:1.75rem !important}.pb-xl-8{padding-bottom:2rem !important}.pb-xl-9{padding-bottom:2.25rem !important}.pb-xl-10{padding-bottom:2.5rem !important}.pb-xl-11{padding-bottom:2.75rem !important}.pb-xl-12{padding-bottom:3rem !important}.pb-xl-13{padding-bottom:3.25rem !important}.pb-xl-14{padding-bottom:3.5rem !important}.pb-xl-15{padding-bottom:3.75rem !important}.pb-xl-16{padding-bottom:4rem !important}.pb-xl-17{padding-bottom:4.25rem !important}.pb-xl-18{padding-bottom:4.5rem !important}.pb-xl-19{padding-bottom:4.75rem !important}.pb-xl-20{padding-bottom:5rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:0.75rem !important}.ps-xl-4{padding-left:1rem !important}.ps-xl-5{padding-left:1.25rem !important}.ps-xl-6{padding-left:1.5rem !important}.ps-xl-7{padding-left:1.75rem !important}.ps-xl-8{padding-left:2rem !important}.ps-xl-9{padding-left:2.25rem !important}.ps-xl-10{padding-left:2.5rem !important}.ps-xl-11{padding-left:2.75rem !important}.ps-xl-12{padding-left:3rem !important}.ps-xl-13{padding-left:3.25rem !important}.ps-xl-14{padding-left:3.5rem !important}.ps-xl-15{padding-left:3.75rem !important}.ps-xl-16{padding-left:4rem !important}.ps-xl-17{padding-left:4.25rem !important}.ps-xl-18{padding-left:4.5rem !important}.ps-xl-19{padding-left:4.75rem !important}.ps-xl-20{padding-left:5rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:0.75rem !important}.gap-xl-4{gap:1rem !important}.gap-xl-5{gap:1.25rem !important}.gap-xl-6{gap:1.5rem !important}.gap-xl-7{gap:1.75rem !important}.gap-xl-8{gap:2rem !important}.gap-xl-9{gap:2.25rem !important}.gap-xl-10{gap:2.5rem !important}.gap-xl-11{gap:2.75rem !important}.gap-xl-12{gap:3rem !important}.gap-xl-13{gap:3.25rem !important}.gap-xl-14{gap:3.5rem !important}.gap-xl-15{gap:3.75rem !important}.gap-xl-16{gap:4rem !important}.gap-xl-17{gap:4.25rem !important}.gap-xl-18{gap:4.5rem !important}.gap-xl-19{gap:4.75rem !important}.gap-xl-20{gap:5rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:0.25rem !important}.row-gap-xl-2{row-gap:0.5rem !important}.row-gap-xl-3{row-gap:0.75rem !important}.row-gap-xl-4{row-gap:1rem !important}.row-gap-xl-5{row-gap:1.25rem !important}.row-gap-xl-6{row-gap:1.5rem !important}.row-gap-xl-7{row-gap:1.75rem !important}.row-gap-xl-8{row-gap:2rem !important}.row-gap-xl-9{row-gap:2.25rem !important}.row-gap-xl-10{row-gap:2.5rem !important}.row-gap-xl-11{row-gap:2.75rem !important}.row-gap-xl-12{row-gap:3rem !important}.row-gap-xl-13{row-gap:3.25rem !important}.row-gap-xl-14{row-gap:3.5rem !important}.row-gap-xl-15{row-gap:3.75rem !important}.row-gap-xl-16{row-gap:4rem !important}.row-gap-xl-17{row-gap:4.25rem !important}.row-gap-xl-18{row-gap:4.5rem !important}.row-gap-xl-19{row-gap:4.75rem !important}.row-gap-xl-20{row-gap:5rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:0.25rem !important}.column-gap-xl-2{column-gap:0.5rem !important}.column-gap-xl-3{column-gap:0.75rem !important}.column-gap-xl-4{column-gap:1rem !important}.column-gap-xl-5{column-gap:1.25rem !important}.column-gap-xl-6{column-gap:1.5rem !important}.column-gap-xl-7{column-gap:1.75rem !important}.column-gap-xl-8{column-gap:2rem !important}.column-gap-xl-9{column-gap:2.25rem !important}.column-gap-xl-10{column-gap:2.5rem !important}.column-gap-xl-11{column-gap:2.75rem !important}.column-gap-xl-12{column-gap:3rem !important}.column-gap-xl-13{column-gap:3.25rem !important}.column-gap-xl-14{column-gap:3.5rem !important}.column-gap-xl-15{column-gap:3.75rem !important}.column-gap-xl-16{column-gap:4rem !important}.column-gap-xl-17{column-gap:4.25rem !important}.column-gap-xl-18{column-gap:4.5rem !important}.column-gap-xl-19{column-gap:4.75rem !important}.column-gap-xl-20{column-gap:5rem !important}.fs-xl-1{font-size:2.5rem !important}.fs-xl-2{font-size:2rem !important}.fs-xl-3{font-size:1.75rem !important}.fs-xl-4{font-size:1.5rem !important}.fs-xl-5{font-size:1.25rem !important}.fs-xl-6{font-size:1rem !important}.fs-xl-base{font-size:1rem !important}.fs-xl-7{font-size:0.875rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.visibility-xl-visible{visibility:visible !important}.visibility-xl-invisible{visibility:hidden !important}.transform-reset-xl-reset{transform:none !important}}@media (min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.position-xxl-static{position:static !important}.position-xxl-relative{position:relative !important}.position-xxl-absolute{position:absolute !important}.position-xxl-fixed{position:fixed !important}.position-xxl-sticky{position:sticky !important}.border-xxl{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-xxl-0{border:0 !important}.w-xxl-25{width:25% !important}.w-xxl-50{width:50% !important}.w-xxl-75{width:75% !important}.w-xxl-100{width:100% !important}.w-xxl-auto{width:auto !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:0.75rem !important}.m-xxl-4{margin:1rem !important}.m-xxl-5{margin:1.25rem !important}.m-xxl-6{margin:1.5rem !important}.m-xxl-7{margin:1.75rem !important}.m-xxl-8{margin:2rem !important}.m-xxl-9{margin:2.25rem !important}.m-xxl-10{margin:2.5rem !important}.m-xxl-11{margin:2.75rem !important}.m-xxl-12{margin:3rem !important}.m-xxl-13{margin:3.25rem !important}.m-xxl-14{margin:3.5rem !important}.m-xxl-15{margin:3.75rem !important}.m-xxl-16{margin:4rem !important}.m-xxl-17{margin:4.25rem !important}.m-xxl-18{margin:4.5rem !important}.m-xxl-19{margin:4.75rem !important}.m-xxl-20{margin:5rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:0.75rem !important;margin-left:0.75rem !important}.mx-xxl-4{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-5{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xxl-6{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-7{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xxl-8{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-9{margin-right:2.25rem !important;margin-left:2.25rem !important}.mx-xxl-10{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-11{margin-right:2.75rem !important;margin-left:2.75rem !important}.mx-xxl-12{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-13{margin-right:3.25rem !important;margin-left:3.25rem !important}.mx-xxl-14{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xxl-15{margin-right:3.75rem !important;margin-left:3.75rem !important}.mx-xxl-16{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-17{margin-right:4.25rem !important;margin-left:4.25rem !important}.mx-xxl-18{margin-right:4.5rem !important;margin-left:4.5rem !important}.mx-xxl-19{margin-right:4.75rem !important;margin-left:4.75rem !important}.mx-xxl-20{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.my-xxl-4{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xxl-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xxl-8{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.my-xxl-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.my-xxl-12{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.my-xxl-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xxl-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.my-xxl-16{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-17{margin-top:4.25rem !important;margin-bottom:4.25rem !important}.my-xxl-18{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.my-xxl-19{margin-top:4.75rem !important;margin-bottom:4.75rem !important}.my-xxl-20{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:0.75rem !important}.mt-xxl-4{margin-top:1rem !important}.mt-xxl-5{margin-top:1.25rem !important}.mt-xxl-6{margin-top:1.5rem !important}.mt-xxl-7{margin-top:1.75rem !important}.mt-xxl-8{margin-top:2rem !important}.mt-xxl-9{margin-top:2.25rem !important}.mt-xxl-10{margin-top:2.5rem !important}.mt-xxl-11{margin-top:2.75rem !important}.mt-xxl-12{margin-top:3rem !important}.mt-xxl-13{margin-top:3.25rem !important}.mt-xxl-14{margin-top:3.5rem !important}.mt-xxl-15{margin-top:3.75rem !important}.mt-xxl-16{margin-top:4rem !important}.mt-xxl-17{margin-top:4.25rem !important}.mt-xxl-18{margin-top:4.5rem !important}.mt-xxl-19{margin-top:4.75rem !important}.mt-xxl-20{margin-top:5rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:0.75rem !important}.me-xxl-4{margin-right:1rem !important}.me-xxl-5{margin-right:1.25rem !important}.me-xxl-6{margin-right:1.5rem !important}.me-xxl-7{margin-right:1.75rem !important}.me-xxl-8{margin-right:2rem !important}.me-xxl-9{margin-right:2.25rem !important}.me-xxl-10{margin-right:2.5rem !important}.me-xxl-11{margin-right:2.75rem !important}.me-xxl-12{margin-right:3rem !important}.me-xxl-13{margin-right:3.25rem !important}.me-xxl-14{margin-right:3.5rem !important}.me-xxl-15{margin-right:3.75rem !important}.me-xxl-16{margin-right:4rem !important}.me-xxl-17{margin-right:4.25rem !important}.me-xxl-18{margin-right:4.5rem !important}.me-xxl-19{margin-right:4.75rem !important}.me-xxl-20{margin-right:5rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:0.75rem !important}.mb-xxl-4{margin-bottom:1rem !important}.mb-xxl-5{margin-bottom:1.25rem !important}.mb-xxl-6{margin-bottom:1.5rem !important}.mb-xxl-7{margin-bottom:1.75rem !important}.mb-xxl-8{margin-bottom:2rem !important}.mb-xxl-9{margin-bottom:2.25rem !important}.mb-xxl-10{margin-bottom:2.5rem !important}.mb-xxl-11{margin-bottom:2.75rem !important}.mb-xxl-12{margin-bottom:3rem !important}.mb-xxl-13{margin-bottom:3.25rem !important}.mb-xxl-14{margin-bottom:3.5rem !important}.mb-xxl-15{margin-bottom:3.75rem !important}.mb-xxl-16{margin-bottom:4rem !important}.mb-xxl-17{margin-bottom:4.25rem !important}.mb-xxl-18{margin-bottom:4.5rem !important}.mb-xxl-19{margin-bottom:4.75rem !important}.mb-xxl-20{margin-bottom:5rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:0.75rem !important}.ms-xxl-4{margin-left:1rem !important}.ms-xxl-5{margin-left:1.25rem !important}.ms-xxl-6{margin-left:1.5rem !important}.ms-xxl-7{margin-left:1.75rem !important}.ms-xxl-8{margin-left:2rem !important}.ms-xxl-9{margin-left:2.25rem !important}.ms-xxl-10{margin-left:2.5rem !important}.ms-xxl-11{margin-left:2.75rem !important}.ms-xxl-12{margin-left:3rem !important}.ms-xxl-13{margin-left:3.25rem !important}.ms-xxl-14{margin-left:3.5rem !important}.ms-xxl-15{margin-left:3.75rem !important}.ms-xxl-16{margin-left:4rem !important}.ms-xxl-17{margin-left:4.25rem !important}.ms-xxl-18{margin-left:4.5rem !important}.ms-xxl-19{margin-left:4.75rem !important}.ms-xxl-20{margin-left:5rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.m-xxl-n3{margin:-0.75rem !important}.m-xxl-n4{margin:-1rem !important}.m-xxl-n5{margin:-1.25rem !important}.m-xxl-n6{margin:-1.5rem !important}.m-xxl-n7{margin:-1.75rem !important}.m-xxl-n8{margin:-2rem !important}.m-xxl-n9{margin:-2.25rem !important}.m-xxl-n10{margin:-2.5rem !important}.m-xxl-n11{margin:-2.75rem !important}.m-xxl-n12{margin:-3rem !important}.m-xxl-n13{margin:-3.25rem !important}.m-xxl-n14{margin:-3.5rem !important}.m-xxl-n15{margin:-3.75rem !important}.m-xxl-n16{margin:-4rem !important}.m-xxl-n17{margin:-4.25rem !important}.m-xxl-n18{margin:-4.5rem !important}.m-xxl-n19{margin:-4.75rem !important}.m-xxl-n20{margin:-5rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xxl-n4{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xxl-n6{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n7{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xxl-n8{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxl-n9{margin-right:-2.25rem !important;margin-left:-2.25rem !important}.mx-xxl-n10{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xxl-n11{margin-right:-2.75rem !important;margin-left:-2.75rem !important}.mx-xxl-n12{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n13{margin-right:-3.25rem !important;margin-left:-3.25rem !important}.mx-xxl-n14{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xxl-n15{margin-right:-3.75rem !important;margin-left:-3.75rem !important}.mx-xxl-n16{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxl-n17{margin-right:-4.25rem !important;margin-left:-4.25rem !important}.mx-xxl-n18{margin-right:-4.5rem !important;margin-left:-4.5rem !important}.mx-xxl-n19{margin-right:-4.75rem !important;margin-left:-4.75rem !important}.mx-xxl-n20{margin-right:-5rem !important;margin-left:-5rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xxl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xxl-n6{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n7{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xxl-n8{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxl-n9{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important}.my-xxl-n10{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xxl-n11{margin-top:-2.75rem !important;margin-bottom:-2.75rem !important}.my-xxl-n12{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n13{margin-top:-3.25rem !important;margin-bottom:-3.25rem !important}.my-xxl-n14{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xxl-n15{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important}.my-xxl-n16{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxl-n17{margin-top:-4.25rem !important;margin-bottom:-4.25rem !important}.my-xxl-n18{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important}.my-xxl-n19{margin-top:-4.75rem !important;margin-bottom:-4.75rem !important}.my-xxl-n20{margin-top:-5rem !important;margin-bottom:-5rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-0.75rem !important}.mt-xxl-n4{margin-top:-1rem !important}.mt-xxl-n5{margin-top:-1.25rem !important}.mt-xxl-n6{margin-top:-1.5rem !important}.mt-xxl-n7{margin-top:-1.75rem !important}.mt-xxl-n8{margin-top:-2rem !important}.mt-xxl-n9{margin-top:-2.25rem !important}.mt-xxl-n10{margin-top:-2.5rem !important}.mt-xxl-n11{margin-top:-2.75rem !important}.mt-xxl-n12{margin-top:-3rem !important}.mt-xxl-n13{margin-top:-3.25rem !important}.mt-xxl-n14{margin-top:-3.5rem !important}.mt-xxl-n15{margin-top:-3.75rem !important}.mt-xxl-n16{margin-top:-4rem !important}.mt-xxl-n17{margin-top:-4.25rem !important}.mt-xxl-n18{margin-top:-4.5rem !important}.mt-xxl-n19{margin-top:-4.75rem !important}.mt-xxl-n20{margin-top:-5rem !important}.me-xxl-n1{margin-right:-0.25rem !important}.me-xxl-n2{margin-right:-0.5rem !important}.me-xxl-n3{margin-right:-0.75rem !important}.me-xxl-n4{margin-right:-1rem !important}.me-xxl-n5{margin-right:-1.25rem !important}.me-xxl-n6{margin-right:-1.5rem !important}.me-xxl-n7{margin-right:-1.75rem !important}.me-xxl-n8{margin-right:-2rem !important}.me-xxl-n9{margin-right:-2.25rem !important}.me-xxl-n10{margin-right:-2.5rem !important}.me-xxl-n11{margin-right:-2.75rem !important}.me-xxl-n12{margin-right:-3rem !important}.me-xxl-n13{margin-right:-3.25rem !important}.me-xxl-n14{margin-right:-3.5rem !important}.me-xxl-n15{margin-right:-3.75rem !important}.me-xxl-n16{margin-right:-4rem !important}.me-xxl-n17{margin-right:-4.25rem !important}.me-xxl-n18{margin-right:-4.5rem !important}.me-xxl-n19{margin-right:-4.75rem !important}.me-xxl-n20{margin-right:-5rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-0.75rem !important}.mb-xxl-n4{margin-bottom:-1rem !important}.mb-xxl-n5{margin-bottom:-1.25rem !important}.mb-xxl-n6{margin-bottom:-1.5rem !important}.mb-xxl-n7{margin-bottom:-1.75rem !important}.mb-xxl-n8{margin-bottom:-2rem !important}.mb-xxl-n9{margin-bottom:-2.25rem !important}.mb-xxl-n10{margin-bottom:-2.5rem !important}.mb-xxl-n11{margin-bottom:-2.75rem !important}.mb-xxl-n12{margin-bottom:-3rem !important}.mb-xxl-n13{margin-bottom:-3.25rem !important}.mb-xxl-n14{margin-bottom:-3.5rem !important}.mb-xxl-n15{margin-bottom:-3.75rem !important}.mb-xxl-n16{margin-bottom:-4rem !important}.mb-xxl-n17{margin-bottom:-4.25rem !important}.mb-xxl-n18{margin-bottom:-4.5rem !important}.mb-xxl-n19{margin-bottom:-4.75rem !important}.mb-xxl-n20{margin-bottom:-5rem !important}.ms-xxl-n1{margin-left:-0.25rem !important}.ms-xxl-n2{margin-left:-0.5rem !important}.ms-xxl-n3{margin-left:-0.75rem !important}.ms-xxl-n4{margin-left:-1rem !important}.ms-xxl-n5{margin-left:-1.25rem !important}.ms-xxl-n6{margin-left:-1.5rem !important}.ms-xxl-n7{margin-left:-1.75rem !important}.ms-xxl-n8{margin-left:-2rem !important}.ms-xxl-n9{margin-left:-2.25rem !important}.ms-xxl-n10{margin-left:-2.5rem !important}.ms-xxl-n11{margin-left:-2.75rem !important}.ms-xxl-n12{margin-left:-3rem !important}.ms-xxl-n13{margin-left:-3.25rem !important}.ms-xxl-n14{margin-left:-3.5rem !important}.ms-xxl-n15{margin-left:-3.75rem !important}.ms-xxl-n16{margin-left:-4rem !important}.ms-xxl-n17{margin-left:-4.25rem !important}.ms-xxl-n18{margin-left:-4.5rem !important}.ms-xxl-n19{margin-left:-4.75rem !important}.ms-xxl-n20{margin-left:-5rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:0.75rem !important}.p-xxl-4{padding:1rem !important}.p-xxl-5{padding:1.25rem !important}.p-xxl-6{padding:1.5rem !important}.p-xxl-7{padding:1.75rem !important}.p-xxl-8{padding:2rem !important}.p-xxl-9{padding:2.25rem !important}.p-xxl-10{padding:2.5rem !important}.p-xxl-11{padding:2.75rem !important}.p-xxl-12{padding:3rem !important}.p-xxl-13{padding:3.25rem !important}.p-xxl-14{padding:3.5rem !important}.p-xxl-15{padding:3.75rem !important}.p-xxl-16{padding:4rem !important}.p-xxl-17{padding:4.25rem !important}.p-xxl-18{padding:4.5rem !important}.p-xxl-19{padding:4.75rem !important}.p-xxl-20{padding:5rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:0.75rem !important;padding-left:0.75rem !important}.px-xxl-4{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-5{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xxl-6{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-7{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xxl-8{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-9{padding-right:2.25rem !important;padding-left:2.25rem !important}.px-xxl-10{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-11{padding-right:2.75rem !important;padding-left:2.75rem !important}.px-xxl-12{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-13{padding-right:3.25rem !important;padding-left:3.25rem !important}.px-xxl-14{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xxl-15{padding-right:3.75rem !important;padding-left:3.75rem !important}.px-xxl-16{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-17{padding-right:4.25rem !important;padding-left:4.25rem !important}.px-xxl-18{padding-right:4.5rem !important;padding-left:4.5rem !important}.px-xxl-19{padding-right:4.75rem !important;padding-left:4.75rem !important}.px-xxl-20{padding-right:5rem !important;padding-left:5rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.py-xxl-4{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xxl-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xxl-8{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.py-xxl-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.py-xxl-12{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.py-xxl-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xxl-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.py-xxl-16{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-17{padding-top:4.25rem !important;padding-bottom:4.25rem !important}.py-xxl-18{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.py-xxl-19{padding-top:4.75rem !important;padding-bottom:4.75rem !important}.py-xxl-20{padding-top:5rem !important;padding-bottom:5rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:0.75rem !important}.pt-xxl-4{padding-top:1rem !important}.pt-xxl-5{padding-top:1.25rem !important}.pt-xxl-6{padding-top:1.5rem !important}.pt-xxl-7{padding-top:1.75rem !important}.pt-xxl-8{padding-top:2rem !important}.pt-xxl-9{padding-top:2.25rem !important}.pt-xxl-10{padding-top:2.5rem !important}.pt-xxl-11{padding-top:2.75rem !important}.pt-xxl-12{padding-top:3rem !important}.pt-xxl-13{padding-top:3.25rem !important}.pt-xxl-14{padding-top:3.5rem !important}.pt-xxl-15{padding-top:3.75rem !important}.pt-xxl-16{padding-top:4rem !important}.pt-xxl-17{padding-top:4.25rem !important}.pt-xxl-18{padding-top:4.5rem !important}.pt-xxl-19{padding-top:4.75rem !important}.pt-xxl-20{padding-top:5rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:0.75rem !important}.pe-xxl-4{padding-right:1rem !important}.pe-xxl-5{padding-right:1.25rem !important}.pe-xxl-6{padding-right:1.5rem !important}.pe-xxl-7{padding-right:1.75rem !important}.pe-xxl-8{padding-right:2rem !important}.pe-xxl-9{padding-right:2.25rem !important}.pe-xxl-10{padding-right:2.5rem !important}.pe-xxl-11{padding-right:2.75rem !important}.pe-xxl-12{padding-right:3rem !important}.pe-xxl-13{padding-right:3.25rem !important}.pe-xxl-14{padding-right:3.5rem !important}.pe-xxl-15{padding-right:3.75rem !important}.pe-xxl-16{padding-right:4rem !important}.pe-xxl-17{padding-right:4.25rem !important}.pe-xxl-18{padding-right:4.5rem !important}.pe-xxl-19{padding-right:4.75rem !important}.pe-xxl-20{padding-right:5rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:0.75rem !important}.pb-xxl-4{padding-bottom:1rem !important}.pb-xxl-5{padding-bottom:1.25rem !important}.pb-xxl-6{padding-bottom:1.5rem !important}.pb-xxl-7{padding-bottom:1.75rem !important}.pb-xxl-8{padding-bottom:2rem !important}.pb-xxl-9{padding-bottom:2.25rem !important}.pb-xxl-10{padding-bottom:2.5rem !important}.pb-xxl-11{padding-bottom:2.75rem !important}.pb-xxl-12{padding-bottom:3rem !important}.pb-xxl-13{padding-bottom:3.25rem !important}.pb-xxl-14{padding-bottom:3.5rem !important}.pb-xxl-15{padding-bottom:3.75rem !important}.pb-xxl-16{padding-bottom:4rem !important}.pb-xxl-17{padding-bottom:4.25rem !important}.pb-xxl-18{padding-bottom:4.5rem !important}.pb-xxl-19{padding-bottom:4.75rem !important}.pb-xxl-20{padding-bottom:5rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:0.75rem !important}.ps-xxl-4{padding-left:1rem !important}.ps-xxl-5{padding-left:1.25rem !important}.ps-xxl-6{padding-left:1.5rem !important}.ps-xxl-7{padding-left:1.75rem !important}.ps-xxl-8{padding-left:2rem !important}.ps-xxl-9{padding-left:2.25rem !important}.ps-xxl-10{padding-left:2.5rem !important}.ps-xxl-11{padding-left:2.75rem !important}.ps-xxl-12{padding-left:3rem !important}.ps-xxl-13{padding-left:3.25rem !important}.ps-xxl-14{padding-left:3.5rem !important}.ps-xxl-15{padding-left:3.75rem !important}.ps-xxl-16{padding-left:4rem !important}.ps-xxl-17{padding-left:4.25rem !important}.ps-xxl-18{padding-left:4.5rem !important}.ps-xxl-19{padding-left:4.75rem !important}.ps-xxl-20{padding-left:5rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:0.75rem !important}.gap-xxl-4{gap:1rem !important}.gap-xxl-5{gap:1.25rem !important}.gap-xxl-6{gap:1.5rem !important}.gap-xxl-7{gap:1.75rem !important}.gap-xxl-8{gap:2rem !important}.gap-xxl-9{gap:2.25rem !important}.gap-xxl-10{gap:2.5rem !important}.gap-xxl-11{gap:2.75rem !important}.gap-xxl-12{gap:3rem !important}.gap-xxl-13{gap:3.25rem !important}.gap-xxl-14{gap:3.5rem !important}.gap-xxl-15{gap:3.75rem !important}.gap-xxl-16{gap:4rem !important}.gap-xxl-17{gap:4.25rem !important}.gap-xxl-18{gap:4.5rem !important}.gap-xxl-19{gap:4.75rem !important}.gap-xxl-20{gap:5rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:0.25rem !important}.row-gap-xxl-2{row-gap:0.5rem !important}.row-gap-xxl-3{row-gap:0.75rem !important}.row-gap-xxl-4{row-gap:1rem !important}.row-gap-xxl-5{row-gap:1.25rem !important}.row-gap-xxl-6{row-gap:1.5rem !important}.row-gap-xxl-7{row-gap:1.75rem !important}.row-gap-xxl-8{row-gap:2rem !important}.row-gap-xxl-9{row-gap:2.25rem !important}.row-gap-xxl-10{row-gap:2.5rem !important}.row-gap-xxl-11{row-gap:2.75rem !important}.row-gap-xxl-12{row-gap:3rem !important}.row-gap-xxl-13{row-gap:3.25rem !important}.row-gap-xxl-14{row-gap:3.5rem !important}.row-gap-xxl-15{row-gap:3.75rem !important}.row-gap-xxl-16{row-gap:4rem !important}.row-gap-xxl-17{row-gap:4.25rem !important}.row-gap-xxl-18{row-gap:4.5rem !important}.row-gap-xxl-19{row-gap:4.75rem !important}.row-gap-xxl-20{row-gap:5rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:0.25rem !important}.column-gap-xxl-2{column-gap:0.5rem !important}.column-gap-xxl-3{column-gap:0.75rem !important}.column-gap-xxl-4{column-gap:1rem !important}.column-gap-xxl-5{column-gap:1.25rem !important}.column-gap-xxl-6{column-gap:1.5rem !important}.column-gap-xxl-7{column-gap:1.75rem !important}.column-gap-xxl-8{column-gap:2rem !important}.column-gap-xxl-9{column-gap:2.25rem !important}.column-gap-xxl-10{column-gap:2.5rem !important}.column-gap-xxl-11{column-gap:2.75rem !important}.column-gap-xxl-12{column-gap:3rem !important}.column-gap-xxl-13{column-gap:3.25rem !important}.column-gap-xxl-14{column-gap:3.5rem !important}.column-gap-xxl-15{column-gap:3.75rem !important}.column-gap-xxl-16{column-gap:4rem !important}.column-gap-xxl-17{column-gap:4.25rem !important}.column-gap-xxl-18{column-gap:4.5rem !important}.column-gap-xxl-19{column-gap:4.75rem !important}.column-gap-xxl-20{column-gap:5rem !important}.fs-xxl-1{font-size:2.5rem !important}.fs-xxl-2{font-size:2rem !important}.fs-xxl-3{font-size:1.75rem !important}.fs-xxl-4{font-size:1.5rem !important}.fs-xxl-5{font-size:1.25rem !important}.fs-xxl-6{font-size:1rem !important}.fs-xxl-base{font-size:1rem !important}.fs-xxl-7{font-size:0.875rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}.visibility-xxl-visible{visibility:visible !important}.visibility-xxl-invisible{visibility:hidden !important}.transform-reset-xxl-reset{transform:none !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.alert .placeholder,.messages .placeholder{opacity:revert;background-color:revert;cursor:revert;display:revert;min-height:revert;vertical-align:revert;animation:none}.dropdown .btn.dropdown-toggle{background:transparent;color:#212529;font-size:1rem;font-weight:400}.dropdown .btn.dropdown-toggle.no-arrow:after{display:none}.dropdown .btn.dropdown-toggle:active{border-color:transparent !important}.dropdown .btn.dropdown-toggle:hover{background:#f8f9fa}.dropdown .btn.dropdown-toggle.show{border-color:transparent !important;outline:2px solid #ced4da}.dropdown .dropdown-menu li a{display:flex;justify-content:flex-start;align-items:center;gap:10px}p{font-size:1rem;font-weight:400;color:#212529}h1,.h1{font-weight:700;margin-bottom:0.75rem}h2,.h2{font-weight:600;margin-bottom:0.75rem}h3,.h3{font-weight:700;margin-bottom:0.75rem;line-height:1.1}h4,.h4{font-weight:600;margin-bottom:0.75rem}h5,.h5{font-weight:700;margin-bottom:0.75rem;color:#000}h6,.h6{font-weight:600;margin-bottom:0.75rem}h1>a,.h1>a,h2>a,.h2>a,h3>a,.h3>a,h4>a,.h4>a,h5>a,.h5>a,h6>a,.h6>a{text-decoration:none}a{text-underline-offset:0.3em;text-decoration-thickness:1px;cursor:pointer}.saved-favorite{text-decoration:none;color:#212529;font-size:1rem;font-weight:400}.saved-favorite:active{border-color:transparent !important}.saved-favorite:hover{background:#f8f9fa}.saved-favorite:focus{outline:2px solid #ced4da;background:#f8f9fa}.saved-favorite__icon--saved{fill:#e35d6a}.saved-favorite__icon--unsaved{fill:currentColor}.survey-area .transition{transition-property:transform,opacity;transition-timing-function:ease-in;transition-duration:200ms;transition-delay:0s}.survey-area .slide-start{opacity:0;position:absolute;transform:translate(-400px,0) scale(0.8)}.survey-area .hide-button{opacity:0}.survey-area .survey--default .survey--actions .survey__good{background:transparent !important;border:none !important}@media screen and (max-width:1200px){.survey-area .survey--default .survey--actions .survey__good{background:#DFF0D8 !important;border:1px solid #0a3622 !important}}.survey-area .survey--default .survey--actions .survey__good:hover,.survey-area .survey--default .survey--actions .survey__good:active,.survey-area .survey--default .survey--actions .survey__good.active{font-weight:bold}.survey-area .survey--default .survey--actions .survey__good[disabled]{opacity:0.5}.survey-area .survey--default .survey--actions .survey__good span{text-decoration:underline;text-underline-offset:0.3em;text-decoration-thickness:1px}.survey-area .survey--default .survey--actions .survey__bad{background:transparent !important;border:none !important}@media screen and (max-width:1200px){.survey-area .survey--default .survey--actions .survey__bad{background:#FFFFFF !important;border:1px solid #212529 !important}}.survey-area .survey--default .survey--actions .survey__bad:hover,.survey-area .survey--default .survey--actions .survey__bad:active,.survey-area .survey--default .survey--actions .survey__bad.active{font-weight:bold}.survey-area .survey--default .survey--actions .survey__bad[disabled]{opacity:0.5}.survey-area .survey--default .survey--actions .survey__bad span{text-decoration:underline;text-underline-offset:0.3em;text-decoration-thickness:1px}.survey-area .survey--highlighted .survey--actions .survey__good{background:#DFF0D8 !important;border:1px solid #0a3622 !important}.survey-area .survey--highlighted .survey--actions .survey__good:hover,.survey-area .survey--highlighted .survey--actions .survey__good:active,.survey-area .survey--highlighted .survey--actions .survey__good.active{background:#0a3622 !important;color:#FFFFFF !important}.survey-area .survey--highlighted .survey--actions .survey__good[disabled]{opacity:0.5}.survey-area .survey--highlighted .survey--actions .survey__bad{background:#FFFFFF !important;border:1px solid #212529 !important}.survey-area .survey--highlighted .survey--actions .survey__bad:hover,.survey-area .survey--highlighted .survey--actions .survey__bad:active,.survey-area .survey--highlighted .survey--actions .survey__bad.active{background:#212529 !important;color:#FFFFFF !important}.survey-area .survey--highlighted .survey--actions .survey__bad[disabled]{opacity:0.5}.card-horizontal .card,.card-horizontal .my-account--editable-group{box-shadow:0px 2px 4px rgba(0,0,0,0.25);border:none !important}.card-horizontal .card__image{box-sizing:content-box}@media screen and (max-width:1200px){.card-horizontal .card__image{width:100% !important;height:200px !important;max-width:100% !important}}.card-horizontal .card .alreadyRegistered-box .dropdown-toggle:after,.card-horizontal .my-account--editable-group .alreadyRegistered-box .dropdown-toggle:after{display:none !important}.card-horizontal .card.card--canceled,.card-horizontal .card--canceled.my-account--editable-group{filter:grayscale(1)}.card-horizontal .card .card__content__date-and-time.update,.card-horizontal .my-account--editable-group .card__content__date-and-time.update{padding:8px;background:#D9EDF7;max-width:360px}.card-horizontal .card .card__content__date-and-time.update .update-text,.card-horizontal .my-account--editable-group .card__content__date-and-time.update .update-text{display:flex !important;justify-content:start;align-items:center;gap:8px;color:#052C64}.card-horizontal .card .card__content__actions:empty,.card-horizontal .my-account--editable-group .card__content__actions:empty{display:none}.card-horizontal .card.card--vertical,.card-horizontal .card--vertical.my-account--editable-group{flex-direction:column}.card-horizontal .card.card--vertical.alreadyRegistered .alreadyRegistered-box,.card-horizontal .card--vertical.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{display:none}.card-horizontal .card.card--vertical.alreadyRegistered .alreadyRegistered-button,.card-horizontal .card--vertical.alreadyRegistered.my-account--editable-group .alreadyRegistered-button{display:flex}.card-horizontal .card.card--vertical.alreadyRegistered .alreadyRegistered-actions,.card-horizontal .card--vertical.alreadyRegistered.my-account--editable-group .alreadyRegistered-actions{display:none !important}.card-horizontal .card.card--vertical .card__image,.card-horizontal .card--vertical.my-account--editable-group .card__image{height:220px}.card-horizontal .card.card--vertical .card__image img,.card-horizontal .card--vertical.my-account--editable-group .card__image img{border-top-right-radius:4px;border-top-left-radius:4px}.card-horizontal .card.card--vertical .card__content,.card-horizontal .card--vertical.my-account--editable-group .card__content{flex-direction:column;gap:1rem;justify-content:space-between}.card-horizontal .card.card--vertical .card__content__actions__buttons,.card-horizontal .card--vertical.my-account--editable-group .card__content__actions__buttons{flex-direction:row}.card-horizontal .card.card--vertical .card__content__actions__buttons--icons,.card-horizontal .card--vertical.my-account--editable-group .card__content__actions__buttons--icons{gap:0 !important}.card-horizontal .card.card--vertical .card__content__actions__buttons--icons .btn>span,.card-horizontal .card--vertical.my-account--editable-group .card__content__actions__buttons--icons .btn>span{display:none !important}.card-horizontal .card.card--horizontal,.card-horizontal .card--horizontal.my-account--editable-group{flex-direction:row}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal,.card-horizontal .card--horizontal.my-account--editable-group{flex-direction:column}}.card-horizontal .card.card--horizontal.alreadyRegistered .alreadyRegistered-box,.card-horizontal .card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{width:280px}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal.alreadyRegistered .alreadyRegistered-box,.card-horizontal .card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{display:none}}.card-horizontal .card.card--horizontal.alreadyRegistered .alreadyRegistered-button,.card-horizontal .card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-button{display:none}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal.alreadyRegistered .alreadyRegistered-button,.card-horizontal .card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-button{display:flex}}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal.alreadyRegistered .alreadyRegistered-actions,.card-horizontal .card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-actions{display:none !important}}.card-horizontal .card.card--horizontal .card__image,.card-horizontal .card--horizontal.my-account--editable-group .card__image{min-width:280px;max-width:280px;background-size:cover;background-position:center}.card-horizontal .card.card--horizontal .card__image img,.card-horizontal .card--horizontal.my-account--editable-group .card__image img{border-top-left-radius:4px;border-bottom-left-radius:4px}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal .card__image img,.card-horizontal .card--horizontal.my-account--editable-group .card__image img{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0px}}.card-horizontal .card.card--horizontal .card__content,.card-horizontal .card--horizontal.my-account--editable-group .card__content{flex-direction:row;gap:0.5rem;justify-content:space-between}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal .card__content,.card-horizontal .card--horizontal.my-account--editable-group .card__content{flex-direction:column;gap:1rem}}@media screen and (min-width:1201px){.card-horizontal .card.card--horizontal .card__content .survey-area,.card-horizontal .card--horizontal.my-account--editable-group .card__content .survey-area{margin-top:0.5rem}}.card-horizontal .card.card--horizontal .card__content__actions,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions{flex-shrink:0}.card-horizontal .card.card--horizontal .card__content__actions__buttons,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons{flex-direction:column}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal .card__content__actions__buttons,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons{flex-direction:row}}.card-horizontal .card.card--horizontal .card__content__actions__buttons .btnAlign,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons .btnAlign{text-align:right}@media screen and (max-width:1200px){.card-horizontal .card.card--horizontal .card__content__actions__buttons .btnAlign,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons .btnAlign{text-align:left}}.card-horizontal .card.card--horizontal .card__content__actions__buttons--icons,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons--icons{gap:0 !important}.card-horizontal .card.card--horizontal .card__content__actions__buttons--icons .btn>span,.card-horizontal .card--horizontal.my-account--editable-group .card__content__actions__buttons--icons .btn>span{display:none !important}.card-horizontal .card.card--no-actions .card__content__actions__buttons,.card-horizontal .card--no-actions.my-account--editable-group .card__content__actions__buttons{display:none !important}.highlight{background-color:transparent;border:2px solid #bd1173;box-shadow:0 0 0 2px inset #ee46a6;border-radius:160px;padding:0.5rem 0.75rem;font-size:smaller;line-height:0;display:inline-flex;justify-content:center;align-items:center;gap:0.5rem}.paginationArea ul{list-style:none}.paginationArea ul .arrowBox{width:32px;height:32px}.paginationArea ul .text{white-space:nowrap}.paginationArea ul .form-select{min-width:70px}@media (min-width:768px){.path-rooms-available #mobile-filters{height:auto !important}.path-rooms-available #mobile-filters,.path-rooms-available #mobile-filters .offcanvas-body{overflow:visible !important}}.oclcCalendar__month-year{font-size:14px;padding:0 !important;border:none !important}.oclcCalendar__daysArea{grid-row-gap:0.25rem}.oclcCalendar__daysArea__day{position:relative;padding:0 0 100%;border-radius:2rem}.oclcCalendar__daysArea__day span{position:absolute;top:0;left:0;border-radius:2rem;border:1px solid transparent}.oclcCalendar__daysArea__day:hover{background:rgba(var(--bs-primary-rgb),0.1)}.oclcCalendar__daysArea__day.selected{background:#bd1173;color:#FFFFFF !important}.oclcCalendar__daysArea__day[data-selected="first"]{border-top-right-radius:0;border-bottom-right-radius:0}.oclcCalendar__daysArea__day[data-selected="last"]{border-top-left-radius:0;border-bottom-left-radius:0}.oclcCalendar__daysArea__day[data-selected="between"]{border-radius:0}.oclcCalendar__daysArea__day.today span{border-color:#212529}.oclcCalendar__daysArea__day.has_event::before{content:"";width:8px;height:8px;background:#bd1173;position:absolute;z-index:1;bottom:-2px;border-radius:2rem;outline:2px solid #FFFFFF}.oclcCalendar__daysArea__day.past:not(.today)::before{background:#6c757d}.input-number{display:flex}.input-number button{width:40px;border:1px solid #ced4da}.input-number button:first-child{border-radius:4px 0 0 4px;border-right:none}.input-number button:last-child{border-radius:0 4px 4px 0;border-left:none}.input-number input{border-radius:0;text-align:center;-moz-appearance:textfield}.input-number input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.input-number .form-control:valid{background:none !important;padding:0 !important;border:var(--bs-border-width) solid var(--bs-border-color) !important}.form-control:not(textarea){height:36px !important}.form-control.no-arrow::-webkit-outer-spin-button,.form-control.no-arrow::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-control.no-arrow[type=number]{-moz-appearance:textfield}[class*="filter-root-"] p{margin-bottom:0}.eventsSeries--grid{grid-template-columns:minmax(auto,400px) minmax(auto,400px)}@media screen and (max-width:990px){.eventsSeries--grid{grid-template-columns:1fr}}.eventsSeries--grid .card,.eventsSeries--grid .my-account--editable-group{height:100% !important}.modal-other-date-and-times .modal-dialog{max-width:600px}@media screen and (max-width:700px){.modal-other-date-and-times .modal-dialog{max-width:none}}.modal-other-date-and-times table th,.modal-other-date-and-times table td{font-size:16px !important;padding:8px}.modal-other-date-and-times table .desktop{display:table-cell;white-space:nowrap}@media screen and (max-width:1200px){.modal-other-date-and-times table .desktop{display:none}}.modal-other-date-and-times table td.mobile{display:none;flex-direction:column;gap:4px}@media screen and (max-width:1200px){.modal-other-date-and-times table td.mobile{display:flex}}.modal-other-date-and-times table td.mobile.firstCol div{justify-content:start !important}.modal-other-date-and-times table td.mobile.firstCol a{display:none !important}@media screen and (max-width:1200px){.modal-other-date-and-times table td.lastCol .warning{display:none !important}}.modal-other-date-and-times table td.lastCol .warningArea{flex-direction:column !important;gap:4px !important;align-items:end !important}@media screen and (max-width:1200px){.modal-other-date-and-times table td.lastCol .warningArea{flex-direction:row !important}}.modal-other-date-and-times .paginationArea{display:flex;align-items:center;justify-content:end}.grid-rooms-locations{display:grid;column-gap:24px;row-gap:16px;grid-template-columns:minmax(auto,400px) minmax(auto,400px) minmax(auto,400px)}@media screen and (max-width:990px){.grid-rooms-locations{grid-template-columns:1fr}}.grid-filter-locations{display:grid;column-gap:24px;row-gap:16px;grid-template-columns:minmax(auto,400px) minmax(auto,400px) minmax(auto,400px)}@media screen and (max-width:990px){.grid-filter-locations{grid-template-columns:1fr;row-gap:0;max-height:285px;overflow-y:auto}}.card-rooms{box-shadow:0px 2px 4px 0px rgba(0,0,0,0.25);border:1px solid transparent !important;border-radius:4px !important}.card-rooms.selected{border:1px solid #bd1173 !important}.card-rooms .image-and-title img,.card-rooms .image-and-title .no-image{width:80px;height:80px}.customEventsDetailHeader--area{padding:40px 0}.card-large .card,.card-large .my-account--editable-group{box-shadow:0px 2px 4px rgba(0,0,0,0.25);border:none !important;flex-direction:row}@media screen and (max-width:1200px){.card-large .card,.card-large .my-account--editable-group{flex-direction:column}}.card-large .card__image{box-sizing:content-box}@media screen and (max-width:1200px){.card-large .card__image{width:100% !important;height:200px !important;max-width:100% !important}}.card-large .card .alreadyRegistered-box .dropdown-toggle:after,.card-large .my-account--editable-group .alreadyRegistered-box .dropdown-toggle:after{display:none !important}.card-large .card.card--canceled,.card-large .card--canceled.my-account--editable-group{filter:grayscale(1)}.card-large .card .card__content__date-and-time.update,.card-large .my-account--editable-group .card__content__date-and-time.update{padding:8px;background:#D9EDF7;max-width:360px}.card-large .card .card__content__date-and-time.update .update-text,.card-large .my-account--editable-group .card__content__date-and-time.update .update-text{display:flex !important;justify-content:start;align-items:center;gap:8px;color:#052C64}.card-large .card .card__content__actions:empty,.card-large .my-account--editable-group .card__content__actions:empty{display:none}.card-large .card.alreadyRegistered .alreadyRegistered-box,.card-large .alreadyRegistered.my-account--editable-group .alreadyRegistered-box{width:280px}@media screen and (max-width:990px){.card-large .card.alreadyRegistered .alreadyRegistered-box,.card-large .alreadyRegistered.my-account--editable-group .alreadyRegistered-box{display:none}}.card-large .card.alreadyRegistered .alreadyRegistered-button,.card-large .alreadyRegistered.my-account--editable-group .alreadyRegistered-button{display:none}@media screen and (max-width:990px){.card-large .card.alreadyRegistered .alreadyRegistered-button,.card-large .alreadyRegistered.my-account--editable-group .alreadyRegistered-button{display:flex}}@media screen and (max-width:990px){.card-large .card.alreadyRegistered .alreadyRegistered-actions,.card-large .alreadyRegistered.my-account--editable-group .alreadyRegistered-actions{display:none !important}}.card-large .card .card__image,.card-large .my-account--editable-group .card__image{max-width:400px;width:100%;background-size:cover;background-position:center}.card-large .card.alreadyRegistered .card__content,.card-large .alreadyRegistered.my-account--editable-group .card__content{flex-direction:row;gap:0.5rem;justify-content:space-between}@media screen and (max-width:990px){.card-large .card.alreadyRegistered .card__content,.card-large .alreadyRegistered.my-account--editable-group .card__content{flex-direction:column;gap:1rem}}.card-large .card .card__content,.card-large .my-account--editable-group .card__content{flex-direction:column;gap:1rem}@media screen and (max-width:1215px){.card-large .card .card__content__actions__buttons--icons .btn>span,.card-large .my-account--editable-group .card__content__actions__buttons--icons .btn>span{display:none !important}}@media screen and (max-width:1200px){.card-large .card .card__content__actions__buttons--icons .btn>span,.card-large .my-account--editable-group .card__content__actions__buttons--icons .btn>span{display:none !important}}.card-large .card.card--no-actions .card__content__actions__buttons,.card-large .card--no-actions.my-account--editable-group .card__content__actions__buttons{display:none !important}.card-small .card,.card-small .my-account--editable-group{box-shadow:0px 2px 4px rgba(0,0,0,0.25);border:none !important}.card-small .card__image{box-sizing:content-box}@media screen and (max-width:1200px){.card-small .card__image{width:100% !important;height:200px !important;max-width:100% !important}}.card-small .card .alreadyRegistered-box .dropdown-toggle:after,.card-small .my-account--editable-group .alreadyRegistered-box .dropdown-toggle:after{display:none !important}.card-small .card.card--canceled,.card-small .card--canceled.my-account--editable-group{filter:grayscale(1)}.card-small .card .card__content__date-and-time.update,.card-small .my-account--editable-group .card__content__date-and-time.update{padding:8px;background:#D9EDF7;max-width:360px}.card-small .card .card__content__date-and-time.update .update-text,.card-small .my-account--editable-group .card__content__date-and-time.update .update-text{display:flex !important;justify-content:start;align-items:center;gap:8px;color:#052C64}.card-small .card .card__content__actions:empty,.card-small .my-account--editable-group .card__content__actions:empty{display:none}.card-small .card.card--small.card--horizontal.alreadyRegistered .alreadyRegistered-box,.card-small .card--small.card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{width:280px}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal.alreadyRegistered .alreadyRegistered-box,.card-small .card--small.card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{display:none}}.card-small .card.card--small.card--horizontal.alreadyRegistered .alreadyRegistered-accordion,.card-small .card--small.card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-accordion{display:none}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal.alreadyRegistered .alreadyRegistered-accordion,.card-small .card--small.card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-accordion{display:block}}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal.alreadyRegistered .alreadyRegistered-actions,.card-small .card--small.card--horizontal.alreadyRegistered.my-account--editable-group .alreadyRegistered-actions{display:none !important}}.card-small .card.card--small.card--horizontal .card__content,.card-small .card--small.card--horizontal.my-account--editable-group .card__content{flex-direction:row;gap:0.5rem;justify-content:space-between;padding:1rem !important}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal .card__content,.card-small .card--small.card--horizontal.my-account--editable-group .card__content{flex-direction:column;gap:1rem}}@media (min-width:768px){.card-small .card.card--small.card--horizontal .card__content__small__layout,.card-small .card--small.card--horizontal.my-account--editable-group .card__content__small__layout{display:flex;gap:20px}}.card-small .card.card--small.card--horizontal .card__content .card__image,.card-small .card--small.card--horizontal.my-account--editable-group .card__content .card__image{flex-shrink:0;width:160px !important;height:160px !important}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal .card__content .card__image,.card-small .card--small.card--horizontal.my-account--editable-group .card__content .card__image{width:80px !important;height:80px !important}}.card-small .card.card--small.card--horizontal .card__content__actions__buttons,.card-small .card--small.card--horizontal.my-account--editable-group .card__content__actions__buttons{flex-direction:column}@media screen and (max-width:1200px){.card-small .card.card--small.card--horizontal .card__content__actions__buttons,.card-small .card--small.card--horizontal.my-account--editable-group .card__content__actions__buttons{flex-direction:row}}.card-small .card.card--small.card--horizontal .card__content__actions__buttons--icons,.card-small .card--small.card--horizontal.my-account--editable-group .card__content__actions__buttons--icons{gap:0 !important}.card-small .card.card--small.card--vertical.alreadyRegistered .alreadyRegistered-box,.card-small .card--small.card--vertical.alreadyRegistered.my-account--editable-group .alreadyRegistered-box{display:none}.card-small .card.card--small.card--vertical.alreadyRegistered .alreadyRegistered-actions,.card-small .card--small.card--vertical.alreadyRegistered.my-account--editable-group .alreadyRegistered-actions{display:none !important}.card-small .card.card--small.card--vertical .card__content,.card-small .card--small.card--vertical.my-account--editable-group .card__content{justify-content:space-between;padding:1rem !important;flex-direction:column;gap:1rem}.card-small .card.card--small.card--vertical .card__content__small__layout,.card-small .card--small.card--vertical.my-account--editable-group .card__content__small__layout{display:flex;gap:20px;flex-direction:row-reverse;justify-content:space-between}.card-small .card.card--small.card--vertical .card__content .card__image,.card-small .card--small.card--vertical.my-account--editable-group .card__content .card__image{flex-shrink:0;width:80px !important;height:80px !important}.card-small .card.card--small.card--vertical .card__content__actions__buttons,.card-small .card--small.card--vertical.my-account--editable-group .card__content__actions__buttons{flex-direction:row}.card-small .card.card--small.card--vertical .card__content__actions__buttons--icons,.card-small .card--small.card--vertical.my-account--editable-group .card__content__actions__buttons--icons{gap:0 !important}.card-small .card.card--small.card--vertical .card__content__actions__buttons--icons .btn>span,.card-small .card--small.card--vertical.my-account--editable-group .card__content__actions__buttons--icons .btn>span{display:none !important}.card-small .card.card--no-actions .card__content__actions__buttons,.card-small .card--no-actions.my-account--editable-group .card__content__actions__buttons{display:none !important}.facets-widget-checkbox .item-list__searchbox_checkbox,.facets-widget-checkbox .item-list__checkbox,.facets-widget-searchbox_checkbox .item-list__searchbox_checkbox,.facets-widget-searchbox_checkbox .item-list__checkbox{list-style:none;margin:0;padding:0}.facets-widget-checkbox .item-list__searchbox_checkbox>li.facet-item,.facets-widget-checkbox .item-list__checkbox>li.facet-item,.facets-widget-searchbox_checkbox .item-list__searchbox_checkbox>li.facet-item,.facets-widget-searchbox_checkbox .item-list__checkbox>li.facet-item{display:flex;align-items:center;gap:1rem;padding:0.5rem;padding-left:0}.facets-widget-checkbox .item-list__searchbox_checkbox>li.facet-item>label,.facets-widget-checkbox .item-list__checkbox>li.facet-item>label,.facets-widget-searchbox_checkbox .item-list__searchbox_checkbox>li.facet-item>label,.facets-widget-searchbox_checkbox .item-list__checkbox>li.facet-item>label{display:flex;flex-grow:1}.facets-widget-checkbox .item-list__searchbox_checkbox>li.facet-item>label>.facet-item__value,.facets-widget-checkbox .item-list__checkbox>li.facet-item>label>.facet-item__value,.facets-widget-searchbox_checkbox .item-list__searchbox_checkbox>li.facet-item>label>.facet-item__value,.facets-widget-searchbox_checkbox .item-list__checkbox>li.facet-item>label>.facet-item__value{flex-grow:1}.facets-soft-limit-link{color:#bd1173;margin-left:2rem}.facet-item .form-check-label:first-letter{text-transform:capitalize}.my-account--editable-group{padding:1rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"title edit" "content content";grid-column-gap:1.5rem;grid-row-gap:1rem;align-items:baseline}@media (min-width:990px){.my-account--editable-group{border:0;border-radius:0;border-bottom:1px dashed #ced4da;padding:0 0 1.25rem;grid-template-columns:25% 1fr auto;grid-template-rows:auto;grid-template-areas:"title content edit"}}.my-account--editable-group>.my-account--editable-group__title{margin-bottom:0;grid-area:title}.my-account--editable-group>.my-account--editable-group__edit{grid-area:edit}.my-account--editable-group>.my-account--editable-group__content{grid-area:content}@media (min-width:990px){.my-account #events-list{grid-template-columns:1fr 1fr}}.my-account .preferences .editSection{border-bottom:#ced4da 1px dashed}@media screen and (max-width:990px){.my-account .preferences .editSection{border:#ced4da 1px solid}}.my-account .preferences .editSection .editArea{position:relative}@media screen and (max-width:990px){.my-account .preferences .editSection .editArea{position:absolute;top:16px;right:16px;display:flex;justify-content:end;min-width:150px}}.my-account .preferences .modal-body .optionsContent{max-height:255px;overflow-y:auto}#views-exposed-form-intercept-events-embed .form-actions{display:flex;justify-content:flex-end;width:100%;margin:0.5rem 0 0}#views-exposed-form-intercept-events-embed .form-actions>*{margin:0}@media (min-width:990px){#views-exposed-form-intercept-events-embed.filters__inputs{padding:1rem 1.25rem}#views-exposed-form-intercept-events-embed .filters__inputs-inner{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.5rem 1rem;margin:0}#views-exposed-form-intercept-events-embed .form-label{font-size:0.875rem;font-weight:600;margin-bottom:0.25rem}#views-exposed-form-intercept-events-embed>.filters__inputs-inner>*{align-self:end;margin-bottom:0 !important}#views-exposed-form-intercept-events-embed .form-actions{grid-column:-2 / -1;width:auto;margin:0}}@media (min-width:990px) and (min-width:1200px){#views-exposed-form-intercept-events-embed .filters__inputs-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}#rooms-available-page .bodyFilterMobile>div{display:flex;flex-direction:column;gap:8px}#rooms-available-page .oclc-view-chips--items>span:first-letter{text-transform:uppercase}@media screen and (max-width:990px){#rooms-available-page .calendar .input-group{justify-content:center}}@media screen and (max-width:990px){#rooms-available-page .legend>div{width:160px}}#rooms-available-page .room-reservation-warning{min-height:1.5rem;margin-top:-20px}#rooms-available-page .scrollGridArea ::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:10px}#rooms-available-page .scrollGridArea ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ACB5BD;-webkit-box-shadow:0 0 1px rgba(255,255,255,0.5)}#rooms-available-page .scrollGridArea#scrollGridTopBar ::-webkit-scrollbar{height:10px !important}#rooms-available-page .scrollGridArea#scrollGridTopBar.regularPosition{position:relative;top:0}#rooms-available-page .scrollGridArea#scrollGridTopBar.fixedPosition{position:fixed;top:var(--drupal-displace-offset-top,0px);z-index:11;background-color:var(--bs-body-bg)}@media screen and (max-width:990px){#rooms-available-page .scrollGridArea#scrollGridTopBar.fixedPosition{position:relative;top:0}}#rooms-available-page .scrollGridArea .scrollGridAreaTitle{width:160px}@media screen and (max-width:990px){#rooms-available-page .scrollGridArea .scrollGridAreaTitle{width:100px}}#rooms-available-page .scrollGridArea .scrollGrid::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:0}@media screen and (max-width:990px){#rooms-available-page .scrollGridArea .scrollGrid::-webkit-scrollbar{height:10px}}@media screen and (max-width:990px){#rooms-available-page .scrollGridArea .scrollGrid{width:100vw;position:relative;margin-left:-11px;margin-right:-11px}}#rooms-available-page .scrollGridArea .scrollGrid .blocks:last-child div{border-top-right-radius:12px;border-bottom-right-radius:12px}#rooms-available-page .scrollGridArea .scrollGrid .blocks .min30-breaker{border:1px solid #ced4da;border-left-color:#adb5bd}#rooms-available-page .scrollGridArea .scrollGrid .blocks .hour-breaker{border:1px solid #ced4da;border-left:2px solid #adb5bd}#rooms-available-page .scrollGridArea .scrollGrid .blocks .timeBlock{border-top:1px solid #ced4da;border-bottom:1px solid #ced4da}#rooms-available-page .scrollGridArea .scrollGrid .blocks .timeBlock.firstBlock{border-top-left-radius:12px;border-bottom-left-radius:12px}#rooms-available-page .scrollGridArea .scrollGrid .blocks .timeBlock.firstBlock.firstRow{border-top-left-radius:0}#rooms-available-page .scrollGridArea .scrollGridAreaBtn{width:80px}@media screen and (max-width:990px){#rooms-available-page .scrollGridArea .scrollGridAreaBtn{width:auto}}@media screen and (max-width:990px){#rooms-available-page #roomDetailsModal.show{display:flex !important;justify-content:center;align-items:center}}@media screen and (max-width:990px){#rooms-available-page #roomDetailsModal .modalCustom{max-height:680px}}#rooms-available-page #roomDetailsModal .modalImg{display:block;max-width:100%;height:auto;max-height:430px;margin-inline:auto}@media screen and (max-width:990px){#rooms-available-page #roomDetailsModal .modalImg{max-height:260px}}#rooms-available-page #roomDetailsModal .guideline p{margin-bottom:8px}#edit-selected-services .form-label{flex-grow:1}#views-exposed-form-intercept-room-reservations-page .form-actions{display:flex;justify-content:flex-end;width:100%;margin:0.5rem 0 0}#views-exposed-form-intercept-room-reservations-page .form-actions>*{margin:0}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status{margin-bottom:0 !important}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status>label.form-label{display:none}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status{background:transparent;border:0;margin-bottom:0}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .card-body{padding:0}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .d-flex.justify-content-between.mb-4{margin-bottom:0.25rem !important}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status h5,#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .h5{font-size:0.875rem;font-weight:600;margin-bottom:0}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .group-select .d-flex.flex-column{flex-direction:row !important;flex-wrap:wrap;gap:0.375rem 1.25rem}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status hr{display:none}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .form-check{align-items:center;gap:0.375rem !important;margin-bottom:0}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .form-check .form-check-input{flex:0 0 auto;height:1em;margin-top:0;width:1em}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status .filter-root-reservation_status .form-check .form-check-label{font-size:0.875rem;font-weight:400;margin-bottom:0;white-space:nowrap}@media (min-width:990px){#views-exposed-form-intercept-room-reservations-page.filters__inputs{padding:1rem 1.25rem}#views-exposed-form-intercept-room-reservations-page .filters__inputs-inner{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:0.5rem 1rem;margin:0}#views-exposed-form-intercept-room-reservations-page .form-item{margin-bottom:0 !important}#views-exposed-form-intercept-room-reservations-page .form-label{font-size:0.875rem;font-weight:600;margin-bottom:0.25rem}#views-exposed-form-intercept-room-reservations-page .form-item-field-dates-value-min{grid-column:1}#views-exposed-form-intercept-room-reservations-page .form-item-field-dates-value-max{grid-column:2}#views-exposed-form-intercept-room-reservations-page .form-item-reservation-status{align-self:end;grid-column:3 / 6}#views-exposed-form-intercept-room-reservations-page .form-actions{grid-column:1 / -1;align-self:end;justify-content:flex-end}}#views-exposed-form-intercept-rooms-default .form-actions{display:flex;justify-content:flex-end;width:100%;margin:0.5rem 0 0}#views-exposed-form-intercept-rooms-default .form-actions>*{margin:0}#views-exposed-form-intercept-rooms-default .form-item-equipment,#views-exposed-form-intercept-rooms-default .form-item-min-capacity{display:none !important}#views-exposed-form-intercept-rooms-default .form-item-type{margin-bottom:0 !important}#views-exposed-form-intercept-rooms-default .form-item-type>label.form-label{display:none}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type{background:transparent;border:0;margin-bottom:0}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .card-body{padding:0}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .d-flex.justify-content-between.mb-4{margin-bottom:0.25rem !important}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type h5,#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .h5{font-size:0.875rem;font-weight:600;margin-bottom:0}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .group-select .d-flex.flex-column{flex-direction:row !important;flex-wrap:wrap;gap:0.375rem 1.25rem}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type hr{display:none}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .form-check{align-items:center;gap:0.375rem !important;margin-bottom:0}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .form-check .form-check-input{flex:0 0 auto;height:1em;margin-top:0;width:1em}#views-exposed-form-intercept-rooms-default .form-item-type .filter-root-room_type .form-check .form-check-label{font-size:0.875rem;font-weight:400;margin-bottom:0;white-space:nowrap}#views-exposed-form-intercept-rooms-default .form-item-staff-use .form-radios,#views-exposed-form-intercept-rooms-default .form-item-staff-use .form-checkboxes{display:flex;flex-wrap:wrap;gap:0.375rem 1rem}#views-exposed-form-intercept-rooms-default .form-item-staff-use .form-check{margin-bottom:0}@media (min-width:990px){#views-exposed-form-intercept-rooms-default.filters__inputs{padding:1rem 1.25rem}#views-exposed-form-intercept-rooms-default .filters__inputs-inner{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.5rem 1rem;margin:0}#views-exposed-form-intercept-rooms-default .form-item{margin-bottom:0 !important}#views-exposed-form-intercept-rooms-default .form-label{font-size:0.875rem;font-weight:600;margin-bottom:0.25rem}#views-exposed-form-intercept-rooms-default .form-item-location{grid-column:1}#views-exposed-form-intercept-rooms-default .form-item-max-capacity{grid-column:2}#views-exposed-form-intercept-rooms-default .form-item-staff-use{grid-column:3}#views-exposed-form-intercept-rooms-default .form-item-type{align-self:start;grid-column:1 / -1}#views-exposed-form-intercept-rooms-default .form-actions{grid-column:1 / -1;align-self:end;justify-content:flex-end}}:focus-visible{outline-color:#bd1173}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}pre{overflow:auto;}code,kbd,pre,samp{font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}html{font-size:20px;}@media (min-width:48em){html{font-size:-webkit-calc((16 / 768) * 100vw);font-size:calc((16 / 768) * 100vw);}}@media (min-width:53.125em){html{font-size:-webkit-calc((16 / 850) * 100vw);font-size:calc((16 / 850) * 100vw);}}@media (min-width:62em){html{font-size:-webkit-calc((16 / 1200) * 100vw);font-size:calc((16 / 1200) * 100vw);}}@media (min-width:75em){html{font-size:-webkit-calc((16 / 1440) * 100vw);font-size:calc((16 / 1440) * 100vw);}}@media (min-width:87.5em){html{font-size:-webkit-calc((16 / 1550) * 100vw);font-size:calc((16 / 1550) * 100vw);}}@media (min-width:100em){html{font-size:-webkit-calc((16 / 1700) * 100vw);font-size:calc((16 / 1700) * 100vw);}}@media (min-width:112.5em){html{font-size:-webkit-calc((16 / 1900) * 100vw);font-size:calc((16 / 1900) * 100vw);}}@media (min-width:137.5em){html{font-size:18px;}}body{font-size:0.80556rem;color:#4c4d4f;font-weight:400;line-height:1.5;}@media (min-width:48em){body{font-size:1.04167rem;}}@media (min-width:62em){body{font-size:1.25rem;}}body > svg{display:none;}del{opacity:0.6;}q{font-style:italic;}blockquote:not([class]){font-size:0.72917rem;border-top:solid #eef1f4 0.333em;font-style:italic;margin:2em 0 2em;padding-top:0.666em;}@media (min-width:48em){blockquote:not([class]){font-size:0.9375rem;}}@media (min-width:62em){blockquote:not([class]){font-size:1.125rem;}}img{display:block;height:auto;max-width:100%;}figure{margin:0;}figure img{display:block;}audio{display:block;height:4.5rem;width:100%;}audio::-webkit-media-controls-enclosure{background-color:#eef1f4;height:4.5rem;padding:1.25rem;}audio::-webkit-media-controls-panel{background-color:#eef1f4;}audio::-webkit-media-slider-thumb{cursor:pointer;}audio::-internal-media-controls-download-button,audio::-webkit-media-controls-mute-button,audio::-webkit-media-controls-pause-button,audio::-webkit-media-controls-play-button{cursor:pointer;}audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display{font-size:0.57639rem;font-weight:500;}@media (min-width:48em){audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display{font-size:0.72917rem;}}@media (min-width:62em){audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display{font-size:0.875rem;}}figcaption:not([class]){font-size:0.65278rem;color:#818487;font-style:italic;margin:1em 0;}@media (min-width:48em){figcaption:not([class]){font-size:0.83333rem;}}@media (min-width:62em){figcaption:not([class]){font-size:1rem;}}ul:not([class]){list-style:none;margin-left:0;padding-left:0;padding-left:1.25em;}ul:not([class]) > li{display:block;margin-bottom:1em;position:relative;}ul:not([class]) > li:last-child{margin-bottom:0;}ul:not([class]) > li:before{color:#818487;content:"•";display:inline-block;font-size:.825em;font-weight:900;margin-left:-1.5em;position:absolute;top:0;}.article__aside ul:not([class]) > li:before{color:#818487;}ul:not([class]) ul li{margin-top:1em;}ul:not([class]) ul li:last-child{margin-bottom:1em;}ul:not([class]) ul li:before{color:#d3d8df;content:"\25E6";font-weight:400;}.article__aside ul:not([class]) ul li:before{color:#818487;}@media (min-width:48em){ul:not([class]) > li:before{margin-left:-1.5em;}}ol:not([class]){list-style:none;margin-left:0;padding-left:0;counter-reset:number;padding-left:1.5em;}ol:not([class]) > li{margin-bottom:1em;position:relative;}ol:not([class]) > li:last-child{margin-bottom:0;}ol:not([class]) > li:before{color:inherit;content:counters(number,".") ".";counter-increment:number;margin-right:-.65em;width:.55em;position:absolute;left:-1.5em;top:0;display:inline-block;}ol:not([class]) ol{margin-bottom:1em;margin-top:1em;}ol:not([class]) ol > li:last-child{margin-bottom:1em;}ol:not([class]) ol > li:before{content:counters(number,".") ".";}@media (min-width:48em){ol:not([class]) ol > li{padding-left:.75em;}}dt{font-weight:900;}form,fieldset{max-width:100%;}@media (min-width:48em){select{font-size:0.72917rem;}}@media (min-width:62em){select{font-size:0.875rem;}}select::-ms-expand{display:none;}table{border-collapse:collapse;border-spacing:0;caption-side:bottom;margin:2em 0 1em;max-width:100%;text-align:left;width:100%;}thead th{vertical-align:bottom;font-weight:900;}thead th,thead td{font-size:0.57639rem;border-bottom:2px solid #d3d8df;}@media (min-width:48em){thead th,thead td{font-size:0.72917rem;}}@media (min-width:62em){thead th,thead td{font-size:0.875rem;}}thead th:first-child,thead td:first-child{padding-left:0;}thead th:last-child,thead td:last-child{padding-right:0;}thead .sortable > a{text-decoration:none;color:#4c4d4f;display:block;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.246%207.125a.66.66%200%200%200-.465.191.64.64%200%200%200-.191.465c0%20.192.055.356.191.465L4.035%2011.5c.11.137.274.191.465.191a.64.64%200%200%200%20.465-.191l3.254-3.254a.66.66%200%200%200%20.191-.465c0-.164-.082-.328-.191-.465-.137-.109-.301-.191-.465-.191H1.246ZM8.22%204.254c.11.137.191.3.191.465a.66.66%200%200%201-.191.465.64.64%200%200%201-.465.191H1.246c-.191%200-.355-.055-.465-.191C.645%205.074.59%204.91.59%204.719a.64.64%200%200%201%20.191-.465L4.035%201A.66.66%200%200%201%204.5.809c.164%200%20.328.082.465.191l3.254%203.254Z%22%20fill%3D%22%2351832F%22%2F%3E%3C%2Fsvg%3E");background-position:center right;background-repeat:no-repeat !important;padding-right:1em;position:relative;}thead .sortable > a .tablesort{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}thead .sortable.is-active > a::after{content:"";background-color:#e4e8eb;position:absolute;top:-.3em;bottom:-.3em;right:-1em;left:-1em;z-index:-1;}caption{padding:1rem;}tbody + tbody{border-top:2px solid #d3d8df;}.ajax-progress{display:inline;padding:0;}.ajax-progress .throbber{padding:1px 7px 2px 7px;}.field:last-child{margin-bottom:0;}.field__label{line-height:1.2;color:#130f13;margin-bottom:.25em;}.field__item > a:not([class]){font-weight:inherit;line-height:inherit;}.field--inline{font-size:0.65278rem;margin-bottom:.666em;}@media (min-width:48em){.field--inline{font-size:0.83333rem;}}@media (min-width:62em){.field--inline{font-size:1rem;}}.field--inline > .field__label{display:inline;font-size:inherit;font-weight:900;}.field--inline > .field__items{display:inline;font-size:inherit;}.ui-dialog{background-color:#fff;color:rgba(0,0,0,0.87);-webkit-transition:all 225ms cubic-bezier(0.4,0,0.2,1) 0ms;transition:all 225ms cubic-bezier(0.4,0,0.2,1) 0ms;}.ui-widget-overlay{background:#000;filter:alpha(Opacity=70);opacity:0.7;}.list--bullets{list-style:none;margin-left:0;padding-left:0;padding-left:1.25em;}.list--bullets > li{display:block;margin-bottom:1em;position:relative;}.list--bullets > li:last-child{margin-bottom:0;}.list--bullets > li:before{color:#818487;content:"•";display:inline-block;font-size:.825em;font-weight:900;margin-left:-1.5em;position:absolute;top:0;}.article__aside .list--bullets > li:before{color:#818487;}.list--bullets ul li{margin-top:1em;}.list--bullets ul li:last-child{margin-bottom:1em;}.list--bullets ul li:before{color:#d3d8df;content:"\25E6";font-weight:400;}.article__aside .list--bullets ul li:before{color:#818487;}@media (min-width:48em){.list--bullets > li:before{margin-left:-1.5em;}}.list--no-bullets{margin:0;padding:0;}.list--no-bullets > li{list-style:none;}.list--numbered{list-style:none;margin-left:0;padding-left:0;counter-reset:number;padding-left:1.5em;}.list--numbered > li{margin-bottom:1em;position:relative;}.list--numbered > li:last-child{margin-bottom:0;}.list--numbered > li:before{color:inherit;content:counters(number,".") ".";counter-increment:number;margin-right:-.65em;width:.55em;position:absolute;left:-1.5em;top:0;display:inline-block;}.list--numbered ol{margin-bottom:1em;margin-top:1em;}.list--numbered ol > li:last-child{margin-bottom:1em;}.list--numbered ol > li:before{content:counters(number,".") ".";}@media (min-width:48em){.list--numbered ol > li{padding-left:.75em;}}.list--basic{margin:0;padding:0;}.list--basic > li{list-style:none;}.list--basic > .list__item{font-size:0.65278rem;line-height:1;}@media (min-width:48em){.list--basic > .list__item{font-size:0.83333rem;}}@media (min-width:62em){.list--basic > .list__item{font-size:1rem;}}.list--basic > .list__item:not(:last-child){margin-bottom:30px;}.list--basic > .list__item > a:not([class]){line-height:1.2;border:0;display:block;text-decoration:none;}.list--ruled{margin:0;padding:0;}.row--screen--white .list--ruled li{border-color:#d3d8df;}.list--ruled > li{list-style:none;}.list--ruled > li{border-top:0.5rem solid #d3d8df;margin-top:6.25rem;padding-top:6.25rem;}.list--ruled > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled > li{border-top-width:0.25rem;}}.list--ruled--inner{margin:0;padding:0;}.row--screen--white .list--ruled--inner li{border-color:#d3d8df;}.list--ruled--inner > li{list-style:none;}.list--ruled--inner > li{border-top:0.5rem solid #d3d8df;margin-top:6.25rem;padding-top:6.25rem;}.list--ruled--inner > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled--inner > li{border-top-width:0.25rem;}}.list--ruled--above{margin:0;padding:0;}.row--screen--white .list--ruled--above li{border-color:#d3d8df;}.list--ruled--above > li{list-style:none;}.list--ruled--above > li{border-top:0.5rem solid #d3d8df;margin-top:6.25rem;padding-top:6.25rem;}.list--ruled--above > li:first-child{margin-top:0;}@media (max-width:47.9375em){.list--ruled--above > li{border-top-width:0.25rem;}}.list--ruled--below{margin:0;padding:0;}.row--screen--white .list--ruled--below li{border-color:#d3d8df;}.list--ruled--below > li{list-style:none;}.list--ruled--below > li{border-bottom:0.5rem solid #d3d8df;margin-bottom:6.25rem;padding-bottom:6.25rem;}.list--ruled--below > li:last-child{margin-bottom:0;}@media (max-width:47.9375em){.list--ruled--below > li{border-bottom-width:0.25rem;}}.list--ruled--looser{margin:0;padding:0;}.row--screen--white .list--ruled--looser li{border-color:#d3d8df;}.list--ruled--looser > li{list-style:none;}.list--ruled--looser > li{border-top:0.5rem solid #d3d8df;margin-top:2.5em;padding-top:2.5em;}.list--ruled--looser > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled--looser > li{border-top-width:0.25rem;}}.list--ruled--loose{margin:0;padding:0;}.row--screen--white .list--ruled--loose li{border-color:#d3d8df;}.list--ruled--loose > li{list-style:none;}.list--ruled--loose > li{border-top:0.5rem solid #d3d8df;margin-top:2.25em;padding-top:2.25em;}.list--ruled--loose > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled--loose > li{border-top-width:0.25rem;}}.list--ruled--tight{margin:0;padding:0;}.row--screen--white .list--ruled--tight li{border-color:#d3d8df;}.list--ruled--tight > li{list-style:none;}.list--ruled--tight > li{border-top:0.5rem solid #d3d8df;margin-top:1.25em;padding-top:1.25em;}.list--ruled--tight > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled--tight > li{border-top-width:0.25rem;}}.list--ruled--tighter{margin:0;padding:0;}.row--screen--white .list--ruled--tighter li{border-color:#d3d8df;}.list--ruled--tighter > li{list-style:none;}.list--ruled--tighter > li{border-top:0.5rem solid #d3d8df;margin-top:0.625em;padding-top:0.625em;}.list--ruled--tighter > li:first-child{border-top:0;margin-top:0;padding-top:0;}@media (max-width:47.9375em){.list--ruled--tighter > li{border-top-width:0.25rem;}}.list--ruled--light > li{border-color:#eef1f4;}.list--simple{list-style:none;margin-left:0;padding-left:0;padding-left:1.25em;}.list--simple > li{display:block;margin-bottom:1em;position:relative;}.list--simple > li:last-child{margin-bottom:0;}.list--simple > li:before{color:#818487;content:"•";display:inline-block;font-size:.825em;font-weight:900;margin-left:-1.5em;position:absolute;top:0;}.article__aside .list--simple > li:before{color:#818487;}.list--simple ul li{margin-top:1em;}.list--simple ul li:last-child{margin-bottom:1em;}.list--simple ul li:before{color:#d3d8df;content:"\25E6";font-weight:400;}.article__aside .list--simple ul li:before{color:#818487;}@media (min-width:48em){.list--simple > li:before{margin-left:-1.5em;}}.list--simple > .list__item:not(:last-child){margin-bottom:0.375rem;}.list--simple > .list__item > a:not([class]){line-height:1.2;border:0;display:block;text-decoration:none;}.field__label + .list--simple{margin-top:0;}.list--3up-grid{margin:0;padding:0;}.list--3up-grid > li{list-style:none;}.list--3up-grid > .list__item:not(:first-child){margin-top:3.125rem;}.list--3up-grid.list--3up-grid--tight > .list__item:not(:first-child){margin-top:1.875rem;}@media (min-width:62em){.list--3up-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.list--3up-grid > .list__item{width:46.15385%;}}@media (min-width:62em){.l--sidebar-after > .l__primary .list--3up-grid > .list__item{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:3.84615%;margin-top:0;width:30.76923%;}.l--sidebar-after > .l__primary .list--3up-grid > .list__item:nth-child(3n+3){margin-right:0;}.l--sidebar-after > .l__primary .list--3up-grid > .list__item:nth-child(n+4){margin-top:50px;}}@media (min-width:48em){.l--1-col > .l--section .list--3up-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.l--1-col > .l--section .list--3up-grid > .list__item{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:4.34783%;margin-top:0;width:30.43478%;}.l--1-col > .l--section .list--3up-grid > .list__item:nth-child(3n+3){margin-right:0;}.l--1-col > .l--section .list--3up-grid > .list__item:nth-child(n+4){margin-top:4.34783%;}}@media (min-width:48em){.l--1-col > .l--section .list--3up-grid.list--3up-grid--tight > .list__item:nth-child(n+4){margin-top:1.875rem;}}.list--2up-grid{margin:0;padding:0;}.list--2up-grid > li{list-style:none;}@media (max-width:47.9375em){.list--2up-grid > .list__item:not(:first-child){margin-top:3.125rem;}}@media (min-width:48em){.list--2up-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.list--2up-grid > .list__item{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:4.34783%;margin-top:0;width:47.82609%;}.list--2up-grid > .list__item:nth-child(2n+2){margin-right:0;}.list--2up-grid > .list__item:nth-child(n+3){margin-top:4.34783%;}}.list--4up-grid{margin:0;padding:0;}.list--4up-grid > li{list-style:none;}@media (max-width:47.9375em){.list--4up-grid > .list__item:not(:first-child){margin-top:6.25rem;}}@media (min-width:48em) and (max-width:61.9375em){.list--4up-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.list--4up-grid > .list__item{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-top:0;margin-right:4.34783%;width:47.82609%;}.list--4up-grid > .list__item:nth-child(2n+2){margin-right:0;}.list--4up-grid > .list__item:nth-child(n+3){margin-top:50px;}}@media (min-width:62em){.list--4up-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.list--4up-grid > .list__item{margin-right:4.34783%;margin-top:0;width:21.73913%;}.list--4up-grid > .list__item:nth-child(4n+4){margin-right:0;}.list--4up-grid > .list__item:nth-child(n+5){margin-top:50px;}}.list--content{margin:0;padding:0;}.list--content > li{list-style:none;}.list--content > .list__item:not(:last-child){margin-bottom:3.125rem;}.table-overflow-x-scroll .view__content{overflow-x:scroll;}.adminimal-admin-toolbar .l--page-wrapper{min-height:-webkit-calc(100vh - 80px);min-height:calc(100vh - 80px);}.l--page-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media print{.l--page-wrapper{display:block;}}.l--page-wrapper > .l--page{margin-left:auto;margin-right:auto;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;}.l--page{-webkit-box-sizing:content-box;box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:1600px;position:relative;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex:1;flex:1;}.l--constrained{-webkit-box-sizing:content-box;box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:1600px;}.l--narrow{margin-left:auto;margin-right:auto;max-width:960px;width:100%;}.l--overflow-x{max-width:100%;overflow-x:auto;}.l--offset{padding-left:7.14286%;padding-right:7.14286%;}@media (min-width:48em){.l--offset{padding-left:6.25%;padding-right:6.25%;}}@media (min-width:62em){.l--offset{padding-left:7.40741%;padding-right:7.40741%;}}.l--offset .l--offset{padding-left:0;padding-right:0;}.l--offset-left{padding-left:7.14286%;padding-right:0;}@media (min-width:48em){.l--offset-left{padding-left:6.25%;padding-right:0;}}@media (min-width:62em){.l--offset-left{padding-left:7.40741%;padding-right:0;}}.l--offset-right{padding-left:0;padding-right:7.14286%;}@media (min-width:48em){.l--offset-right{padding-left:0;padding-right:6.25%;}}@media (min-width:62em){.l--offset-right{padding-left:0;padding-right:7.40741%;}}.l--page-minimal{max-width:none;}@media (min-width:48em){.l--page-minimal .l--offset{padding-left:1.25rem;padding-right:1.25rem;}}@media (min-width:62em){.l--page-minimal .l--offset{padding-left:1.25rem;padding-right:1.25rem;}}.l--page-minimal .l--offset .l--offset{padding-left:0;padding-right:0;}.l--page-minimal .l--offset-left{padding-left:0.625rem;padding-right:0;}@media (min-width:48em){.l--page-minimal .l--offset-left{padding-left:1.25rem;padding-right:0;}}@media (min-width:62em){.l--page-minimal .l--offset-left{padding-left:1.25rem;padding-right:0;}}.l--page-minimal .l--offset-right{padding-left:0;padding-right:0.625rem;}@media (min-width:48em){.l--page-minimal .l--offset-right{padding-left:0;padding-right:1.25rem;}}@media (min-width:62em){.l--page-minimal .l--offset-right{padding-left:0;padding-right:1.25rem;}}.l--padded{padding-bottom:30px;padding-top:30px;}.l--default > .l__header:not(:last-child),.l--default > .l__main:not(:last-child){margin-bottom:2.0625rem;}@media (min-width:48em){.l--default > .l__header:not(:last-child),.l--default > .l__main:not(:last-child){margin-bottom:4.125rem;}}@media (min-width:62em){.l--default > .l__header:not(:last-child),.l--default > .l__main:not(:last-child){margin-bottom:6.25rem;}}.l--sidebar-after > .l__header:not(:last-child),.l--sidebar-after > .l__main:not(:last-child),.l--sidebar-before > .l__header:not(:last-child),.l--sidebar-before > .l__main:not(:last-child){margin-bottom:2.0625rem;}@media (min-width:48em){.l--sidebar-after > .l__header:not(:last-child),.l--sidebar-after > .l__main:not(:last-child),.l--sidebar-before > .l__header:not(:last-child),.l--sidebar-before > .l__main:not(:last-child){margin-bottom:4.125rem;}}@media (min-width:62em){.l--sidebar-after > .l__header:not(:last-child),.l--sidebar-after > .l__main:not(:last-child),.l--sidebar-before > .l__header:not(:last-child),.l--sidebar-before > .l__main:not(:last-child){margin-bottom:6.25rem;}}@media (max-width:47.9375em){.l--sidebar-after > .l__main > .l__primary:not(:last-child),.l--sidebar-after > .l__main > .l__secondary:not(:last-child),.l--sidebar-before > .l__main > .l__primary:not(:last-child),.l--sidebar-before > .l__main > .l__secondary:not(:last-child){margin-bottom:2.0625rem;}}.l--sidebar-after > .l__main:before,.l--sidebar-after > .l__main:after,.l--sidebar-before > .l__main:before,.l--sidebar-before > .l__main:after{content:" ";display:table;}.l--sidebar-after > .l__main:after,.l--sidebar-before > .l__main:after{clear:both;}@media (min-width:48em){.l--sidebar-after > .l__main > .l__primary,.l--sidebar-before > .l__main > .l__primary{width:64.28571%;}.l--sidebar-after > .l__main > .l__secondary,.l--sidebar-before > .l__main > .l__secondary{width:28.57143%;}}@media (min-width:62em){.l--sidebar-after > .l__main > .l__primary,.l--sidebar-before > .l__main > .l__primary{width:65.21739%;}.l--sidebar-after > .l__main > .l__secondary,.l--sidebar-before > .l__main > .l__secondary{width:26.08696%;}}@media (min-width:48em){.l--sidebar-after > .l__main > .l__primary{float:left;}.l--sidebar-after > .l__main > .l__secondary{float:right;}}@media screen and (min-height:900px) and (min-width:768px){.l--sidebar-after > .l__main > .l__secondary{position:-webkit-sticky;position:sticky;top:1em;max-height:-webkit-calc(100vh - 125px);max-height:calc(100vh - 125px);overflow-y:scroll;overflow-x:hidden;}}.l--sidebar-after > .l__main > .l__secondary::-webkit-scrollbar{display:none;}@media (min-width:48em){.l--sidebar-before > .l__main > .l__primary{float:right;}.l--sidebar-before > .l__main > .l__secondary{float:left;}}.l--2-col > .l__header:not(:last-child),.l--2-col > .l__main:not(:last-child){margin-bottom:2.0625rem;}@media (min-width:48em){.l--2-col > .l__header:not(:last-child),.l--2-col > .l__main:not(:last-child){margin-bottom:4.125rem;}}@media (min-width:62em){.l--2-col > .l__header:not(:last-child),.l--2-col > .l__main:not(:last-child){margin-bottom:6.25rem;}}@media (min-width:48em){.l--2-col > .l__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (max-width:47.9375em){.l--2-col > .l__main > .l__primary:not(:last-child),.l--2-col > .l__main > .l__secondary:not(:last-child){margin-bottom:2.0625rem;}}@media (min-width:48em){.l--2-col > .l__main > .l__primary,.l--2-col > .l__main > .l__secondary{width:46.15385%;}}@media (min-width:68.75em){.l--2-col > .l__main > .l__primary,.l--2-col > .l__main > .l__secondary{width:43.47826%;}}.l--2-col--ruled > .l__main > .l__secondary{position:relative;}@media (min-width:48em){.l--2-col--ruled > .l__main > .l__secondary:after{background-image:-webkit-radial-gradient(circle,#818487 0.0825em,transparent 0.0876em);background-image:radial-gradient(circle,#818487 0.0825em,transparent 0.0876em);background-position:top center;background-repeat:repeat-y;background-size:0.3125em 0.3125em;bottom:0;content:'';display:block;left:-8.33333%;margin:auto;position:absolute;top:0;width:0.325em;}}@media (min-width:68.75em){.l--2-col--ruled > .l__main > .l__secondary:after{left:-15%;}}.l--section-xl{margin-bottom:4.125rem;}@media (min-width:48em){.l--section-xl{margin-bottom:8.25rem;}}@media (min-width:62em){.l--section-xl{margin-bottom:12.5rem;}}.l--section{margin-bottom:2.0625rem;}@media (min-width:48em){.l--section{margin-bottom:4.125rem;}}@media (min-width:62em){.l--section{margin-bottom:6.25rem;}}.l--subsection{margin-bottom:1.5625rem;}@media (min-width:48em){.l--subsection{margin-bottom:2.0625rem;}}@media (min-width:62em){.l--subsection{margin-bottom:3.125rem;}}.l--subsection--tight{margin-bottom:0.9375rem;}@media (min-width:48em){.l--subsection--tight{margin-bottom:1.2375rem;}}@media (min-width:62em){.l--subsection--tight{margin-bottom:1.875rem;}}.region--header{position:relative;z-index:10;}[id='eventRegisterRoot']{min-height:12.5rem;}[id='eventRegisterRoot'] .form__actions .button:not(:first-child){margin-left:0.625rem;}.l--2-col-50{width:100%;}@media (min-width:43.75em){.l--2-col-50{-ms-flex-line-pack:stretch;align-content:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.l--2-col-50 > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0.625rem;width:50%;}}.view-locations .view__content,.l--3-col{width:100%;}@media (min-width:43.75em){.view-locations .view__content,.l--3-col{-ms-flex-line-pack:stretch;align-content:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.view-locations .view__content > div,.l--3-col > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0.625rem;width:50%;}}@media (min-width:75em){.view-locations .view__content > div,.l--3-col > div{padding:0 0 50px 0;width:-webkit-calc(33.33% - 30px);width:calc(33.33% - 30px);}}.view-intercept-equipment .view__content{margin:2em 0 1em;}#views-exposed-form-intercept-room-reservations-page + .view__content{margin:2em 0 1em;}.view__empty{margin:2em 0 1em;}.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:3.09375rem;}@media (min-width:48em){.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:6.1875rem;}}@media (min-width:62em){.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:9.375rem;}}@media (min-width:37.5em){.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:1.5625rem;}}@media (min-width:37.5em) and (min-width:48em){.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:2.0625rem;}}@media (min-width:37.5em) and (min-width:62em){.view-intercept-event-series .views-row:not(:last-of-type){margin-bottom:3.125rem;}}.align-left{margin:0 1rem 1rem 0;}.align-right{margin:0 0 1rem 1rem;}.align-center{display:table;}.form__heading:not(:last-child){margin-bottom:0.9375rem;}@media (min-width:48em){.form__heading:not(:last-child){margin-bottom:1.2375rem;}}@media (min-width:62em){.form__heading:not(:last-child){margin-bottom:1.875rem;}}.form-container--inline{display:-webkit-box;display:-ms-flexbox;display:flex;}.action-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start;padding:0;}.action-links > li{display:block;list-style:none;}.action-links > li:not(:last-child){margin-right:1em;}.input-checkboxes__checkbox{margin:0;}.input-checkboxes__checkbox-text{font-weight:900;}.input__label--file{position:static !important;display:block;}.intecept-base .form-wrapper .select-dropdown.dropdown-content li.selected,.views-exposed-form .select-dropdown.dropdown-content li.selected,.webform-submission-form .select-dropdown.dropdown-content li.selected,.header__site-search .select-dropdown.dropdown-content li.selected{background-color:#fff;}.intecept-base .form-wrapper .select-dropdown.dropdown-content li:hover,.views-exposed-form .select-dropdown.dropdown-content li:hover,.webform-submission-form .select-dropdown.dropdown-content li:hover,.header__site-search .select-dropdown.dropdown-content li:hover{background-color:#eef1f4;}.intecept-base .form-wrapper .dropdown-content,.views-exposed-form .dropdown-content,.webform-submission-form .dropdown-content,.header__site-search .dropdown-content{list-style:none;padding-left:0;-webkit-box-shadow:0 0 0.5rem 0 rgba(0,0,0,0.12),0 0.5rem 0.5rem 0 rgba(0,0,0,0.24);box-shadow:0 0 0.5rem 0 rgba(0,0,0,0.12),0 0.5rem 0.5rem 0 rgba(0,0,0,0.24);list-style:focus;outline:0 !important;}.intecept-base .form-wrapper [type="checkbox"]:checked + span:not(.lever):before,.views-exposed-form [type="checkbox"]:checked + span:not(.lever):before{background-color:#007E9E;border:0;height:1rem;left:0;top:0;width:1rem;-webkit-transform:none;transform:none;}.intecept-base .form-wrapper [type="checkbox"]:not(.filled-in) + span:not(.lever):after,.views-exposed-form [type="checkbox"]:not(.filled-in) + span:not(.lever):after{border:0;border-bottom:0.125rem solid #fff;border-right:0.125rem solid #fff;height:0.75rem;left:0.3125rem;top:0.0625rem;-webkit-transform:rotate(40deg);transform:rotate(40deg);width:0.375rem;}.intecept-base .form-wrapper [type="checkbox"] + span:not(.lever):before,.intecept-base .form-wrapper [type="checkbox"]:not(.filled-in) + span:not(.lever):after,.views-exposed-form [type="checkbox"] + span:not(.lever):before,.views-exposed-form [type="checkbox"]:not(.filled-in) + span:not(.lever):after{border:0.0625rem solid #4c4d4f;border-radius:2px;content:'';height:0.9375rem;position:absolute;top:0;left:0;margin-top:3px;-webkit-transition:0.2s;transition:0.2s;width:0.9375rem;z-index:0;}.intecept-base .form-wrapper [type="checkbox"]:not(.filled-in) + span:not(.lever):after,.views-exposed-form [type="checkbox"]:not(.filled-in) + span:not(.lever):after{border:0;border-bottom:0.125rem solid #fff;border-right:0.125rem solid #fff;height:0.75rem;left:0.3125rem;top:0.0625rem;-webkit-transform:rotate(40deg);transform:rotate(40deg);width:0.375rem;}#scroll-to-top-wrapper{pointer-events:none;position:fixed;width:100%;bottom:36px;z-index:1;}@media (min-width:62em){#scroll-to-top-wrapper{bottom:150px;}}#scroll-to-top-wrapper .l--offset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}#scroll-to-top-wrapper .l--offset #scroll-to-top{pointer-events:all;background:url("/themes/contrib/intercept_base/images/icons/scroll-to-top.svg");background-repeat:no-repeat;border:2px solid white;border-radius:50%;display:none;width:70px;height:70px;cursor:pointer;}body.adminimal-admin-toolbar #scroll-to-top-wrapper{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);}#block-prototype-d8-branding{width:200px;}.ui-dialog.ui-widget-content{background:#fff none repeat scroll 0 0;}
.l--page-minimal .l--offset{padding-left:4rem;margin-left:0.5rem}.l--page-minimal .l--offset-left{padding-left:4rem;margin-left:0.5rem}
body{font-size:16px;}[x-cloak]{display:none !important;}body.path-locations #block-location-facet,body.path-locations #block-room-type-facet,body.page-node-type-location #block-location-facet,body.page-node-type-location #block-room-type-facet{display:none !important;}.card--location .office-hours__item,.card--location .office-hours__item:first-child,.card--location .office-hours__item-label,.card--location .office-hours__item:first-child .office-hours__item-label,.content-details .detail__content .office-hours__item,.content-details .detail__content .office-hours__item:first-child,.content-details .detail__content .office-hours__item-label,.content-details .detail__content .office-hours__item:first-child .office-hours__item-label{font-weight:normal;}
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-child-rifle:before{content:"\e4e0"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/themes/custom/oclc_theme/assets/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
      GPOSSK  !  GSUBUT[     OS/2vB     `VDMXs~z  4  cmapv     tcvt  t  $   fpgmY7    sgasp        glyf2  6h  xheadC     6hhea   `   $hmtxܜw7    8loca@A  t  (maxp+L  @    nameTH    postf    ^prep%     r    )  
        x         W       
   s     V                 	    XV2_< 	    ʓ^p    .y   	            x  x     @ `J        tyPL   Jz       x       +    +   + w$  }   + d    +  &^     + L,   +    +   E}iD      
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v         ,K 	PXY D 	 _^- ,EiD`- , *!- ,F%FRX#Y  Id F had%F hadRX#eY/  SXi  TX!@Yi  TX!@eYY:- ,F%FRX#Y F jad%F jadRX#Y/- ,K &PXQXD@DY!! EPXD!YY- ,EiD`  E}iD`- , *- ,K &SX@ Y &SX#!#Y &SX#! #Y &SX#! #Y &SX#!@#Y  &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-                `   T @      ~ 1DS[a~    " & 0 : D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                             Cqei5;		E	f		

J?t*Ix*p@7t>MaT')xy/U2<w66m S p!!F!"]"""#p##$	$X$$%L%%%&&^&'0'((()
))").):)*>*J*V*b*n*z***++++%+1+=+I+p++,,,,',p--- -,-8-D-P.'..../ ///$/0///////000000001U1a12b2n2z233344$4045|55555555556 6\66677'7l7788v888899b99:B::;8<3<\<<=Q=>)>>?"?h?|?@J@@A+A_AAAB7BBBBCC:CQCyCCDD<     C                               	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case   2          2 t  f f  ^ ( (   r HL fr Fv d Z  N   x r Fr H+  +  | rl   P & x p  R .  v n  *  t  >, J l  "  D( bv v( 0  F zX R Jf P DF z r: t   r r T D F r 4z v \ Z" Z\ Z4 ( ZX (  d  2   .  X  r \ x`   L f\  t  D   "         llllll P P P P      Fn        jJ J J J " *  A F F F F F F CX Rf Pf Pf Pf P   _ a T r T T T T T  6    \ Z N\ Zl F* X RP f P  B Xn  r   < > 4 > 4"  D4  D4  D4     t N  >    V V d 2 2 2, ,  F 6 6 n  ( z 4+ klP  P @ YR  + s+     B B   >   T           	 	 	 
 
                                               ! ! " " # # $ $ % % & & ' ' ( ( ) ) * * + + , , - - . . / / 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 : : ; ; < < = = > > ? ? @ @ A A B B C C D D E E F F G G H H I I J J K K L L M L N M O N P O Q P R Q S R T S U T V U W V X W Y X Z Y [ Z \ [ ] \ ^ ] _ ^ ` _ a ` b a c b d c e d f e g f h g i h j i k j l k m l n m o n p o q p r q s r t s u t v u w v x w y x z y { z | { } | ~ }  ~                                                                                                                                                                                                                                                                      	  	  	  	  	  	  	  d	"  	  &  	  P  	  &  	  `L  	  .  	 	 .  	 
t  	  0D  	  d  	  Z  	  4 &  	     	     H a i r l i n e   I t a l i c L a t o h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 1 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) .   h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s .   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o - H a i r l i n e I t a l i c t y P o l a n d L u k a s z D z i e d z i c :   L a t o   H a i r l i n e   I t a l i c :   2 0 1 1 I t a l i c L a t o   H a i r l i n e C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .      
 0 D DFLT latn                 kern kern                   rvvvd&"T

<h"D&

zzz

zvddv``d`vd&&&&&&




z






&
z
DDDddvvvvdddv&  r  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                           " t 
t t ` 9t : < ?t Y Z \ lt m` o` rt t u y` { |t }`     ` ` t t t t ` ` `  	t t $t 9 P : P < ( ? P t t t t t t t  ( t  ( t       . 	    $ D F G H R T                                    "   D F G H R T                            D F G H R T                          
  Y \ l r t u { |         P 
 P  P t t l P r P t d u d { d | P  P  P t  P  P t t   
   @ [ ` l r |       "  # & * 2 4 k m o p y }               m  2 	 
 2  2  `     " 2 # $ & * -8 2 4 DL FL GL HL Je P Q RL S TL U VL X ] k l 2 m` o` p r 2 t ( u ( w y` { ( | 2 }`               L L L L L L L L L L L L L  L L L L L L      L  L L   L L L    ` `  2  2   2  2  `  ` `  N  P 	 
 P  P      $ - D F G H J P Q R S T U V X l P r P t < u < w { < | P                                         P  P   P  P    f 	 L L L  V V " 2 #t $ &t *t -8 2t 4t D$ F$ G$ H$ J= PV QV R$ SV T$ UV VB XV YL Zt [j \L ]j kt mL oL pt wV yL }L        t t t t t t t $ $ $ $ $ $ $ $ $ $ $ $ $ V $ $ $ $ $ $ V V V V L L  $ t $ $ V t $ B B j j j L L L L L L L L   # & * 2 4 7 8 k p              / 	 8 8  $ -` D F G H R T                                8 8 8  3  
   # & * 2 4 78 9` : <L ?` Yy Z \y k l m o p r tL uL y {L | }        L y y   L          +   
     # & * 2 4 I W Y Z \ k l  m o p r  y |  }                          	  $          > 	 L L    "  $ -$ D F G H P Q R S T U X w                                      L L L  
 ` m` o` y` }` ` ` ` ` ` 9 ` 
` `  # & * - ( 2 4 7 8 9 : < ? W Y \ k l` m o p r` tt ut y {t |` }                    ` ` ` `    $  	 
    $ 7t 9 ; < = ? @ ` l r |                   q  F 	 
 F  F L  L    " P # $ & * -t 2 4 D F G H P Q R S T U V X Y Z \ ] k l F m o p r F t P u P w y { P | F }                                                         F  F L  F  F L  L    & L 	 
L L t t  $ 7L 9 ; <` = ? lL rL |L        `  `    L L t L L t t  0  
  V # & * 2 4 7L 9L :` < ?L Y Z \ k l mV oV p r yV | }V              V V     V V V - # & * 2 4 D F G H R T k p                                 > 	` 8 L 8 ` $` 9 F : P < 2 ? F D F G H R T mL oL yL }L ` ` ` ` ` ` `  2                    `      2 L L 8 8 L 8 L L `  2  x ' 3 7 ; U   EX 4/ 4 >Y  EX 6/ 6 >Y + 1 +     +    % + 6 8  4 : 01>32#54>54.#"#"'4632#"&!!7!!,6A&-U@'#5>6$#6=6##;L(2K3}Ug$5M06P<.)){},*-:L4,F0"P   x   )   EX  /   >Y  EX /  >Y 01#>74632#"&F			F%''%xAw;\PM,<''%%  *x   %   EX  /   >Y  EX 	/ 	 >Y01#"573#"57>$&$&xژ&ژ&  f  Xx 5 9    EX /  >Y  EX !/ ! >Y  EX /  >Y  EX /  >Y -    +    +   и   и - и  и  'и  +и - 6и  801#"5467!+#"=3!5463!6;!323+!2%!!ʞ

V
		V4D		4	HD   &R < G R b   EX /  >Y  EX  /   >Y  EX  /   >Y #  & + 	   +     Cи  N 01".'7>323.54>?6;#".'+4.'>FlWF"3JcBs;mV39j`
 a;*;Q5g={c?Azk&
8\t=rer>/Pg8e[c5/C+&-&.EbGJh@BF!y0FfLYyJG_B,/HsAZ@.;b    ' / C W o   EX */ * >Y  EX /  >Y  EX ./ . >Y  EX 5/ 5 >Y ?  I + #   +    5 S 01#".54>324.#"32>6;+#".54>324.#"32>3Uo;/Q;!2To=.Q;"6I*8fO/6J+7fN/>
`3Uo;/Q;!2To=.Q;"6I*8fO/6J+7fN/jkg2#GkGjg3#HkHDeB!/cgDdB /ankg2#GkGjg3#HkHDeB!/cgDdB /a   ^ < L    EX +/ + >Y  012#"&54.#">76;#"&/#".54>7.54>32>75]E(	7Z@GuU/JD|9J
PA	-nN<rX6?kP:;4\~7Vi2K{j+oPh;$Eb=	OF00VvFPQ:OEKW9eK,*QuLT{]KMM]3KpJ%+Kc8Zx   >x     EX  /   >Y01#"57>$&xژ&   >      +01&54>7'8&VJ	2SyT[Z,SL`Pt|        +014.'.54?'.547>z'9%VJ	2SyT[Z,&SMPs|    ;    ; +017>7'7>7./7.54?3>?'.'

	

	vvvv
vvvv    (~       +  и  	01!!#!7!:<::>:~*(  H  r     EX /  >Y 0174632'&547>7#"&J!#C3!! 4&(&M6,;J)!   fBV       +01!!jjV  F  r     EX 	/ 	 >Y 0174632#"&F%''%0''%%        +01+6;&
B  dX  ' 5   EX  /   >Y  EX 
/ 
 >Y      012#".54>2>54.#"Xq@btYq@b:o͞^=jTo͞^=jGאhGאCh~d<׋ЉDd׌ωD     3   EX 
/ 
 >Y  EX /  >Y    и 01%!7#"/3!!TkLH=b   Z  $ . 5   EX  /   >Y  EX /  >Y     " 012>3!2!7467>54.#"+>C|`98_H7#
8Ld:5Zt?NoP
Uw%NxSW{A

	 EVMqJ$0WxIT^3   $ A C   EX  /   >Y  EX /  >Y 
  * +       5 012#"&'3232>54.'7>54.#"+>Cz]8?hCOwP)Kf
2Z]nu=(^sdvA4Wr?NoQ
Uw#KsOSe>
3Rk>VuE	IvT-LvD?nQ/9dTJlF"0WxIT^3   N  Xz   ?   EX /  >Y  EX /  >Y    +  и  01!#!#!"&'5367!/)55IH PPu  ,x . M   EX -/ - >Y  EX /  >Y    +   ( + -     01#!>32#".'763232>54.#"'!+ʫL;fe2Ye6aSC-LmIaS-^d;NXp4]O|F&	$@~yJ{Y2N   x   4    EX 
/ 
 >Y 012#".54>76;>32>54.#"W`2NjSa59[AD[ ^pc0ZQl|D1ZOm}D27`Nj|D3bZ6luJ$N}:8Z?"8M`6DybN~Z0N|    x     EX /  >Y  01+>7!"57
bxT  x ' ? S    EX  /   >Y 01".54>7.54>32'2>54.#"2>54.#"Yi9BnL>^A!=rcTX./X}O=oT1Kfb}G#:LTU&,ff`J,6bdg5+TyN\k:'Q{.VzLde97Nb7Oi=1Tq@G|cD
/OqKcl:8h]>`E/#;Y{QGtR-=fG>jN,8bM9jQ0     B " 6    EX /  >Y 
01".54>32+6>74.#"32>bU\0McO]4:W92VZmz0W{Ja{G0W{Lhw@f4]KcxD6bS?iirG"x%6X>!K\4?raKyV.Kw  F0   $   EX 	/ 	 >Y   + 	 0174632#"&4632#"&F%''%h%''%0''%%a''%%   H@  # $   EX !/ ! >Y  	 + ! 014632#"&4632'&547>7#"&%''%t!#C3!! v''%%&(&M6,;J)!  $      +01U[Tt
		t  B        +    +01!!!! & :   $      +01	767>7&'&5<747
FF		   | ' 3    EX 1/ 1 >Y +01>32#7>54.#"#"'4632#"&|?KV14_H+3N]R<:R]N4'BW0CdF(3%''%2&#A^:SwYB<<')@<AVsQ7W< (/(7''%%  r Z o ?  6  E + Q  * + ;  B +   d +      + [   +01%"&547#".54>3232>54.#"3267632#".54>32%2>7.#"H@=S*=(!>XnH&M|",Bf@Sj]h;\}qs];jdmÓWBm%TTR#u4&EzhS;$7I?)2sj5F);zreK+Ee$&/
ḰŃA8j䁚TIKMMWŝn;D͈ҕQIbD		*Hams7%A0   x   @   EX 
/ 
 >Y  EX  /   >Y  EX /  >Y    +01!#"'!+3!.'	y[<

,
xz<     x  ! , C   EX /  >Y  EX  /   >Y "   +      + 013!2#!2>54.#%!2>54&#!P6^}GKwR,@xmTjgr<1[RBof0xKjC0NjBbi7X2c_ClL)FoA    0 M   EX /  >Y  EX /  >Y   " +    +      ' 01%2>32#".546$32#".#"OdJ2.fuOuKmFn\P(
*UijI* * >Y $  ' +    +  и  и *  0174>7#"5?>;!!32>32#"&K722K".'=-!h5EM#7*h
	h)6$&6")5L  t   M   EX  /   	>Y  EX /  	>Y  EX /  >Y  EX /  >Y  0132>73#"&55#"&5467JYc>wk+@v.(hx@leJ5.w=rd,	|]l:3p  Z  z  6   EX /  	>Y  EX /  	>Y  EX  /   >Y01!#32>76;z		~

	  Z  @ ) X   EX /  	>Y  EX  /   	>Y  EX /  	>Y  EX /  >Y  EX (/ ( >Y0132676;2>76;#"'.'+Z

	T
l	~
t
	,p
      G   EX /  	>Y  EX /  	>Y  EX /  >Y  EX /  >Y01	32>76;	#"'+|R	 	K3
  Z|  6   EX /  	>Y  EX /  	>Y  EX /  >Y01+32>76;	y
	~
     "  5   EX /  	>Y  EX /  >Y     01!!5467!7!!	b|	V   Z6 D !  7  : +    +    +014&#72>54.54>;+";2#".54>N>%B2(F^64(/U@& 09)!&-%-@&*
4,G2&.&>N9U:$NNN$JyV/
(NtL$OQN"<U9%4!>z{C.K6
#=Q/F|xw        EX /  >Y013#    J !    
 + 4  - + E  F +01+76;2>54.54>7.54>54.+"=47323"8(F^64(/U@&/8)!%-&-@&(4,G2 %3 $B2$NNN$JyV/(NtL$OQM#;U9%4!>z{D.K6
#=R./VROPQ+3%9U   d      +012>73#".#"#4>32*C04L13ppm0*C04L13ppm6I*,O=$-6-6I*+P=$-6-        EX /  	>Y 01>734632#"&D
			DL%''%.,MP\;;\PM,
''%%   . 9 {   EX /  	>Y  EX 
/ 
 	>Y  EX */ * >Y  EX  /   >Y    + !  % +    *   4и  501.54>376;#".'>32+"(Zb4K|$
&Z.;]DTyQ,C[o>%
2^TuH<m`ؚU8*!8%+#-%]h9P   .  R ; S   EX $/ $ >Y  EX /  >Y :   +     и : и $ 3 01#!>3!#!7>7#76;>32#"'.#"!L.,=(!r
0%A1".(Ht`NoM.)CgLZnD(3N;-
&8P:zD\q?$<Q-$F6"<kX  , # 7   )   + 	  3 +01467'7>327'#"&''7.732>54.#""/*-tBBu-*01*-tBBs-*01Tq@@rU11Ur@@qT1Bt-*10*-uBBt-*/0*-sB@qT11Tq@@rU11Ur     tx   j   EX /  >Y  EX /  >Y  EX /  >Y    +    +   и  и  и  01!32>7>;!!!!#!7!7!}	:}{{55}}`	H          EX /  >Y013#3#   rxJ L b <   EX I/ I >Y .    + L   + )  % + I  01#".#"#".'7>3232>54.54>7.54>32>54.'F2O==hM,)DVZVD)cU*2.W{L0K>36WBIrO*,H[`[H,4T>,70TrBKo0z'ATYY%`Q":KQR#<R3"!)E[1/E9./3AS7a)"U9?sW3,"*"/Qi;2L=203>N4'KC: T;6cL--3-E9/.0-~S0I;.+)8=D  DN     	  +  и 	 01#"&54632#"&54632#!!#H#!!#!!!!!!!!   x 0 D ^ W   EX 6/ 6 >Y  EX @/ @ >Y ,   +   " +    + @ J  6 X 01632#".54>32#".#"32>46$32#"$&732>54.#"CQ`:_sAAvd3RG@"BhL^p>>mY9YI>ppppl_~[11[~_`~Z1, >sgduA'";obdm:)Vppppl1Z~`_~[11[~   <K & 4 2   EX /  >Y '   +   - +   01"57#".546?654&#"#"'>32'2>?6mF/$C@+?,-^9(9$.&@82(F
X2:. Wi@FC
--,;!
)WO(   zr  %     +0155"rrr   h       +01!#!"(%,   fBV       +01!!jjV    - F O U   EX /  >Y  EX /  >Y 2  N + G  . +     '  . :0146$32#"$&732>54.#"#32#"&'.#'32654&+ppppl_~[11[~_`~Z1ԉ(Jf>	Nppppl1Z~`_~[11[~oXpkq5U="	r	phj^  tV
       +01!!v 
  ^  ' (   EX /  >Y    +  # 014>32#".732>54.#"-Le8:gK,,Kg:8eL-)F^55^E((E^55^F)t:dK++Kd::eK,,Ke:5^E((E^55^E((E^   D P(V   '     +    +  и  	01!!#!7!!!5;55?5fVRP  J ,      +    $ +01263!2!767%>54.#"#'>"?03E%(XF%B1+8Kh
~J(=*-KD@"
"?AG)%7#UG
Vb   |J B !  %   +    : + 0  / +012#".'763232>54.#7>54.#"#'>"?/1?"KL'BZ3>L+
%E;4R9/K52Q9*7Kg
~J&:()B1
S<-O<"#4>11%$9F!5'0B)$4"SI
Vb      EX  /   >Y01+7>3  "f & ^   EX  /   	>Y  EX /  	>Y  EX !/ ! >Y  EX /  >Y  EX /  >Y  0132673#"&57#"&'#"&5Rt{hP^x&W`g5wz	a		zk,	2P9zq'9Quk0  Lx  "   EX  /   >Y   и 01##!#".54>3pZf8C|mx(NqIR_4   ^     	 +014632#"&#$$#N$$##   6    (   EX /  >Y     +   01232654.'73#"&'76&* <F-<"6-$;++:"&F=3#~n% 1#  bF       + 	   +   0137#"/733! NTr 
P  :  ' (   EX  /   >Y   
 +    012#".54>2>54.#"4O6'IiC5P6'Ij@bC#1I1AbC"1I#@Z7M~Z1#?Y7MZ20VxH2T<"1WxH2S<!    br  '      +017'&547>7&'&54?'&547>7&'&54?	8	B

BB

B    X|    0 s   EX +/ + >Y  EX /  >Y  EX /  >Y  EX /  >Y    + .  / +  	и  и . 01%3+#7!"=3>7!+6;3>7#"/733!ʎI
|ۨNT

8IlTr
P    8|  5 G m   EX B/ B >Y  EX /  >Y  EX /  >Y  EX /  >Y 	  ) + E  F +    E 601%+6;263!2!567%>54.#"#"/>%3>7#"/733!_
|Q"?03E%(XF%B1+8&A4'	~NTlN(=*-KD@""?AG)%7#*9"
Vbr
P    l   W `    EX _/ _ >Y  EX /  >Y  EX /  >Y  EX [/ [ >Y    + B  A + 7  ( +  	и  и  L 01%3+#7!"=3>7!2#".'763232>54.#7>54.#"#*/>+6;ގI"?/1?"KL'BZ3>L+'D64R9/K52Q9*7Kj~"
|

8I&:()B1
S<-O<"#4>	6/ $9F!5'0B)$4"VF
Vbl  
 ( 4    EX ,/ , 	>Y 201#".54>?332>324632#"&
>JU15_H*3N\Q<:Q]N3'BW0AfG(%''%0'#A];SuT=79'*<7<QqQ7W< (0(''%%   & $   4    & $   4    & $   4    & $   4    & $   	4    & $   2     x   ^   EX /  >Y  EX /  >Y  EX /  >Y   
 +    +       01!!!!!!+!!d~r	B8
bpZ,
xzp   N r   EX /  >Y  EX I/ I >Y  EX /  >Y    L +     + 6  9 + I    %   / 01232654.'7.546$32#".#"32>32##"&'76* <F-<"/rImFn\P(*UijInOdJ2	.euO&$;++:"&F=3#oW݉1x)>)0:0qֹ٘R*/*	+G3^% 1#    >& (   f     >& (   f     >& (   f     >& (   	f     & ,   
      & ,   
      `& ,   
      n& ,   	
     F  Dx  ! S   EX /  >Y  EX /  >Y    +     и  и   013!2#!#%4.#!!!!2>HTvIh4VFpJQySdQډonӓMnVj'   & 1      X& 2      X& 2      X& 2      X& 2      X& 2   	    
2    	  +01		'	7	MSJT ~|{{  j| " 0 < 9   EX /  >Y  EX /  >Y  *   8 01#"&'+7.54>3276;.#"%4&'32>XjnCFL0Y}brD	BH^GBrAn]yV/B>Aje.tHEO~޸d5NINL=HN2`eKDGo, & 8      & 8      & 8      & 8   	     l& <         4x   9   EX /  >Y  EX /  >Y   	 +     +01!2#!#3!2>54&#Kh$(]f{EJh{CxCu_   A U M   EX  /   >Y  EX /  >Y !   + P  K +  &    > 012#".'7>3232>54.54>54.#"+'"=473><`D$8SbS81IVI1/WzL1K=37WBHrP*1IVI18TbT89]FDpOt&Ou&@S-HhQ@AH0/5& 3QBCvY4,"*"0Rn>@L0!';33MB?McEKB-Axg`cK FD& D    CB   FD& D    v.   FDx& D       F^N& D       F^N& D    j   FD& D    .    CS P ^ m    EX  /   	>Y  EX G/ G 	>Y  EX ./ . >Y  EX "/ " >Y 8  Q + "   G <  . Y  < _и 8 d012#32>32#".'#".54>?6&#"#"/>32>32>7">54.W3U>"D(JjB9]K9*-YZ`4CjM,0AMPM!0U?$KdzGlK-K]>Y7J`u8M.D~eDPfC?7N4I-;eI)1^f6(.(2I01]SEjP7#5T=OzT/j-6-LP*OqHGqP*&
6N23`T\=qb)DZ5*A-   R. P y   EX /  	>Y  EX K/ K >Y  EX /  >Y  EX @/ @ >Y    N +   " + K    '   1 01232654.'7".54>32#".#"32>32#"&'76
* <F-<"1TyM% ;Ti|F0M>28XCaxC!HpO<aK8)	5[WU-($;++:"&F=3#r;gQMwW2#0%,%hrLb8(.(;J+b% 1# P & H    C    P & H    v    P x& H        P&N& H    j      7&     C      &     v    _  x&         a  N&     j     Tv 2 D (   EX /  >Y '  ; +  3 01.?.'&?7#".54>326.'2.#":KMA-L7;xzGxY2>uj1j]G	4O3l"-PvOgl80Sp3/:<3
&e^q7fYmÓU FpPlv,9u`<RiV`4 r  eP& Q      Tx& R    C   Tx& R    v   Txz& R       TxP& R       TxP& R    j     (B        +   +    +01!!4632#"&4632#"&f+ -X+, d,$(!O,$(!   6 $ 2 = 9   EX /  	>Y  EX  /   >Y  ,    3 01"&'+7.54>327>;.#"2>54&'Gr+f	|.09Qh}GHu,Wm+.9Qh}+)C)oEBubN6:ct@)&S-*4^MsT01-v4[LtT0X1-/.Qo;eoU1V  t& X    C   t& X    v   tz& X       tP& X    j   Z|& \    v    N  1 J   EX /  	>Y  EX  /   >Y  EX /  >Y     & 013>32#"&'#"32>54.Nm'guBA`?9SjJW*=DAxj*%=HO)H{eN5:WauA3Z{HGe<UY6C}o3G,:bEIuR,  Z|P& \    j   tx % . T   EX /  >Y  EX /  >Y  EX /  >Y !   +     + '   +012#"&54>7&5!+332>!.'hK'8F-6y[	n72">0+
=;%A7-,
x'6B'08 <   FD 1 F M   EX !/ ! 	>Y  EX /  >Y -   +     +  2  ! ; 012#"&54>75#".54>3232>2>7.#"K'8F 090&bq~CA[9,NlL6Z*r72">0+@}rf*8%P.H|hL*4R=;&D9-auA2Z|JT~\4P'6B'08B|n2XzRIuS-   & &      R.& F    v    >x ' l   EX /  >Y  EX /  >Y  EX /  >Y #   +     +    +       012#"&54>7!!!!!!#32>hK'8F+4'QlTt72">0+=;$?7,xpZ'6B'08   P  H Y M   EX /  	>Y  EX /  >Y D   +     +  /   I 012#"&54>7#".54>3232>3232>">54.>K'8F'/PyQ(8RkNF\67bؒ	&KqL9]J9)II60!>0+_qI֔[23U=;!<4+4`WH|\5&8>'G@81);9R\1(.(NZ(4B&08RY)07<?!80       %   EX  /   	>Y  EX /  >Y01#xx,  B  jx  +   EX /  >Y  EX 	/ 	 >Y  01%!!7>?3%	WKXL^	ike   X       EX /  >Y0146?37#XKK	b`dle	bg   & 1      r  e& Q    v      4    EX /  >Y  EX  /   >Y  EX /  >Y  EX 	/ 	 >Y    +     и    и  &   0 01!!!!!#".54>324.#"32>-QdT:#sgix@bhwCAT>reޥ_?sdߤ]xpZr|ARڇ6wN|ԕPrѽӔOq.   < ? S b c   EX  /   	>Y  EX 6/ 6 	>Y  EX "/ " >Y  EX ,/ , >Y "   @и 6 J  T01232>32#".5#".54>32>2>76.#"">54.:Z> 8_ˇ(JjB9]K9*-YZ`4HqL)PoSMnF!G~gHjF"NhdpABjIeu@AhSkE27V3H+"A=70(&'^f6(.(2I09k_^k:9^{BZ4`QS^3$W~Ug:Z=tZ7D|k@NY-"@0  >& 6      4& V    v   >& 6      4z& V         l& <   	   D  & =   R     "& ]    v   D  & =   R     "& ]       D  & =   R     "z& ]        D % B   EX /  >Y 	   + #    +   и # и   01#763>7'"5737>3#"!RnH8rdQ4OkL;pcO76^X*$P_>^X*#O`    x     EX  /   >Y013#"&/.'&5+jx  >x  /   EX /  >Y  EX /  >Y 
    +01#'3276;^	  tV
 q    8x  /   EX /  >Y  EX /  >Y     +01".547332>73Z-@)$:)0G0 6N1B&";-#9K)/R?$  N     EX 	/ 	 >Y 01#"&54632#!!#P!!!!   z  '      +   # +014>32#".732>54.#"(66((66(".."".."
4''44''4."".."".  >H   (   EX /  >Y    +     +012#"&54>732><K'8F"3;
72">0+=;(F:-'6B'08   DN     	 +012673#".#"#>32/3+/,-$,/+,B01$$,$*1$$,$      %   EX  /   >Y  EX 	/ 	 >Y01+7>;+7>3	

 $ ! ^   EX  /   	>Y  EX /  >Y  EX /  >Y     и 	и    	 и 01+#!#"&'76323267#5463$
uu]!3B&$DY]		
B3K2Y[	   .VB       +01!!6B  .B       +01!!rB  Hd       +01&54>7%017H),&JE@<y8&"   E0       +01'&547>54'&547 %017),&JE@<y8&"    x       +017'&547>54'&547%017x),&JE@<y8&"  HB  +     +01&54>7&54>7%017%017H),&JE@<y8&"
),&JE@<y8&"  E"  +      +01'&547>54'&54?'&547>54'&5474%017%017),&JE@<y8&"),&JE@<y8&"  0 x  +      +017'&547>54'&54?'&547>54'&547B%017%017x),&JE@<y8&"),&JE@<y8&"     ?   EX /  >Y  EX /  >Y    +  и  01463>32%2!#"&'!
D8?GET\E	"04    . Y   EX 	/ 	 >Y  EX /  >Y   " +    +   и  и  и " +017!!7463>32%2!!#%#"&'"&5U`
D8?G-5U5?	"^#	 vD:      +014>32#".$=Q./S>$$>S/.Q=$V/S>$$>S/.Q=$$=Q  Ft r   # F   EX 	/ 	 >Y  EX /  >Y  EX !/ ! >Y 	 ܸ и 0174632#"&%4632#"&%4632#"&F%''%%''%%''%0''%%''%%''%%     ' / C W k     EX */ * >Y  EX /  >Y  EX ./ . >Y  EX 5/ 5 >Y  EX ]/ ] >Y ?  I + #   +    5 S  ? gи I qи S {01#".54>324.#"32>6;+#".54>324.#"32>%#".54>324.#"32>3Uo;/Q;!2To=.Q;"6I*8fO/6J+7fN/>
`3Uo;/Q;!2To=.Q;"6I*8fO/6J+7fN/3To</Q;!2To=.Q;"6I*7fN/6I*7fN/jkg2#GkGjg3#HkHDeB!/cgDdB /ankg2#GkGjg3#HkHDeB!/cgDdB /ahkg2#GkGjg3#HkHDeB!/cgDdB /a    r      +015r   r       +017'&547>7&'&54?	B

B     x  %   EX /  >Y  EX /  >Y01'+6;
|l  ( J    EX /  >Y  EX =/ = >Y    + 4  8 + #  & +    +   и    = -  & Cи # Eи  I013>32#".#"!#!!#!32>32#".=#73>7#Flu>eUH"!2Hc@ni|
2:oeDoWB-)[iyFjs=		@ٖP)>)"("K҇1g8ώJ)0)+G3NՈ7h1   Fx  ! D   EX /  >Y  EX /  >Y  EX /  >Y   и  0176;#7+"'#32'###7D>@DBB b 2   4  6 : R   EX +/ + >Y  EX  /   >Y  EX /  >Y +      6и 701!>54.#"!"&=!.54>32!#$rKOfQxW25cW$9 Pg;3Z|VlRTf *eˁyz=#Fij]uQQxckmI%A|Ԝc   k 7 L 2   EX /  >Y   / +   B +  8 01>32#".5467>32>7>54&#"#"&'2>7.#""<779Qh~R>dE%Yh1`M3	wy2L6!{Xh">cHeU@#I)~ʦvA*NpG#qɖX FpP'TL>(J"T{:t\9Ro"   x   +   EX /  >Y  EX  /   >Y  01)3!.'K
x   fx  P   EX  /   >Y  EX /  >Y  EX /  >Y     и и 	и 
01##!##7f`x66 
x  9   EX  /   >Y  EX /  >Y       01!!!7>7	&5467
#xYY          +01!!"  @  >     EX  /   >Y    +01!#!"=!267>76;8(		vl   Y2j + A W 7  B    +   6 +   
и   и B ,и 6 N01".'#".547>32>32%2>7.#"!2>7654.#"2N?4%LQY2,M:"6L^02N?4%LQY2-N:"6M^y/UNJ%3<J/.VE04G/VE/5H*/TOJ%3<J2-J`22`J- =X8CiI'-J`22`J- =X8CiI'-I_22`J-$Eb=3Q8$Ea>3Q8-J_22_J-  R ' (   EX /  >Y "   +   01>32#"&#"#"&'763232>7EXd4$*	$%2^P@H\l;3	$%7cTC:W~R'	$MwRaW(%Q^  |  /     +01267#".#"'>32267#".#"'>32*/V_33^\[02S\64`[Z/V_33_\\02S \64`[Z +!
'/'.'+!
'/'.'+!
'/'.'+!
'/'.'   d  7  	  
 +    +   и 
 и 	 и  01!3!!!!#!7!!ۙ/ɑRd.B"   s P        +01!!U[TE&t

	t    P         +01%!7!767>7.'.=Y&DP4
FF
	   H     	   +    +013	#	67	&'d~|

|

JJ  ~      +013v0   B ( 8   EX /  >Y   " +     +  и   01#!+'"&=37>32#"&#"tqq&A`}G#!	40AqY>Vtn[]0(V]n  Bn " S   EX /  >Y  EX /  >Y    +      +   и   	и   01+'537>323#.#"!q&
BhS9n//s4Na?
rL[k;p	7eXL         +012#"/	  Jd     	  +  и 	 01#"&54632#"&54632#!!#H#!!#!!!!!!!!  BV       +01!!V >      +01+7>3			  V       +01#"&/&'+73V

  r       +01373#  Z        +01"&547332>73[RGT0F/gSJAK/B)]k  TN    	  +01#"&54632#!!#!!!!    '      +   # +014>32#".732>54.#"(66((66(".."".."D4''44''4."".."".  n     	 +012673#".#"#>32-5+/,,# +/+,(B01$$,$*1$$,$          +  и  	01+7>3!+7>3

       GPOS}2>  !  |GSUBUT[     OS/2v     `VDMXs~z  D  cmapv    tcvt  r  4   fpgmY7    sgasp     ,   glyf=
  OL  hdmx  6  0head     6hhea)d  p   $hmtxք    8loca?q    (maxp+  P    nameW@e  $  |postf    ^prep92  ,   r    )          x         b       
        V  *2F               	    wqO_<     ʓ^p    .x*F   	            x  x     @ `J        tyPL @  Jz       x       +    +   + w$  }   + d    +  &^     + _ekqw   +    +   E}iD      
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v         ,K 	PXY D 	 _^- ,EiD`- , *!- ,F%FRX#Y  Id F had%F hadRX#eY/  SXi  TX!@Yi  TX!@eYY:- ,F%FRX#Y F jad%F jadRX#Y/- ,K &PXQXD@DY!! EPXD!YY- ,EiD`  E}iD`- , *- ,K &SX@ Y &SX#!#Y &SX#! #Y &SX#! #Y &SX#!@#Y  &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-                `   T @      ~ 1DS[a~    " & 0 : D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                            J-w5io&		<	
9
|
3dT$h&~T~ju;5'Mg59Ug_? C  !Z!!"3""#l###$x%%&&9&'D(())')C*	*%**+++,D,,,-,-../001T12D23h44d5*5w5666677f789;<I=??7?@"@t@A:ABBBBBBBBCDDDDDDEEEEEEEEEFFJFFGGGG'GGH*HHIIJQJvJJKKKLLLN&N2NNNNNOCOOOOPPPlPPQ5QpQR)RERYRRRS^ST;TU.UXUWWMW}WXYYZ4ZhZ[[[T\ \^\]]X]]]^a^^_D_`_~__``-``a       C                               	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case   2          b   l  dR ~ X X l   vr z dr x  T   R           j         H r   : :  p (  ~ d | ( X  X z   0  x. z d. d dj " ^          d . d V p :    N ( x NX PX"X x   b   P  xX" 0 <\ d v<   d\ d0 
 l v p n0    @ 0   d<    ` (      .     H :H H 6H "$ 0 : : : : :  :     | (R  x x x x x x6 xz d d d d d G    d    d  d  d  d  d v  d             x z d  d  F4 <     d. pV p pV p| ( x N x N x N 0 <0 <0 0 F0 0 0 0 80 ` ,   r hr xr xb hb xb x  b x d` ` *  P x  P ZP Z P "P Xp       "< "0 ,  d  ( ( F   8          	 	 
 
                                               ! ! " " # # $ $ % % & & ' ' ( ( ) ) * * + + , , - - . . / / 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 : : ; ; < < = = > > ? ? @ @ A A B B C C D D E E F F G G H H I I J J K K L L M L N M O N P O Q P R Q S R T S U T V U W V X W Y X Z Y [ Z \ [ ] \ ^ ] _ ^ ` _ a ` b a c b d c e d f e g f h g i h j i k j l k m l n m o n p o q p r q s r t s u t v u w v x w y x z y { z | { } | ~ }  ~                                                                                                                                                                                                                                                                      	  	  	  	z  	  	l  	  d	  	    	  P  	    	  `>  	     	 	    	 
f  	  06  	  d  	  L  	  4   	     	     H a i r l i n e L a t o h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 1 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) .   h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s .   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o - H a i r l i n e t y P o l a n d L u k a s z D z i e d z i c :   L a t o   H a i r l i n e   I t a l i c :   2 0 1 1 R e g u l a r L a t o   H a i r l i n e C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .      
 0 D DFLT latn                 kern kern                   vt r

	Nr(tz((zzz((Vt  hh h zzzzzz(((((z(((((((z(z(       v  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? D E H I K N P Q R S U Y Z [ \ ^ l m o p r t u y { | }                                                                 t 
t t ` 9t : < ?t Y \ lt m` o` rt t u y` { |t }`   ` ` t t t t ` ` ` t  	t t $t 9 P : P < ( ? P t t t t t t t  ( t  ( t      $ 	    $ F G H R T                              D            F G H R T                  P 
 P  P t t l P r P t d u d { d | P  P  P t  P  P t  P   
   9 : ? @ Y [ \ ` l r |        
  Y Z \ l r t u { |      0  " ( # & * 2 4 F G H R T V Y \ m o y }                              i   	 
     `     " ( # $ & * -8 2 4 D F` G` H` J` P Q R` S T` U V X Y Z [ \ l  m` o` r  t ( u ( w y` { ( |  }`                      ` ` ` ` ` `  ` ` ` ` ` `        ` `   ` ` `           ` ` `    I  < 	 
 <  <     " ( $ - D F G H J R T V l < m o r < t < u < y { < | < }                                   <  <   <  <      <  [ 	 L L L  ` ` #t $ &t *t -8 2t 4t D F$ G$ H$ J8 P` Q` R$ S` T$ U` V. X` YL Zt [` \L ] mL oL w` yL }L        t t t t t t t        $ $ $ $ $ $ ` $ $ $ $ $ $ ` ` ` `   t $ $ ` t $ L L L L L L L   # & * 2 4 7 8              . 	 . .  $ -` D F G H R T                                . .  I  
   2   2 " # & * 2 4 7` 9` : <L ?` F G H R T Y Z \ l m o r tL uL y {L | }        L                  L      2    2     1  # & * 2 4 F G H I R T W Y Z \ m o y }                               	    $            4 	 L L    "  $ -$ F G H P Q R S T U X w                              L L  
 ` m` o` y` }` ` ` ` ` ` 6 ` 
` `  " # & * - ( 2 4 7 8 9 : < ? Y \ l` m o r` tt ut y {t |` }                  ` ` ` `    ` )  	 
      $ 7t 9 ; < = ? @ ` l r |                      k  < 	 
 <  < L  L    " F # $ & * -t 2 4 D F G H I J~ P Q R S T U V W X Y [ \ ] l < m o r < t P u P w y { P | < }                                                  <  < L  <  < L     <  ' 8 	 
8 8 t t  $ 7L 9 : ; <` = ? l8 r8 |8        `  `    8 8 t 8 8 t 8  -  
  t # & * 2 4 7L 9L : < ?L Y Z \ l mt ot r yt | }t            t t     t t t  " # & * 2 4 F G H R T                         K 	`  8  ` # $` & * 2 4 9 < : < <  ? < D F G H R T m8 o8 y8 }8 ` ` ` ` ` ` `                             `         8 8   8 8 8 `     	  	
	    
  		
					      	

			


							

		      
					

	
							





				
					
      			






				
	











	

	
			    	  		
													
		
					
																										


							


				    	  																


	
	
	
		
												










						

			


							
		
				 	   	  










	






	
	




											



	
	














											
						
					
	
	






	




 		   
  	

	




	




			
							















	
		






 

     

	
	
	
			





	

						      
		


		


	      							

	
	
    !  	
			

	
		
					
		

	

!				 		 		    $  


	

	





									$									


$

 											   !%  



 

	





	
			



	%							
	


%

 		
		
			
	   %*  !#




"
* 







) 







   */   			#   & !!(			!""'! !!!!!!!					 /$!/	!    .4  	"
		

&!###)#%%",


#!	%%!!!*!$#%%%%%%""""$



!
#4'$			3	!#    28  
&"		) $&&& -&((%0 '$
))$$$.$'&((((((%%%%($&8+   '			!8
$&"""    6=  
)%

      ,!"') ))#1)++!(!4"*&
, , &&'!!!!!!2'    *)+++++ +((((+!'")=.### *


$<
&)!%% %      :A  "",(""""""""""""!"0$%*,#!,,%4,.".$"+$8!!%"-)"""""/"/"#)))$$$$$$5*####.,.....!.++++!" ."$*$,A1!%%%" -"""&A"*-"$''! '!!"""    CL"  ''2.''''''''''''''7)*03('33+"<35'5*#'1)@&&+'$$"!#4###$#0&''''"6'6'#(000))))))>0((((5355555'51111&'%6""""#######'######*0*"#3#L:$#&+++'&$4''',J'/3')..'%.&'''' "$   KU%  ,,93,,,+,,++,++,,+>.069-+99#0&C9<+</',7.H*+0,#(!(&&(#:(('( (#5 #!,,,,,&=,=,(-556......E6----;9<<<<<,<7777++)######<!&&&&(((((((,(((((#'#.$6!/&'9(U@(' +0!0!0!+*':,,,3S,59,.33,)3+,,,, &)     2  x ' 3 7 ;  ;  4 + 
   + 6  9 + . ( +  ( .9 /   6 =   EX 4/ 4 >Y  EX 6/ 6 >Y + 1 +     +    % + 6 8  4 : 01>32#54>54.#"#"'4632#"&!!7!!,6A&-U@'#5>6$#6=6##;L(2K3}Ug$5M06P<.)){},*-:L4,F0"P   rx   Y   +   9 /   и /  и /   EX  /   >Y  EX /  >Y 01#.54632#"&B6%''%x,MP\;;\PM,<''%%   x   a / /  и /    и /  
ܹ   и /   EX  /   >Y  EX 	/ 	 >Y01#"5'!#"5'xژ&ژ&  l  $x / 3    EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y +    +    +   и   и + и  и  %и  )и + 0и  201#"547!+#"=3!543!6;!323+!2%!!g`c
gbcgVg

`b	}Vb4D4	UD   R : E P  Q/ R/ Q и / R 1ܹ ;  @  19  F  K  19   EX /  >Y  EX  /   >Y  EX  /   >Y  EX 6/ 6 >Y #  & + 	   +     Aи  L 01".'7>323.54>?4;#".'+4.'>CFo]M$'8OfBB|a:1^Y
bC
$EkPGmC7jb
?fD\d4<6Zu?TY-/C+&-&2MpTBz]9BF'0)y3LsXTnBRmI00@iKhH05Xr  dx  ' / C W    
 +     + N  : + 0  D + + 
 09 / 
 09 0 Y   EX */ * >Y  EX /  >Y  EX ./ . >Y  EX 5/ 5 >Y ?  I + #   +    5 S 01#".54>324.#"32>6;+#".54>324.#"32>-Lf9:fL,,Lf:9fL-)G^45]G))G]54^G)J$-Lf9:fL,,Lf:9fL-)G^45]G))G]54^G)(ZV**VZ[W**W[W~R''R~WW~Q&&Q~NZV**VZ[W**W[W~R''R~WW~Q&&Q~   ~4 ? O    EX ,/ , >Y  012#"&'.#">7>;#"&'%#".54>7.54>32>7:mU4	$EiFDrR.cc3:	>;&		)jUGnD8cM)>*1YzNEk;T}f'L_6+H`5	NH3*Ki@]^8LHKW9eM,/[XKpU+OOT0CpQ.WT)+Jd8Tm    x      +   EX  /   >Y01#"5'xژ&    ?     +    +  и /  и /      +01.54>7ބ
Nj@@jN
x]wqpw\  l     +      +014'&54?'&5476x
Nj@@jN
xwpqw    9 Y 9    +    99    99    99   и 9 к !   99   5и 5/     +015467'7>7./7.=3>?'.'




	




vvvv	
vvvv  v ~  7    +   и  
     +  и  	01!!#!5!L<>~*(  z  r  "    +   EX /  >Y 0174632'&547>5#"&|!#C3
"  4&(&M6-<H(!  dBV      +       +01!!dHV   x  r       +   EX 	/ 	 >Y 0174632#"&x%''%0''%%         +01+6; 
B  T4  ' e (/ )/  ܸ ( 
и 
/     
     EX /  >Y  EX /  >Y     # 01#".54>324.#"32>4OeeOOeeOK``KK``KUUVVSSRR       W    +  и /   EX /  >Y  EX /  >Y   
 +     и 01%!467#"/3!!HTLHb      . G    +  0   EX  /   >Y  EX /  >Y     " 012>3!2!5467>54.#"+>ZHlC3Vq>7"
>nR0>fDNdA
El*YaP~y?
 ?x|K[T(0WxIT^3    I k J/ K/ J 8и 8/   K ܹ -    EX  /   >Y  EX /  >Y 3  2 +  (    = 012#".'763232>54.'5>54.#"+>`Hj@6Yt=W[/At_T]?*$9Z|Ugg42lv\i9;cDNdB
El(T]GwX9	:\{HMj?"7INN"9EI<&Ek=H|\53YyJW}P&0WxIT^3   R  \z   c    +   и  к   9   EX /  >Y  EX /  >Y    +  и  01!#!#!"&/3<7!4(JPPP	w   x / k   $ + $  и  /  1   EX ./ . >Y  EX /  >Y    +   ) + .     01#!>32#".'763232>54.#"'!eL<mo8L]6dWH0QqIYxG1fk<PjXn=m\nv>%$9okUi;N    x  3 <   +   9   9  5   EX 
/ 
 >Y 012#".5467>;>32>54.#"`_l;Bwa\o>Td^6ISgv8gYcl:9gVfl92>nZ^o=;rkJχ$Iw65T;lYm><kV[f7Go     $x  <   +   9 
  9     EX /  >Y  01+67!"=$HxT
   ' ? S < #  + 
  #9   #9 # U   EX  /   >Y 01".54>7.54>32'2>54.#"2>54.#"DauA9`}DFnK'5c\[c5(KmFD}`9Aua[o>'BU\^()]\UB'>o[[[-2^UU^2-[4`WX[4>Xo?H^77^H?oX>4[XW`42\QInQ5  5QnIQ\27[v@FyW22WyF@v[7       ! 5 <   +   9   9  7   EX /  >Y 
01".54>32+>74.#"32>R\i8Bs\Vl=-B+z2LQdtY9eRYl<7cSai6f<jVXl<=pa1Z_i?TJs;5U< Ui;8eUWb5Dj  "   <    +   и     EX 	/ 	 >Y   + 	 0174632#"&4632#"&%''%%''%0''%%a''%%  "  # J    +  ܸ  и  /  и /   EX /  >Y  ! +  0174632'&547>5#"&4632#"&!#C3
"  %''%4&(&M6-<H(!]''%%  $       +    +01}&t	

t   B   7    +   и  и  	     +    +01!!!!  : $      +       +01547>7.'&=}$
FF	     ' 3   . ( +   EX 1/ 1 >Y +01>32#54>54.#"#"'4632#"& =KY5=tY61JVK31KVK12Rk9GhG'%''% 1''IiCLnS@9:$'=:>RkI>bD$(0(7''%%    W l q 2  G + h   +    + S  & +  и / S n  7  B + L  + +   a + !    + X  	 +01%"&5467#".54>3232>54.#"3267632#"$&546$32%2>7.#"ZO3Z5L38Rh~I)UX*6@vZ6i]_5vqswtV|Y28`)XRGT8+ExcM5-E^Osj%?U18si\C'4R!2?#?wkJ1]p`GKMMdr#Eikn}DIbD
&AYel5,N:"    x   @   EX 
/ 
 >Y  EX  /   >Y  EX /  >Y    +01!#"'!+3!.'	H
,
xz<    Xx  ! , {     +   ( +    + 
   9  "и  .   EX /  >Y  EX  /   >Y "   +      + 013!2#!2>54.#%!2>54&#!l1UvEYe6=ukveo:=oat^pb,x>t\=5YzKY]0X,WVL{W.>au8    1 M &   +   EX /  >Y  EX /  >Y    +  !   + 01%2#".54>32#".#"32>76	,exWaaLzj_1-B\yM`_Uo_/+G3c	g)>)"("a_.C+    lx   e / /  ܸ  и /          EX /  >Y  EX /  >Y      01#!!24.#!!2>l__[$܊[^x^ZZ     $x  U   
 +     EX  /   >Y  EX 	/ 	 >Y    +     	  01!!!!!"^xpZx     "x 	 K    +     EX  /   >Y  EX /  >Y    +    01!!!#"Jx\Xx  F 1 q 2/ 3/ ܹ   2 и / -    EX /  >Y  EX /  >Y    # +    +      ( 01%2>7!"=!#".54>32#".#"6Vxk6\4oY``Nob/4iy^]%5"

0#9(c		d(<*/9/__     x   / /  ܹ    и /   и  	   EX /  >Y  EX 
/ 
 >Y  EX  /   >Y  EX /  >Y 	   +01!#!#3!3(DxZ    0x  /     +   EX /  >Y  EX  /   >Y01!#30x   rx  C     +   EX /  >Y  EX /  >Y 
   +   01#"'763232>53:iXRZ
%2#Ua5vu:

8pp   z " c     +      EX !/ ! >Y  EX 
/ 
 >Y  EX /  >Y  EX /  >Y    +0132>7>;#"&'.+#30^X
P^r	tV@z     x  5     +   EX /  >Y  EX /  >Y   01%!!3x    x   Ǹ !/ "/ ! и / " ܺ   9   и /  	и 	/  и /    и /  и /   и  /   EX 	/ 	 >Y  EX /  >Y  EX /  >Y  EX /  >Y    +01>76;#<7+"'#32h		A		/:


+	x     x   / /  и /  и  /    и /  	ܹ   и /  и /  и /   EX  /   >Y  EX /  >Y  EX /  >Y  EX 	/ 	 >Y  EX /  >Y012&453#"'#3	x8Kx    ' e (/ )/  ܸ ( 
и 
/     
     EX /  >Y  EX /  >Y     # 01#".54>324.#"32>___폐_[劈]]䈊[cc	dc____    .x   m / /  и /    ܸ  и      EX /  >Y  EX /  >Y     +   01#!2#%!2>54&#!0<E~i$gu@XxWj<;gP     0 m 1/ 2/  ܸ 
и 
/ 1 и /      '    EX /  >Y  EX /  >Y  "   , 01#"&'#".54>324.#"32>,SwKs	CV__폐_[劈]]䈊[qà|*xu"#c	dc____   x  %  &/ '/ & и /   ' ܺ   9  и  !    EX /  >Y  EX /  >Y  EX /  >Y     +   и  $ 01#!2#"&'.#'!2>54&#!0DBxe
"
	gu?\xU`6	v	t1[S   p B u C/ D/ C :и :/   D ܹ /    EX ?/ ? >Y  EX /  >Y B   + #   + ?    * 01#".#"#".'7>3232>54.54>32r	%GpTVZ/?ff?:nfGp]N$(8PgBai7)F]jnj]F)2`[fE)0)5Xt?QlJ1-2MqUVo@/C+','>iOB`E1'!(3IeEC{^8BH   (  `x  A    +   EX  /   >Y  EX /  >Y     и 01!#!5`xb  x  S / / ܹ    и /     EX /  >Y  EX /  >Y     +01%2>53#".53q|BFuuFB|QkpoĒUUopkQ     x  6   EX  /   >Y  EX /  >Y  EX /  >Y0132>76;#	$$x
		$
     jx " X   EX  /   >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX !/ ! >Y0132>76;2676;#&'#			
	D..x



@     Px  G   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y01	327>;	#"&'+"
		

o	W1	Z	  (  Tx  J    +   9   EX /  >Y  EX /  >Y  EX /  >Y01#32>76;J		SS%&    x  e   +   9  и /   9     EX  /   >Y  EX /  >Y      01!!5467!52:x	L     !     +      +    +01!+32T         +0132#"&'
   z  ! 
   +    
 + 	   +014;#"=!!z0  ,x  2    +    9   EX /  >Y  ܸ и 01#"'.'+3
	F,
	L           +01!5  h     +   EX  /   >Y012#"/	   x + 9  :/ ;/ +ܹ   : и /  и  1и  5    EX %/ % 	>Y  EX  /   >Y  EX /  >Y "   +   2 + %    , 01!"5'#".54>754.#"#"/>32%2>7*T^lB,YH-M"BdB4TB1$HfKmH"^Ep^Q&'?Q,G1;]CBiJ+~MzT- & LP0ZQx 6G'.
};U7    $  %/ &/ %  и  /   и & 	ܺ    	9  и / 	 "    EX /  	>Y  EX  /   >Y  EX /  >Y      0133>32#"&'#"32>54&Bo7ljm8|mD@hge2jdvkOVZ	zlgTKg  d6 + W   # +   EX (/ ( 	>Y  EX /  >Y +   +    + (     01#".#"32>32#".54>32 !?_C_h77fXNlF$:Pd9_k::neY2x"D~pt{@$,$-%DwrI9-   dp  # ~ $/ %/ ܹ   $ 	и 	/  и  и 	 !    EX /  	>Y  EX  /   >Y  EX /  >Y     01!"5'#"&54>323%267.#"jBo6lkl8|mDAgge2dujOVZl`zk'gUKg   d~ ' 2  3/ 4/ ܹ .  и / 3 #и #/   	и 	/ . и / . и /  -и -/   EX  /   	>Y  EX /  >Y    + .   +      ( 012#!32>32#".54>"!4.Mc8:k\SwO)C[l9eo<:neXf=	4]~7lfzB$,$-&G{lG9gX_d4  "  N  c     +   и     EX /  >Y  EX  /   >Y    +     и  013'"=354>32#"&#"!!Ҥ(Gb;>
/.4YB%^T{P'!IuSj   ^ = S g  J  + + c  9 +   Y + !  > + ! и / 	 + 9 c   . + 9 c 1к 6 + 9 ! i   EX  /   	>Y O  & +    + T   +   ^ 0123##"'#".5467.54>7.54>4.'32>2>54.#"Ak*
-//WzLbJ*>ff>=oach5ra8C+DI.Wz7\v~5/P9 6cYOpC`IrO*+PrGGrP++Pr"*rFFsR-%$(*25)K@;kS1*H`6Ty!=9,+'(YEsR.8C%
,:F*3YB&)If*MlAAlM**MlAAlM*      v / /   и  /   и  ܺ    9     EX /  	>Y  EX  /   >Y  EX /  >Y   0133>32#4.#""Ubl9$KqLsIh2Q:®tRZ/{l    x   Z  
 +  
 9 /     EX /  >Y  EX  /   	>Y  EX /  >Y  01##"&54632D#!!#,l!!!! x   S   +   9 /     EX /  >Y  EX  /   	>Y    +  01#"&'76323265#"&546323H-'!UWD#!!#,J6eQl!!!!     d  R    +      EX 	/ 	 	>Y  EX /  >Y  EX /  >Y    +013267>;#"&'.+#.		(xN           +   EX /  >Y01#`    v ,  ,    + !  " +    + , и /    ,9 " и /  .   EX /  	>Y  EX /  	>Y  EX /  	>Y  EX  /   >Y  EX /  >Y  EX !/ ! >Y    (01332>32>32#4&#"#4.#"9`v;Tg7EpN+;mT2!A`>_<cvGjF"0]Yt,WWtRZ/yk        / /   и  / и /     и /    9  ܹ     EX /  	>Y  EX 
/ 
 	>Y  EX  /   >Y  EX /  >Y 
  01332>32#4.#""Ubl:$KqLsI2R:®tRZ/{l   d  ' a (/ )/ ܸ ( и /     #    EX  /   	>Y  EX 
/ 
 >Y      012#".54>2>54.#"gm88mghm88mhde33edee33eIrrGGrrI$F~llGGll~F    "  #/ $/ #  и  / и /     и /    9 $ ܸ  и       EX /  	>Y  EX /  	>Y  EX  /   >Y  EX /  >Y      0132>32#"'"32>54&Bp7ljnlmD@hge2<eukO8zlgTKg   dp  #  $/ %/ ܹ   $ 	и 	/  и  и /  и 	 !    EX  /   	>Y  EX /  	>Y  EX /  >Y  EX /  >Y     01##"&54>32743267.#"pBo6lkl8mD<hge25dujOVZ4zk(cXKg       `     +  и /    9   EX /  	>Y  EX 
/ 
 	>Y  EX  /   >Y 
  01332>32#".#">TkC0R&%5$/IqN(

|   p >  ?/ @/ ܹ -   и  / ? 6и 6/   6  и  / 6 #   EX ;/ ; 	>Y  EX /  >Y >   + #   + 2   + ;    ( 01#".#"#".'7>3232>54.54>32;ZB>gJ)2QhlhQ2+RwL5SG=$AcHHoL'2QhlhQ2,PoCS~;~!&?R-5G1"!%8Q<<jN.,"*"*Ia89K4# $5N:1YE)-3   :dB $ \    +  	и     EX  /   >Y     + 	   + 	 и  и    01"&5#"=746;!!32>32VbN,:!*?,+39^l
	h$2E+#  p  y / /  и /    ܹ   	   EX  /   	>Y  EX 
/ 
 	>Y  EX /  >Y  EX /  >Y  0132673#"5'#"&5$KpMsJ#Tbl9RZ/zl,2R9®t       6   EX  /   	>Y  EX /  	>Y  EX /  >Y0132>76;#V	~	

	,    r ) X   EX /  	>Y  EX  /   	>Y  EX /  	>Y  EX /  >Y  EX (/ ( >Y0132>76;2676;#"'&'+,86,
	
	~

t,
p
  (  &  G   EX /  	>Y  EX /  	>Y  EX /  >Y  EX /  >Y01	32>7>;	#"&'+I@	o9	!	4	    6   EX /  	>Y  EX /  	>Y  EX /  >Y01+32>76;D	X
y		

	z   N  $  5   EX /  	>Y  EX /  >Y     01!!5467!5!$RHmV  P F a G/ H/ .ܹ    и G и /   . $и  3и  B  9  < +    +    +014.#52>54.54>;+";2#".54>.?%%?.#?Y58,/O;!*44*!;O/,85Y?#":**:#:nlo;6^F(
"?X79ooo8&;**:&8ooo97X?"
(F^6;olm "6       +   EX /  >Y013#"  x F i G/ H/ G и /    H ܹ    #и  (и  7и   <    
 + 2  - + A  B +01+54;2>54.54>7.54>54.+"=323"\#?Y58,.P;!*44*!;P.,85Y?#.?%%?.;mlo;6^F(
"?X79ooo8&:**;&8ooo97X?"
(F^6;oln:#:**:        +  !    +012>73#".#"#4>32*C04L13ppm0*C04L13ppm6I*,O=$-6-6I*+P=$-6-  r       +   EX /  	>Y 014>734632#"&&R%''%.,MP\;;\PM,%%''   , 7  -   +   EX /  	>Y  EX 
/ 
 	>Y  EX (/ ( >Y  EX  /   >Y    +    # +    (   2и  301.54>374;#".'>32+"ddr=@xo
	[3"@aD!TvK'>Vl>
l;l^ ir=FtrI8*!8$+$-$q{BD~   P  H =  >/ ?/ > 6и 6/ и / ?  ܹ     &и 6 ,   ;   EX 
/ 
 >Y  EX 4/ 4 >Y !  % + ! и 
   4 /  % <0146;4>32+"'.#"!#!>3!#!5>5#P	2b`JpR81HfIZ\/ ,>'!r0#A2B\q?$<Q-$F6"<kX
4SB3
,@V:f   , # 7 G 8/ 9/ 8  и  / 9 ܸ   $   .   )   + 	  3 +01467'7>327'#"&''7.732>54.#"0*-sB@qT11Tq@@rU11Ur  x  x       + 	  9  и     EX /  >Y  EX /  >Y  EX /  >Y    +    +   и  и  и  01!32>76;!!!!#!5!5!}M		M}||||`H "6   .     +   и     EX /  >Y013#3#"  xR N b  O  @ +   J +   Y +   7 +  @ 9 E @ 9  d   EX  /   >Y 2  $ +    + -  ) +    012#".#"#".'7>3232>54.54>7.54>>54.'S~9;ZB>gJ)3TjpjT3XK6E+RwL5SG=$AcHHoL'6XqvqX60N90",Po.Mell.UK)FZcd,o[-5!&?R-5N=117G]?Uw$&`D<jN.,"*"*Ia89TB526CW:$D=5(1;#1YE)P1K=2/1'rI6R@1-+,q   <8   ? / /  и /  ܸ  ܸ   	  +  и 	 01#"&54632#"&54632#!!#H#!!# !!!!!!!!   d / C ] } D  0 + &   + :  P + : _   EX 5/ 5 >Y  EX ?/ ? >Y +  
 +   ! +    + ? I  5 W 01632#".54>32#".#"32>46$32#"$&732>54.#"pCQ`:_sAAvd3RG@ "BgM^p>>mY9YI>ppppl`~[11[~_`~Z1, >sgduA'";obdm:)Vppppl1Z~`_~[11[~  v<  ! 3  4/ 5/ ܹ   4 и /  и  и     "и  -и -/  3   EX 0/ 0 >Y    + -  * +    + 0 % 01"/#".54>753%2>754&#"#"/>324nN8-.bh)C92'1NV/B,,^>_[F
X39"6&&?.@
)OE!/jX^--k_    |r  % U     +    +    +  и /  и /  "и "/  '    +0155rrr   h      +       +01!#!",   dBV      +       +01!!dHV   d  - F O      + /  0 + 5  K + 
    + :   
9 >   
9 / Gи 
 Q   EX /  >Y  EX /  >Y 2  N + G  . +     '  . :0146$32#"$&732>54.#"#32#"&'.#'32654&+dppppl`~[11[~_`~Z1ԉ(Jf>	Nppppl1Z~`_~[11[~oXpkq5U="	r	phj^  
      +       +01!!
   l^  ' X (/ )/ (  и  / ) 
ܸ     
     EX /  >Y    +  # 014>32#".732>54.#"l,Kf;:gK,,Kg:;fK,(E^55^E((E^55^E(t:dK++Kd::eK,,Ke:5^E((E^55^E((E^   v PV   A    +   и  
     +    +  и  	01!!#!5!!!L<>>fVRP   p*J * )    +  ,     +      +01263!2!54?>54.#"#'>T%G7!+8'XF6(0?!K`
$6HJ-F1(D?<;<A%+?)WE
+D0   n|,J D I   0 +     'и '/  F  "   +    5 + -  , +012#".'763232>54.#5>54.#"#&#"'>X%F5 )7SX!<Q0>P1+I:1K13S:^h0=!(?/$6HJ+B.#:,
_F)G5#4>
11%!3?#=-YH)<'*9 
+D0        +   EX  /   >Y01+7>3		  p !  "/ #/ "  и  /    и # ܹ   	и  и /   EX  /   	>Y  EX 
/ 
 	>Y  EX /  >Y  EX /  >Y  EX /  >Y  0132673#"'5#"&'#"&5%KqKsJ#Tbl9|LzW/zl,2R9{q2s-0   @L~x  N / / ܹ    и /       EX /  >Y    и 01##!#".54>3!~gp;;pgb4\~JKxT-   @      +   	 +014632#"&#$$#N$$##       :    +  !   EX /  >Y     +   01232654.'73#"&'76 /#<D4F((#+F2*9")P5/(~m+,  *F  +    +  и /     +   0137#"/733!Ȩr!	P  d:z  ' T (/ )/ ܸ ( и /     #    EX  /   >Y   
 +    012#".54>2>54.#"p@cD##Dc@AcE##EcA=\>>\=>\??\*MlCClL))LlCClM*(Hf>>gI((Ig>>fH(    r  ' e    +    +    +   9  и  и /   9  $и $/  )    +01'&547>7&'&54?'&547>7&'&54?		 B

BB

B     h|   $ -  ./ // ܸ  и    и /  и  и / . и /   9 и /  и /  !  %и %/  (и (/   EX /  >Y  EX ,/ , >Y  EX /  >Y  EX (/ ( >Y    + "  # +  и  и " 01%3+#5!"/3<7!37#"/733!+6;ڎ
hJ


8Ir!	PRl     <| * : C Ѹ D/ E/ ܸ D ,и ,/  и /  , 9    , .и ./ , 5и 5/ , 7  C , 9   EX 5/ 5 >Y  EX B/ B >Y  EX /  >Y  EX >/ > >Y      + 8  9 +    8 +01263!2!54?>54.#"#'>%37#"/733!+6;f%G7!+8'XF6(0?!K`
$6H~
-F1(D?<;<A%+?)WE
+D0r!	PRl  `  h   T ] ߻ "  < +    +   и  к   9 < E   E 9 < и / ] E 9  _   EX \/ \ >Y  EX /  >Y  EX /  >Y  EX X/ X >Y    + B  A + 7  ' +  и  и  J 01%3+#5!"/3<7!2#".'763232>54.#5>54.#"#'>+6;ڎ
hJ%F5 )7SX!<Q0>P1+I:1K13S:^h0=!K`	$6Hl


8I+B.#:,
_F)G5#4>11%!3?#=-YH)<'WE
+D0l  ( ' 3   . ( +   EX +/ + 	>Y 101#".54>?332>324632#"&=KZ4>sY61JWJ31KVK12Rk9HiE%%''%0''IiCKlO:57$':69MhI>bD$(0(''%%        t   EX /  >Y  EX 	/ 	 >Y  EX /  >Y  EX /  >Y  EX /  >Y    +    +  	 9012#"'%#"'!+3!.'			>	H 
,
xz<         t   EX /  >Y  EX 	/ 	 >Y  EX /  >Y  EX /  >Y  EX /  >Y   +    +  	 901+7>3#"'!+3!.'Z				H 
,xz<        $ v   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y    +    + !  901#"&/.'+73#"'!+3!.'V
	J	H@,xz<       ) 2    EX (/ ( >Y  EX /  >Y  EX !/ ! >Y  EX $/ $ >Y  EX &/ & >Y  	 + +  " +  и / 	 и / /  (9012673#".#"#4>32#"'!+3!.'20, 865%,!855	H(B01$$,$*1$$,$
,xz<       # ,    EX "/ " >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX  /   >Y 	  + %   +  и 	 к )  "901#"&54632#"&54632#"'!+3!.'#!!##!!#N	H!!!!!!!!i
,xz<       ' 3 <    EX 2/ 2 >Y  EX (/ ( >Y  EX +/ + >Y  EX ./ . >Y  EX 0/ 0 >Y   # +    + 5  , + 9 ( 29014>32#".732>54.#"#"'!+3!.'(66((66(".."".."	HD4''44''4."".."".
,
xz<   x   ^   EX  /   >Y  EX 
/ 
 >Y  EX /  >Y    +    +     
  01!!!!!!!+!UgX4>	:gr	xpZ*p   Q  R/ S/ Gܹ   R и /   G9 ,    EX /  >Y  EX L/ L >Y  EX @/ @ >Y  EX /  >Y    O +     + L    '  @ 1 01232654.'7.54>32#".#"32>7632+#"&'76 /#<D4F(#]aLzj_1-C\yL`_Uo_/,exW+F2*9")P5/(ohg)>)"("a_.C++G3]+,     $   K   EX 	/ 	 >Y  EX /  >Y    +    + 	 
    012#"'%!!!!!			~^pZx    $   K   EX 	/ 	 >Y  EX /  >Y   +    + 	 
    01+7>3!!!!!			^pZx     $   M   EX /  >Y  EX /  >Y    +    +      01#"&/+73!!!!!

^pZx    $   # [   EX /  >Y  EX !/ ! >Y 	  +    +  и 	 и    !  01#"&54632#"&54632!!!!!#!!##!!#^!!!!!!!!pZx   :  z   -   EX /  >Y  EX 	/ 	 >Y    +012#"'%#3^			 x       -   EX /  >Y  EX 	/ 	 >Y   +01+7>3#3			 x   6     /   EX /  >Y  EX /  >Y    +01#"&/+73#3
	@x  "  *    =   EX /  >Y  EX /  >Y 	  +  и 	 01#"&54632#"&54632#3#!!##!!#!!!!!!!!ix  0  x  !  "/ #/ " и / # ܸ  и          EX /  >Y  EX /  >Y    +     и  и   013!2#!#4.#!!!!2>0__J[$X܊[^^ZnVZ       2    EX /  >Y  EX  /   >Y  EX %/ % >Y  EX 1/ 1 >Y  EX '/ ' >Y  EX */ * >Y  EX // / >Y  	 +  и / 	 и / + ' 9012673#".#"#4>322&453#"'#320, 865%,!855}&B01$$,$*1$$,$8Kx     0   EX /  >Y  EX /  >Y    +  " A!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " ]A!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " qA!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " r  , A!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , ]A!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , qA!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , r012#"'%#".54>324.#"32>V			r___폐_[劈]]䈊[ܦcc	dc____     0   EX /  >Y  EX /  >Y   +  " A!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " ]A!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " qA!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " r  , A!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , ]A!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , qA!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , r01+7>3#".54>324.#"32>			___폐_[劈]]䈊[ܦcc	dc____    ! 5   EX /  >Y  EX /  >Y    +  ' A!  '  ' ( ' 8 ' H ' X ' h ' x '  '  '  '  '  '  '  '  ' ]A!  '  ' ( ' 8 ' H ' X ' h ' x '  '  '  '  '  '  '  '  ' qA!  '  ' ( ' 8 ' H ' X ' h ' x '  '  '  '  '  '  '  '  ' r  1 A!  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1  1 ]A!  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1  1 qA!  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1  1 r01#"&/+73#".54>324.#"32>
	~___폐_[劈]]䈊[cc	dc____     1 E   EX -/ - >Y  EX #/ # >Y  	 +  и / 	 и / - 7 A!  7  7 ( 7 8 7 H 7 X 7 h 7 x 7  7  7  7  7  7  7  7  7 ]A!  7  7 ( 7 8 7 H 7 X 7 h 7 x 7  7  7  7  7  7  7  7  7 qA!  7  7 ( 7 8 7 H 7 X 7 h 7 x 7  7  7  7  7  7  7  7  7 r # A A!  A  A ' A 7 A G A W A g A w A  A  A  A  A  A  A  A  A ]A!  A  A ' A 7 A G A W A g A w A  A  A  A  A  A  A  A  A qA!  A  A ' A 7 A G A W A g A w A  A  A  A  A  A  A  A  A r012673#".#"#4>32#".54>324.#"32>20, 865%,!855-___폐_[劈]]䈊[(B01$$,$*1$$,$cc	dc____      + ?   EX '/ ' >Y  EX /  >Y 	  +  и 	 и ' 1 A!  1  1 ( 1 8 1 H 1 X 1 h 1 x 1  1  1  1  1  1  1  1  1 ]A!  1  1 ( 1 8 1 H 1 X 1 h 1 x 1  1  1  1  1  1  1  1  1 qA!  1  1 ( 1 8 1 H 1 X 1 h 1 x 1  1  1  1  1  1  1  1  1 r  ; A!  ;  ; ' ; 7 ; G ; W ; g ; w ;  ;  ;  ;  ;  ;  ;  ;  ; ]A!  ;  ; ' ; 7 ; G ; W ; g ; w ;  ;  ;  ;  ;  ;  ;  ;  ; qA!  ;  ; ' ; 7 ; G ; W ; g ; w ;  ;  ;  ;  ;  ;  ;  ;  ; r01#"&54632#"&54632#".54>324.#"32>#!!##!!#___폐_[劈]]䈊[!!!!!!!!%cc	dc____  
2     +    	  +01		'	7	}|z{ ~|{{     , 8 u 9/ :/  ܸ 9 и /    9    9 !    -    EX /  >Y  EX /  >Y  (   4 01#"&'+7&54>327>;.#"4'32>_yR	ht_~Sdn
nc5Pz]h^Ou[cFD]	dLH^鴴ZFHJ_[CE_     " 7   EX /  >Y  EX /  >Y 	   +    +012#"'%2>53#".53			q|BFuuFB|$QkpoĒUUopkQ    " 7   EX /  >Y  EX /  >Y 	   +   +01+7>32>53#".53			q|BFuuFB|$QkpoĒUUopkQ    ' 9   EX /  >Y  EX !/ ! >Y    +    +01#"&/+732>53#".53
	q|BFuuFB|DQkpoĒUUopkQ      1 G   EX /  >Y  EX +/ + >Y   % + 	  +  и 	 01#"&54632#"&546322>53#".53L#!!##!!#q|BFuuFB|!!!!!!!!mQkpoĒUUopkQ   (  T   j   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX 
/ 
 >Y   +  
 901+7>3#32>76;2					sS%&   .x   q / /  и /   и  	ܸ  и 	     EX /  >Y  EX /  >Y     +    +01#3!2#%!2>54&#!0$E~i$gu@*xWj<;gP   N  H  I +   6 +   = +   - +  P   EX  /   >Y  EX H/ H >Y  EX /  >Y #   +  (    B 012#".'7>3232>54.54>54.#"#4>fFtS-3LZL3#:JNJ:#+RwL5SG=$AcHHoL'#:JNJ:#3MZM3EqRJi@?m*G\1A_L=<B))5&$9Q<<jN.,"*"*Ia8:N5"(;-,E>=J]?PH2+]gcf4  x& D    C    x& D    v    xx& D        xN& D        x8& D    j    x& D         x M ] h  S  , + I  2 +   d + I и /  , 9 I  и  / 2 Nи I cи c/  j   EX  /   	>Y  EX D/ D 	>Y  EX '/ ' >Y  EX /  >Y    + A  > + 1  N +    D 7  ' X  7 ^и 1 c012#!32>32#"&'#".54>754.#"#"/>32>32>5"!4.FyZ3
Q5aSIkH'=Rb4&<LRR$9gN.M"BdB4TB1$HfFjG$@^zǞL(E_8Jb9R]70Tq8om
zB$,$-&ElQ8#?fJBoR1VMzT- & LP/W}NM|X0:-Lg?B]<3`T^<m]gh4  d6 J  K/ L/ @ܹ   K и /   @9 (    EX /  	>Y  EX E/ E >Y  EX :/ : >Y  EX /  >Y    H +    + 2  5 + E    #  : - 01232654.'7.54>32#".#"32>32##"&'76 /#<D4F($[g7:neY2!?_C_h77fXNlF$:Oc9+F2*9")P5/(sFtrI9-"D~pt{@$,$-%a+, d~& H    C    d~& H    v    d~x& H        d~8& H    j    G  /&     C      &     v      x&           8&     j     dv 7 K l G  ' + 7   +   +   1 +  ' 9 1 =и =/  M   EX "/ " >Y ,  B + " 8 01&54?.'&=4?7#".54>32.'2>7.#"HSVNz@lP-4joUqB7lg7xo\,Mj?ef6?cXcd3?l2-893,w{ޟY@vibI"IuTtt+Rx:wb>Ey_gp;   N& Q        d& R    C    d& R    v    dx& R        dN& R        d8& R    j     v B    5 
  +  и 
     +   +    +01!!4632#"&4632#"&vf%''%%''%l''%%S''%%   d  + 7  8/ 9/ ܸ 8 и /    и /    9  1  и /  и /  и /   EX /  	>Y  EX /  >Y  '   , 01#"'+7.54>327>;.#"2>54&'H9;8mgkj	~DF8mh_6i@?13\ee3de3551_CvrG\BȁrI<9z@6<GF~ln@,-  p& X    C    p& X    v    px& X        p8& X    j    & \    v          !/ "/ !  и  /   и " 	ܺ    	9  и 	     EX /  	>Y  EX  /   >Y  EX /  >Y      013>32#"'"32>54&Bo7ljnlmD@hge2jdvkO8zlgTKg 8& \    j     <x # , f   	 +  .   EX /  >Y  EX /  >Y  EX /  >Y    +     + %   +012#"&54>7!+332>!.'.N*BX)2HH3-M9 -FD!<3),
x%2>$8> <   x C Q  M   + <  	 + 7   +  и  Iи 7 S   EX 1/ 1 	>Y  EX 7/ 7 >Y  EX /  >Y ?   +     + .  + +   J + 1 $   D 012#"&54>7'#".54>754.#"#"/>3232>2>7N*BX-4*T^lB,YH-M"BdB4TB1$HfKmH"3-M9 -Ep^Q&'?QFD#?4*,G1;]CBiJ+~MzT- & LP0ZQx%2>$8> 6G'.
};U7 & &   =   d6& F    v     Lx '  (/ )/  ܹ 	  ( и /      EX /  >Y  EX /  >Y  EX /  >Y #   +     +    +       012#"&54>7!!!!!!#32>>N*BX'/K2^Z3-M9 -FD :2)xpZ%2>$8>  d~ E P  '   + >  	 +    L +    9 4   9 ' Kи K/   R   EX /  	>Y  EX /  >Y A   +     + L  # + 1  4 +  ,   F 012#"&54>7#".54>32#!32>3232>"!4.N*BX"+eo<:neMc8:k\RxP*1BP+0*M9 -Xf=	4]~FD5/(G{lG7lfzB$,$$!%1<"8>9gX_d4        /    +   EX  /   	>Y  EX /  >Y01#,   F  x  E   
 +   и 
    EX /  >Y  EX 	/ 	 >Y  01%!!546?3(	P	ike   <    .   	 +   и 	    EX /  >Y017#546?&	e	agcm    & 1   
   & Q    v     F   4 ϸ 5/ 6/ ܸ и  !  
и 
/   !9 5 и / ! и /  +    EX /  >Y  EX  /   >Y  EX /  >Y  EX 	/ 	 >Y    +     и    и  &   0 01!!!!!#".54>324.#"32>D^do֚VVրodR|{ΖSS{|ϕRxpZyEb	dFyD__^^   d< : N Y ˻ J  , +   @ +   U +  , 9 @ "и "/ @ 6и 6/  Tи T/  [   EX  /   	>Y  EX 1/ 1 	>Y  EX /  >Y  EX '/ ' >Y    + U   +    ;и 1 E  O012#!32>32#".'#".54>32>2>54.#""!4.FyZ3
Q5aSIkH'=Rb4Pa>
<aUaf44faTa<
<`U]^//^]^^//^\R]70Tq8om
zB$,$-&6h`]i8GrrI7gZYh8$F~llGGll~F<m]gh4 p & 6      p& V    v     p  O   EX L/ L >Y  EX '/ ' >Y 0  , +    + O   + L  A!     (  8  H  X  h  x                  ]A!     (  8  H  X  h  x                  qA!     (  8  H  X  h  x                  r ' 7 A!  7  7 ' 7 7 7 G 7 W 7 g 7 w 7  7  7  7  7  7  7  7  7 ]A!  7  7 ' 7 7 7 G 7 W 7 g 7 w 7  7  7  7  7  7  7  7  7 qA!  7  7 ' 7 7 7 G 7 W 7 g 7 w 7  7  7  7  7  7  7  7  7 r0132?6;##".#"#".'7>3232>54.54>32J		@	%GpTVZ/?ff?:nfGp]N$(8PgBai7)F]jnj]F)2`[fE)0)5Xt?QlJ1-2MqUVo@/C+','>iOB`E1'!(3IeEC{^8BH px& V         (  T   * z   EX /  >Y  EX /  >Y  EX '/ ' >Y  EX )/ ) >Y  EX /  >Y 	  +  и 	 к #  901#"&54632#"&54632#32>76;#!!##!!#		!!!!!!!!S%&   & =   ~   N  $& ]    v      & =   |   N  $& ]              X   EX /  >Y  EX /  >Y  EX /  >Y    +    и   0132?>;#!!5467!5

2:	L N  $x& ]          % ^ %  + % и / % '   EX /  >Y 	   + #    +   и # и   01#543>7'"=37>3#"!YeAb~H8nZAe>`L;mY?6^X*

$P_>^X*

#Q^   <x      +   EX /  >Y01#"/+73  <x  ?   +     EX /  >Y  EX /  >Y     +01#'32?6;  
 q    Fx  W / /  и /    ܹ     EX /  >Y  EX /  >Y     +01".5332>538P3-H54I-3P$?R/)K9##9K)/R?$  P       +   EX 	/ 	 >Y 01#"&54632P#!!#P!!!!   z  ' G (/ )/ (  и  / ) 
ܸ     
       +   # +014>32#".732>54.#"(66((66(".."".."
4''44''4."".."".     2   	 +   EX /  >Y    +     +012#"&54>732>N*BX.73-M9 -FD$@6*%2>$8>   8N     +     	 +012673#".#"#4>3220, 865%,!855B01$$,$*1$$,$   f   I 	  +    	9   	9 	    EX  /   >Y  EX 	/ 	 >Y01+7>3!+7>3z	   ,> !  "/ #/ ܹ   " и / 
    EX  /   	>Y  EX /  >Y  EX /  >Y     и 	и    	 и 01+#!#"&'76323265#5463>		0D)'	 KU	
B3K2Y[	  .B      +       +01!!B   .B       +01!!B   hH       +     +01.54>7(,.H9"B>8<f2 -   xD       +     +01'&547>54&'&547(,.9"B>8<f2 -   x  x      +     +017'&547>54&'&547(,.x9"B>8<f2 -  hH  / Q 0/ 1/ 0 и /    и  / 1 (ܸ и /   9 (       +01.54>7.54>7(,.(,.H9"B>8<f2 -
9"B>8<f2 -  xD  / M 0/ 1/ ܹ    и  / 0 (и (/ и /   9 (       +01'&547>54&'&547''&547>54&'&547(,.(,.9"B>8<f2 -
9"B>8<f2 -   x x  / M 0/ 1/ ܹ    и  / 0 (и (/ и /   9 (       +01%'&547>54&'&547''&547>54&'&547(,.(,.x9"B>8<f2 -
9"B>8<f2 -    q    +  и  и /  и /     EX /  >Y  EX /  >Y    +  и  01463>32%2!#"&'!dd	"	04    )     +  и  и   и  /  '   EX /  >Y  EX /  >Y    +    +  и  "и  &и  (01463>32%2!!#%#"&'"&=!!ddrr	"		#	  bv&:   
   +    +014>32#".b$=Q./S>$$>S/.Q=$V/S>$$>S/.Q=$$=Q  x r   #  $/  и  / ܸ   A   ]A   ]A    ]A `  ] A   ]A   ]A    ]A `  ] ܸ  ܸ  %   EX 	/ 	 >Y  EX /  >Y  EX !/ ! >Y 	 ܸ и 0174632#"&%4632#"&%4632#"&x%''%%''%*%''%0''%%''%%''%%   dD  ' / C W k     
 +     + N  : + 0  D + v  b + X  l + + 
 X9 / 
 X9 X    EX */ * >Y  EX /  >Y  EX ./ . >Y  EX 5/ 5 >Y  EX ]/ ] >Y ?  I + #   +    5 S  ? gи I qи S {01#".54>324.#"32>6;+#".54>324.#"32>%#".54>324.#"32>-Lf9:fL,,Lf:9fL-)G^45]G))G]54^G)J$-Lf9:fL,,Lf:9fL-)G^45]G))G]54^G)-Lf9:fL,,Lf:9fL-)G^45]G))G]54^G)(ZV**VZ[W**W[W~R''R~WW~Q&&Q~NZV**VZ[W**W[W~R''R~WW~Q&&Q~WZV**VZ[W**W[W~R''R~WW~Q&&Q~    r  +     +    +  и /    +015r    r     +       +017'&54767&'&54?BB *  Zx  5   +  
   EX /  >Y  EX /  >Y01'+6;
l  l L  #  H + H и / # и / #  и  / # %и %/ # *и */ H Cи C/ H Fи F/ H Kи K/   EX /  >Y  EX >/ > >Y    + 6  9 + &  ) +    +   и    > /  ) Cи & Eи  K013>32#".#"!#!!#!32>32#".'#53&5467#Tp>gZP'%7Mf@iR	1OiDlR:)$RcuFoS@ؖN)>)"("I҈82.ْK)0)+G3N.28   PFx  !     +    +    +    9  	и 	/   9  #   EX /  >Y  EX /  >Y  EX /  >Y   и  0176;#7+"'#32	###5 N
 ` 2`  x  | 5    ! +    + 1    + +   + ! и / + 2и 2/ + 7   EX &/ & >Y  EX  /   >Y  EX /  >Y &      1и 201!>54.#"!"=!.54>32!#~m~DeyyݩeD~mcMggMc*ZoӌEEӎoZYuڒIIڑuY   1 E r F/ G/ 
ܸ F и /    
9 
 %   A    EX /  >Y   * +    / +   < +  2 01>32#".54>32>54.#"#"'2>7.#""=:9 TV,=[yYL|X0Eq6m]G(PwO6P7"(a|U	/PtNn{B.St@F|~ʦvA4`WqɖX GqQ(TL@vBT{:s\9RoT\0    x   +   EX  /   >Y  EX /  >Y  013!7!.'\H\"`x   Zx  t / / ܹ    и /     EX  /   >Y  EX /  >Y  EX /  >Y     и и 	и 
01##!##5`x66  Zx  K    +  	   EX  /   >Y  EX /  >Y       01!!!!547	&5Z;wd;xYX         +       +01!!"   "       EX  /   >Y    +01!#!"=!2>76;t( 	vl   X2j ' ; O { P/ Q/ P и / Q #ܺ   #9   #9  7  # A   <    +   2 +   
и  и < (и 2 F01".'#".54>32>32%2>7.#"!2>54.#"6[OF!"FN[65aI,,Ia56[NF"!FO[65aI,,Ia=3VLD!!DLV33XA%%AX3XA%%AX33WKE!!EKW2-J`22`J-'IiCCiI'-K`22`K-'IiCCiI'-J_22_J-$Eb=>aE$$Ea>=bE$-J_22_J-  p< ( B   +   9  *   EX /  >Y #   +   01>32#"&#"#"&'763232>7
;Ti8'.
*(6aN5
<Wq@8)(<hQ7:W~R'	%LxRaV(%Q]  |  /    +  1    +01267#".#"'>32267#".#"'>32/QY33cb`02NV64ea_//QY33cb`02NV64ea_ +!
'/'.'+!
'/'.'+!
'/'.'+!
'/'.'   d      +    9    9  	к    9    9   к    9    	  
 +    +   и 
 и 	 и  01!3!!!!#!5!!vu7oJtt\n6B"     P        +        +01!!}&&t	
t  P       	 +        +01547>7.'&=!5!&}&
FF	8  H   /  	 + 	 ܸ 	   	   +    +013	#	67	&'d~|

|

JJ    $    +     EX /  >Y013#   "   ! } "/ #/ "  и  / и   !  и # ܹ     EX  /   >Y  EX /  >Y    +    +  и  013'"=354>32#"&#"!#!Ҥ3\M>	//GvW0.n[_1+X[nVj   "  T    !/ "/ !  и  / и " ܹ   и /         EX /  >Y  EX  /   >Y  EX /  >Y    +    +     и  013'"=354>32;#.#"!!Ҥ4bZB53:U\06L[k;p	7eXLj  ,l     +     +012#"'%P			   J   ? / /  и /  ܸ  ܸ   	  +  и 	 01#"&54632#"&54632#!!##!!#!!!!!!!!   dBV      +       +01!!dhV         +    +01+7>3			  (      +     +01#"/.'+73		   (      +       +0132?>;#(

   F  5 / /  и /    ܹ        +01".5332>538P3-H54I-b3J/)B//B)]k   NP      +  	  +01#"&54632P#!!#!!!!    ' G (/ )/ (  и  / ) 
ܸ     
       +   # +014>32#".732>54.#"(66((66(".."".."D4''44''4."".."".  8     +     	 +012673#".#"#4>3220, 865%,!855(B01$$,$*1$$,$   x   ? 	  +    	9   	9 	     +  и  	01+7>3!+7>3d
(	
       GPOSA     |GSUBUT[  p   OS/2٭zi     `cmapv  l  tcvt   \   .fpgmrZr@    gasp       glyf 0  5p  head#     6hhea  8   $hmtx@^]  
h  8loca0    (maxp      nameT2=g    jpostg    ^prep     K           b   " - 9        V  	DC               	                          z_<     ʓ^p    .D-   	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+     x  x   x  @ `J        tyPL @  Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 :D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           L!aHb		
9bQ9+R+Si-\z\sJa$Y ) X!C","#$%M&~''(c)")g*2*+\,Q-G-./m00p1122c233334@5a6O67789':X; ;k;;==!==>m??L@(@@A\AB+BoCDFGcGoG{GGGGHjJJJ+J7JCJOJ[JgJsKK(K4K@KLKXKdKLoL{LLLLM$MN	NN!N-N9NEPQQQQQQQRRRRRRRRRS`TJTVTbTnTzTU}UVXXX)YKZZ[)[[[]^^^^^^^____&_2_`.`|``aalabpbcccdd2d^ddeJf5gpghPijj@jvklPmmn.noo,opXpqr@rrss6tuuCuuuv.vpvvw4wx       t x                              	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  ' -             6 j$ H~ R X X J  ` d ^ d X <  h l ( l l n `       "l VP 
 Z Z  l  Z f x <R  0  < \ < \ $ :  P     VX X Z   f & \^  J^ H J  2X      j X X HP ^ H& d > ,X z       FX ,X X X t     4  ,X  rf < D \   d< Df  F d R Tf X z: *" |f  x H  f f D ,P 
P 
P 
P 
P 
P 
BZ Z    ff ff* 2 < \< \< \< \< \ ~< \        \ \ \ \ \ \` \ J J J J J     R LX X HX HX HX HX H dX @X zX zX zX z  P   P 
 \Z Z J  J  > , 6 X  \ HH :d >$ :d >  V F V F V F jf  f  f f  f f jf f f ^ 0X j  : Z Z : Z Z v v  X	 Hx x fD " @ V \p X >X T z .X :        t  f D    v  N , d `f# PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-, `` C#`C%%QX# <`#e!!Y-	,+*-
,  G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-, 5`-, EcEb +EcEb +      D>#8*-, < G EcEb` Ca8-,.<-, < G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+- ,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	  	  	  	  T	2  	  	  	  P  	    	  `R  	  0"  	 	   	 
L  	  0  	  d  	  4  	  4   h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - R e g u l a r V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o   R e g u l a r t y P o l a n d L u k a s z D z i e d z i c :   L a t o   R e g u l a r :   2 0 1 1 R e g u l a r L a t o C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .      
 0 D DFLT latn                 kern kern                   vt r

	Nr(tz((zzz((Vt  hh h zzzzzz(((((z(((((((z(z(       v  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? D E H I K N P Q R S U Y Z [ \ ^ l m o p r t u y { | }                                                                 t 
t t  9^ : <h ?^ Y \ lt m o rt t| u| y {| |t } h h   t t t t    t  	H H $H 9 : : : < ( ? : H H H H H H H  ( H  ( H      $ 	 | |  $ F G H R T                        | |   | | D         | |  F G H R T                  D 
 D  D ~ ~ l D r D t d u d { d | D  D  D ~  D  D ~  D   
   9 : ? @ Y [ \ ` l r |        
  Y Z \ l r t u { |      0  " " # & * 2 4 F G H R T V Y \ m o y }                              i   	\ 
    h ` h \   " " # $\ & * -8 2 4 D F` G` H` JT P Q R` S T` U V X Y Z [| \ l  m` o` r  t 2 u 2 w y` { 2 |  }` \ \ \ \ \ \ \               ` ` ` ` ` `  ` ` ` ` ` `     \   ` `   ` ` `     h     h ` ` `   \ I  0 	 
 0  0     " " $ - D F G H J R T V l 0 m o r 0 t 0 u 0 y { 0 | 0 }                                   0  0   0  0      0  [ 	| L L L | ` ` # $| & * -8 2 4 D F. G. H. JD P` Q` R. S` T. U` V^ X` YL Zt [p \L ] mL oL w` yL }L | | | | | | |               . . . . . . ` . . . . . . ` ` ` ` |   . . `  . L L L L L L L |  # & * 2 4 7 8              . 	v   v $v -J D F G H R T v v v v v v v                    v       v I  
   6 :  6 " # & * 2 4 7T 9J :h <, ?J F G H R T Y Z \ l m: o: r t6 u6 y: {6 | }:        ,                  , : :    6    6 : : :  1  # & * 2 4 F G H I R T W Y Z \ m o y }                               	    $            4 	| L L |   "  $| -: F G H P Q R S T U X w | | | | | | |                  |     L L | 
 j mj oj yj }j j j j j j 6 J 
J J  " # & * - 2 2 4 7| 8 9x : <\ ?x Y \ lJ m o rJ tH uH y {H |J }            \   \   J J J J    J )  	 
      $ 7 9 ; < = ? @ ` l r |                      k  0 	x 
 0  0 @  @ x   " 0 # $x & * -h 2 4 D F G H I Jx P Q R S T U V W X Y [ \ ] l 0 m o r 0 t : u : w y { : | 0 } x x x x x x x                                x           0  0 @  0  0 @     0 x ' N 	 
N N x x  $ 7L 9 : ; <` = ? lN rN |N        `  `    N N x N N x N  -  
  x # & * 2 4 7L 9L : <h ?L Y| Z \| l mx ox r yx | }x        h   h x x     x x x  " # & * 2 4 F G H R T                         K 	J  N  J # $J & * 2 4 9 0 : 0 <  ? 0 D F G H R T mN oN yN }N J J J J J J J                             J         N N   N N N J  -   % 5 9 = @=<;:987642*($"
+K_PX@C   2 0     &   & 		  $    $  	KlPX@A   2 0  	 	  &     &   &   $  @J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'&>54&#"#"'4632#"&!!7!!9DO.?gI)-60#z-70 I9)8(c>0((0>22cu&#@[87P;+&%iu"3+(.:(3</@)(?g6,    ! ~@    +K_PX@     $  $  KlPX@     &  $  @"     &  #  $  !YY8+#.54>32#".	y	+!..""..!-VW[44[WV-<."".-""-   
  @   
 
+K_PX@	     $  KPX@'	     #  $   !@-	   #   &  $    !YY8+#"&/!#"&/3ޛ ## "ޛ ## "   6  Q > B9@&  BA@? > >86530.*5+5%#	 	+K6PX@9!-  2   &   %  $  K_PX@@!-  2   2   &  %  $  @K!-  2   2   &   &  # $  !YY8+#"&/#".54>754&#"#"&/>322675T<.28"&A0&Xk:9&2%4yI6T:3J$Fa<4H1 )<)"C5#%?<
*1."<T3&#i#*"      ) @)+55:
:/:
:   ;  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!#!\;X!  dR  %@ +@     #     $    !8+!!d   D  3 I V@44VTLJ4I4HDB97650.$"+K	PX@>>2  		 & 
 &   $     $  K_PX@>>2  		 & 
 &   $     $  KlPX@<>2     &  		 & 
 &  $  KPX@E>2     &  		 & 
 &  #  $  !@K> 2 0     &  		 & 
 &  #  $  !	YYYY8+4>32#".732>54.#"#!2#"'.#'32>54.+D4_ee_44_ee_4d,RrXc-RsXb kj!	Pt7M/+F4e`44`ed`44`eYtS-dYvS.e|}z^
.r(:&%8$  RD  %@ +@     #     $    !8+!!>Du   F'  ' S@$"+K_PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"F2XwEEwX22XwEEwX26I**H66H**I6hCvW22WvCBuW33WuA*I66I**J77J  d P"   @    
		+KPX@.    &   &   #   $   !@6    &      &   &   #   $   !Y8+!!#!5!!!ikkBpx%   RQe - @ (&"  --+K_PX@++ 2    &  $  @4+ 2    &  #   $   !Y8+2>;2!546?>54&#"#"&/>Z4U<!*6/
, <-.9	Ge6M/(E>:M+455370*jj  T|Re = @ 640.*)(' ==	+KKPX@A9 2 2    &   &  $  @J9 2 2    &   &  #  $  !Y8+2#".'763232>54.#5>54&#"#"&/>b3R; wBE*E[09T=+7+ / 'A/WG:009	C,ATe3D(-N>7T91H/ (+W<424/(5O5  U 	 3@   	 +K_PX@   5 @ 4   +Y8++7>3Uj!    z Y@    
	+KIPX@&      $  KMPX@(      $   $ K_PX@,      $     $ KlPX@.    "    $  $  KPX@2       &  & $  !@8     #     &   & $  !YYYYY8+32673#"/#"&'#"&5,liN:j&
CWJp'Y&)nmxJB%mHD3.*W&($    *7  @    
	+K_PX@   23   $  KPX@'   23   #   $    !@2   * 0 0 3 #  $   !YY8+##!#".54>3۝hu??uh77]=iQVe8  |  %@+@    #    $   !8+4>32#".|)68((86)Q8((86))6    
  @  +K	PX@!     (  $  KPX@    4  $  KIPX@$   4  4 $  @-   4  4  # $ !YYY8+232654.'73#"&'76 *+)<&+pZQ 9P0)J	!PE6 3$7  xD_  @
 +K$PX@!	 4  4    $   KPX@+	 4  4    #   $   !@0	 4  4   *     #    $   !YY8+37#"/733!k	'li+X	8zU   H<   `@ 	 +K_PX@  %   $   @$    & # $  !Y8+2#".54>2654&#"~FqP,,PqFGrQ,,QrGTSSTWSS+PsGHtQ++QtHGsP+iddhhddi      % 	@% +7'&54767&'&54?%'&54767&'&54?:

:(:

:{{  f  |    & 0@0.+)&% 	 +K_PX@@$ 	 2 	 	 &
   &  $ KlPX@=$ 	4 4 	 	 &
   &  $ KNPX@F$ 	4 4 	  # 	 	 &
   &  $ !KPX@J$ 	 4 4 4 	  # 	 	 &
  &  $ !	@_$ 	 4 4 4 * 2 	  #  	 	 & 
 
&     &   $   !YYYY8+3+#5!"&/3%37#"/733!4673+>;mRm
V|k	'li,L2. MA9;+X	8zU,\   f  ] - = G@ GEB@=<;:9853/.(&"  --+K_PX@K710+ 2 2 		 &    &  $
 KlPX@H710+4 4 2 		 &    &  $
 KNPX@Q710+4 4 2 		 &    &  #  $
 !	KPX@U710+ 4 4 4 2 		 &   &  #  $
 !
@b710+
 4 4 4  * 2 

2  		 &   & 
 #   $   !YYYY8+2>;2!546?>54&#"#"&/>%37#"/733!+>;f4U<!*6/
, <-.9	Gk	'li,L2. M6M/(E>:M+455370*jj3+X	8zUv\   D  }  N T ^a@&^\YWTSGEA?;:980.)'!NN	 +KCPX@_J	
%R  

2 		2 
 	
	 &    &  &  $  $ 
K_PX@cJ	
%R  

2 		2 
 	
	 &    &  &   $  $ KlPX@dJ	
%R  2 

2 		2  & 
 	
	 &    &  &  $ 
KPX@mJ	
%R  2 

2 		2  & 
 	
	 &   #    &  &  $ !@|J	
%R  2 

2 		2 2  & 
 	
	 &   #    &  &     &   $   !YYYY8+3+#5!"&/32#".'763232>54.#5>54&#"#"&/>4673+>;mRm
V|B3R; wBE*E[09T=+7+ / 'A/WG:009	C,AT,L2. MA93D(-N>7T91H/ (+W<424/(5O5\,\   , ) = @:80.'%" +KIPX@3   2 0  $   $     K_PX@0   2 0    %  $  @:   2 0   &    #  $   !YY8+#".54>?332>324>32#".KXh<Ob8-ERG3z-EOE-":O-=W<&q!..""..!4(,RvKLjL601!,>2/<P;,E1$."".-""-  
  I& $   k   
  I& $   k   
  I& $   v   
  I& $   v   
  I& $   	v   
  I-& $   s       @
	 	+K_PX@5     &    &    $     $ KlPX@3       &    &    &  $ KPX@<       &    &    &   #  $ !@C  2      &    &    &   #   $   !YYY8+!!!!!!!+!</=a1Գ%^$)E   Z	 K|@ GE=<861/'%  KK
+K	PX@K:> I  2 0  $   $ 	   $  	KPX@K:> I  2 0  $   $ 	   $  	KPX@K:> I  2 0  $   $ 	   $  	KIPX@R:> I 2 0	  2  $   $   $  
K_PX@O:> I 2 0	  2   %  $   $  	KlPX@M:> I 2 0	  2   &   %  $  @W:> I 2 0	  2   &    &  #  $  !	YYYYYY8+232654.'7.546$32#".#"32>7632#"&'76 *+)<&$Vi	Y?(6Jb@sMMi@fWK&LSZQ 9P0)J	!vu kbTY
 O҂ґL 1"Sap7E6 3$7    !& (   7     !& (   7     !& (   B     !& (   	B    & ,         & ,        {& ,        x& ,   	     2    ! @ +K_PX@&    &  $   $  KlPX@$    &    &  $  KPX@-    &    &  #  $  !@5    &    &      &  #  $  !YYY8+3!2#!#%4.#!!!!2>2ffHt}UtHgg2АLrL    8& 1      \& 2      \& 2      \& 2      \& 2      \& 2   	    ~ X  @	+		'	7	b__d_YX`b`dY`X  \ ! - 8@53*(+KPX@721&%   5   $    $     K_PX@721&%  4  5  $    $     KlPX@521&%  4  5   &   $     @>21&%  4  5   &    #   $    !YYY8+#"&'+&546$327>;.#"4&'32>flOd:Np{fsSR  dgpAKE<WsHA<qttH̡k10b l:6ob꫇I*+N҄~HFM  & 8      & 8      & 8      & 8   	     & <   9         @    +K_PX@!   &   &      KlPX@#   &   &    $     @,    #   &   &    $     !YY8+#332#'32>54&+ɄAFȁSV,?tedxC,OnB  v H @ CB=;%#  HH+KPX@* 2   $    $ K_PX@. 2   $     $  KlPX@, 2    &   $  @8 2 2    &  #  $  !YYY8+2#"&'7>3232>54.54>54.#"#4>gb/+@K@+5P]P59dOa<)(7K5,F18TbT8-CNC-8Y?DoO+E<]n3<VB203 '4-/FfNNzU-E6D".@%8F3*:SB5O?6<G0 A4!*T~T&hzB  \z& D    C    \z& D    v    \z& D        \z& D        \z{& D    j    \z& D         \ C Q \@&SR XWR\S\MKED?=8631.-%#	 CC+K	PX@HA; 2 2
 &  $	   $ KPX@HA; 2 2
 &  $	   $ KMPX@TA; 2 2
 &  $	    $  $ 
K_PX@aA; 2 2
 &  $	     $	    $  $ KlPX@YA; 2 2  #	    &
 &  $  $ 
KPX@]A; 2 2  #	    &
 &  #  #  $ !
KPX@dA; 2 

2  #	    & 
 # 

 &  #  #  $ !KNPX@fA; 2 

2   & 	 	 & 
 # 

 &  #   &  $  !@gA; 2 

2   & 	 	 &  
 &  

 &  #   &  $  !YYYYYYYY8+2#!32>32#"&'#".54>754&#"#"&/>32>32>5"!4.Rg;.MiAE\=&/!Wcj4u7Wjw;ErS-BecAYA/ Tqx!6{l1dQ9cI*=`E)<W@zp)[Z,$	=(;&qt>X8#FjH<t\;2v~#*#9QPf[Xg#8H*WP$JnJ)NpFAoP-  J Hg@ DB42/-%#  HH	+KPX@F7; F  2 0   0  $   $  KIPX@L7; F 2 0   0  0  $  $  	K_PX@I7; F 2 0   0  0  %  $  @S7; F 2 0   0  0   &  # $ !	YYY8+232654.'7.54>32#".#"32>32#"&'76 *+)<&%Sf:?ysj?/#6M8JrM'*LmDAT8$2;aZQ 9P0)J	!yOqqNE?@5dX\a3&	AHJ:E6 3$7 J& H    C    J& H    v    J& H        J{& H    j     &     C      (&     v     6&          ){&     j     L 4 H }@65@>5H6H.,$"+KlPX@*:043   &  $     @4:043   &   #  $    !Y8+.54?.'.54?7#".54>32.'2>7.#"g-e9`Q#a<cF'>{xb}H>thdAu^_GsQ.4Kc>KqL'.Pi)H"><0z9C1|nVB{p^~JVW@6mo+Q?%2WwDQV-   & Q       H& R    C    H& R    v    H& R        H& R        H{& R    j     d "   + A@(&
 +@+    &      &  #  $  !8+!!4>32#".4>32#".dBb!--""--!!--""--!."".-""-S."".-""-   @-I ! + 5+@-,,5-5(&!	+K	PX@<43%$   4  5  $   $     K_PX@<43%$   4  5  $   $     KlPX@:43%$   4  5   &  $     @D43%$   4  5   &   #  $    !YYY8+#"&'+7.54>327>;&#"2>54'=BC}oL67;CBFD~oO8D  Z;IoLtO(7KsO(4OFtDvxI" JE|wJ&#[aN86d$5dZ`0  z& X    C    z& X    v    z& X        z{& X    j    & \    v       #~@  ##  +K	PX@2    $   $  KIPX@2    $   $  K_PX@4 $   $    $    KlPX@2  &  $    $    KPX@0  &   &   $    @9     #  &   &     $   !YYYYY8+3>32#"&'"32654.?iWd6<pf_3W71uH#B`JYB~pQE?3PIB6ʻc[* {& \    j     
 ' /@ )($" ''
+KPX@0,    & 	   $  KIPX@7,	  2   &   $  K_PX@4,	  2   &   %  KlPX@4, 4	  2   &   % KPX@B, 4  2	  0   &  #  $  !@N, 4 2 0   0	  0   &  #  $  !
YYYYY8+2#"&5467"&'!+3#32>!&'d	]3XeO< }"==%*"1*?
BOB:e&Zg'/&+	G6Q)E   \ C S@EDKJDSES?=8631.-%#	+KPX@N;I	   2  		 &  $ 
 $    $  	KIPX@U;I	   2   2  		 &  $ 
 $     $  
K_PX@R;I	   2   2  		 &     %  $ 
 $  	KlPX@P;I	   2   2   &  		 &     %
 $  @Z;I	   2   2   &  		 &
  &    #    $   !	YYYY8+!32>32#"&54>7&/#".54>754&#"#"&/>322>75z*"1*	]3Xe'5
(LT_:;gL-BecAYA/	 TvUZ.2/NE?{l1,<'/&+	BOB83- ^$9'!BeE<oV7Ovy!)!9QP8dU#2 2D*(:% Z	& &      J& F    v     4 &@ #! &&+KPX@9     &   $    $	
   $  KIPX@@	
 	 	2    &   $    $ 		 $  	K_PX@=	
 	 	2    & 	 	 %   $    $ KlPX@;	
 	 	2    &    & 	 	 %   $ KPX@E	
 	 	2    &    &    & 		 # 		 $ 	 !@K	 *
 	 	2    &    &     & 		 # 		 $ 	 !	YYYYY8+2#"&5467!!!!!!#32>	]3XeO<ZsP-[*"1*BOB:e&$'/&+	  J < E@>= A@=E>E97+)&$  <<+KPX@E-  2 	 	 & $   $ 
   $  	KIPX@L- 2
  2 	 	 & $   $   $  
K_PX@I- 2
  2 	 	 &   % $   $  	KlPX@G- 2
  2 	 & 	 	 &   %  $  @Q- 2
  2 	 & 	 	 &    &  #  $  !	YYYY8+2#"&5467.54>32#!32>3232>"!4.	]3XeB4g~FAzn[p?^0TtHCaF/22R'!1*'"B_BOB5]%HȁjM=sl*`_/$A<G&.&+	U>gK)     X  Y@
    +K_PX@     KlPX@   $     @    #   $     !YY8+#X  ,    @	+K_PX@
       $  KlPX@
    4    $  @'
    4     #    $   !YY8+%!!54?3lһ%ā"*_V   6  K  @
    	+K_PX@
      KlPX@
      KPX@
      $  @$
     #   $     !YYY8+7#54?MfCLiD    8& 1        & Q    v    \'  02@  -+#!  
	+KPX@3     &   $
	 $ K"PX@?     &   $     $
	 $ K,PX@K     &   $     $
	  $ 	 $  
K0PX@I     &  $      $
	  $ 	 $  
K_PX@G     &  $      $
   $  		 $  
KlPX@C     &
     &    &   $  		 $  @J     &
     &    & 		 #    & 		 $ 	 !YYYYYY8+!!!!!5#".54>3254.#"32>'P-T\\ꎡT@whhxAAxhhw@$xkly3ӔOOӄӓNN  Hu 0 @ Kd@$BA21 GFAKBK:81@2@,*" 	 00+K	PX@>.
 2 
 
 &	  $   $ K6PX@>.
 2 
 
 &	  $   $ K_PX@K.
 2 
 
 &		  $     $   $ 	KlPX@C.
 2	 	 #  
  & 
 
 & $ KNPX@N.
 2	 	 #  
  & 
 
 & # $ !KPX@T.
 2	 	 #  
  & 
 
 &  # # $ !	@U.
 2 	 	 &  
 & 
 
 &  #  &  $  !	YYYYYY8+2#!32>32#"&'#".54>32>2654.#""!4.Rg;.MiA=Y@-3!Wcj4w76du@@wf52"DhEGhE"e=`E*<W@zp)[Z,$A(;&swpzIxwJyni~xɴZb44bZ)NpFAoP-  : & 6      >& V    v    :& 6      >& V          & <   	D   V  & =   N   F  U& ]    v    V  & =   X   F  U& ]        V  & =   X   F  U& ]         j # @   # #"!+KIPX@,  &  $   $     K_PX@)  &    %  $  KPX@3   &  &    #  $   !@: 2   &   &    #  $   !YYY8+#5432>7'.=37>3#"!Y<-Q?,Y.Q@-	B &͹^9:\DIƿb:]D    d  [@	 +K_PX@   5  KPX@   4  +@ 4  4   +YY8+#"/+3dw{ߦ~~	   d  [@ +K_PX@   5    KPX@   4 +@   4 4 +YY8+32>?>;#{wߦ
}	

}	  RD q     D  z@ 
 +K_PX@    % KPX@4    #   $   !@" 4 4    #   $   !YY8+".5332>532MhA~"9++9"~Ai+Ib7!9((9!7bI+     @+@    $   8+#".54>32#.-""-.#:-""-/##/   jk   S@
+KPX@   %   $    @!     &  #  $  !Y8+4>32#".732654&#"j 7H()I8  8I)(H7 d6/-77-/6#*D22D*)D00D),88,-88     @  +KPX@     $  KIPX@   4  $  @(   4  #  $  !YY8+2#"&54>732>	]3Xe+;"\*"1*BOB;6/'/&+	   Y  @ 
 +K.PX@   %  $ KMPX@%   #  &   $  !KpPX@,   2   #   &   $  !@3   2 2   #   &   $   !YYY8+2673#".#"#4>32$'l/A(#=60Ho0B'#=6/-*,/O8"X0O9"   ^ 	  @

  

 	 +K_PX@   $  KPX@   #  $   !@'2   5 # $  !YY8++7>3!+7>3J!!V!   0 !"@   !  	+K(PX@$   $  $ K_PX@(   $   $  KlPX@&    &   $  KPX@2 2    &  #  $  !@> *   * 2    &  #  $  !YYYY8++#!#"&'7>3265#54>3sy"BB9	H$rwK	>B|@    %@ +@     #     $    !8+!!      %@ +@     #     $    !8+!!2   :'  @ +.5467rYP7
0a0ZE"
,16 D&
   ZF  @ +'.547>54&'&547YO7
0`0[E"
-16 D&  ZF   @ +%'.547>54&'&547YO7
0`0[E"
-16 D&   :W  1 @ +.5467.5467rYP7
YP7
0a0ZE"
,16 D&
,0a0ZE"
,16 D&
  Zv  1 @ +'.547>54&'&547%'.547>54&'&547YO7
YO7
0`0[E"
-16 D&,0`0[E"
-16 D&  Zv   1 @ +%'.547>54&'&547%'.547>54&'&547YO7
YO7
0`0[E"
-16 D&,0`0[E"
-16 D&   v n@
+K=PX@+	     $    KIPX@)	      &   K|PX@+	      &  $  KNPX@4	     #    &  $  !KPX@;    #    #   &  $  !@<	    #      &    &  $  !YYYYY8+4632632>72!#"'!v)+"LPP'(57&NE,(x&75(w0	
0<`	  v /@/.-,)'#!

+K=PX@<	  %$  & 	  $    KIPX@:  %$  	   & &   K|PX@<	  %$  	   & &  $  KNPX@E	  %$    # 	   & &  $  !KPX@L	 %$    #    # 	  & &  $  !@U	 	%$    #   	 	  &    &   &   &  $  !YYYYY8+4632632>72!!#.'#"'"&=!!v)+"LPP'(57&NE,(x(,EN&75(NE+)w0	
0<<00<X     <@+KPX@   $    @    #    $   !Y8+4>32#".;dLMe;;eMLd;SMe;;eMMd;;d  XV   ' ; @86.,$"+K_PX@   $ KlPX@   $ KPX@   #   $  !@+    #   &   &    $   !YYY8+74>32#".%4>32#".%4>32#".X!..""..!!..""..!!..""..!n."".-""-."".-""-."".-""-  H  ' 1 E Y m @~|trjh`^VTLJB@861/,*$"+KPX@4     &	 &  $		 $
 K"PX@8     &	 &  $ 		 $
 K_PX@<     &	 &   $  		 $
 KlPX@= 2   &     &	 & 		 $
 KPX@J 2 		2   &     &	 &		 #		 $
	 !@Y 2 

2   &     &   &  	 & 		 #  

 & 		 $ 	 !
YYYYY8+#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>4Wt?DsV00VsDCuU11A%%A00A%%A1	
54Ws?DsV00VsDCtV01A%%A00A%%A1h4Wt?DsV00VsDCuU11A%%A00A%%A1?T[00[TV\00\VB\;;\BA[99[}RT[00[TV\00\VB]::]BAZ99ZAT[00[TV\00\VB]::]BAZ99Z     @+5:
:      @+'&54767&'&54?:

:{ D  # 	 B@	+K_PX@      KlPX@  4     @
  4   +YY8+'+>;,L2. M5\   "r G@GF@?>=9720+)'%"! +K_PX@L	5	   2 		2   &	 &  $  
 $ 


 	KlPX@J	5	   2 		2   &   &	 & 
 $ 


 KPX@S	5	   2 		2   &   &	 & 

 # 
 $ 

 !	@c	5	   2 		2   &      &   &    &  	 & 

 # 
 $ 

 !YYY8+3>32#".#"!#!!#!32>32#".'#53&45467#"_lF=%>aK #j6R<+ KFЏtW~ˏLdXD	&.&7(8 % FfqOӃf)  @I)  & @&&%$#"! 	
+K_PX@5 2  $	    $	   KPX@4 2	    &	    $   !@L * 2 0    #	   &    &     $    !	YY8+>7>;#7+"'#32'###5	jn	nj~U/mKMHPii   V  ~ 7 @   7 632(&
+K_PX@&1     $  $ KlPX@$1      & $ KPX@.1      &  # $ !@51      &   #  &  $  !YYY8+!>54.#"!"&=!5.54>32!#DQc7E{dd{E7bQ$`l;cc;m`$Ag]km88mk]gAJ#d`e֚VVրe`d#  \2 * > @,+64+>,>(&#!+K_PX@8  0 2   &   $    $  KlPX@6  0 2     &   & $  @@  0 2     &   & # $  !YY8+>32#".54>32>54&#"#"&'2>7.#"\'INV3Zh9IݔVh:Lph0|*G8*xBw`G
&>W:TX- <U9*Jʀ9k_sʔVYV%C7ps,S@&>mWAfF%     b   v@ +K_PX@	      $  KlPX@	    4  $  @"	    4   #  $  !YY8+3!%!.'`SM				g:"";   >  @    
	+KIPX@    $ K_PX@ 5    $  KPX@! 5    #   $    !@2 *   * 0 3 #  $   !YYY8+##!##5WW  T  @ +KIPX@"    $      $  K_PX@    %    $    @)      &   #   $   !YY8+!!!!5467	.5Te=Q	
u;4;A  \  %@ +@     #     $    !8+!!\   .    @
 +K_PX@  4     &  KlPX@  4     &  @'  4  5    #   $    !YY8+#"&=!2>7>;#)O	s֕!)9e D"8GP  :   ' ; O @=<)( GE<O=O31(;);	 ''+KPX@4K- &
	   #
	  $   !@BK-   &   &
  #	   &
  $   !Y8+%".'#".54>32>32%2>7.#"!2>54.#"8[MAAL\7>qU22Uq>7\LAAM[8>pV22VpO$>7227>$$?00?$?//?$$>8228>";L**L;"0Y|LL|X1";L**L;"1X|LL|Y05E''E4/H00H//H00H/4E''E5 \ # @
+KIPX@$    $     $  K_PX@!    %   $    @+      &  #  $  !YY8+>32#"#"&'7>32>7v&E doAcK#J
	 :W=%CV	
mvf_-L;]B  ~  7@ 42+)&$77
 
+K	PX@N 0!/"   &    &	 #   &	 $  !KPX@C 0!/"    &   &	  %  $  @N 0!/"   &    &	 #   &	 $  !YY8+2>7#".#"'>322>7#".#"'>326."	#p=4ge_-8."	#qB5hd_-6."	#p=4ge_-8."	#qB5hd_Zr/.!(!m31!)!q0.!)!m31!(!   ~  @
	 
+KPX@2   ( ) 	  &  #  $  !KPX@0  4 5 	  &  #  $  !@?  4 5   	 	  &   &   #    &   $   !YY8+!733!!!#7!5!7!rr_2wwK_Vȇ   P   -@+@       #     $    !8+!!G.32yz
z{
    P   -@+@	      #    $     !8+5467%67.'%.=!5!)81GJz
z      0@+@"
       #     $    !8+3	#>7	&'|z|	
54&&EF+#&     B@ +KIPX@     KPX@  5     @
   4 +YY8+3#      !m@   ! ! +K2PX@-  $     $   K_PX@+     &  $  KlPX@+     &  $  KPX@+5     &  $  KPX@55    &    #    $    !@A   22 3    &   #   $   !YYYYY8+3'.=354>32#"&#"!#!p:ts&OdT]I8]p>

]3`      @    	+K&PX@)  $    $   K2PX@-   $     $   K_PX@+     &   $  KlPX@-     &  $    $ KPX@*     &   %  $  KPX@4  #    &     &   $  !@B   22  #    &    &   $   !YYYYYY8+3'.=354>32;#.#"!!p4hhSHd6m(]I6TpBY*6  
 	 @
  		+@  4 +8+2#"&'%  Ӌ v  ' V@
$"+KPX@   #  $   !@!   #    &   $    !Y8+#".54>32#".54>32)'')((((''))''))  D'"  %@ +@     #     $    !8+!!D"j   
  @    
+@ 4   +8++7>3

  
x  ?@ +KPX@   4  +@ 4  4   +Y8+#"&/&'+73x		
__  
x  ?@ +KPX@
  4   +@
  4  4   +Y8+#'32>?>;		
^^   J  _@ 
 +KPX@4    #   $   !@" 4 4    #   $   !Y8+"&53326533sNVVNssr;==;i|    %@+@    #   $    !8+#".54>32"-,!!,-",!!,,"",  v-   3@+@!     &  #  $  !8+4>32#".732654&#"v3D&'E55E'&D3Y6/-77-/6{'B//B'&@..@&+99+-88  V  @ 
 +K[PX@%   #  &   $  !KpPX@,   2   #   &   $  !@3   2 2   #   &   $   !YY8+2673#".#"#4>32#%b*>(#@;4"%d+?'#@:4)%+H5+$+I4   N
 	  h@

  

 	 +KPX@   #  $   !@'2   5 # $  !Y8++7>3!+7>3V&!`(
      GPOSNl#  !  GSUBUT[     OS/27w     `VDMXsz  8  cmapv    tcvt    (   fpgmY7    sgasp        glyfK  7L  lheadb     6hhea%  d   $hmtx<f;     8loca  x  (maxp+Z  D    nameWB=    postf    ^prepBMU      r       ) O : H ]               d       
   s     V                 	    ]H_< 	    ʓ^p    .{   	        ,   x  x   A  @ `J        tyPL   Jz              +    +   +   } b F *   +  w a L 6 !   +    r Y @ &   +    y W 4   +    +   E}iD      
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v         ,K 	PXY D 	 _^- ,EiD`- , *!- ,F%FRX#Y  Id F had%F hadRX#eY/  SXi  TX!@Yi  TX!@eYY:- ,F%FRX#Y F jad%F jadRX#Y/- ,K &PXQXD@DY!! EPXD!YY- ,EiD`  E}iD`- , *- ,K &SX@ Y &SX#!#Y &SX#! #Y &SX#! #Y &SX#!@#Y  &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-                `   T @      ~ 1DS[a~    " & 0 : D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                            	Oz-'[_	R			
+
$3p[z?NYGR;no9IG!a)5w//so A ^ !:!"O"""#Y#m##$N$$%F%{%%%&I&''(((()
))").)**'*3*?*K*W*c*o*{***++++'+N+++++,,M,,,,----.~......../\/h/t/////0\0h0t00011122(2423[3|333345I5U5a5m5y55555556&6J6{6667$7^778-8A8U8~8899a9:::;<<=<f<=*=>>>??J?^?@"@r@AADA|AAB"BBBBC C'CNCuCCDD6     X A                              	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case   /          T   P r } M ( (    ?d c : Z  F q > g   f  : <+  +   a  v ?  ` p & B    n  F    '5 E   TS  ,( D q(   < f] H @ F8 Bq f xmx c u ^  ^ G 2 < ^ ! l r SS VV VF 	( GX (  P  T     X  X vM kk 2  d cM q r  <    y    2     ? ? ? ? & & & &  En        OE E E E S F   ; < < < < < < 2] H F F F F a x B I I  ^ G G G G G    r r r r V ; V < ] H?  F x 02 Sn   ^   6 ' ! ' !S  ,F 	 ,F 	 ,F 	  o  r 2  7 | <  n n  g g g, , f9` :  }E E  )! l (+ WT  b E Le  + g+ u    @ @ {  ,   @           	 	 
 
 
                                               ! ! " " # # $ $ % % & & ' ' ( ( ) ) * * + + , , - - . . / / 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 : : ; ; < < = = > > ? ? @ @ A A B B C C D D E E F F G G H H I I J J K K L L M L N M O N P O Q P R Q S R T S U T V U W V X W Y X Z Y [ Z \ [ ] \ ^ ] _ ^ ` _ a ` b a c b d c e d f e g f h g i h j i k j l k m l n m o n p o q p r q s r t s u t v u w v x w y x z y { z | { } | ~ }  ~                                                                                                                                                                                                                                                                      	  	  	  	  	  	z  	  d	  	     	  P  	     	  `F  	  (  	 	 (  	 
n  	  0>  	  d  	  T  	  4    	     	     L i g h t   I t a l i c L a t o h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 1 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) .   h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s .   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o - L i g h t I t a l i c t y P o l a n d L u k a s z D z i e d z i c :   L a t o   H a i r l i n e   I t a l i c :   2 0 1 1 I t a l i c L a t o   L i g h t C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .        
 0 D DFLT latn                 kern kern                   rdddR>&	R.ddddddRRd``R`dRdd...RRddddRRRd  r  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                           " o 
o o t 9j : <y ?j Y Z \ lo mt ot ro t u yt { |o }t y   y t t o o o o t t t  	e e $e 9 F : F < ( ? F e e e e e e e  ( e  ( e . 	 y y  $ D F G H R T                                y y y   	    $             . 	 ~ ~  $ D F G H R T                                ~ ~ ~  " y y D F G H R T                        y y y  D F G H R T                          
  Y \ l r t u { |         K 
 K  K y y l K r K t d u d { d | K  K  K y  K  K y y   
   @ [ ` l r |       "   # & * 2 4 k m o p y }               m  4 	~ 
 4  4 [ V [ ~   " 2 # $~ & * -8 2 4 DG FG GG HG J_ P Q RG S TG U VG X ] k l 4 mV oV p r 4 t 2 u 2 w yV { 2 | 4 }V ~ ~ ~ ~ ~ ~ ~        G G G G G G G G G G G G G  G G G G G G     ~ G  G G   G G G    V V  4  4 [  4  4 [ V [ V V ~ N  F 	 
 F  F      $ - D F G H J P Q R S T U V X l F r F t < u < w { < | F                                         F  F   F  F    f 	 L L L  ] ] " - # $ & * -8 2 4 D) F) G) H) JA P] Q] R) S] T) U] VF X] YQ Zy [b \L ]e k mL oL p w] yL }L               ) ) ) ) ) ) ) ) ) ) ) ) ) ] ) ) ) ) ) ) ] ] ] ] Q Q  )  ) ) ]  ) F F e e e L L L L L L L L   # & * 2 4 7 8 k p              / 	 = =  $ -V D F G H R T                                = = =  3  
  $ # & * 2 4 78 9V :y <= ?V Yz Z \z k l m$ o$ p r t= u= y$ {= | }$        = z z   = $ $     $ $ $ +   
     # & * 2 4 I W Y Z \ k l  m o p r  y |  }                          	  $          > 	 L L    "  $ -. D F G H P Q R S T U X w                                      L L L  
 o mo oo yo }o o o o o o : V 
V V  # & * - 2 2 4 7 8 9 : <y ? W Y Z \ k lV m o p rV t` u` y {` |V }            y     y   V V V V    $  	 
    $ 7 9 ; < = ? @ ` l r |                   q  > 	 
 >  > G  G    " F # $ & * -o 2 4 D F G H P Q R S T U V X Y Z \ ] k l > m o p r > t P u P w y { P | > }                                                         >  > G  >  > G  G    & y 	 
y y j j  $ 7G 9 ; <Q = ? ly ry |y        Q  Q    y y j y y j j  0 = 
= = I # & * 2 4 7A 9= :m <d ?= Y~ Z \ k l= mI oI p r= yI |= }I        d ~ ~   d I I = = = = I I I - # & * 2 4 D F G H R T k p                                 > 	[ j y j [ $[ 9 > : A < / ? > D F G H R T my oy yy }y [ [ [ [ [ [ [  /                    [      / y y j j y j y y [    /   , 8 < @ M   EX 9/ 9 >Y  EX ;/ ; >Y 0  6 +   % + ; =  9 ? 01>32#'.<54>54.#"#"'4632#"&!!7!!3<G*6]E'!1;3$
A!1:1!/?#.B.{,! ,, !,]#[n$;S47O;-('rT.)*4C.$8' ..  ..y$?     )   EX  /   >Y  EX /  >Y 01#>74>32#"&F
>F!""'5-PS\88\SP-<""!5   t 
  %   EX  /   >Y  EX /  >Y01#"&'7!#"&'7e$
&]$
&ܚ$ܚ$   P  r : >    EX !/ ! >Y  EX %/ % >Y  EX /  >Y  EX /  >Y 3    +    +   и   и 3 и  #и  ,и  1и 3 ;и  =01#"&547!+#"546?3#76;>;!323+32%!!'Ԇ)ۂ
)։(+)	,E	l%D	m$yE  rB[ 9 D O D   EX /  >Y  EX  /   >Y  EX 4/ 4 >Y     @01.'7632.54>?>;#".'+4.'>ေ>	"/AU8o<rY6=rg#"d7#;XAc@|c=D~p$#-Lb6kYb4'DX2`TV,bP&!(#/HhLNpEJ@!!)%0GhN\N:P9)>c6M9*,6Tl   }8  ' 0 D X o   EX +/ + >Y  EX /  >Y  EX // / >Y  EX 6/ 6 >Y @  J + #   +    6 T 01#".54>324.#"32>>;+#".54>324.#"32>7Zt>3W?#4XvA3V?$J.>$0XC'-?$0WC(XAB7Zt>3W>#4XuA3V?$J.=$0XC(.?$0WB(qgh4&ImGgi5&JmI<W9)W]<V8(Vb
gh5&JlGgi5&KmH<W9)W];V8(V  M ? O    EX ./ . >Y  012"#"'.#">7>;#"&/#".54>7.54>32>7>hJ)40K6=eI(>;a2A<TDM/lzGG|\6:cM106b0.J_2>si^(GrP,)Kh?	 E:%,Mi>EINHG^[3V>#-U|NRy\FFPd8BeD"!:P/Viz  e 
    EX  /   >Y01#"&'7e$
&ܚ$   H       +01.54>7!2!	++<'
4UxR&	S~T+OH		XPVr	w         +014.'&546?'&547>\!1!	++<'
4UxR&	S~T++OH		YPVr	w	    ;    ; +017>7'7>7./7.5<?3>?'.'x	2	

n+n		n,n		n,n	
	n+n	   3       +  и  	01!!#!7!7O7L8Q	8=G;G  ?       EX /  >Y 0174632'.54>7#"&?0'+/(8"'$	%/U#2;0)URL 	%9J,2   c*x       +01!!n	RxN  :       EX /  >Y 0174>32#"&:!#7''5M""'55        +01+6;	!&''/$  Z`  ' 5   EX  /   >Y  EX 
/ 
 >Y      012#".54>2>54.#"\r@by\r@b.cQ5\}GcQ5]}HّjHّGj_)ʂz;_Ƀ{;      3   EX 
/ 
 >Y  EX /  >Y    и 01%!7#"/3!!FI5(HE	'iH   F  5 1 5   EX  /   >Y  EX /  >Y     " 012>3!2!7>7>54.#"#"/>Kc9;eK	 G#hq	!K}Z2-Mf9Du_F.\~*S}R[D8!5!C{|NCcA 'Ig?Zb4   q< H C   EX  /   >Y  EX /  >Y /  . +  $    9 012#".'763232>54.#7>54.#"#"/>K`73XwCEgF#Qhaf<)	
2OpNag6$Vm	ak8,Kd9Dv`F.[~)OvLP~^?7Oe:`xD.\Y
GhF"Ci@7aG)B2X|L@_?'Hg@Zb4  >  ^   ?   EX /  >Y  EX /  >Y    +  	и  01!+#!"&/367!Z1T2g;Tk5b2i- '  g8 - C   EX ,/ , >Y  EX /  >Y   ( + ,     01#!632#".'763232>54.#"'!2kgg3[m:hXI -HgF[yF(TXn8{_$6aP}ǊJ#-'%=riBmN,%r    3    EX 
/ 
 >Y 012#".54>7>;>32>54.#"Tb6QoYf7:Z>	Q&>B*PsJ^p=,QtG_o=M5`RlJ7h\:qwH	
*K#?G-DtU0=lWFrP+Do         EX /  >Y  01+>7!"&57	H.
#	
>   f& % ; O    EX  /   >Y 01".54>7.54>32'2>54.#"2>54.#"^m<6`MmpBxfW_1)MpH<cG'NeYl==`u7,]ZQ=$.Ty[Y+%HjES\2!Fk1ZNYfA!hTl?3WuCDw`F5NiBfq<J3_SOkA"8PkE?fJ(9]v>6]E'2XwE2^H+     Z  2    EX /  >Y 
01".54>32+>74.#"32>MP^3OiUc5:V7H T >BV+NnBVl=)MnD]i8Z3\OfI8fVDrosEI&L)BHCqQ-9gVClK(Ai   :Z   $   EX /  >Y   +  0174>32#"&4>32#"&:!#7''5f!#7''5M""'55D""'55   <e  ) 5   EX /  >Y  EX /  >Y  ' +  0174632'.54>7#"&4>32#"&<0'+/(8"'$	%/o!#7''5U#2;0)URL 	%9J,2<""'55  	5      +01%(BA
   	c        +    +01!!!!;	/:+GG   	5      +01	767>7&'&5<>7L%(A
~   ' 9    EX 7/ 7 >Y -01>32#7>54.#"#"'4>32#"&EQ\4=gK*1LYQ< @9NZL2 9M,>\@(
"!""'5
3'&Fa;SvXA<>(,E>?PhH/K5#*#g""!5   a2 W l 5  7  B + N  + + !    + X  	 +   a +01%"&5<7#".54>3232>54.#"3267632#".54>32%2>7.#"IG?L-B*!>ZqN1T!';sZ7Lg\a7Vz_	o^<jhpɘXDq%!HHFp.;l\K5/NH\S 9L,;|tfL,=Z !*	Iv||?7fzPD>JP[ǡq=I҉ՙTD?lT7%AXck4!9*   X   @   EX /  >Y  EX  /   >Y  EX 
/ 
 >Y    +01!#"&'!+3!.'XLeLb>E	
bz*     5   * C   EX /  >Y  EX  /   >Y     +      ) 013!2#!2654.#%!2>54&#!yfb/,QtICsJD)OsJa\,*OrHD|eIybp<:]B$H:_zAw~   / 5   EX /  >Y  EX /  >Y     & 01%2>32#".546$32#".#"ItZA.	#.ixPzŋKpItaQ&)N}`aBvE%+%*/K5X⊹3y,B*(,5,h|ǋJ     -   9   EX 	/ 	 >Y  EX /  >Y 	     01#!!24.#!!2>-1[g$}ʍLg?uhxޢZ/}ڵb3UދyHc     ?  C   EX 
/ 
 >Y  EX /  >Y    + 
      01!!!!!!4WG7I5PR    ? 	 9   EX /  >Y  EX /  >Y    +    01!!!#!4WJOPd5Su    9 C   EX /  >Y  EX /  >Y    +      0 01%2>7#"504>7!#".546$32#"'.#"CobZ-0k?5o}R͐MnM~hV&	'7Kb?]BzA*
%:'Y㊻3w,@)'!h|ǌK    !  Q   EX /  >Y  EX 
/ 
 >Y  EX  /   >Y  EX /  >Y 	   +01!#!#3!3sdSSddR(RdYk      %   EX /  >Y  EX  /   >Y01!#3	dd    +   EX /  >Y  EX /  >Y  01#"&'7>3232>73}HnW6Y+

#1#;lW=xduq76%Wi       Q   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y    +013267>;#"&'.+#3^M"(PQ~P	*	TTcdLXfU    X  +   EX /  >Y  EX /  >Y   017!!3h6cUU     < ! G   EX 	/ 	 >Y  EX /  >Y  EX /  >Y  EX /  >Y0167>;#>7+"'#32-
~EW	nWDy#F     !  X   EX  /   >Y  EX /  >Y  EX /  >Y  EX 
/ 
 >Y  EX /  >Y012>73#"'#3bW.QW10y-G  q  ' 9   EX /  >Y  EX /  >Y     # 01#".546$324.#"32>qm|ȍLn}ɍLg?vgޣ\@vgޢ[0xY≺3xY{ŋKh{ŊKg     ?   9   EX /  >Y  EX /  >Y     +   01#!2#32>54&#GFcTJvT^k:;lHS<jV   q  / 9   EX /  >Y  EX /  >Y  !   + 01#"&'#".546$324.#"32>q5aU#N
||ȍLn}ɍLg?vgޣ\@vgޢ[0⼓1{
C2Y≺3xY{ŋKh{ŊKg     3  ! J   EX /  >Y  EX /  >Y  EX /  >Y     +   01#!2#"'.#32>54&#POcP<n^qU!%SM_j8\sH@4`S~  ' = 9   EX :/ : >Y  EX /  >Y :    ' 01#".#"#"&'763232>54.54>32";]FLwS,2QgmgQ2B{m<!	!-@U8T`32QglhQ1:mef8&-&1Uq@=S;+)1FdI`LcV+#)#9dN>S:((0GgKQsDKH       7   EX  /   >Y  EX /  >Y     и 01!#!7
8c6
T3T    <   EX /  >Y  EX /  >Y  EX /  >Y   01%2>73#".5473o]uLkdl]sgo:kdl-WFH~clu˖VG|e,-l(Th;    
  6   EX  /   >Y  EX /  >Y  EX /  >Y0132>7>;#O&
	GN:Yc00y     ~ ( X   EX  /   >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX '/ ' >Y0132>7>;2>7>;#.'#NMY	Yh))h))y/     G   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y01	32676;	#"&'+Y-c Y	b
4rp       6   EX /  >Y  EX /  >Y  EX /  >Y01#32>7>;gIcIX+SGH?d!   ,    5   EX  /   >Y  EX /  >Y      01!!7>7!728A	!	R!R   DD        +    +01!+32D&̼#  qH      +0132#"&'q''	%$+          +   	 +01!!7>;#"5(˻#v        EX  /   >Y ܸ и 013#"&'&'+\;UC
F
L  1        +01!7	+AA  ~     EX  /   >Y012#"/s5   <s  + F   EX /  	>Y  EX  /   >Y  EX 
/ 
 >Y    " 01!#"&5#".54>322>7&#".!&[gr=?^? ,QpR<h39odY#2;EC~o]D%[9P^41ZPW~\4@ud-PnL  f  0 J   EX /  	>Y  EX  /   >Y  EX /  >Y     ' 0133>32#"&'#"32>54&f]a'`ju<AbB" ;UlHU* 9sk]$#7?C#?mYE/fO\32[PMb9MLl@td'7"3XuA  HF 2 9   EX /  	>Y  EX /  >Y     ( 01%#".54>32#".#"32>325_[^5VT*!>XnI1OB6	
1N;Tk=AbC5TA1&
;L,;jVOvV1#2! % ZlEvV0")"
  @  . F   EX /  	>Y  EX  /   >Y  EX 	/ 	 >Y    % 01!"&5#".54>323%2>7.#"!'alv=AbB" ;UlIQ,I\I9rk]$#+E?mYE/f=Q_42\QLb9GGKQ@?tc N@3Xt@  FF , = M   EX (/ ( 	>Y  EX /  >Y 2  (9 2      ( - 0132>32#".54>32%">54.F8`Ќ5UC3(	1]_f:SX.;WpOIe?PcCO,,G%)JB;1')$($
4K07eZKzZ4)=GgDqQ%)0361(   B % 0   EX /  >Y #    + # и   01+'&546737>32#"&#"!2j*#~
:Wn?8
(-Q?-	
~w~UV+
0AhK{F  > T d <   EX 3/ 3 	>Y P   +   F + U  ) + 3 ] 01#".54>32.5467#".54>32!4&'.#"32>2>54&#"(/(#*#@tdO_4Kb"D#")[69bG(1]W3Z#l 1X)ca1'Hf>N[2@eF$n]@dE$l7ZKA>@$3016@'?uZ6 =X8HoL(4 #H3$GgDEh? 
L1F%?T.+C-*FZ6Wo8hi3Tm9jn  f    @   EX /  	>Y  EX  /   >Y  EX /  >Y   0133>32#654&#"f^\(akp9po
^KMS6pi^$AKuQ*2]|.)fj7gZ   x     >   EX /  >Y  EX  /   	>Y  EX /  >Y  	01##".54>32Ny]yW !  m  ( 7   EX $/ $ >Y  EX  /   	>Y    + $ 01#"&'7>323267#".54>32J(?W5)JR
4XA%
XQbW !  c    @   EX 	/ 	 	>Y  EX /  >Y  EX /  >Y    +013267>;#"&'.+#rm%R9	lP	$=]	{_



   u       EX  /   >Y0133u]Q  ^   5 w   EX /  	>Y  EX /  	>Y  EX /  	>Y  EX  /   >Y  EX /  >Y  EX */ * >Y  $  101332>32>32#>54&#"#654&#"^x+#NqdU']gl5k^
]K>M1eaW#C]K	:JrI?$ꛫ~v"'PwO'}6_|7Z]-Z\|E6TWо   ^   ! Q   EX /  	>Y  EX 
/ 
 	>Y  EX  /   >Y  EX /  >Y 
  01332>32#654&#"^x+")cnt;op
^KMS8rk^$=$O}W-	2[|.)ej9i]  G  % 5   EX /  	>Y  EX /  >Y      01%2>54&#"".54>32Wf7~:fVE/wP]3HlP]3I>[g)JexFK8j`yߪe9i^yޫf  2  - [   EX /  	>Y  EX 
/ 
 	>Y  EX  /   >Y  EX /  >Y 
    $ 0132>32#"&'"32>54&2+# 'amv=AbB" ;UlHQ+;9sj^$#,E?mYE/fF$Q_42[PMb9HF?tdO@3XuA  <s  . F   EX /  	>Y  EX  /   >Y  EX /  >Y    % 01#"&547#".54>322>?&#"6O&Yeo<?^? ,QpR<h39mdX#4;EC~o]D%[sM}Z11ZPW~\4?tc-PnL  ^    @   EX /  	>Y  EX /  	>Y  EX  /   >Y   01332>32&#"^x+#Dc)+.(k=<$أY   ! < 9   EX 9/ 9 	>Y  EX /  >Y 9    & 01#".#"#"&'7>3232>54.54>32
2J73[C'&?OTO?&3^Ra/	
5R>;aE&&>PSP>&2Z|JT|0i"9K*)8)%4K5@x]8C6" ' 'DY2,<+#2H4:kS144  l@ + 0   EX )/ ) >Y    +  и )  0174>7#"5?>;!!32>32#"&DB
./ E=0!3&(r9R]$9,5)d	G)4!A:**3Z  r " M   EX  /   	>Y  EX /  	>Y  EX /  >Y  EX /  >Y  0132>73#"&5#"&54>7!KMS7pj^$@^x,)cmt:oo
/(fk8i\O|U-	3Z  S    6   EX  /   	>Y  EX /  	>Y  EX /  >Y013267>;#SIGN	,*0   V  x ) X   EX /  	>Y  EX  /   	>Y  EX /  	>Y  EX /  >Y  EX (/ ( >Y0132>76;2>7>;#"'&5+VC	V$
FBVDB))**(    V  G   EX /  	>Y  EX /  	>Y  EX /  >Y  EX /  >Y013267>;	#"&'+sP	 	TP	Prq	0Q  V  6   EX /  	>Y  EX /  	>Y  EX /  >Y01+32>7>;CJ	I	
   	  <  5   EX /  	>Y  EX /  >Y     01!!7>7!7!6a/	^

K&	MK  GF D !  2  : +    +    +014&#72654&54>;+";20#".54>D9J\+NoE3:P1	'?.*")"'8#38U:#*#9I;tw<<U_3(3Vn:B>-TF3)5 =vw{A)B0

	%BY4D{ut        EX /  >Y013#KK    D !     + ;  1 +    +013"+7>;2>54&54>7.54>54.+"&504>732D9J\+NoE3:P1	'>/*")"'9"37V:#*#9I;tw<<U_3(3Vm;B>-TF3(6 =vw{A(C0

	%BY4D{ut  P      +012>53#".#"#4>32%=*N <X83kib+&;*M <W84khb70B'7^F('0'0B'7^F('0'      -   EX /  	>Y  EX  /   >Y  01>734632#"&D
)			C 5'#7''5&-PS\88\SP-'7#'55   / : <   EX /  	>Y  EX  /   >Y  EX */ * >Y  01.54>?>;#".'>32+Vb4Lˀ##)V.
	4N8KlI*J]l:$#)LmEir=@o`לX;- "' 	1%Q]7lJ     i = S   EX &/ & >Y  EX /  >Y <   +     и < и & 5 01#!>3!#!7>7#7>;>32#"'.#"!a%'#/)5$=/*$LzfPuQ4(	&;XAN`=	$,F9/'@#4I5W%)]uC%?V0 <.4_O$    D # 7   )   + 	  3 +01467'7>327'#"&''7.732>54.#"(#2-n?>n-1%))#1-n?>m,1$)H+Ib89cJ++Jc98bI+>m-2%*)$2-n?>m-2$)($2-m?8bI++Ib88cJ++Jc      ! j   EX /  >Y  EX /  >Y  EX /  >Y    +    +   и  и  и   01!32>7>;!!!!#!7!7![M	
N[o/]/nhd##9v88v        EX /  >Y013#3#KKKK   X}b E Y 9   EX B/ B >Y  EX #/ # >Y +    + B  01#".#"#"&'763232>54.5467.54>32>54.'K	1I76[B%(BUXUB(^](22]Ta0
4P>>bD$ImmIdq*42Z}LS{0!8IPR$NC2CJL#`M#:N*)>3,-3AR7^&"U;Dy\5B6" % 'CY2=S@:GaGU)!V>;lR145&<2+(+&kE(?3*&&+g  vqm  %     +  и  !01#".54>32#".54632V0""1   k / K a M   EX 7/ 7 >Y  EX E/ E >Y +  
 +   ! + E Q  7 ] 01>32#".54>32#".#"32>4>32#".732>54.#"Y";t`s@Cwc4WJA	!;[DSa55_L<V?-%4^dc^44^cc^4<g\yW/hg#;FAvfdwB)!5bWZa3,c^44^cd^44^dh/Wy]ii  >d 0 : 2   EX $/ $ >Y 1   +   5 + $  01"&=#".54>7>454#"#"&/>32'26?4cB2&)[go'8)

	1i?*>)=[+9GD.11!*H7!w/-1A$	4Ya*5)KB.)     %     +0177			 =			 z	{z	   T       +01!#!<.O$'   c*x       +01!!n	RxN  q  1 G P M   EX /  >Y  EX /  >Y 6  O + H  2 +  !   - 014>32#".732>54.#"#32#"'.#'32654&+q4^dd^44^cc^4<g\yW/hgUv
Onywkwc^44^cd^44^dh/Wy]iiyusvd_@a[\T  rq$       +01!!y	$@  D  ' (   EX /  >Y    +  # 014>32#".732>54.#"0Qm>?nQ//Qn?>mQ0E$>U00T=$$=T00U>$n>mQ..Qm>>lQ//Ql>0T>$$>T00T?$$?T   < P8   '     +    +  и  	01!!#!7!!!2	O1L1S2VjGlGG  V / (   EX -/ - >Y    +    $ +012>3!2!767%>54.#"#"/>(E33C%('
"=,#/9Z$V,?*-LD?!;>@$-B=`e   |V > 2   EX :/ : >Y    +    2 + *  ) +012#".'763232>54.#7>54.#"#"/>(D2UE@A+H^3<N1 	 9.,E/+D0ae".?T	$1BPV)<&K_K95U>!3C$('0;-!2RH+B;0I2  T     EX  /   >Y01+7>3T7   $ ^   EX  /   	>Y  EX /  	>Y  EX /  >Y  EX /  >Y  EX /  >Y  0132673#"50>7#"&'#"&5RcjXH][z3K]Xn(.cmybX	;3X[JD*R#   yB4  "   EX  /   >Y   и 01##!#".54>34	UVm\h8EnRy-SwKVi;         +014>32#".$&&$P&&%%   T        +01232654.'73#"&'764#3:(8"8:'JN2E(&D2*a73!5%   lQ       +   0137#"/733!C9R%h5   ;  # (   EX  /   >Y   
 +    012#".54>2>54&#"7U;+OpE8V;+Oq7T8RR:U8R$C]9O[2$B]9O\2*MlBYk+NlAYj      %      +017'&54767&'&54?'&54767&'&54?				'	'
'	'
    `   ( . s   EX #/ # >Y  EX /  >Y  EX /  >Y  EX /  >Y    + &  ' +  и & и  -01%3+#7!"5'3+6;37#"/733!>7!n=A&$(C9R'"Ud#k%w
h5t|    H  9 J m   EX E/ E >Y  EX /  >Y  EX /  >Y  EX /  >Y 	  . + H  I +    H :01%+6;2>3!2!7>7%>54.#"#*/>%37#"/733!w&$(y(E33C%('
"=,#/>XC9Rd#K,?*-LD?! ;>@$-F9`e %w
h5     r   Y _    EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y    + D  C + 9  ) +  	и  L   ^01%3+#7!"5'3+6;%2#".'763232>54.#7>54.#"#*/>>7!		n=A&$((D2UE@A+H^3<N1 	"6*,E/+D0ae".?V		1BP+'"Ud#)<&K_K95U>!3C$-%0;-!2RH+E80I2|  ; ( :    EX ./ . 	>Y 801#".54>?332>324>32#"&;DP\4;gL+1KZP; >6MXK1!8K)=]B'!""'53'%Db>RtS=68%+?99KeG0L5$*$P""!5  X& $   @    X& $   H    X& $   @    X& $   @    X& $   	@    X& $   @        ^   EX /  >Y  EX /  >Y  EX /  >Y   
 +    +       01!!!!!!+!!6WXMwz
5PRbz5+    L C   EX /  >Y  EX /  >Y   G +  %   / 01232654.'7.546$32#".#"32>32#"&'76#3:(8"/rFpItaQ&)N}`aBvbItZA.	#-dsLJN2E(&D2*r^܅3y,B*(,5,h|ǋJ%+%*-I5L73!5%    ?& (   G     ?& (   G     ?& (   G     ?& (   	G     & ,         & ,         & ,         & ,   	     E  `  ! S   EX /  >Y  EX /  >Y    +     и  и   013!2#!#%4.#!!!!2>MR}ɍLl$T?ugHsJxݡZUމryH>c    !& 1      q& 2      q& 2      q& 2      q& 2      q& 2   	     )C    	  +01		'	7	)cF6Z,9C3u3wp4p  O ! - 9 9   EX /  >Y  EX /  >Y  )   5 01#"&'+7.546$327>;.#"%4&'32>qmhC")JNnmEz4DHw:6%:`ޣ\"409Zޢ[0x>9Q卺3xE?QvE<@h(oE67g  & 8      & 8      & 8      & 8   	     & <   &      Y   9   EX /  >Y  EX /  >Y   	 +     +0132+#332>54&#Ju#cd-T^k:ilHT<jV  ; P 5   EX  /   >Y  EX /  >Y #    ; 012#"&'763232>54.54>54.#"+'&573>InJ%4MZM4.EQE.6_M]~03L::^B$/HRH/5O]O54T=A{cEp*#W|-I\.FdL<:A+)3'&7TBL\3C6! % (E]58F0#-B58RC=GZ?D9&Bv^zv	(_K  <s& D    CT   <& D    v-   <s& D       <h& D       <m& D    j   <s& D    2    2j G W d    EX  /   	>Y  EX B/ B 	>Y  EX &/ & >Y  EX /  >Y ]  
 + 0  H +    B 7  & R    X 01232>32#"&'#".54>?>54&#"#"/>32>32>7">54&Z7]D&>y5UD3(	0\`g:t[jo08]C%F\[BaF.Qcrt9=0B'=oY<
GtY;{4b;Q0:hN0))$($
3K1MjA8W<K}[6U#in(/(NPxkjx'Eb?.B+-U|P+6cV'<N-HQ   HF N T   EX /  	>Y  EX /  >Y  EX @/ @ >Y   I +  '  @ 1 01232654.'7.54>32#".#"32>32#"&'76#3:(8"1OtM&!>XnI1OB6	
1N;Tk=AbC5TA1&2XVV/ JN2E(&D2*u?iSOvV1#2! % ZlEvV0")"
7I,P73!5%  FF& H    C    FF& H    v    FF& H        FQm& H    j    a  `&     C    x  '&     v    B  %&         I  Dm&     j     Iy 7 I (   EX !/ ! >Y +  @ + ! 8 01&54?.'&54?7#".54>324654&'267.#"3vDQC
+H4@~L^5Ayi1`TE\UI!	+GeDZ`2*Hc.	y#0	=3
	o(f~Yn9h[mU9X=K,3dO1H|^M{V.  ^  j& Q      G& R    C   G& R    v   G& R       Gj& R       Go& R    j     3^   #    ! + 	  +    +01!!4>32#"&4>32#"&U%$.&$,X%$.%#-G{&1#%/Y&1#%/       * 5 9   EX /  	>Y  EX  /   >Y  &    + 01"'+7.54>327>;&#"2>54&'YF!&+-HlDq-=2u),I7GnWh9Wg9GK`5[yߪe(&S5XyޫfWGYAZkBn*GB  r& X    C   r& X    v   r& X       ro& X    j   V& \    v    ;  0 J   EX /  	>Y  EX  /   >Y  EX /  >Y     ' 013>32#"&'#"32>54&;]b'`kt<AbB" ;UlHQ+6$9sk]$#7>C#?mYF/gN\32[PMb9HGE@ud'6"3XuA  Vo& \    j    ' 0 [   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y #   + )   +012#"&54>7.'!+332>!.'	
Q+BK*6eLbg7.3*$E		!B:">6.by$0<")0+,  <s 4 F T   EX #/ # 	>Y  EX /  >Y  EX '/ ' >Y 0   +  5  # = 012#"&54>7.5#".54>32#32>2>7&#",	
Q+BK-8!&[gr=?^? ,QpR<h3u3+3*$09odY#2;EC~o]D%[!B:#@7/
4P^41ZPW~\4?$0<")06@ud-PnL   & &      HF& F    v    ? ' b   EX /  >Y  EX /  >Y  EX /  >Y #   +    +       012#"&54>7!!!!!!#32>X	
Q+BK*6WG7Ip3+3*$!B:">6.RPR$0<")0  FF L ] v   EX /  	>Y  EX @/ @ >Y  EX /  >Y  EX /  >Y  EX >/ > >Y H   +  /   M 012#"&54>7"#".54>3232>32732>">54.C	
Q+BK$/SX.;WpOIe?8`Ќ5UC3(	/XZ_6)-3+3*$PcCO,,G!B:93-7eZKzZ4)=G)JB;1')$($
1H0$0<")0DqQ%)0361(  x  N  %   EX  /   	>Y  EX /  >Y01#Ny]y  0    +   EX /  >Y  EX 	/ 	 >Y  01%!!7>?3g~Dh6H	
[c=
UMf@^   S  8     EX /  >Y0146?37#SL]H_\ZTvW2VV   !& 1      ^  & Q    v       4    EX /  >Y  EX  /   >Y  EX /  >Y  EX 	/ 	 >Y    +     и    и  &   0 01!!!!!#".54>324.#"32> 	ZG2	H'+qVo}CeWrQ,]7g]w̕U8h\x̔TRPR>N{U-Wއ6z5aVgxKkxIj   6 8 N ] o   EX  /   	>Y  EX 3/ 3 	>Y  EX !/ ! >Y  EX )/ ) >Y !   ) 9  3 E    O 01232>32#"&'#".54>32>2>54.#"">54.=aD#8^ƃy5UD3(	0\`g:yUi~GOtK$Mix:8GrW>(:W;Zh88Z~H{_?{-0J 9O0%F@80'$($
3K1EnL):aEZuvI2Vs?CoO+Tۈ6fP0q:k_:EN'6) '& 6      !& V    v   '& 6   
   !& V         & <   	&   ,  & =   F   	  <& ]    v   ,  & =   F   	  <& ]       ,  & =   F   	  <& ]        U % :   EX /  >Y 	   + #    + # и   01#763>7'&546737>3#"!VwW%3eWE//"5dWE1f	b\+/FqS
1 FqRE   oR     EX /  >Y01#"/+73R=	{AS  r  /   EX  /   >Y  EX 
/ 
 >Y    +0132?6;#A{?S rq$ q    a  /   EX /  >Y  EX /  >Y     +01".547332>73e5K.C 3&,?+C#=Y5H*4%3B&2ZD'  2      +01#".54>32    F!!  s        +    +014>32#".732654&#"/?##?//?##?/:@32@@23@$<++<$$;,,;$2@@22@@  7\      EX /  >Y    +012#"&54>732>F	
Q+BK1>-3+3*$!B:%C:/$0<")0  |nh     	 +012673#".#"#>32(.9(6 1-+&0:)5 2,*7/$>.!(!:-$?-!'!   	  5   EX  /   >Y  EX 
/ 
 >Y   ܸ и 01+7>3!+7>3)=- Y  ^   EX  /   	>Y  EX /  >Y  EX /  >Y     и 	и    	 и 01+#!#"&'7632327#7>3Yq]qVVsb0	V$d;ns	&!  ld       +01!!+dE  Bd       +01!!	VdE  #       +01&5467\H):#7;XB
1v?/*   \       +01'&5467>54&'&547E\H*8
7;XA		1v?,            +017'&5467>54&'&547\H*8
7;XA		1v?,   #  )     +01&5467&5467\H):\H):#7;XB
1v?/*7;XB
1v?/*  e  +      +01'&5467>54&'&547%'&5467>54&'&547T\H*8
8\H*8
7;XA		1v?,7;XA		1v?,    +      +017'&5467>54&'&547%'&5467>54&'&547|\H*8
8\H*8
7;XA		1v?,7;XA		1v?,   " ?   EX /  >Y  EX /  >Y    +  и  !01>3>32>72!#"'!FK/	GLF=Oh=&
   f 6 Y   EX 
/ 
 >Y  EX /  >Y   ! +    +   и  и  и ! 001%!7>3>32>72!!#.'#"'"&5467XFK/	GLFZ_FK,G&OOM$ &
+'
  91|      +014>32#".9.Pi<=lP..Pl=<iP.T=lQ..Ql=<iP..Pi  :   ! 1 F   EX /  >Y  EX /  >Y  EX // / >Y  ܸ и '0174>32#"&%4>32#"&%4>32#"&:!#7''5!""'5!#7''5M""'55'""!5'""'55  }  ' 0 D X l     EX +/ + >Y  EX /  >Y  EX // / >Y  EX 6/ 6 >Y  EX ^/ ^ >Y @  J + #   +    6 T  @ hи J rи T |01#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>7Zt>3W?#4XvA3V?$J.>$0XC'-?$0WC(XAB7Zt>3W>#4XuA3V?$J.=$0XC(.?$0WB(6Zt?3W>#4XuA3V?$J.=$0WC'->$0WC'qgh4&ImGgi5&JmI<W9)W]<V8(Vb
gh5&JlGgi5&KmH<W9)W];V8(V]gh5&JlGgi5&KmH<W9)W];V8(V         +017			 z	           +017'&54767&'&54?		'	'
      %   EX /  >Y  EX /  >Y01'+6;&$(d#  ) J m   EX /  >Y  EX >/ > >Y %  ) +     +   и    > /  ) Cи % Eи   I013>32#".#"!#!!#!32>32#".5#73>7#Lqr@jWI %,@W:_`e	4aY>cM:)	 )^l|Fnu<^ғN,A*$$@}u*X0zC%+%	!.K5Qه9/Y*   H  & U   EX /  	>Y  EX 
/ 
 >Y  EX /  >Y  EX /  >Y    $и %01>7>;#7+"'#32'###7

6E<6		
7<F7

?E?n'|)B?::  (  ; : R   EX */ * >Y  EX  /   >Y  EX /  >Y *      5и 601!>54.#"!"504>7!7.54>32!,dyDCv]p˛[0Y|L+3N]4lrÍPKghYyjn7I׎VhF
Rw\YFv}͛h3  W / A C   EX /  >Y  EX /  >Y   : +  (   0 01>32#".54>32>54&#"#"'2>7.#"%BBD&EjH&	kԂClM)&EawK1WG4ol-G6%
NKv_!7V?fr=t=#5d^AI,SvKRtT/7T:NV&Fx4dN0``y    i   +   EX /  >Y  EX  /   >Y  01)3!.'ijYj%&   w  P   EX  /   >Y  EX /  >Y  EX /  >Y     и и 	и 
01##!##7w	__	PiiP   9   EX  /   >Y  EX /  >Y       01!!!767	&5467	IR
RR$2-  {       +01!!<	G  E  S     EX  /   >Y 
   +01!##"&5467!267>;RM9
7	)#(   L ' ; O 7  <    +   2 +   
и  и < (и 2 F01".'#".54>32>32%2>7.#"!2>54.#"3O?3"HPX30T>$3Un<3O?3"GPX31U?$2Up(IDA -4@(-P=$-<m0Q;"-<$(ICA!,5?'BV..VB'$C`<N_5'BV..VB'$C`<L`7N&?T--T@&'Ge=.F0*Id:-F0&@S--T@&  e ' (   EX /  >Y "   +   01>32#"&#"#"&'7>3232>7EZl;$4
	`"Kas@;
 6[J7>WU+,
dZ)	' GrQ    7    % +012>7#".#"'>322>7#".#"'>3243-%#i83a]\.3,%#h<4a][2-&#h84a]\/3,$$h<5a]Z(8+.$,$6-/$,$8*/$,$6-0%+%   	p  7  	  
 +    +   и 
 и 	 и  01!3!!!!#!7!7!F͇	FEZ>cGGG  g PO        +01!!&)$@A
v>	xI   u PQ         +01%!7!7>767.'&5<>7c	AG&)$PI>	   f       +013	#	>7	.'BnBL		M		@@S  ~      +013v0   @T % A   EX /  >Y  EX /  >Y   " +    +  01!#!+'&5737>32#"&#"8w^nFl*"~DlX%$ 	,"<}v	*U\e6.   @ $ G   EX /  >Y  EX /  >Y "    + " и     01+'&5737>32;#.#"!3l*"~BjYE94]/h0EqU7	~v	*BXm>nL/X~NBF  { 	      +012#"&/I		   6     	   +  и 	 01#"&54632#"&546324/../O.--.,, -- ,, --  6p       +01!!	p: , 	   	  +01+7>3I	          +01#"&/.'+73GGW      
   +01326?>;#GGW           +01"&547332673gc>DNXU?{XT9AQHcr  @8      +01#".54>32    1        +    +014>32#".732654&#"-<"">-->""<-5?32@@23?^";**;"#:**:#2@@22@@       	 +012673#".#"#>32&/4&4 3/-&/7'4 4.-O7+"<, & 9*"<, %    	    	  +  и 	 
01+7>3!+7>3-Z3
       GPOSv(  !  |GSUBUT[     OS/27x     `VDMXsz  H  cmapv    tcvt    8   fpgmY7    sgasp "   ,   glyf~;=  O@  Xhdmxc`  6  0headO     6hheail  t   $hmtx+r    8loca4    (maxp+
  T    nameO9D  (  jpostf    ^prep_78  0   r   "   ) = I _ I               `       
   '     V  6:z               	    _<     ʓ^p    .z6z   	        ,   x  x   D  @ `J        tyPL @  Jz              +    +   +  t _ J 5     +   | ` E *   +     s R 2   +   | ` E *   +    +   E}iD      
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v         ,K 	PXY D 	 _^- ,  EiD`- , *!- , F%FRX#Y  Id F had%F hadRX#eY/  SXi  TX!@Yi  TX!@eYY:- , F%FRX#Y F jad%F jadRX#Y/- ,K &PXQXD@DY!! EPXD!YY- ,  EiD`  E}iD`- , *- ,K &SX@ Y &SX#!#Y &SX#! #Y &SX#! #Y &SX#!@#Y  &SX%EPX#!#!%E#!#!Y!YD- 	,KSXED!!Y-                `   T @      ~ 1DS[a~    " & 0 : D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           fg6z0d0IR	Q

 .jtX*-1>S1GqOx2a x!q"#$F%k&&''q'(x)   J   EX  /   >Y  EX /  >Y 0  / +  % A!  %  % ' % 7 % G % W % g % w %  %  %  %  %  %  %  %  % ]A  %  % ' % 7 % G % W % g % w %  %  %  %  %  %  %  % qA  % qA  % r   : A  : qA 	 : rA!  :  : ( : 8 : H : X : h : x :  :  :  :  :  :  :  :  : ]A  :  : ( : 8 : H : X : h : x :  :  :  :  :  :  :  : q012#".'763232>54.#5>54.#"#"/>eQm?+Kf<Fzayh:&#4KeBZ[-)`s\^02Tp=CpV:1Jr-ZXEoT9Wl=Ah@
599-<]s6ApQ/E-NlAKnH"(He>#[b3   ?  ^   e    +   и  и  и /   EX /  >Y  EX /  >Y    +  	и  01!+#!"&/3467![Ve	UV^4j/&   /    $ +  1   EX ./ . >Y  EX /  >Y   ) + .     A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r01#!>32#".'763232>54.#"'! UCx7nq:Nd;j^N
1MiFRi;-[^9H>o|^(?q\p|B#.'$5d]L[3s     0 <   +   9   9  2   EX 
/ 
 >Y 012#".54676;>32>54.#"t[o?E{gcu@T`"TZ4;1ZQVa43]NX`2N<m``vB@xmSт)H#=E]Oa66_MQ[1=a|    /     EX /  >Y  01+67!"&=/wA+	 =   x ' ; O  #  + 
  #9   #9 # Q   EX  /   >Y A     '  7  G  W  g  w            ]A     ]01".54>7.54>32'2>54.#"2>54.#"DfyD-RqD>`A"9j_^k9"B`>DqR.DyfQ`4Dj<<jD4_QQwN%*QuKKvQ*%Nw6fZNzZ<>Vi<Kb88bK<iV><ZzNZf6L-StG]|JJ|]GtS-1Sj9=iN,,Ni=9jS1       2    +   9   9  4   EX /  >Y 
A  
  
 ' 
 7 
 G 
 W 
 g 
 w 
  
  
  
  
  
 ]A  
  
 ]01".54>32+>74.#"32>=Wk<Cxb^q?-@)"V3:"2Z{IN]40W{KU\/Z9j\[rA@ud7ddi<H*K#@FM[32Z}KN}W.:^u   J  #  
    +   и 
    EX /  >Y  ! +  A     '  7  G  W  g  w            ]A     ]0174>32#"&4>32#"&!""'5!""'5M""!5D""!5  J  -  
    +   и / 
 и /    и  / 
 (    EX +/ + >Y   + + A     '  7  G  W  g  w            ]A     ]014>32#"&4632'&5467>7#"&!""'50'+/(8"
	%/j""!5#2;0)URL 	

'5@$2  	5  -    +    9  и      +01!'*)A		A   e   7    +   и  и  	     +    +01!!!!;;,JJ  	5  -   +   9  и       +01546767.'&=*("	A	A)  ! ( : h 3  ) +   EX 8/ 8 >Y .A  .  . ' . 7 . G . W . g . w .  .  .  .  .  . ]A  .  . ]01>32#'54>54.#"#"'4>32#"&!DQ`8F|]7/HTI3A0GSG0*H^3BaB&!""'52'*NqFLnS?78")>:<KbC6U;#+#i""!5   l3 N a e +  @ + ]   +    + J  ! + J c  0  ; + E  & +     + O   +   X +01%"&'#".54>3232>54.#"3267632#"$&546$32%2>7.#"XY8R8R6A}t5]%[%09hP/a}mqd
pzvq:e$MG>P3"Zg9(;]W]S'D\5UV.I,7 <obݒHj]DA%JPi%wSmHF?kS6IvK(E2        @   EX /  >Y  EX  /   >Y  EX 
/ 
 >Y    +01!#"&'!+3!.'OINCfze{++    z   *      +    +   9 /    9   и  &   ,   EX /  >Y  EX  /   >Y     +      ) 013!2#!2654.#%!2>54&#!yt9'JkE@zqc3`Y3bY*0]U8hXAZd5CkK(K2Rh7   | 2s &   +   EX /  >Y  EX /  >Y  ! A  ! qA 	 ! rA!  !  ! ( ! 8 ! H ! X ! h ! x !  !  !  !  !  !  !  !  ! ]A  !  ! ( ! 8 ! H ! X ! h ! x !  !  !  !  !  !  !  ! q  + A!  +  + ' + 7 + G + W + g + w +  +  +  +  +  +  +  +  + ]A  +  + ' + 7 + G + W + g + w +  +  +  +  +  +  +  + qA  + qA  + r01%2#".54>32#".#"32>7>
(,h{XbeMob/	+=TnF؜WVyLwdV*	+/K5g
i+@*-%Y뒖W(:'     y   e / /  ܸ  и /          EX /  >Y  EX /  >Y      01#!!24.#!!2>ybbjRҀcҕRĤbbTT     "  U   
 +     EX  /   >Y  EX 	/ 	 >Y    +     	  01!!!!!"lUSU    " 	 K    +     EX  /   >Y  EX /  >Y    +    01!!!#"{gUUv  |C 4 5/ 6/ ܹ   5 и /  $и $/  &и &/  0    EX /  >Y  EX /  >Y    +    A!       '   7   G   W   g   w                           ]A       '   7   G   W   g   w                        qA    qA    r  + A  + qA 	 + rA!  +  + ( + 8 + H + X + h + x +  +  +  +  +  +  +  +  + ]A  +  + ( + 8 + H + X + h + x +  +  +  +  +  +  +  + q01%2>7!"&=!#".546$32#"'.#"2Ixg]/5rYddQvf/		9ahޝUVC+}	8	%:'gg+?),,0&X쓖X       / /  ܹ    и /   и  	   EX /  >Y  EX 
/ 
 >Y  EX  /   >Y  EX /  >Y 	   +01!#!#3!3gggvgZl     ^  /     +   EX /  >Y  EX  /   >Y01!#3^gg   Y  ͻ     +   EX /  >Y  EX /  >Y  A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r01#"&'>7>3232>53;mb-\1	#-LzV-gw|?	0cf     " c     +      EX !/ ! >Y  EX 
/ 
 >Y  EX /  >Y  EX /  >Y    +0132>7>;#"&'.+#3VT;S!S [ff	KXdV       5     +   EX /  >Y  EX /  >Y   01%!!38fWW    H    !/ "/ ! и / " ܺ   9   и /    и /   EX 	/ 	 >Y  EX /  >Y  EX /  >Y  EX /  >Y01>7>;#47+"'#32z,GZYF; y#J(        / /  и /   и  	ܹ   и /  и /  и /   EX  /   >Y  EX /  >Y  EX /  >Y  EX 	/ 	 >Y  EX /  >Y012&53#"'#3	Z1hY26yY  {  ' (/ )/  ܸ ( 
и 
/     
     EX /  >Y  EX /  >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q  # A!  #  # ' # 7 # G # W # g # w #  #  #  #  #  #  #  #  # ]A  #  # ' # 7 # G # W # g # w #  #  #  #  #  #  #  # qA  # qA  # r01#".54>324.#"32>bccbjRҀ~їSS~ҕRĤgghgWW씕VV     S   m / /  и /    ܸ  и      EX /  >Y  EX /  >Y     +   01#!2#%!2>54&#!VfmEu^g7:]q?R4\}J   {  0 1/ 2/  ܹ   
и 
/ 1 и / '    EX /  >Y  EX /  >Y  " A  " qA 	 " rA!  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  "  " ]A  "  " ( " 8 " H " X " h " x "  "  "  "  "  "  "  " q  , A!  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  ,  , ]A  ,  , ' , 7 , G , W , g , w ,  ,  ,  ,  ,  ,  ,  , qA  , qA  , r01#"&'#".54>324.#"32>+PsHpV ?NccbjRҀ~їSS~ҕRk~-vFghgWW씕VV      "  #/ $/ # и /   $ ܺ   9 и /  и      EX /  >Y  EX /  >Y  EX /  >Y     +  ! 01#!2#"&'.#'32>54&#!Vfi8i]Y;')^g6ƽQeA
>L-TvJ   W = >/ ?/ ܹ ,  и / > 5и 5/   5  и  /   EX :/ : >Y  EX /  >Y :  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q  ' A!  '  ' ' ' 7 ' G ' W ' g ' w '  '  '  '  '  '  '  '  ' ]A  '  ' ' ' 7 ' G ' W ' g ' w '  '  '  '  '  '  '  ' qA  ' qA  ' r01#".#"#"&'763232>54.54>32~	)FiMMuO)=dd==tlL	(8J`=T[0=dd=6hbnH%-&,Ld7H^B-,5PuWYtCcV,#)#3XyEKaA,*4Qy[Ge=FH   #  n  A    +   EX  /   >Y  EX /  >Y     и 01!#!5nfW0W     / / ܹ    и /     EX /  >Y  EX /  >Y  EX /  >Y   A!       '   7   G   W   g   w                           ]A       '   7   G   W   g   w                        qA    qA    r01%2>53#".53fp;fJ||ǋJg;oIG~cku˗VVukc~H      6   EX  /   >Y  EX /  >Y  EX /  >Y013267>;#QP[j.46,y      ' X   EX  /   >Y  EX /  >Y  EX /  >Y  EX /  >Y  EX &/ & >Y0132>7>;2>7>;#&'#Ue	
eNC\^][u..u,-y4      G   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y01	32>7>;	#"&'+e
beB
J]LT%	      J    +   9   EX /  >Y  EX /  >Y  EX /  >Y01#32>7>;gYZHH?v++  s    5   EX  /   >Y  EX /  >Y      01!!547!5~#U%U     !     +      +    +01!+32>$$       +0132#"&')'n' %"   k  !    +     +    +0146;#"&=!!k=s$     :   + 
  9     EX  /   >Y ܸ и 013#"&'.'+ <UD		G
L   3        +01!5DD  V 	   	 +   EX  /   >Y012#"&/6
  kC ' 7 8/ 9/ &ܹ   и / 8 и / 3  и /  -   EX !/ ! 	>Y  EX  /   >Y  EX /  >Y   . + !  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q  ( A!  (  ( ' ( 7 ( G ( W ( g ( w (  (  (  (  (  (  (  (  ( ]A  (  ( ' ( 7 ( G ( W ( g ( w (  (  (  (  (  (  (  ( qA  ( qA  ( r01!"/#".54>754&#"#"/>32%2>7)QXf=3`J-HwuHeF,
NmPxO(J:aSH#ͅ?!6H(@,>aD?lP0h(0(NP3_Sx5->$#<S52I/    # $/ %/ $  и  /   и % 	ܺ    	9  и / 	 !    EX /  	>Y  EX  /   >Y  EX /  >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r0133>32#"&'#"32>54&`Bm9oih6hc?9ZXY-XfmPQOzf[VE@ub  XX ,s   $ +   EX )/ ) 	>Y  EX /  >Y )  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r01#".#"32>32#".54>321	
#:W>V[01ZNHa?%FXg8_q?<sla8^ =reio:"("
 4&EyrK>5  W  # $/ %/ ܹ   и /   9 $ 	и 	/  и 	 !    EX /  	>Y  EX  /   >Y  EX /  >Y  A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01!"/#"&54>323%267.#"c
Bn9oie6`^c?:XXY-ZjmPKHNQ@f[UF@ub  X % 0 1/ 2/ ܸ 1 !и !/ 
  +и +/  ,    EX  /   	>Y  EX /  >Y ,   +   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r   & A  & qA 	 & rA!  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  &  & ]A  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  & q012#!32>32#".54>"!4.Ti;14`TKnK,
Oao8fxA=skMzY7	,Pp:oips:!)!
 4%GkJG0Z~NPX/     n       +   и  и /   EX /  >Y  EX  /   >Y    +  и   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q013'&=354>32#"&#"!!ǌ,PqD?)1S<!C{'~UV+
.@gK{G  K : P d8 `  6 +   ; +   V +  V 9 . 6 `9 ./   . (  + ( 9 3 ( 9 . Gи G/  f   EX  /   	>Y L  # + Q   +   [ A  [ qA 	 [ rA!  [  [ ( [ 8 [ H [ X [ h [ x [  [  [  [  [  [  [  [  [ ]A  [  [ ( [ 8 [ H [ X [ h [ x [  [  [  [  [  [  [  [ q0123#"'#".5467.54>7.54>4.'32>2>54.#"Ao,4]OVF*0<cc<>ugik6h[2; -GO3]1Rkuv3&A.-W~RLa7@dD#$Ec??dE$$Ed !&_6HuS.B+.-QC>rX5+I`6Or@9.-()[HuT./9 	'1;#,K7 ">V.%B\88]B$$B]88\B%      / /   и  /   и  ܹ     EX /  	>Y  EX  /   >Y  EX /  >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q0133>32#4&#"_EnR}R*_bBUe4bW|eX    G       +   9 /     EX /  >Y  EX  /   	>Y  EX /  >Y  	A  	  	 ]A  	  	 ( 	 8 	 H 	 X 	 h 	 x 	  	  	  	  	  	 ]01##".54>32_    W!!  G  '     +   9 /     EX #/ # >Y  EX  /   	>Y    + # A     ]A     (  8  H  X  h  x            ]01#"&'76323265#".54>32;Y<.QN    4XA%
0XQbW!!      R    +      EX 	/ 	 	>Y  EX /  >Y  EX /  >Y    +013267>;#"&'.+#.TI
S^-`{_


          +   EX /  >Y01#_Q      ,U ,    + #  $ +    + , и /    ,9  $ #9  .   EX /  	>Y  EX 
/ 
 	>Y  EX /  	>Y  EX  /   >Y  EX /  >Y  EX #/ # >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q (01332>32>32#4&#"#4&#"4	BKU/mATc4JvS,`~u4_I+_toQ6)D1q>Z;1`Z|&KpJ|aV      # / /   и  /   и /    9  ܹ     EX /  	>Y  EX /  	>Y  EX  /   >Y  EX /  >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01332>32#4&#"4	DoR}R*_bBVi4bW|eX  W  ' (/ )/ ܸ ( и /     #    EX  /   	>Y  EX 
/ 
 >Y  A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r    A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q012#".54>2>54.#"kt==tkku==ukYY,,YYYY--YIuuHHuuIK=rdcs>>scdr=    $Ѹ %/ &/ %  и  /   и /    9 & ܸ  и  "    EX /  	>Y  EX 	/ 	 	>Y  EX  /   >Y  EX /  >Y 	  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r0132>32#"&'"32>54&4	Bn9nif6Bc>9YXY-CZjmPJIg\VF@ub  W  #ø $/ %/ ܹ   $ 	и 	/  и /  и 	 !    EX  /   	>Y  EX /  	>Y  EX /  >Y  EX /  >Y  A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01##"&54>32763267.#"`Bl9oig6	c?6YXY-XfmPNLp]f[RH@ub           +  и /    9   EX /  	>Y  EX 	/ 	 	>Y  EX  /   >Y 	  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01332>32#".#"20u-L"!0q-yB
y   Y < =/ >/ = 4и 4/   > ܸ 4 и /  +    EX 9/ 9 	>Y  EX /  >Y 0   + 9  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q  & A!  &  & ' & 7 & G & W & g & w &  &  &  &  &  &  &  &  & ]A  &  & ' & 7 & G & W & g & w &  &  &  &  &  &  &  & qA  & qA  & r01#".#"#"&'7>3232>54.54>32#9S<6Y?#0NchcN0/YSi<&=[C?`@!0NcicN0.UzL[;h4E&/>,  ':T<ApR0C6" % #<Q-2B.  &:S>5bJ,46  4@ #     +  
и 
/    /  EX  /   >Y    и    A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r01"&5#"&=7>;!!32>32eq-9%2$4&&upu%d	G]);&
**3    / /  и /    
ܹ   и /  
 9   EX  /   	>Y  EX /  	>Y  EX 
/ 
 >Y  EX /  >Y  A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r0132673#"/#".5逃aC`5	EoS|R*cXVh4bW|      6   EX /  	>Y  EX /  	>Y  EX  /   >Y01!#32>7>;T\KH

	JH	*+     * X   EX /  	>Y  EX  /   	>Y  EX /  	>Y  EX /  >Y  EX )/ ) >Y0132>76;2>76;#"'.'+I'		FFC	**-*+(   #  v  G   EX /  	>Y  EX /  	>Y  EX /  >Y  EX /  >Y01	3267>;	#"&'+[$
Xj[
UZ	h	     6   EX /  	>Y  EX /  	>Y  EX /  >Y01+32>7>;{D[OO	KI	  J  :  5   EX /  	>Y  EX /  >Y    
 01!!547!5!:d)qK&MK  ? H _ /    +   к     /9  /   / %и   4и  D  :  > +    +    +014.#52>54.54>;+";2#".54>):##:)&HiB7!+G3)55)3G+!7BiH&!7)=)7!7hhi8=hM+*8P19lii5%>./=%5ijl81P8*+Mh=8ihh Q       +   EX /  >Y013#KK  i H _     +    9 /    $и  )и  9и   >    
 + 4  . + C  D +01+546;2>54.54>7.54>54.+"&=323"}&HiB7	!+G3)55)3G+!	7BiH&)9##9)7hhi8=hM+*8P18lji5%=/.>%5iil91P8*+Mh=8ihh7!7)=)7        +  !    +012>53#".#"#4>32%=*N <X83kib+&;*M <W84khb70B'7^F('0'0B'7^F('0'      h    +   EX /  	>Y A     ]A     (  8  H  X  h  x            ]014>734632#"&A5'""'5&-PS\88\SP-'5""7   0 ; e 1   +   EX 
/ 
 	>Y  EX /  	>Y  EX +/ + >Y  EX  /   >Y +   
 7 01.54>?>;#".'>32+M`r>@{s
$W5		!7P8+KfC'EXh:
$/Y}N,\a3JtpM:.!"' 1%bo@i?q  C  Q :    +  %и  8   EX 
/ 
 >Y  EX 1/ 1 >Y    $ +   и 
  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q 1 ,  $ 90146;4>32#"'.#"!#!>3!#!5>5#C4gfLtW>&	->V<NuP(?H?+6"@2&]uC%@V0;.4]O'Yy+(A(:N4F   D # 7 g 8/ 9/ 8  и  / $  и / 9 ܹ .  и / . и / $ !и !/  )   + 	  3 +01467'7>327'#"&''7.732>54.#"($1-n?>m-1$*)$2-n>>m-1$)H+Ic88cJ++Jc88cI+>m-2$*)$2-n?>m-2$)($2-n?8bI++Ib88cJ++Jc  U  (       + 	  9  и     EX /  >Y  EX /  >Y  EX /  >Y    +    +   и  и  и  01!3267>;!!!!#!5!5!ZZOZ	YPY[n_nhg#!':v:~:v Q   .     +   и     EX /  >Y013#3#KKKK  }k H \) I  : +   S + @ : I9 @/    : 9  S 9 / 1  = : 9  ^   EX E/ E >Y  EX #/ # >Y ,    + E  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01#".#"#"&'7>3232>54.5467.54>32>54.'(#9S<8[@#2RhmhR2TR6C/YSi<&>\D>`B"4VmqmV4[g7E.UzL[;'CX`c-G>$=QZ]+YJ5F'.D7.07F]>S{#&bEApR0C6" % "<Q/3L;004EY=M{%%cJ6aK,55)A5-*+ `=-F7,)'&^   '"W  ' C (/ )/ ( 
и 
/    ) ܹ      +  и  #01#".54>32#".54>32W   U , H \ I  - + %   + ;  S + ; ^   EX 4/ 4 >Y  EX B/ B >Y *  	 +     + B N A!  N  N ' N 7 N G N W N g N w N  N  N  N  N  N  N  N  N ]A!  N  N ' N 7 N G N W N g N w N  N  N  N  N  N  N  N  N qA  N  N ' N 7 N G N W N g N rA v N  N r 4 X A y X  X rA!  X  X ( X 8 X H X X X h X x X  X  X  X  X  X  X  X  X ]A!  X  X ( X 8 X H X X X h X x X  X  X  X  X  X  X  X  X qA  X  X ( X 8 X H X X X h X r01632#".54>32#".#"3264>32#".732>54.#"8;t`s@Cxc4WJ@
!:[DSa55^MU{S4]dd]44]dc]4;ghhg
;FAvfdwB)!5bWZa3)Pc^44^cd^44^dhhii  j>5 & 40 5/ 6/ &ܹ   и /  & 9 5 и / 0  и /  ,   EX #/ # >Y '  
 +   - + #  A y    rA!     (  8  H  X  h  x                  ]A!     (  8  H  X  h  x                  qA     (  8  H  X  h  r01#"&/#".54>754&#"#"/>322>755 

15=$!<.*]iDI+;(0jCeh!81+!*GD$%9'$A13LO0-ub"D8'      % # "   + " и " '    +0155	
	
z
	
{z
	
   S      +       +01!#!=R'   d)5z      +       +01!!d/zQ   U  / F O	     + 1  2 + 7  K +   & + :   9 >   9 1 Gи  Q   EX /  >Y  EX /  >Y 4  N + G  0 +  ! A!  !  ! ' ! 7 ! G ! W ! g ! w !  !  !  !  !  !  !  !  ! ]A!  !  ! ' ! 7 ! G ! W ! g ! w !  !  !  !  !  !  !  !  ! qA  !  ! ' ! 7 ! G ! W ! g ! rA v !  ! r  + A y +  + rA!  +  + ( + 8 + H + X + h + x +  +  +  +  +  +  +  +  + ]A!  +  + ( + 8 + H + X + h + x +  +  +  +  +  +  +  +  + qA  +  + ( + 8 + H + X + h + r014>32#".732>54.#"#32#"&'.#'32654&+U4]dd]44]dc]4;ghhgUu	P
nywlvc^44^cd^44^dhhiiyusvd
_@a[\T   5%      +       +01!!!%A   [D  ' (/ )/ (  и  / ) 
ܸ     
     EX /  >Y    +  # A y #  # rA!  #  # ( # 8 # H # X # h # x #  #  #  #  #  #  #  #  # ]A!  #  # ( # 8 # H # X # h # x #  #  #  #  #  #  #  #  # qA  #  # ( # 8 # H # X # h # r014>32#".732>54.#"[/Qn??nQ//Qn??nQ/G$>T00T=$$=T00T>$n>mQ..Qm>>lQ//Ql>0T>$$>T00T?$$?T   m P   A    +   и  
     +    +  и  	01!!#!5!!!iQNRRUjInII   a;W - K    +  /   EX /  >Y  EX +/ + >Y    +    " +012>3!2!546?>54.#"#"&/>V,N9!*8'&1%'4>H|W1I0(E?;*89< #4"G7`f   b|=W ? Z   0 + 0   0 'и '/  A   EX =/ = >Y "   +    5 + -  , +012#".'7>3232>54.#5>54.#"#"/>\,L7 H<IM%@V0<Q7!$;-)>).J5[Y'3?I{W/C+BWTB0M73C$(%*4!4%1K?"2!A;`f    	     +   EX  /   >Y01+7>39
    h / /  и /    
ܹ   и /  
 9  и /  и /   EX  /   	>Y  EX /  	>Y  EX /  >Y  EX 
/ 
 >Y  EX /  >Y  A!     '  7  G  W  g  w                  ]A!     '  7  G  W  g  w                  qA     '  7  G  W  g  rA v    r0132673#"/#"&'#"&5逃aC`5	Ffb%0cXX\MH+X$   6B  N / / ܹ    и /       EX  /   >Y   и 01##!#".54>3UVgr==rgRy8bMP\2  o   
   +    +014>32#".$&&$P&&%%          +       +01232654.'73#"&'76(390A'*=Y]1D()N
,&!`<;0!   5R  +    +  и /     +   0137#"/733!:%~	c1  W;    / !/ ܸ   и /         EX  /   >Y   
 +    A y    rA!     (  8  H  X  h  x                  ]A!     (  8  H  X  h  x                  qA     (  8  H  X  h  r012#".54>2654&#"wBjJ''JjBDjK''KjDhiihkii*OoEEoO**OoEEoO*rqqr      ) # )  +  и ) +     +017'&547>7.'&54?'&547>7.'&54?	&%		&%	    q   # - ߸ ./ // ܸ  и    и / . и / и /     и  !и !/  $и $/  -и -/   EX /  >Y  EX ,/ , >Y  EX /  >Y  EX '/ ' >Y    +    +  и  и  "01%3+#5!"/3%37#"/733!47!+>;~m?`C:( 
*$ #%~	c1w}d    K - = G Ÿ H/ I/ ܸ H /и //  / 9  и /    / 1и 1/ / :  G / 9   EX 8/ 8 >Y  EX F/ F >Y  EX /  >Y  EX A/ A >Y    " + ;  < +    ; .012>3!2!546?>54.#"#"&/>%37#"/733!+>;f,N9!*8'&1%'4>I|:( 
*1I0(E?;*89< #4"@>`f%~	c1bd   S  q  P U _   6 +    +   и 6   6 ?и ?/  Qи  Sи S/ _  9  a   EX ^/ ^ >Y  EX /  >Y  EX /  >Y  EX Y/ Y >Y    + <  ; + 1   +  и  D A y D  D rA!  D  D ( D 8 D H D X D h D x D  D  D  D  D  D  D  D  D ]A!  D  D ( D 8 D H D X D h D x D  D  D  D  D  D  D  D  D qA  D  D ( D 8 D H D X D h D r  T01%3+#5!"/32#".'7>3232>54.#5>54.#"#*.'>47!+>;~m?`CZ,L7 H<IM%@V0<Q7!$;-)>).J5[Y'3>J	{( 
*$ /C+BWTB0M73C$(%*4!4%1K?"2!G5`f}d  * ) ; h 4  * +   EX // / 	>Y 9A  9  9 ]A  9  9 ( 9 8 9 H 9 X 9 h 9 x 9  9  9  9  9  9 ]01#".54>?332>324>32#"&DQ`8E}]70GTJ3A0GTG0*H^3E_@$
		!""'52')MoGLkM924#*<45E]B6U;#+#O""!5    & $   [     & $   [     & $   `     & $   `     & $   	`     & $   `        ^   EX  /   >Y  EX 
/ 
 >Y  EX /  >Y    +    +     
  01!!!!!!!+!HjK8O iUSUc7.  | O P/ Q/ Eܹ   P и / ,    EX /  >Y  EX A/ A >Y  EX /  >Y   J +  ' A  ' qA 	 ' rA!  '  ' ( ' 8 ' H ' X ' h ' x '  '  '  '  '  '  '  '  ' ]A  '  ' ( ' 8 ' H ' X ' h ' x '  '  '  '  '  '  '  ' q A 1 A!  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1  1 ]A  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1 qA  1 qA  1 r01232654.'7.54>32#".#"32>7>32#"&'76(390A'$ZeMob/	+=TnF؜WVyLwdV*	
(,eyUY]1D()N
,&!sn
i+@*-%Y뒖W(:'+.J5K<;0!   "& (   Z     "& (   Z     "& (   _     "& (   	_     & ,         N& ,         E& ,   	      N& ,   		     1    !  "/ #/ " и / # ܸ  и          EX /  >Y  EX /  >Y    +     и  и   013!2#!#%4.#!!!!2>1bbRҀclҕRbbT@T    & 1      {& 2      {& 2      {& 2      {& 2      {& 2   	     D     +    	  +01		'	7	t34u5pn4t4vp6o  { ! - 9 :/ ;/  ܸ : и / "    "9   .  и /    .9   EX /  >Y  EX /  >Y  ) A  ) qA 	 ) rA!  )  ) ( ) 8 ) H ) X ) h ) x )  )  )  )  )  )  )  )  ) ]A  )  ) ( ) 8 ) H ) X ) h ) x )  )  )  )  )  )  )  ) q  5 A!  5  5 ' 5 7 5 G 5 W 5 g 5 w 5  5  5  5  5  5  5  5  5 ]A  5  5 ' 5 7 5 G 5 W 5 g 5 w 5  5  5  5  5  5  5  5 qA  5 qA  5 r01#"&'+7&54>327>;.#"4&'32>bsQ ,lwcySo7eo$^UGj~їSrVNEdҕRĤg=9`hC?`갠R9<W씘R35V & 8      & 8      & 8      & 8   	     & <   /      S   q / /  и /   и  	ܸ  и 	     EX /  >Y  EX /  >Y     +    +01#3!2#%!2>54&#!VffEu^g7]q?R4\}J  ' J D  E +   2 +   9 + + 9 9 +/   L   EX  /   >Y  EX D/ D >Y  EX /  >Y & A!  &  & ' & 7 & G & W & g & w &  &  &  &  &  &  &  &  & ]A  &  & ' & 7 & G & W & g & w &  &  &  &  &  &  &  & qA  & qA  & r   > A  > qA 	 > rA!  >  > ( > 8 > H > X > h > x >  >  >  >  >  >  >  >  > ]A  >  > ( > 8 > H > X > h > x >  >  >  >  >  >  >  > q012#"&'7>3232>54.54>54.#"#4>UZ./GRG/!7EIE7!2Z~Me<%<Y?;\?!;XfX;0ITI0?fIG}^6_Bu3Qd2>\G87:%$1$!)<S;DrR-C6" % #=R/CQ4&1K?1H>:DS8I?*+X^eo; kC& D    C    kC& D    v    kC& D        kCi& D        kCW& D    j    kC& D         k B R ]' H  ( + 	  C +   Y +  C 	9 C -к @ C 	9 	 Xи X/  _   EX  /   	>Y  EX =/ = 	>Y  EX #/ # >Y  EX /  >Y Y   +   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r = 1 A  1 qA 	 1 rA!  1  1 ( 1 8 1 H 1 X 1 h 1 x 1  1  1  1  1  1  1  1  1 ]A  1  1 ( 1 8 1 H 1 X 1 h 1 x 1  1  1  1  1  1  1  1 q # M A!  M  M ' M 7 M G M W M g M w M  M  M  M  M  M  M  M  M ]A  M  M ' M 7 M G M W M g M w M  M  M  M  M  M  M  M qA  M qA  M r   S A  S qA 	 S rA!  S  S ( S 8 S H S X S h S x S  S  S  S  S  S  S  S  S ]A  S  S ( S 8 S H S X S h S x S  S  S  S  S  S  S  S q012#!32>32#"&'#".54>754&#"#"&/>32>32>5"!4.K`7
l0X|LGdD&
JZe4/Uly7?lP.HwuHeF,Mk~/ͅ?!<R1BtW2HsR1V(He<sopr:!'!
4%MjBBhI@qV6E)0)
NPpo(BY58O2,U|O+4^RU]1   XX G H/ I/ =ܹ   H и / )    EX /  	>Y  EX 9/ 9 >Y  EX /  >Y   B +  $ A  $ qA 	 $ rA!  $  $ ( $ 8 $ H $ X $ h $ x $  $  $  $  $  $  $  $  $ ]A  $  $ ( $ 8 $ H $ X $ h $ x $  $  $  $  $  $  $  $ q 9 . A!  .  . ' . 7 . G . W . g . w .  .  .  .  .  .  .  .  . ]A  .  . ' . 7 . G . W . g . w .  .  .  .  .  .  .  . qA  . qA  . r01232654.'7.54>32#".#"32>32#"&'76(390A'%Wg8<sla8	
#:W>V[01ZNHa?%-jY]1D()N
,&!vKsrK>5" =reio:"("
 :NO<;0!  X& H    C    X& H    v    X& H        XW& H    j    "  V&     C      &     v     &          W&     j     Y} 6 J  K/ L/ K (и (/ L ܺ  ( 9 <  2и 2/ ( F    EX #/ # >Y -  A + # 7 A!  7  7 ' 7 7 7 G 7 W 7 g 7 w 7  7  7  7  7  7  7  7  7 ]A  7  7 ' 7 7 7 G 7 W 7 g 7 w 7  7  7  7  7  7  7  7 qA  7 qA  7 r01&54?.'.546?7#".54>32.'2>7.#"~<J
ZNr?iM*9rs[wD:og5kcV n9X\2;XvLXY-7_}.

m!/<0d/zuWAyl`I9X<K-Et3fP2<jR]d5   i& Q       W& R    C    W& R    v    W& R        Wi& R        WW& R    j     m _   # 7    +  и     ! +   +    +01!!4632#"&4632#"&mUy5'""'55'""'5I'7#!5_'7#!5   W&   , 6 7/ 8/ ܸ 7 и / !  и /  и /  2  и / 4  9   EX /  	>Y  EX /  >Y  ( A  ( qA 	 ( rA!  (  ( ( ( 8 ( H ( X ( h ( x (  (  (  (  (  (  (  (  ( ]A  (  ( ( ( 8 ( H ( X ( h ( x (  (  (  (  (  (  (  ( q  - A!  -  - ' - 7 - G - W - g - w -  -  -  -  -  -  -  -  - ]A  -  - ' - 7 - G - W - g - w -  -  -  -  -  -  -  - qA  - qA  - r01#"'+7.54>327>;.#"2>54'h<>=tklQ!&DF=ukX7W2/0-vKY[.iYZ.P
WiCvuHOmCuI1-th9*,?s>rds]E & X    C    & X    v    & X        W& X    j    & \    v       ! "/ #/ "  и  /   и # 	ܺ    	9  и 	     EX /  	>Y  EX  /   >Y  EX /  >Y   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r013>32#"&'"32>54&_Bm9nif6Bc>9YXY-XgmPNLg\VF@ub  W& \    j     c & / m   	 +  1   EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y "   + (   +012#"&54>7&'!+3"32>!.'F
T/L^'1INCfC23&@2&z"KB92*ey/A'05++  k B Rһ N   + ;  	 + 5  ! +  ! 59 ! и / ! Hи 5 T   EX 0/ 0 	>Y  EX /  >Y  EX 6/ 6 >Y >   +    I + 0 $ A  $ qA 	 $ rA!  $  $ ( $ 8 $ H $ X $ h $ x $  $  $  $  $  $  $  $  $ ]A  $  $ ( $ 8 $ H $ X $ h $ x $  $  $  $  $  $  $  $ q  C A!  C  C ' C 7 C G C W C g C w C  C  C  C  C  C  C  C  C ]A  C  C ' C 7 C G C W C g C w C  C  C  C  C  C  C  C qA  C qA  C r012#"&54>7&/#".54>754&#"#"&/>3232>2>7
T/L^)4
)QXf=3`J-HwuHeF,NmPxO(.(@2&:aSH#ͅ?!6H"KB ;3+	(@,>aD?lP0h(0(
NP3_Sx"-705(->$#<S52I/  |& &      XX& F    v     A '  (/ )/  ܹ 	  ( и /      EX /  >Y  EX /  >Y  EX /  >Y #   +    +       012#"&54>7!!!!!!#32>$
T/L^&1RPl[.(@2&"KB82+USU"-705  X C N %   + <  	 +    J + % Iи I/   P   EX /  	>Y  EX /  >Y ?   + J  # +  * A!  *  * ' * 7 * G * W * g * w *  *  *  *  *  *  *  *  * ]A  *  * ' * 7 * G * W * g * w *  *  *  *  *  *  *  * qA  * qA  * r  D A  D qA 	 D rA!  D  D ( D 8 D H D X D h D x D  D  D  D  D  D  D  D  D ]A  D  D ( D 8 D H D X D h D x D  D  D  D  D  D  D  D q012#"&54>7"#".54>32#!32>3232>"!4.
T/L^!+
fxA=sjTi;14`TKnK,
7EP*,&@2&MzY7	,Pp"KB4/)GkJ:oips:!)!
 *"",5050Z~NPX/      /    +   EX  /   	>Y  EX /  >Y01#_  :    E   
 +   и 
    EX /  >Y  EX 	/ 	 >Y  01%!!54?3crf?WKeB
]  9    .   	 +   и 	    EX /  >Y017#54?[_Y2TZ4Tv   & 1        & Q    v    {7   4 5/ 6/ ܸ и  	  5 и / 	 и 	 !и !/  +    EX /  >Y  EX /  >Y  EX /  >Y  EX /  >Y    +        и  & A  & qA 	 & rA!  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  &  & ]A  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  & q  0 A!  0  0 ' 0 7 0 G 0 W 0 g 0 w 0  0  0  0  0  0  0  0  0 ]A  0  0 ' 0 7 0 G 0 W 0 g 0 w 0  0  0  0  0  0  0  0 qA  0 qA  0 r01!!!!!#".54>32!4.#"32>7l%k]ߠYY߇]k%EJsrKKrsJ2SUNRY/f
h0ZRM=XX씕WW  WW 2 F Q} B  & + 	  8 +   M +  8 	9 . 8 	9 	 Lи L/  S   EX  /   	>Y  EX +/ + 	>Y  EX /  >Y  EX !/ ! >Y M   + ! 3 A!  3  3 ' 3 7 3 G 3 W 3 g 3 w 3  3  3  3  3  3  3  3  3 ]A  3  3 ' 3 7 3 G 3 W 3 g 3 w 3  3  3  3  3  3  3  3 qA  3 qA  3 r + = A  = qA 	 = rA!  =  = ( = 8 = H = X = h = x =  =  =  =  =  =  =  =  = ]A  =  = ( = 8 = H = X = h = x =  =  =  =  =  =  =  = q   G A  G qA 	 G rA!  G  G ( G 8 G H G X G h G x G  G  G  G  G  G  G  G  G ]A  G  G ( G 8 G H G X G h G x G  G  G  G  G  G  G  G q012#!32>32#"&'#".54>32>2>54.#""!4.K`7l0Y|LCcE)JZe4,*Ĕbm::mc*E^xZR{R))R{RS|S))S|?HsR1W(Ie<sopr:!)!
 4%HuuIBjL)K=rdcs>>scdr=n4^RU]1 W & 6      Y& V    v    W& 6      Y& V          & <   	4   s  & =   h   J  :& ]    v    s  & =   k   J  :& ]        s  & =   k   J  :& ]         v #  #  + # и / # %   EX /  >Y 	   + !    + ! и   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01#543>7'&=37>3#"!{`DlX$3`N7
_ض$5`N7
eb\+0 FpR

'3FpRG   (      +   EX /  >Y01#"/&'+73(ACU   (  ?    +     EX  /   >Y  EX 
/ 
 >Y    +0132?>;# CAU 5% q    5  W / /  и /    ܹ     EX /  >Y  EX /  >Y     +01".5332>53$B[9E(A00A)E9['DZ2%B22B%2ZD'  }      
 +    +01#".54>32}    F!!  xs   G  / !/    и  / ! 
ܸ     
       +    +014>32#".732654&#"x/?##?//?##?/:@32@@23@$<++<$$;,,;$2@@22@@     (   	 +   EX /  >Y    +012#"&54>732>
T/L^-81.(@2&"KB"=6,"-705  &*i     +     	 +012673#".#"#4>32+,;%6"!;63*,=&6"";53 7/$?.!'!9-$?.!'!  | 	  Y 
  +    
9   
9 
    EX  /   >Y  EX 
/ 
 >Y   ܸ и 01+7>3!+7>3*R/

   .s  /  / ܹ    и / 
    EX  /   	>Y  EX /  >Y  EX /  >Y     и 	и   A!     '  7  G  W  g  w                  ]A     '  7  G  W  g  w                qA   qA   r 	 и 01+#!#"&'7632325#5463s_,mi4	$e=nt	'"  f      +       +01!!fG   f       +01!!fG   !.      +     +01.5467L=&2#!&K&N;3d6;=   n      +     +01'&547>54'&547L=&2#&K&N;2e6:=   n        +     +017'&547>54'&547L=&2#&K&N;2e6:=  !;  ) 3 */ +/ * и /   + #ܹ       +01.5467.5467L=&2#L=&2#!&K&N;3d6;=&K&N;3d6;=  n'  ) 3 */ +/ * и /   + ܹ #      +01'&547>54'&547%'&547>54'&547L=&2#JL=&2#&K&N;2e6:=&K&N;2e6:=   n '   ) 3 */ +/ * и /   + ܹ #      +017'&547>54'&547%'&547>54'&547L=&2#JL=&2#&K&N;2e6:=&K&N;2e6:=    q    +  и  и /  и /     EX /  >Y  EX /  >Y    +  и  01463632>72!#"'!MSRN     -     +  
и  и /  !и  &и &/   EX /  >Y  EX /  >Y    +    +   и  и  и  *017!!5463632>72!!#.'#"'"&5|MSRN}NRSM  B  1i|   
   + 
     +014>32#"..Pj<=lP..Pl=<jP.T=lQ..Ql=<iP..Pi  i   # 5  
    + .  $ +    +  7   EX /  >Y  EX !/ ! >Y  EX 3/ 3 >Y  A     '  7  G  W  g  w            ]A     ] и )0174>32#"&%4>32#"&%4>32#"&i!""'5!""'5!""'5M""!5'""!5'""!5  Wz  ' 0 D X l `   
 +     + O  ; + 1  E + w  c + Y  m + , 
 Y9 0 
 Y9 Y    EX +/ + >Y  EX /  >Y  EX // / >Y  EX 6/ 6 >Y  EX ^/ ^ >Y @  J + #   +   A y    rA!     (  8  H  X  h  x                  ]A!     (  8  H  X  h  x                  qA     (  8  H  X  h  r 6 T A!  T  T ' T 7 T G T W T g T w T  T  T  T  T  T  T  T  T ]A!  T  T ' T 7 T G T W T g T w T  T  T  T  T  T  T  T  T qA  T  T ' T 7 T G T W T g T rA v T  T r @ hи J rи T |01#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>0Rl<>mP..Pm>>lQ/L#=Q--P<##<P--Q=#eCD0Ql<>mP..Pm>>lQ.L#<Q--Q<##<Q--Q<# 0Ql<>mP..Pm>>lQ.L#<Q--Q<##<Q--Q<#3WX--XWXY--YXMnG!!GnMMmF!!Fm
PWX--XWXY--YXMoG!!GoMMmF  FmMWX--XWXY--YXMoG!!GoMMmF  Fm         +      +015	
z
	
         +       +017'&547>7.'&54?	&%	 6   	 5 	  + 	    EX /  >Y  EX /  >Y01'+>;k( 
*d   o N #  K + K и / # и / # !и !/ # &и &/ # ,и ,/ K Eи E/ K Hи H/ K Mи M/   EX /  >Y  EX @/ @ >Y '  + +     +   и   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q @ 1 A!  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1  1 ]A  1  1 ' 1 7 1 G 1 W 1 g 1 w 1  1  1  1  1  1  1  1 qA  1 qA  1 r + Eи ' Gи   M013>32#".#"!#!!#!32>32#".'#53.547#Zn@m]Q%
"1CY:ZqJZHpZ>_H4$	
	%$TfxFqT_ҒN,A+#%?zv/2'|~@%+%	#.K5Nً;'10   HH  #      +    +   	 +     9 	 и /  и /  %   EX  /   	>Y  EX /  >Y  EX /  >Y  EX /  >Y   !и "0167>;#7+"'#32###5	
9>?9
	WGl,z*E?x;;   h  } 72   " +    + 2    + ,   + " и / , 3и 3/ , 9   EX '/ ' >Y  EX  /   >Y  EX /  >Y '  A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q    2и 301!>54.#"!"&=!5.54>32!#c`r>VooŔV>q`byDe뇇eDxbkOwg~~??~~gwO4\mؖOO؉m\4  { . B C/ D/ 
ܸ C и / 
 #  и /  >    EX /  >Y  EX /  >Y   9 +  & A  & qA 	 & rA!  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  &  & ]A  &  & ( & 8 & H & X & h & x &  &  &  &  &  &  &  & q  / A!  /  / ' / 7 / G / W / g / w /  /  /  /  /  /  /  /  / ]A  /  / ' / 7 / G / W / g / w /  /  /  /  /  /  /  / qA  / qA  / r01>32#".54>32>54&#"#"&'2>7.#"$CCG(W_2GԌQ`5Iq5cVD1K8%
MRoO
+GeEbk9(If=#H~6f[rɖV9W;;5-
&Gy3cN/IdKvR+        +   EX  /   >Y  EX /  >Y  013!7!&'^\M
*ySz!+&  M  t / / ܹ    и /     EX  /   >Y  EX /  >Y  EX /  >Y     и и 	и 
01##!##5bbRkkR  W  K    +  	   EX  /   >Y  EX /  >Y       01!!!!547	&5W{[`RR$1.   z      +       +01!!=I   (       EX /  >Y     +01#"&=!267>;#5:
:O
.)%'I   J ' ; O { P/ Q/ P и / Q #ܺ   #9   #9  7  # A   <    +   2 +   
и  и < (и 2 F01".'#".54>32>32%2>7.#"!2>54.#"7\NCCN[79hO//Oh97[NCCN\79hO//OhF,KB;;BK,,M:!!:M+M9!!9M+-KB;;BK(BW//VC(+PsGGrP+(CW..WC(+PrGGsP+N&@S--T@&:V78V::V87V:&@T--S@&  K ) к   +  +   EX /  >Y $   +   A   qA 	  rA!     (  8  H  X  h  x                  ]A     (  8  H  X  h  x                q01>32#"&#"#"&'7>3232>7
:Vo@'94XC-	?]xE!A

"<`G/
>WU++
 DgHcZ*	'	 GqQ     / /   +   9 '  9  1    +01267#".#"'>32267#".#"'>324Xd84ec`.7Wc<4fc_.4Xd84ec`.7Wc<4fc_*-:+/$,$-8-0$,$-:+.$,$-8-/$,$   p      +    9    9  	к    9    9   к    9    	  
 +    +   и 
 и 	 и  01!3!!!!#!5!7!uGth@vHvThDeJJJ    PO   ?    + 	   9  и   и  и       +01!!''%v>	?xI   PO   ?   +   и  к 
  9  и       +015467>7.'.=!5!&&&(?>I  f   /    + 
   9    9      +013	#	>7	.'BnBL		N	
@@S    $    +     EX /  >Y013#     k    / !/    и  / и     и / ! ܹ     EX /  >Y  EX  /   >Y  EX /  >Y    +    +  013'&=354>32#"&#"!#!ǌ6g_!G+!G`{	'U\g7
0
R<}     "H #/ $/ #  и  / и $ ܹ     "  и /   EX /  >Y  EX  /   >Y  EX /  >Y     +  и   A y    rA!     (  8  H  X  h  x                  ]A!     (  8  H  X  h  x                  qA     (  8  H  X  h  r  013'&=354>32;#.#"!!ǌ4d`"IE<H_6w0KvQ+ {	'AXn>nO/Y~NAG   	   	 +     +012#"&'%tG
	  2E  % C &/ '/ & 
и 
/    ' ܹ      +  и  !01#".54>32#".546320!!1  U5q      +       +01!!Uaq<   J 	     +  	  +01+7>3J
F	   <      +     +01#"&/.'+73<IJZ{{   <      +       +0132>?>;#J	IZ{{  2  5 / /  и /    ܹ 
       +01"&5332653$|v@R``R@vpfGQQGbt  8{      
 +    +01#".54>32{    }   G  / !/    и  / ! 
ܸ     
       +    +014>32#".732654&#"}-="">-->""=-5@32@@23@^";**;"#:**:#2@@22@@  *)     +     	 +012673#".#"#4>32*,6"5"!<85*+8$4""<84P7+#;- % 8*"<- %   j 	  ? 
  +    
9   
9 
   	  +  и 	 
01+7>3!+7>3/q4		
       GPOSE!     GSUBUT[  p   OS/2٭y     `cmapv  l  tcvt   \   .fpgmrZr@    gasp       glyf  6  thead     6hheaT  8   $hmtx xR  
h  8loca:    (maxp      nameSb<!    bpostg    ^prep     K           b   " - 9        V  O             	                          wq_< 	    ʓ^p    .-  	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+     x  x   t  @ `J        tyPL   Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 :D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           R +j_+t	"	
T2yy?_#R/U})T8k!dI < _ !I"D"#$z%7&c'
'(R))K*(*+Q,9,-.;//0001`126223h334*4567U78U89:;;E;e<<=%=>>>?@I@|A	AxAB#CaDFG3G?GKGWGcGoG{H7IIIIIIIJJJJJJJJKK*LLL)L5LALSLMMMMMNNP2QQQQQQQQQRRRRRRRSVT\TnTTTTUUVXPX\XnYZ[[k[[[]G^^^^^^_
__(_:_F_X``e``aaIabbcccdd@dldde4efbgghj&jNjvjklmdn8nootoppqCqr[rrs1sYtjuuvWvwvvwwcwwxbx     r t                              	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  ' -          {   6 G Z 9 ( z(  s 2 a - O  / ] - D h  R  - .+  + }  M a di a+ a aE dp a6 1 r a ao a dh r d r ? {?  |Z  y| ( ! l( 8 M 0 Ob < 5 ;] ?$ O _g N X G G 7  0 G
 
 _ ` K Q QZ ( 1X ( 9  {     ~X  ;8 ^= ]x k   a= ^8 p  3  8 ; k# 8   k w    d+ a+ a+ a+ a6 V6 6 g6  Eo a d d d d d l 0? ? ? ?  yh I 3 0 0 0 0 0 0 b < ; ; ; ; = _ " / < G 7 7 7 7 7 s  ` ` ` ` Q % Q 0 db <+ a ; _ Y Lo a G d . 
 
 
 
 y| Z | Z | Z  8 Q8 q8 p8 88 8 /8 h8 x       , , B  -O ZV V wA */ ] + AY  x L ={  + Z+ i    >G >8 U   f  *   Ȱ , d `f# PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-, `` C#`C%%QX# <`#e!!Y-	,+*-
,  G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-, 5`-, EcEb +EcEb +      D>#8*-, < G EcEb` Ca8-,.<-, < G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+- ,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	  	  	  	  R	.  	  	  	  P  	    	  `R  	  0"  	 	   	 
L  	  0  	  d  	  4  	  4   h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - I t a l i c V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o   I t a l i c t y P o l a n d L u k a s z D z i e d z i c :   L a t o   I t a l i c :   2 0 1 1 I t a l i c L a t o C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .      
 0 D DFLT latn                 kern kern                   rdddR>&	R.ddddddRRd``R`dRdd...RRddddRRRd  r  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                           " i 
i i  9^ : <h ?^ Y Z \ li m o ri t} u} y {} |i } h   h   i i i i     	T T $T 9 : : : < ( ? : T T T T T T T  ( T  ( T . 	 h h  $ D F G H R T                                h h h   	    $             . 	 r r  $ D F G H R T                                r r r  " h h D F G H R T                        h h h  D F G H R T                          
  Y \ l r t u { |         E 
 E  E   l E r E t d u d { d | E  E  E   E  E     
   @ [ ` l r |       " # # & * 2 4 k m o p y }               m  7 	r 
 7  7 ' J ' r   " 2 # $r & * -8 2 4 DA FA GA HA JW P Q RA S TA U VA X ] k l 7 mJ oJ p r 7 t > u > w yJ { > | 7 }J r r r r r r r        A A A A A A A A A A A A A  A A A A A A     r A  A A   A A A    J J  7  7 '  7  7 ' J ' J J r N  : 	 
 :  :      $ - D F G H J P Q R S T U V X l : r : t < u < w { < | :                                         :  :   :  :    f 	| L L L | f f " ' # $| & * -8 2 4 D/ F/ G/ H/ JE Pf Qf R/ Sf T/ Uf VJ Xf YW Z [Z \L ]_ k mL oL p wf yL }L | | | | | | |        / / / / / / / / / / / / / f / / / / / / f f f f W W | /  / / f  / J J _ _ _ L L L L L L L L |  # & * 2 4 7 8 k p              / 	v C C v $v -J D F G H R T v v v v v v v                    v     C C C v 3  
  ; # & * 2 4 78 9J :h <, ?J Y| Z \| k l m; o; p r t, u, y; {, | };        , | |   , ; ;     ; ; ; +   
     # & * 2 4 I W Y Z \ k l  m o p r  y |  }                          	  $          > 	| L L |   "  $| -: D F G H P Q R S T U X w | | | | | | |                         |      L L L | 
  m o y }      : J 
J J  # & * - > 2 4 7| 8 9 : <h ? W Y Z \ k lJ m o p rJ tI uI y {I |J }            h     h   J J J J    $  	 
    $ 7 9 ; < = ? @ ` l r |                   q  6 	 
 6  6 A  A    " : # $ & * -i 2 4 D F G H P Q R S T U V X Y Z \ ] k l 6 m o p r 6 t P u P w y { P | 6 }                                                         6  6 A  6  6 A  A    &  	 
  ^ ^  $ 7A 9 ; <@ = ? l r |        @  @      ^   ^ ^  0  
  ; # & * 2 4 75 9, :| <; ?, Yr Z \| k l m; o; p r y; | };        ; r r   ; ; ;     ; ; ; - # & * 2 4 D F G H R T k p                                 > 	U    U $U 9 6 : 0 < - ? 6 D F G H R T m o y } U U U U U U U  -                    U      -         U    -   ( 8 < @ @@?>=<;:975-+'%" 
+K_PX@C   2 0     &   & 		  $    $  	KlPX@A   2 0  	 	  &     &   &   $  @J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'.54>54&#"#"'4632#"&!!7!!9DO.?gI)-60#z
-5-I9)8(c>0((0>22cu&#@[87P;+&%ia/(&.8'3</@)(?g6,     ! ~@    +K_PX@     $  $  KlPX@     &  $  @"     &  #  $  !YY8+#>74>32#".FuF!-."".-!-UV\44\VU->."".-""-    
  @   
 
+K_PX@	     $  KPX@%	     #  $   !@+	   #   &  $    !YY8+#"&=!#"&=$"%$"%ߛ""!ߛ""!   6   < @;@&  @?>= < <6431.-(&%$#!	+K_PX@-   &	  $
    KlPX@-	4   &  $
    KPX@8	4  5
 &  #  $  !@` 	4 		4   2   3   & 
 
&    &   #   &   &   $   !YYY8+#"&547#+#"546?3#7>;>;3323+32%3#Nqt0M+j'&v
-NMv&%jjX]#(
7KGk X	G
7K   Gbf 8 C Ns@8632$"+K	PX@<J) ?   4   2   0 5   KPX@<J) ?   4   2   0 5   K_PX@<J) ?   4   2   0 5   KlPX@>J) ?   4   2   0 5  $  @GJ) ?   4   2   0 5  #  $  !	YYYY8+.'7632.54>?>;#".'+4.'>w?=+A\Dg>w]9B|o@&g30%6I2]@~c>Fu"@":N,`JsP)5H)WHkG"aKN&1/1KoRSxLQ;@"!2IlO_S,A0#2Oh*?1%-DU   Z  ' 1 E Y\@VTLJB@861/,*$"
+KPX@0     &  	 &  $ 		 $ K PX@4     &  	 &  $  		 $  K_PX@8     &  	 &   $   		 $  KlPX@9 2   &     &  	 &  		 $  @E 2 		2   &     &  	 & 		 # 		 $ 	 !YYYY8+#".54>324.#"32>>;+#".54>324.#"32>;`{A8^C%6]}F8^C&$1(G4$1'G5w|
~:`|A8]C%6]}F8]D%$1(G5$1'G6xcj7)MoFck8)NpH2H."JsQ1E-!GqUci7)MnFcl8)NpH2G."JrQ1F-!Hr  9 B N0@ IG20)'#! BB+KPX@?;LK.& 2   $    $  $ K_PX@=;LK.& 2   $    $   $  KlPX@;;LK.& 2    &  $   $  @B;LK.& 2    &  #   &  $  !YYY8+2#"'.#">7>;#"./#".54>7.54>3267FrR-e)<)3R; /2B)6w[G`^Rb65]}H'%9iq#=T1_Fsr,Nj>!8-&C[49x?gBGs`zWf1[QOu\ B?Rj>8W<VF>   
 O@
   
 
+K_PX@	      $  @	     #  $    !Y8+#"&=$"%ߛ""!  zS  @+.547*Q*;& UuGJrN)JC.VS	/r    @+4.'&546?
'.547>9)R);& TuFIsN)1IC/WT.r   a 6 Y@
   6 6+KPX@ 0,+'$#	  5     @0,+'$#	    4+Y8+7>7'767&/7&546?3>?'.'i!$$$3T
	 # 2a!
dIefIe!
dIefHd
   s A  t@    
	+KPX@% 4 5    #   $  !@, 4 5     #    &    $   !Y8+!!#!7!5f55i6SQ   2$   _@+K_PX@    $  KlPX@    $  @    #    $   !YY8+74632'&54>7#"&2A6.1F- *'4A{/B'3-a_Z&&5E*E  a<  %@ +@     #     $    !8+!!s8  -'   S@+K_PX@    $  KlPX@    $  @    #    $   !YY8+74>32#".-"--""--"n."".-""- . 	 -@	+K_PX@   5  @
  4   +Y8++>;]:I4 I "!   Oj  ' @ ''	 +K_PX@   $   $  KlPX@    & $  @$    & # $  !YY8+2#".54>2>54.#"_sAb~`sAb TqB-Le8TqB-LeIےkIۓJkYxj0Yxi0       @ +K_PX@#
   2    $  KlPX@ 4  4   $  KPX@*
 4  4    #   $   !@/
 4  4   *     #    $   !YYY8+7!7#"&/3!!6{,֌MKq  /  J 4 @ -+'% 44+K_PX@-0 2   $     $  KlPX@+0 2    &   $  @40 2    &  #   $   !YY8+2>3!2!7>7>54.#"#"&/>Sf99bJQ)R&HIrO)#>U2p%#Wc/ZR[~Cx
"5;)AusxE6R6ufbf4   ]X C @ <:64.-,+#! CC	+K_PX@C?
 2 2   &   $    $  KlPX@A?
 2 2    &   &  $  @J?
 2 2    &   &  #  $  !YY8+2#".'763232>54.#7>54.#"#"&/>Tb6*MmCz{VjdjBP,B\ARW.Nf">T2r&#Xc.UxIOyZ;#pl{B.\_:W:8Zr;0Q;"{5P5vebf4   -  f   @	 +K_PX@   &   KlPX@   4  &  KPX@+   4 5    #  $ !@2  4 5     #   &   $  !YYY8+3+#!"&/3>7!./"+b{W79  DF . @.-)'+K_PX@;,+ 2   &     $   $  KlPX@9,+ 2     &   &  $  @B,+ 2     &   &  #  $  !YY8+#!632#".'763232>54.#"'!<379so\ii4]u?p_N=/C_CSd7$HnK2sDgM$/9dQ~͐O)6J%8eV9]C$  h0  2 @ /-%#	 +K_PX@$     &   $  KlPX@$   4    &  $  @-   4    &  #  $  !YY8+2#".54>7>;>32>54.#"Oe:Tvbl99W<3.%7$Dd@Oa6'Ge>O^5l2`WoP<n_>wy}E3,$)!;cH(5^L=cE%8_~      |@    	+K_PX@   $     KlPX@   &     @$   5  # $  !YY8++>7!"&=7	'D-+)u   R>  3 G @54!  ?=4G5G+) 3!3 	+K_PX@.  &  $   $    KlPX@,   &  &  $    @6   &  &   #  $   !YY8+".5467.54>32'2>54.#"2>54.#"cr>aaHiZe6t|QcN~Z0-Lc5Bz_9$FdQqG :X;HoL'9Y3^Q)&bXq@4[{F-#uiw?.RtF@Z9$LwS5W?#4Sf3-N;"-Lh:+P=%     w  1 @ .,&$	 +K_PX@$     &  $   KlPX@"    &    &  @-   5   &    #   $   !YY8+".54>32+>74.#"32>5K`7Rp^h8;T6c0.=P%D_:I{Z3xO~Y0M0\TiN;jXH}vvB<6-/:_D%2Y{Ju5Zv  -  ' @
$"+K$PX@  $     $  K_PX@    &    $  KlPX@    &    $  @!    &    #    $   !YYY8+74>32#".4>32#".-"--""--"d"--""--"n."".-""-	."".-""-   .  , @)'+K$PX@  $     $  K_PX@    &    $  KlPX@    &    $  @%    &    #    $   !YYY8+74632'&54>7#"&4>32#"..A6.1F- *'4Ai"--""--"{/B'3-a_Z&&5E*E."".-""-    W  @+6#/+-

'0     3@
 +@!     &     #     $    !8+!!!!Z:X=Ѓ   } X  @+	7>7%>7.'%.54>7/+Z|o

'0n    % 9 @64,*$"+K_PX@/  2 0   $     $  KlPX@-  2 0     &  $  @6  2 0     &  #  $  !YY8+>32#7>54&#"#"'4>32#".!KWc8FqP*/HWO=
%w5LWI1_Q8R;'
!-."".-!4(*Je;TvW?;@+0JA>H[=NZ$."".-""-   MM T d9@ VU ^\UdVdLJ@>9731)' TT+KCPX@P
[
<   2   &  

 &	   &  #  $  !KPX@W
[	
<   2   &  
	
 &	 	 #    &  #  $  !	@X
[	
<   2   &  
	
 &	  	 &    &  #  $  !	YY8+%"&'#".54>3232>54.#"3267>32#".54>32%2>7&#"FR?H0G. ?[wT?[)!3aK.DzelPvLk_<kmuϛZEv1<:8k#)Ia92JMPE#<R0<~uhN-4L#Fitv<u્ړL>03HR_ɥu@O؊םYu3WC(	GrI9H      @	 +K_PX@    &     KlPX@ 4    &    KPX@( 4  5   #  $  !@. 4   2   3   #  $  !YYY8+!#"&'!+3!.'N	%>^zQB&&C  a  e   * @  *("   +K_PX@,  &   $     $ KlPX@*     &  &  $ @3     &  &  #  $ !YY8+3!2#!2>54&#%32>54&+aph2%JoJGy?OxP(QyQ(|-SwI@tbLpcxB*NnE_q+MlAgg  d / @ '%"  //+K_PX@4  2   0  $    $  KlPX@2  2   0   &   $  @<  2   0   &   #   $   !YY8+%2>32#".546$32#".#"BfN7)	A^̍KtL|fS$@(EmWtʔU:g ' Qfq\䉻6{2F+N
(/(]o{B  a  =   w@
	+K_PX@  $    $     KlPX@   &   $     @!   &    #   $    !YY8+#!!24.#!!2>=qՔP7g]Ό2xƎO1vZlyA[  a  A  @
	 +K_PX@$    &     $    $  KlPX@"      &    &   $  @+      &    &   #   $   !YY8+!!!!!!.<=uϱ/   a  A 	 @	 +K_PX@    &     $   KlPX@      &    &  @& 5      &   #   $   !YY8+!!!#!.?L/   d% : @ 20+)"  ::+K_PX@7&
 2    &  $    $  KlPX@5&
 2   &    &   $  @?&
 2   &    &   #   $   !YY8+%2>7#"&50>17!#".546$32#"'.#"4ZOI$'	C6sRӖQsSnY%<
5KjK{͓R;lD

O':']芹3z2D(N
)%^q~C   a  E  @
	 +K_PX@    &    KlPX@4    &    KPX@#4  5   #  $  !@- 4 4   2   3   #  $  !YYY8+!#!#3!3QEPOOr}      Q@ +K_PX@      KlPX@    $     @     #    $     !YY8+!#3=   @
	+KPX@    $     K_PX@!  2    $     KlPX@  4 4   $     @'  4 4    #   $    !YYY8+#"&'7>3232>736^0
!+4\J3um"N~\  r  %   @ 	 +K_PX@     & KlPX@      & $ KPX@*   #    & $ !@7    2 2  #    &  $  !YYY8+3267>;#".'.+#3B#-,%#'+QQ" 	
#Y
	<n  a  f  d@ +K_PX@     $  KlPX@  4    $  @  4     #    $   !YY8+%!!3/7   a  v " @
+K_PX@    2   KlPX@   4 4 KPX@   4 4+@    4 4 4 4 +YYY8+67>;#>7+"'#3243	/.['*'	g#.~++.	{  a  E  @
	 +K_PX@    KlPX@   4 KPX@   4+@   4 4 4 4 +YYY8+2>73#"&'#3rj^`)gH  d  ) w@
&$+K_PX@  $    $     KlPX@   &   $     @!   &    #   $    !YY8+#".546$324.#"32>4_kӕOrӕO8g]vƎP8g]xƎO2zڹh8^扷3|_m|D_m|C^  r  i   @    +K_PX@   & $      KlPX@  &   &     @(   5  &  #  $ !YY8+#!2#32>54.#nBrm6JυtJUX."DhE6dVqM4]L:\A#  d  0 @-+#!+KPX@&  $   $      K_PX@&   5  $   $  KlPX@$   5   &  $  @-   5   &  #  $  !YYY8+#"&'#".546$324.#"32>3^R!"56q<ӕOrӕO8g]vƎP8g]xƎO2yظ4w^扷3|_m|D_m|C^   r  U  # @  #"  +K_PX@&   & $     KlPX@$  &   &    KPX@/  5  &  #  $ !@5   2   3  &  #  $ !YYY8+#!2#"'.#32>54&#vJyrm54bW 51"%/DUY-Y0YNWwS&(0WwGms   = @;9(&#!	+K_PX@3=    2 0  $   $  KlPX@1=    2 0    &  $  @:=    2 0    &  #  $  !YY8+#".#"#"&'7>3232>54.54>32&;T?@dE$0NeheN0FtAB,DdKEoM*0NcicN0@xln9#)#(E\54G3')2JhJfPeVY-7-,NmB7I2%&0JlOX|JTI  {    @    +K_PX@    $  KlPX@    &  KPX@  5    #   $    !@%   *  5  #   $     !YYY8+!#!7YW  $  @  +K_PX@   $  KlPX@ 4   $  KPX@ 4   #   $   !@# 4  4   #   $   !YYY8+%2>73#".5473vPeAkjc{ow>jk'Ko>mZi{ӛXHj-/i&K|Z1   |  W  w@ +K_PX@     KlPX@   4  KPX@   4 +@   4 4 +YYY8+32>7>;#|%7  M**L! g      , @,+#"! +K_PX@'
    KlPX@'
   4 KPX@'
   4+@"'
   4 4 4 4 +YYY8+32>7>;2>7>;#.'#
$+

'/
( <
:  :gO&&      @
+K_PX@     KlPX@     $ KPX@!     #   $  !@+    4 2  #  $  !YYY8+	3267>;	#"&'+ 	lz
Q$lq$  y    {@+K_PX@      KlPX@  4     KPX@  4   +@  4  4   +YYY8+#32>7>;GG
}!=;^44>      ~@    +K_PX@   $     $  KlPX@    &     $  @"    &     #     $    !YY8+!!7>7!7	"	l7<l;  !W  8@    
+@"     &  #   $  !8+!+32!WřC	   lq 	 -@ +K_PX@  5     @
   4 +Y8+32#"&'lI +iH2"9"  )  9@
	 +@'      &  #   $   !8+!!7>;#"&57X	ĘC80    [@ +K_PX@
  5     KPX@
    4+@
    4 4 +YY8+3#"&'.'+>rgz`+,+ X  +@    +@    #   $     !8+!7+tt  M 	 3@  		+K_PX@  5    @  4 +Y8+2#"&'
kc  0  + @$!++	 +K"PX@+    $   $    K_PX@/    $     $  KlPX@/    $     $  @:     2   &  # $  !YYY8+!#"&57#".54>322>7.#"0\#$S]f7<bE&-StZA{<1^TI++<pbP9 $@hI(/[VZ]3=lY\'FatE   O  ,q@  $",,  	+K	PX@-     $  $ K"PX@-     $  $ K_PX@1     $  $  KlPX@1     $  $  KPX@/ 2  &  %     @;    42  &  # $ !YYYYY8+33>32#"&'#"32>54&OX&X`h6"?YmFQ*0b[P &j74\L<)V4=eF'R_6D?Au<jW6-,Kes{<w|  <b / @-+&$+K	PX@/ 2 0  $    $     KlPX@/ 2 0  $    $     @6 2 0   &    #   $    !YY8+%#".54>32#".#"32>3234]^e:X[/Mrd38+A3E{\58Q6-F6)!,9L-<m\{hGDC
Kf>eG'!6   5  *P@ $"**
 +K"PX@1     $   $    K_PX@5     $    $  KlPX@5     $    $  KPX@3    2   &  %  @@   4  2   &  # $  !YYYY8+!"&57#"&54>323%2>7.#"#&Zck7"?YmFJ{+E90a[O!&j6OY0V$AjK)R^6:6-?;iV5,^Yw}  ;q * 9 @,++9,9'%
+K	PX@-0    2 $     $  KlPX@-0    2 $     $  @40    2  &    #    $   !YY8+32>32#".54>32%">54.q6uv0K;-& ,3afo@W`4!?[uQMpH#?jR:d #8BoYB#75K2:k^NxW2,DRB4[{G19B$'    ? #	@   # #"!+K2PX@7
   $   $     $  K_PX@/
    #    %  $  KPX@4
    &   &  $    !@:
    &    #    &   $    !YYY8++'.5737>32#"&#"3ve.KFdAcI>3	+I8&aKWNbW]0\8ZA]   ; K ^P@=<[YSQEC<K=K4320(&
+KPX@B9$	  &   &   $    $     KIPX@E9$ 2	  &   &  $    $     KlPX@B9$ 2	  &   &     %  $  @L9$ 2   &	  &   &    #   $    !YYY8+#".54>32.5467#".54>32!2>54&#"4&'.#"32>0"(")1)BzmWe7RY$G#	&^<:eL,5fbnQ~	
~6R9YN6R8W
6_*RxN&yoBmM+2PD<<?%*DHU:Gb9$B]8OrJ")B)&JoJHmB4;9/M`1XZ,J^3Z^-	0?"HL#:N   O    @    +K_PX@      $  KlPX@      $  KPX@5   &     KPX@)   45  #  $  !@/   42 3  #  $  !YYYY8+33>32#>54&#"OSOes|LL=B-_ZNATvy+{%RP1ZN   _     @  
  +K	PX@  $      K_PX@  $      KlPX@  $      KPX@     %  $  @#   &    #   $     !YYYY8+##".54>32zz#,,!",,#>-##-.##/  g  (@  %#  +K	PX@&	   $    $     KIPX@&	   $    $     KlPX@#	      %  $  KPX@&	 2     %  $  @0	 2   &    #   $    !YYYY8+#"&'7>323267#".54>32-LiC#2GE
#-+!"+,#=iN-

`IQ@>-##-.##/  N   	@    
+K_PX@#     &  KlPX@#     &  KPX@"     &  % KPX@. 4   #    &  $ !@5 4 2   #    &  $  !YYYY8+3267>;#"&'.+#jOy0";Ws
   X    _@    +K_PX@    KlPX@    KPX@ 5     @   4+YYY8+33X?   G   0*@   0 0+)#"		+K"PX@$   $   K_PX@(     $ KlPX@(     $ KPX@1     # &     $   !@C  2 3    #   &   &     $   !YYYY8+332>32>32#654&#"#>54&#"GzY<KcgbLhpoLL2;+VPEAM/;0YOD?<~2{1(KG+S{P0GD0[R  G   @    	+K"PX@     $   K_PX@$      $  KlPX@$      $  KPX@-     #   &     $   !@1  5    #   &     $   !YYYY8+332>32#>54&#"GyY<Qmq}LL=A0c\O:<Ć*{%RO4_S  7  # @ ##	 +K	PX@  $    $ KlPX@  $    $ @$    &   #   $  !YY8+%2>54&#"".54>32IxT.nhJwT.mYSd8PnSd8P}P_O_9ldb9lcc     +L@  #!++  	+K	PX@1   $    $  K"PX@1   $    $  KIPX@5     $   $  KlPX@7  $   $   $    @<     #  &   &     $   !YYYY8+32>32#"&'"32>54&Y<&Zcl8"?YmFK|*60c\O &k74\L<)VM<BkL)R_6;7E<lW7-,Kes{<w|   0  0 @ )&0 0 +K	PX@/%
	   $  $      KIPX@/%
	   $  $      KlPX@/%
	    5  $  $  @7%
	    5   & # $  !YYY8+#"&54>5#".54>322>7.#"p ;#PZb4<bE&-StZA{<0]TH-+<pbP9 %;^C$/[VZ]3<jWc'FatE   G    @    +KCPX@!
    $   K_PX@%
      $  KlPX@%
      $  @.
     #   &     $   !YYY8+332>32&#"GzY AY** /,a38*   
  9 @75&$!	+K_PX@39   2 0  $   $  KlPX@39   2 0  $   $  @:9   2 0    &  #  $  !YY8+#".#"#"&'7>3232>54.54>32!/D0-J6>^m^>7gZa/, 0I81O7>^l^>3`V[2S,;!/8)&:ZHFa:E6D#2C&3<(#7XI@w\7=4  _> 02@/-(&#!+K2PX@.+ 4   2    $   $  K_PX@,+ 4   2   &  $  KlPX@,+ 4   2   &  $  KPX@5+ 4   2   &  #  $  !@;+ 4   2 0    &  #  $  !YYYY8+74>7#"&54>?>;!!32>32#"&?qK^,
=/)(	%0}?ap$:/9)231	U+1j   ` # @   # #+K"PX@    $ K_PX@!     $  KlPX@!     $  KPX@*     #  &   $  !@1   2    #   &   $  !YYYY8+32>73#"&54>57#"&5467bL=B.a[N?zX"Qjq}L|$RP2\P"("Q*  K    w@ +K_PX@     KlPX@     KPX@   4 +@   4 4 +YYY8+32>7>;#K:t%J$$I&   Q   . @.,"  +K_PX@'    KlPX@'    KPX@'   4+KPX@'   4  4+@!'  4   4 4 4 +YYYY8+32>7>;2>7>;#"'.'+Q]Jq
 W{
t#A  A#p#B! C#"! R"      @
+K_PX@     KlPX@     KPX@"     #   $  !@)   #     &  $  !YYY8+32>7>;	#"&'+h

!/+   Q  @+KIPX@      KlPX@     $  KPX@     #  $    !@&    2   #   $    !YYY8++32>7>;<)	@)*+     Y  y@
+K_PX@   $      $  KlPX@   $      $  @!     &     #     $    !YY8+!!7>7!7!P6	K#&J#ߌ   1Y E K@=;30+@5& :   &     &  #  $  !8+4&#72654.54>;+";2#".54>85JI-YV1	
'B/"3;5@#C=
2EfC" & 4Bhw|575ai7MEoQ;?<MgA![?<rsu?FU%(Gb:Bxsq  5  <@ +KIPX@     $  @     #     $    !Y8+3#   G K@?=52+@5<(     &     &  #  $  !8+3"+7>;2>5<&454>7.54>54&+"&54>573285JI-YV1	
'B/"3;5@#C=
2EfC" & 4Bhw|575ai7M
	EoQ<?;LhA![?<rsu?FU%(Gb:Bxsq   9   G@ 
 +@- 4 5   #   &   $   !8+2673#".#"#4>32AI%Ef@4f_V$AI%EeA4f_VeUFCpP, '!TGCpP-!'!    ! }@    +KIPX@  $      $ KlPX@     %  $  @"    &     #     $   !YY8+>734>32#".C
hB."--""--"-UW\45\VU-."".-""-   & / 8 @54/-*)#!
	+K	PX@B %   4 2 0 5   $     $  	KlPX@B %   4 2 0 5   $     $  	@I %   4 2 0 5     &  #  $  !	YY8+.54>?>;#".'>32+R`4Mф"@-R}04+=*@[?*	'!S`i6!@tjZ]0
	Dq`~מ\?1<	"<#6& Dv      >+@=<75/-'% 
	+K_PX@8+ 2   &  $   $  KlPX@6+ 2   &   &  $  KPX@?+ 2   &   &  #  $  !@G+ 2   &     &     &  #  $  !YYY8+#!>3!#!7>7#7>;>32#"&'.#"!zY	60<	;#9+$q!PmT{X9K#2H4AkQ3  Kj*Ip
/C..F	^zF&B[5,

0$+OpEF   +` # 7 @
42*(
+KlPX@8 !     %   $    @B !       &  #  $  !Y8+467'7>327'#"&''7.732>54.#"![,h:9f+Y"![,h99e,Z!#>Q//S=$$=S//Q>#9e,Z"![,g:9f+\!![,g:.Q=$$=Q./R>##>R   ~   "@"!  +K_PX@+
  
  &	  &  KlPX@+
  4 
  &	  &  KPX@7
  4 5 
  &	  #	  $  !@J
  4  4 5   
 
 &    & 	  # 	 	  &   $   !
YYY8+!32>7>;!!!!#!7!7!6ʐ
	_"6V''Vp'!:;=cicAci  5   T@ +KIPX@      &   $  @!      &   #   $   !Y8+3#3#   ; F V @DB+)&$+K_PX@7FTL; !   2 0   %  $  @AFTL; !   2 0    &  #  $  !Y8+#".#"#"&'7>3232>54.5467.54>32>54.'R!/B0/K6DfvfDY_%-6f^a00	!0I:2O7)BUYUB)ag%.3aW[/:Zn3:26Ug1E9.>".A88JdH[)!U9J`7D6B"3E))<0(*0?R8Y'"X>AvZ5>6/B82V51D70#P   ^  ' o@
$"+K_PX@   $  KPX@   #  $   !@!   #    &   $    !YY8+#".54>32#".54>32? )(() g))))((**((**  ] + G ab@ \ZPNB@42(& +++K	PX@H    2
  0   &   & 		 $   $  	K_PX@H    2
  0   &   & 		 $   $  	KlPX@F    2
  0  		 &   &   &  $  @O    2
  0  		 &   &   &  #  $  !	YYY8+2#".54>32#".#"32>%4>32#".732>54.#";		<9tbs?Dzbm9.2M:GpP**Kg>?V9!.4`ee_44_ed`4e,QsXXsR-cXsQ,@BIDzdeyCC8A-TxKMyR+e`44`ed`44`eYtS--StYe.Sv  ? - 9 @/. 32.9/9%#
 --
+K6PX@6!  2   &	   %  $  K_PX@=!  2  2   &	  %  $  @H!  2  2   &   &	  #	 $  !YY8+"&/#"&54>?6454&#"#"&/>32'26?.04AR%Vj(0"0$6xD,D//.G$B\9*H	1 ED(K;&&.6
(2.4G(P&#m*"     % @%+774
o;]4
o;
 
    >  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!#![4$9^   a<  %@ +@     #     $    !8+!!s8  ^  3 I V@44VTLJ4I4HDB97650.$"+K	PX@>>2  		 & 
 &   $     $  K_PX@>>2  		 & 
 &   $     $  KlPX@<>2     &  		 & 
 &  $  KPX@E>2     &  		 & 
 &  #  $  !@K> 2 0     &  		 & 
 &  #  $  !	YYYY8+4>32#".732>54.#"#!2#"'.#'32>54.+^4`ee`44`ee`4e,RrXXsR-c焄b kj!	Ps8M/+F4e`44`ed`44`eYtS--StYee|}z^
.r(:&%8$  pA  %@ +@     #     $    !8+!!~Aq  '  ' S@$"+K_PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"3XvDEwX22XwEDvX3}6I**I66I**I6hCvW22WvCBuW33WuA*I66I**J77J  3 PK   @    
		+KPX@1 4 2   &   #   $   !@9 4 2    &     &   #   $   !Y8+!!#!7!!!/e--j/Dr{$  d - @ (&#!
 --+KlPX@++	 2    &  $  @4+	 2    &  #   $   !Y8+26;2!7>?>54&#"#"&/>`m0?"2*6(6**A!CddS,HA<*89:-0+2ji   |d : @ 31.,('&% ::	+K>PX@A6 2 2    &   &  $  @J6 2 2    &   &  #  $  !Y8+2#".'763232>54&#7>54&#"#"&/>.K5980Nd48Q7"	:+!"5%FV[S5,2=@5HWd->$-E7<]?!1G/!%011Y=>,-.+4P4   	 3@   	 +K_PX@   5 @ 4   +Y8++7>3f"    %P@   % %+KIPX@%     $  K[PX@%   5   $ K_PX@)   5   $   KlPX@)   5   $   KPX@4   5   #    & $  !@9    2 5   #    &  $  !YYYYY8+32673#"&=#"&'#"&5<7\SVQF=]|gFPA^#U %Y
RYJBlHC/+$H    k7  @    
	+K_PX@   23   $  KPX@'   23   #   $    !@2   * 0 0 3 #  $   !YY8+##!#".54>3ܵ붝j]i9Hq77]2Z~MZtC     %@+@    #    $   !8+4>32#".)67((76)Q8((86))6   w 
  @  +K	PX@!     (  $  KPX@     4  $  KIPX@$   4  4 $  @-   4  4  # $ !YYY8+232654&'73#"&'76E(+GB:k JC!;Q0&B	(#	R?.$9'5   z^  @ +K2PX@ 
 4  4    $   KPX@*
 4  4    #   $   !@/
 4  4   *     #    $   !YY8+37#"&/733!6
y hNyu,\		6]  <  ! `@ !!	 +K_PX@  %   $   @$    & # $  !Y8+2#".54>2654&#":]A"0UxH;^A#0Wy
ZYA?2E+@%Ea<R]2%Eb<Q]2uKU&C^8KT  w   % 	@%+'&54767&'&54?'&54767&'&54?5	p!;5	p!;{ |{      k   + 1@10+*)('&" 	 +K_PX@E%/   2 2
   &  &	 KlPX@B%/  	4 4 2
   &  & KPX@N%/  	4 4 25
   &    #  $ !	KPX@R%/   		4 4 4 25
   &    #  $ !
@d%/  		4 4 4 

* 0 2 3    &     #   &   $  !YYYY8+3+#7!"&/3+>;37#"&/733!>73nUjw/F1!Gu6
y hNyuI>] [,\		6],    \ 	 7 H@
HGFEDC?=9820,*
77	+K_PX@JB;5  2 2
  &  &	  $    KlPX@GB;5 	4 4 2
  &  &  $    KPX@PB;5 	4 4 2
  &  &    #  $  !	KPX@TB;5  		4 4 4 2
  &  &    #  $  !
@^B;5 		4 4 4 

* 2   5   &  &  #  $  !YYYY8+%+>;26;2!7>?>54&#"#"&/>%37#"&/733!/F1!G`m3C$2*6(6*/=	+6
y hNyu5 [IdS-LC>!8*89:-04)ji<,\		6]    z   T Z@&ZYMKGEA@?>8631+)TT	 +K<PX@eP"/
	X   2 	
	
2 

2  	 & 
  
 &  &  $ 
K_PX@iP"/
	X   2 	
	
2 

2  	 & 
  
 &  &   $ KlPX@jP"/
	X   2 2 	
	
2 

2  &  	 & 
  
 &  & 
KPX@vP"/
	X   2 2 	
	
2 

25  &  	 & 
  
 &    #  $ !@P"/
	X  2 2 	
	
2 

2 2 3  &  	 & 
  
 &     #   &   $  !YYYY8+3+#7!"&/3+>;%2#".'763232>54&#7>54&#"#"&/>>73nUjw/F1!Gu.K5980Nd48Q7"	:46"5%FV[S5,2@15HWI>] [->$-E7<]?!1G/,2%011Y=>,-0%	4P4c, u ' ; @86.,&$!+KIPX@/  2 0  $    $     KlPX@,  2 0     %  $  @6  2 0   &    #   $    !YY8+#".54>?332>324>32#".u!LWb8DoQ,/IWN:$u	1HSF/-;!7S<'!-."".-!4''HgAQsS<56$-B:8CV;)?+$."".-""-  & $   O    & $   _    & $   O    & $   O    & $   	O    -& $   P       @
	 	+K_PX@4    &    &    $     $ KlPX@2      &    &    &  $ KPX@;      &    &    &   #  $ !@B 2      &    &    &   #   $   !YYY8+!!!!!!!+!L *:&$@  d J(@ FD<;64/-%#  JJ
+K	PX@K9= H  2 0  $   $ 	   $  	KPX@K9= H  2 0  $   $ 	   $  	KIPX@R9= H 2 0	  2  $   $   $  
K_PX@O9= H 2 0	  2   %  $   $  	KlPX@M9= H 2 0	  2   &   %  $  @W9= H 2 0	  2   &    &  #  $  !	YYYYY8+232654&'7.546$32#".#"32>32#"&'76(+GB0r~BtL|fS$@(EmWtʔU:gUBfN7)	AWߒJC!;Q0&B	(#	vdڀ6{2F+N
(/(]o{B ' Q^o:?.$9'5 a  A& (   $   a  A& (   $   a  A& (   $   a  A& (   	$   V  
& ,         & ,       g  & ,         & ,   	     E    ! @ +K_PX@&    &  $   $  KlPX@$    &    &  $  KPX@-    &    &  #  $  !@5    &    &      &  #  $  !YYY8+3!2#!#%4.#!!!!2>SPԕOpQ{7f]>\?2xŎN	Z㈷vlyAn[  a  E& 1      d& 2      d& 2      d& 2      d& 2      d& 2   	    l 9W  @	+		'	7	9|8fnPg0]d]e[]Z  0 % 1 =@:8.," +K PX@65*)#
   5   $    $     K_PX@65*)#
  4  5  $    $     KlPX@45*)#
  4  5   &   $     @=5*)#
  4  5   &    #   $    !YYY8+#"&'+.546$327>;.#"%4&'32>4_kaCm=JMRrhEY`EJ+)2OvƎP$"<0wHxƎO2zڹh82/	T錷3|;6pTa<.1_*X;&'^ $& 8      $& 8      $& 8      $& 8   	   y  & <  < 	+        @
 +K_PX@!   &   &   KlPX@!  4   &   &  @,  4 5   &  #  $  !YY8+32+#332>54&#rn6J΅!3JUX.6cUqLa4]Lt  3& P@ LKFD=;%#  PP+K,PX@;JG 2   $    $    $  	K_PX@8JG 2   %   $    $  KlPX@6JG 2    &   %  $  @@JG 2    &   #   &  $  !YYY8+2#"&'7>3232>54.54>54.#"+'&573>Y~Q&/FQF/+@K@+>iOY10	"-@0*G3.DQD.1JWJ1-I4>mU:
l.KFn(^6Se/D`H638&#/)+=XAV_3E6B"6I*0?.(4H8>XE:@P8;0CtUKW!M\K 0& D    Ci   0& D    v+   0& D    "   0& D    "   0& D    j"   0& D    6     G U b3@&WV \[VbWbQOIHCA<:75/.(& 
	 GG+K	PX@HE?" 2 2
 &  $	   $ KPX@HE?" 2 2
 &  $	   $ K,PX@TE?" 2 2
 &  $	    $  $ 
KlPX@aE?" 2 2
 &  $	     $	    $  $ KPX@]E?" 2 2  #	    &
 &  #  #  $ !
KPX@^E?" 2 2   & 	 	 &
 &  #  #  $ !
KNPX@_E?" 2 2   & 	 	 &
 &  #   &  $  !
@gE?" 2 

2   & 	 	 &  
 &  

 &  #   &  $  !YYYYYYY8+232>32#"&'#"&54>7>54#"#"&/>32>32>7">54&]<fK*7zl1K;-&,3afo@i' Ydj1@<U?0Whlz<xg-NA4]K4	<bI2c(K%BY39lU7

#74L1rr>W8wxGc>(!)!7QP`UT^%<Q2HE%JoJ-TvH$3@$9D  <b I@ EC;:42-+#! II
+K	PX@N6< G  2 0  $   $ 	   $  	KPX@N6< G  2 0  $   $ 	   $  	KIPX@U6< G 2 0	  2  $   $   $  
KlPX@R6< G 2 0	  2   %  $   $  	@Z6< G 2 0	  2   &    &  #  $  !	YYYY8+232654&'7.54>32#".#"32>32#"&'76(+GB2JqL'Mrd38+A3E{\58Q6-F6)!,/TTW1JC!;Q0&B	(#	y
CkT{hGDC
Kf>eG'!63H-<?.$9'5 ;q& H    C    ;& H    v    ;q& H        ;& H    j    =  &     C    _  u&     v    "  ^&         /  w&     j     < 1 E }@32=;2E3E+)!+KlPX@*7-10   &  $     @47-10   &   #  $    !Y8+.54?.'&54?7#".54>32.'2>7.#")`7%XFqQ^FȂRe8E}ia0LL!AoX>	&<U9KwR+"=S)		^%7@3|9	STk9k_lU[\E3lv,Q?&<iQCjI'  G  & Q     +   7& R   C   +   7& R   v   +   7& R      +   7& R      +   7& R   j   +    s A~   ' A@&$
 +@+    &      &  #  $  !8+!!4>32#"&4>32#"&B&2'&21;X&2'&20<2&(1$>f2&(1$>   %  ) 4g@+* *4+4&$ +K	PX@932#"    $   $    KPX@932#"    $   $    KPX@932#"   5   $   $    KlPX@932#"  4  5  $   $    @A32#"  4  5   &   #  $   !YYYY8+"'+7.54>327>;&#"2>54&'|Z$:C(+Pn}["  Z'+P8NJzY1I{Y1F7=15Xb@.5WcYBZ-LsMg,K ,  `& X   C   +   `& X   v   +   `& X      +   `& X   j   +   Q& \   v   +    %  ,:@  $",,  	+K	PX@1     $   $  KIPX@1     $   $  KlPX@1 5    $   $  KPX@- 5  &   &     @8    45  &  #  $  !YYYY8+3>32#"&'#"32>54&%ݰY&X`h6"?YmFK{+.' 0b\O!&k74\L<)V4=eF'R_6;6&<jW6,,Kes{<w| Q& \   j   +    ' 0@ )($" ''
+KPX@0-    & 	   $  KIPX@7-	  2   &   $  K_PX@4-	  2   &   %  KlPX@4- 4	  2   &   % KPX@B- 4  2	  0   &  #  $  !@N- 4 2 0   0	  0   &  #  $  !
YYYYY8+2#"&5467#"&'!+3#32>!.'Y0LRVBN	%_-&(@F:?n)^g!*3 '	QB&&C   0 4 F?@65 ?<5F6F1/('$" 44
+K	PX@>&;   $ 	 $   $  KPX@>&;   $ 	 $   $  K"PX@E&;  2  $ 	 $  $  KIPX@I&;  2  $  	 $   $  	K_PX@F&;  2   %  $  	 $  KlPX@F&;  2   %  $  	 $  @Q&; 2  2   &	   &  #  $  !YYYYYY8+2#"&54>7.57#".54>32#32>2>7.#">Y0LR*:"$S]f7<bE&-StZA{<y-&(C1^TI++<pbP9 @F:=81@hI(/[VZ]3,!*3 '	\=lY\'FatE  d & &      <o& F   v   +    aA %@ "  %%+KPX@9     &   $    $	
   $  KIPX@@	
 	 	2    &   $    $ 		 $  	K_PX@=	
 	 	2    & 	 	 %   $    $ KlPX@;	
 	 	2    &    & 	 	 %   $ KPX@E	
 	 	2    &    &    & 		 # 		 $ 	 !@K	 *
 	 	2    &    &     & 		 # 		 $ 	 !	YYYYY8+2#"&5467!!!!!!#32>GY0LRVB/<=ui-&(@F:?n)!*3 '	   ;q A P@CB BPCP><0.)' AA
+K	PX@?G2  2	 $   $    $  KPX@?G2  2	 $   $    $  KIPX@FG2 2  2	 $   $   $  	KlPX@CG2 2  2   %	 $   $  @KG2 2  2 	 &    &  #  $  !YYYY8+2#"&5467.54>3232>3232>">54.IY0LRI9U_2!?[uQMpH#6uv0K;-& ,MT+$(?jR:d #8@F::f(<j]NxW2,DR%BoYB#7P]!)2 '	Y4[{G19B$'    _    W@    +K_PX@     KlPX@     @    #   $     !YY8+#zz      @	+K_PX@
       $  KlPX@
    4    $  @%
    4     #    $   !YY8+%!!76?3m=7EY&}-`W   L  b  {@+K_PX@      KlPX@      KPX@   5     @    4 +YYY8+4?37#LNF\TDJf!IE  a  E& 1      G  & Q   v  +    d  2%@  /-%#  
	+KPX@3     &   $
	 $ KPX@@     &  $
    $
	 $ K PX@=     &  $      $
	 $ K"PX@I     &  $      $
  $ 		 $ 
K_PX@G     &  $      $
   $  		 $  
KlPX@C     &
     &    &   $  		 $  @J     &
     &    & 		 #    & 		 $ 	 !YYYYYY8+!!!!!7#".54>324.#"32>;=qZuFhKkS h/ZSmI0[SmHr~\ㇹ6~&Ge?j|Dck|Cb  . 4 F U@ HG65 GUHU><5F6F0.&$  44+K	PX@6L2" 2  $	  
 $ K6PX@6L2" 2  $	  
 $ K[PX@CL2" 2  $	     $	  
 $ KlPX@OL2" 2  $	     $	    $
 $ 
KPX@LL2" 2  #	    &  #
 #
 $ !@ML2" 2	   &   &  #
  &  $  !YYYYY8+232>32#"&'#".54>32>2>54&#"">54.AhJ'8\~ym0K;-&,2afp@i'E΁QzQ)Ukk#?IQ}U+]aN|X/.JH;fP8h&'="?X5)LC;0&#74L1tsny;eHXe[ZfvNqsLy/VB(.YQ3:A!*!  & 6       
#& V   v + & 6       
,& V   ~ + y  & <  	< 	+    & =   8     Y& ]   v   +     & =   8     Y& ]      +     & =   8     Y& ]      +    i ' @   ' '&% +KIPX@,  &  $    $     K_PX@)  &     %  $  KPX@3   &  &    #   $    !@: 2   &   &    #   $    !YYY8+#763>7'.546767376$3#"!2:.UH8*0 /UI9+G!˹[7:^E	ſ_;^E}  Q  [@ +K_PX@   5  KPX@   4  +@ 4  4   +YY8+#"&/.'+3rdw	  q  [@
 +K_PX@   5    KPX@   4 +@   4 4 +YY8+32?>;#qxds pA q      z@ 	 +K_PX@    % KPX@4    #   $   !@" 4 4    #   $   !YY8+".5467332>73r>V6y4B'6#z&Eg!:M-3?)9!6aI+   @+@    $   8+#".54>32#.-""-.#:-""-/##/   kJ   S@+KPX@   %   $    @!     &  #  $  !Y8+4>32#".732654&#" 7H()I8  8I)(H7 d6/-77-/6#*D22D*)D00D),88,-88  /t   @  +KPX@     $  KIPX@   4  $  @(   4  #  $  !YY8+2#"&54>732>RY0LR.@%W-&( @F:"@:2!*3 '	  h  @ 	 +K*PX@   %  $ K[PX@%   #  &   $  !KpPX@,   2   #   &   $  !@3   2 2   #   &   $   !YYY8+273#".#"#>32Ai!2B% 5-) (j"3A%!4-()X/M7#-,.N8#   ) 	  @

  

 	 +K_PX@   $  KPX@   #  $   !@'2   5 # $  !YY8++7>3!+7>3H" S   !$@   !  	+K(PX@$   $  $ K_PX@(   $   $  KlPX@(   $   $  KPX@2 2    &  #  $  !@> *   * 2    &  #  $  !YYYY8++#!#"&'7>3267#7>3"|lkOz=<;ND#u}wH	?C?
     %@ +@     #     $    !8+!!}  o  %@ +@     #     $    !8+!!7}    @ +.5467j^/	!
%J%dL	09@"6     @ +'&5467>54&'&547pj^0	!
%J%dL	08@#6     @ +7'&5467>54&'&547j^0	!
%J%dL	08@#6    1 	@ +.5467.5467j^/	!
j^/	!
%J%dL	09@"6*%J%dL	09@"6    1 	@ +'&5467>54&'&547%'&5467>54&'&547yj^0	!
j^0	!
%J%dL	08@#6*%J%dL	08@#6    1 	@ +7'&5467>54&'&547%'&5467>54&'&547j^0	!
j^0	!
%J%dL	08@#6*%J%dL	08@#6   %E@%$ 
+KIPX@$     $    KlPX@$   5   $   KPX@"   5   &  KNPX@.    4 5   #   $  !KPX@4  4 5   #    #     $   !@5  4 5   #      &  $  !YYYYY8+>3632>32!#"&'!,*?G#)33#P$KIF &!6H0+u6/,)D  B 9@9876/-&$

+KIPX@:  )!(" & 	  $    KlPX@:  )!(" 5 & 	  $   KPX@8  )!(" 5 	  & &  KNPX@D  )!("  4 5 	  &  # $ !KPX@K )!(" 4 5   #  	   &  # $ !@S	 )!(" 4 5   	 	  &   &   #   &  $  !	YYYYY8+>3632>32!!#.'#"&'#"&5<>7!!,*?G#)33#P$KIF &"Pj.*?G!0+O$KIG&!kP/,
	'(v://
(     <@+KPX@   $    @    #    $   !Y8+4>32#".:eLMe;;eMLe:SMe;;eMMd;;d  -,   ' ; @86.,$"+K_PX@   $ KlPX@   $ KPX@   #   $  !@+    #   &   &    $   !YYY8+74>32#".%4>32#".%4>32#".-"--""--""--""--"!..""..!n."".-""-."".-""-."".-""-  Z  ' 1 E Y m @~|trjh`^VTLJB@861/,*$"+KPX@4     &	 &  $		 $
 K PX@8     &	 &  $ 		 $
 K_PX@<     &	 &   $  		 $
 KlPX@= 2   &     &	 & 		 $
 KPX@J 2 		2   &     &	 &		 #		 $
	 !@Y 2 

2   &     &   &  	 & 		 #  

 & 		 $ 	 !
YYYYY8+#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>;`{A8^C%6]}F8^C&$1(G4$1'G5w|
~:`|A8]C%6]}F8]D%$1(G5$1'G6):`{A8^C%6]}F8]D%$1(F5#1'F6xcj7)MoFck8)NpH2H."JsQ1E-!GqUci7)MnFcl8)NpH2G."JrQ1F-!HrRci7)MnFcl8)NpH2G."JrQ1F-!Hr     @+74
o ;
    w   @+'&54767&'&54?5	p!;{    c 	 B@	+K_PX@      KlPX@  4     @
  4   +YY8+'+>;?/F1!G5 [  * B@BA?>=<861/,*(&#" +K_PX@L	4	   2 		2   &	 &  $  
 $ 


 	KlPX@J	4	   2 		2   &   &	 & 
 $ 


 KPX@S	4	   2 		2   &   &	 & 

 # 
 $ 

 !	@c	4	   2 		2   &      &   &    &  	 & 

 # 
 $ 

 !YYY8+3>32#".#"!#!!#!32>32#".'#7367#T!wp;C&6J3MoT0dRoI.ASގqv>̎LcWB 4f`7#H&6-6-DeqRҀcJG   I6  % @%%$#"! 

+K_PX@4 2  $	    $	   KPX@3 2	    &	    $   !@K * 2 0    #	   &    &     $    !	YY8+>7>;#7+"'#32'###7	fGk.
}.iGg<x;P3rGRHNee    A =@   = <98., 
+K_PX@$!     $  $ KlPX@"!      & $ KNPX@,!      &  # $ !KPX@-!      & & $  !@3!      &   #  &  $  !YYYY8+!>54.#"!"&546767!7.54>32!5Ti<5aReH*Lj@4/LxR,0X|`zȎNAwf~
(JxpZ_0BzMyY:O%TvTatQ+Lprěla   A 3 H @54?=4H5H1/,* +K_PX@7  " 2   &   $    $  KlPX@5  " 2     &   & $  @?  " 2     &   & # $  !YY8+>32#".5467>32>7>54&#"#"&'2>7.#"'JMT0ItQ,n݉HwT._g^"	e\'C7):qdU .I5K{\:]9*8lc?!/X~P#sʔVRQ"=97or-S@'>mWgp      v@ +K_PX@	    $     KlPX@	 4   $     @"	 4     #   $    !YY8+)3!.'ԩ9 !9     @    
	+KIPX@    $ K_PX@ 5    $  KPX@! 5    #   $    !@2 *   * 0 3 #  $   !YYY8+##!##7Ȳɱȼ]]   @ +KIPX@    $      $  K_PX@    %    $    @'      &   #   $   !YY8+!!!!7>7	&5<7RA!;4;A   ^  %@ +@     #     $    !8+!![  L  l  @
 +K_PX@  4    &     KlPX@  4    &     @'  4   5  #  $  !YY8+!##"&5<>7!2>7>;p"Ne[n [ A 7Q   =  ' ; O @=<)( GE<O=O31(;);	 ''+KPX@4K- &
	   #
	  $   !@BK-   &   &
  #	   &
  $   !Y8+%".'#".54>32>32%2>7.#"!2>54.#"{3P?1DNX35[C'7\xB3O@2DMX35\D'7]y!<86$,4!&A1$1S%B1$1!;86%+4!8K))K8!(KhARi=!9K))K9!(KiARi<5E''E4!<T4&:&!<T4'9&4E''E5 { ! @
	+KIPX@$    $     $  K_PX@!    %   $    @+      &  #  $  !YY8+>32#"#"&'7>32>7)#A*\nOg}F D
6Q=,CWnuf_-L:^B    7 p@ 42+)&$77
 
+@N 0!/"   &    &	 #   &	 $  !8+2>7#".#"'>322>7#".#"'>32@80%(u=4c_\-90%
)wB4d^\81%
'v=4c_\-81%
)wB5c_[Wl0."("i31!)!m/-!(!h31!)!    }  @
	 
+KPX@2   ( ) 	  &  #  $  !KPX@0  4 5 	  &  #  $  !@?  4 5   	 	  &   &   #    &   $   !YY8+!733!!!#7!7!7!}w5}PwSʃ   Z P   ,@+@	      #     $    !8+!!3-2/*>yz
z{
   i P   ,@ +@     #    $     !8+%!7!7>7%>7.'%.54657n>2/aPz
z      0@+@"
       #     $    !8+3	#>7	&'|y|	
54&&EF,#&   ~  3@
    +KPX@ 5     @   4+Y8+3v0   > '@   ' '"	+K2PX@=
   $    $      $ K_PX@4
     #  %  $      KlPX@4
     #  %  $      KPX@7
    2    #  %  $  KPX@=
    2   &    & $  !@B
    2   &   #    &  $  !YYYYY8+#!+'&5737>32#"&#"yk}f.KFc(Izk''#SzU1	`KX#O8]n=Z$HnK5  > !Z@   ! ! 
	+K	PX@=	  $  $      $  K&PX@=	  $  $      $  K2PX@A	   $   $      $  	K_PX@9	  #    %   $   KlPX@<	 2  #    %  $   KPX@?	 2   2  #    %  $  KPX@D	 2   2   &  &  $    !@J	 2   2   &    #   &   $    !YYYYYYY8++'&5737>32;#.#"3wg.KFb(
BnaG5w-_+uaKX!Q7TpAZ$
7  U
	 	 @
  		+@  4 +8+2#"&/    ' V@
$"+KPX@   #  $   !@!   #    &   $    !Y8+#".54>32#".54>32P%##%X$$$$$$%%$$%%   (  %@ +@     #     $    !8+!!4f 
  @
    
+@ 4   +8++7>3
	   f
  ?@
 +KPX@   4  +@ 4  4   +Y8+#"&/+73ǃr	
kk   
  E@    +KPX@  4   +@  4 4   +Y8+#'327>3r	kk    _@ 
 +KPX@4    #   $   !@" 4 4    #   $   !Y8+"&547332673syoNOp,Ie^^c><4T<  *  %@+@    #   $    !8+#".54>32"-,!!,-",!!,,"",  V-   3@
+@!     &  #  $  !8+4>32#".732654&#"4D&'E44E'&D4Y6/-77-/6{'B//B'&@..@&+99+-88    @ 
 +K[PX@%   #  &   $  !KpPX@,   2   #   &   $  !@3   2 2   #   &   $   !YY8+2673#".#"#>32)^.>% 82.'a.>%!82-|*%*G5 -%*H5    
b 	  h@

  

 	 +KPX@   #  $   !@'2   5 # $  !Y8++7>3!+7>3(S'])
       GPOS=?I  !  GSUBUT[  p   OS/2}J     `cmapv  l  tcvt   \   .fpgmrZr@    gasp       glyf@q<  6  head     6hheaY  8   $hmtxBU  
h  8loca.o    (maxp      nameV?    postg6    ^prep     K         x  `   " - 9        V  v%2             	                          [U_< 	    ʓ^p    .%2R  	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+     x  x     @ `J        tyPL !  Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 :D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           Z[		+		
X
fFo	L{3I9o	RqR i !1!!""k""#$z%%&'_()4)*S++S,1,-V.B//0D1<12N3344f45*56667889h9:k:<[=1=|==?\?|?@K@AABCCQCDODDF8GI]JJJ$J0J<JHJTKL.L:LFLRL^LjLvLLM7MCMOM[MgMsMMNNNNNNObPbPnPzPPPPRsSSSSSSSSSTTTTTUUUvVuVVVVVWWXZ]ZiZ{[]r]^^w^^_a?aKa[agawaaaaaaabccVc^cddodeefffg!gMgyghhei2jbjk]lmmCmyoopqqrdrrsjt.tujuv@vvwxycyyzz7zvz{{L{||q                                    	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  F *               # =$ ) ( ^(  h ( ^ " F   M  ' T  A  " #+  ~+ q  = F J^ F F F/ Jp FD c"
 M F Fp F J M J MH q: w$ y  mm(  h( O $ &4 <g 26 + 1| := < Jc > A- 45 4 +$  & 4 U3 P E M Ml( X ( &    {   kX  "O I/ Q  y  ^/ OO n  + u O  
y _/ oO    p    J F F F FD 4D cD ND c Dp F J J J J J Y : w: w: w: w m  - & & & & & & g 2 1 1 1 1 ! J   25 4 + + + + + h3 P3 P3 P3 P M-  M & Jg 2 F 1 J z Hp F5 4 J ( mmlmlmlO 7O ZO nO O O O (O WO       , v, #  "v =e ye p% +: P + .Q\ y  R 1   ~+ O+ _   X 8r 8O 5 u  O m     , d `f# PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-, `` C#`C%%QX# <`#e!!Y-	,+*-
,  G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-, 5`-, EcEb +EcEb +      D>#8*-, < G EcEb` Ca8-,.<-, < G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+- ,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	  	  	  	  \	@  	   	   	  P  	    	  `R  	  0"  	 	   	 
L  	  0  	  d  	  4  	  4   h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - B o l d I t a l i c V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o   B o l d   I t a l i c t y P o l a n d L u k a s z D z i e d z i c :   L a t o   B o l d   I t a l i c :   2 0 1 1 B o l d   I t a l i c L a t o C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .    
 0 D DFLT latn                 kern kern                   rdddR>&	R.ddddddRRd``R`dRdd...RRddddRRRd  r  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                           " d 
d d  9U :} <Y ?U Y Z \ ld m o rd tx ux y {x |d } Y   Y   d d d d     	E E $E 9 1 : 1 < ( ? 1 E E E E E E E  ( E  ( E . 	 Y Y  $ D F G H R T                                Y Y Y   	    $             . 	 i i  $ D F G H R T                                i i i  " Y Y D F G H R T                        Y Y Y  D F G H R T                          
  Y \ l r t u { |         @ 
 @  @   l @ r @ t d u d { d | @  @  @   @  @     
   @ [ ` l r |       " & # & * 2 4 k m o p y }               m  : 	i 
 :  :  A  i   " 2 # $i & * -8 2 4 D< F< G< H< JQ P Q R< S T< U V< X ] k l : mA oA p r : t G u G w yA { G | : }A i i i i i i i        < < < < < < < < < < < < <  < < < < < <     i <  < <   < < <    A A  :  :   :  :  A  A A i N  1 	 
 1  1      $ - D F G H J P Q R S T U V X l 1 r 1 t < u < w { < | 1                                         1  1   1  1    f 	m L L L m m m " " # $m & * -8 2 4 D4 F4 G4 H4 JI Pm Qm R4 Sm T4 Um VN Xm Y\ Z [S \L ]Z k mL oL p wm yL }L m m m m m m m        4 4 4 4 4 4 4 4 4 4 4 4 4 m 4 4 4 4 4 4 m m m m \ \ m 4  4 4 m  4 N N Z Z Z L L L L L L L L m  # & * 2 4 7 8 k p              / 	e H H e $e -A D F G H R T e e e e e e e                    e     H H H e 3  
  N # & * 2 4 78 9A :Y < ?A Y} Z \} k l mN oN p r t u yN { | }N         } }    N N     N N N +  $ 
 $  $  # & * 2 4 I W Y Z \ k l $ m o p r $ y | $ }               $  $  $  $     	  $          > 	m L L m   "  $m -C D F G H P Q R S T U X w m m m m m m m                         m      L L L m 
  m o y }      : A 
A A  # & * - G 2 4 7m 8 9v : <Y ?v W Y Z \ k lA m o p rA t6 u6 y {6 |A }            Y     Y   A A A A    $  	 
    $ 7 9 ; < = ? @ ` l r |                   q  / 	v 
 /  / < } < v   " 1 # $v & * -d 2 4 D F G H P Q R S T U V X Y Z \ ] k l / m} o} p r / t P u P w y} { P | / }} v v v v v v v                                  v             } }  /  / <  /  / < } < } } v &  	 
  U U  $ 7< 9} ; <1 = ?} l r |        1  1      U   U U  0  
  / # & * 2 4 7+ 9 : < ? Yi Z \m k l m/ o/ p r y/ | }/         i i    / /     / / / - # & * 2 4 D F G H R T k p                                 > 	P    P $P 9 / : ! < * ? / D F G H R T m o y } P P P P P P P  *                    P      *         P    *   & : > B @BA@?>=<;75-+%# 
+K_PX@C   2 0     &   & 		  $    $  	KePX@A   2 0  	 	  &     &   &   $  @J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'.54>54&#"#"'4>32#".!!7!!9cFpN)*2.#)1)0.$1$"P$21%%12$Ai{.?&Ea;7O;*%$`r /'#)1!#,'2%%21$$1ZE   6    @    +K	PX@     $  $  KPX@     $  $  KPX@     $  $  K_PX@     $  $  KePX@     &  $  @"     &  #  $  !YYYYY8+#4&54674>32#".6F(	F(8  7))7  8([c'KH=8((8 7((7    
  @   
 
+K_PX@	     $  KPX@'	     #  $   !@-	   #   &  $    !YY8+#"&'5!#"&'5$()*#!$($()*#!$*..* *..*        ; ?o@&  ?>=< ; ;6431.-(&%$#!	+K_PX@-   &	  $
    KcPX@-	4   &  $
    KePX@+	4
 &   &    KPX@8	4  5
 &  #  $  !@` 	4 		4   2   3   & 
 
&    &   #   &   &   $   !YYYY8+#"&547#+#"&54?3#7>;>;3323+32%3#)n"acC%jwX54tg>&mҀk&g 23jXXg&6/(Kb&#H&+g"c%#L  #}n ; D O@;965%#+K	PX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   KPX@8K * B   4   2   0 5   K_PX@8K * B   4   2   0 5   KePX@:K * B   4   2   0 5  $  @CK * B   4   2   0 5  #  $  !YYYYYYYYY8+.'7>32.54>?>;#".'+4.'>s?W"-;O8^?z`<Fv(X(h1D'1?'W+VOC2Iz(X-=$Uz^*:#N?Z9	`Hm *+
1NuVWQ%U7W	X'1BT6bW%"4(^"4* }&7E   =  % / C S\@PNHF@>64/-*(" 
+KPX@0     &  	 &  $ 		 $ K"PX@4     &  	 &  $  		 $  K_PX@8     &  	 &   $   		 $  KePX@9 2   &     &  	 &  		 $  @E 2 		2   &     &  	 & 		 # 		 $ 	 !YYYY8+#".54>324&#"32>>;+#".54>324&#"32>>eC<dF'8aJ<dG';-!9*& 9*%r&J>dC<dF'8aJ<dG'<-!9*:.!9*~`k9+PqF_l;+QrHTH?cG):$=bI`k9,OqE`l;,QrHTG?cGQF=c   ) > HL@ CA.,%#	 >>+KPX@F7FE"* 2   $    $  $ K_PX@D7FE"* 2   $    $   $  KePX@B7FE"* 2    &  $   $  @I7FE"* 2    &  #   &  $  !YYY8+2#"'.#">7>;#"./#".54>7.54>3267L|W0
$
$/*C/#+(!/aI)!4]u\f61WwE <ngaH:YM.TvI(/#";O-0g8<EdDHQ3_TMs\ ?|9UqBan93:    
 Q@   
 
+K_PX@	      $  @     #  $    !Y8+#"&'5$()*##$*..*    ^\   @+.547."q):%%Xoc
DjH&E?
?UV?
r     @+4.'&546?
'.5467>"q(;%%Xoc
DjH&6E?
?UV?
r   H 8 h@
   8 8+K"PX@"2.-)&%!	    $    @+2.-)&%!	      #     $   !Y8+7>7'7>7&/7.546?3>?'.'\	,%&D	r
,$%!C	H#^a]^a_
$	ba]^`^  h L  t@    
	+KPX@% 4 5    #   $  !@, 4 5     #    &    $   !Y8+!!#!7!3y33{3db   (O  _@+K_PX@    $  KePX@    $  @    #    $   !YY8+74>32'&54>7".(&5 &9%8R6+"+*	 3&1%/="0jjd*''3B)(6  ^W  %@ +@     #     $    !8+!!v   "Q  @+K	PX@    $  KPX@    $  KPX@    $  KePX@    $  @    #    $   !YYYY8+74>32#".")7  7))7  7)8((8 7((7 P 	 l@	+K	PX@   5  KPX@   5  KPX@   5  K_PX@   5  @
  4   +YYYY8++>;O$fE+d,.)+  Fs  ' @ ''	 +K_PX@   $   $  KePX@    & $  @$    & # $  !YY8+2#".54>2>54.#"buAbbuAbH~]6%?R,H~]6%?RJݓlJݓNlTp]'Tp\(       @ +K_PX@#   2    $  KePX@  4  4   $  KPX@* 4  4    #   $   !@/ 4  4   *     #    $   !YYY8+7!7#"&/3!!'l=ŝsThw    [ 4 @ .,&$ 44+K_PX@-0 2   $     $  KePX@+0 2    &   $  @40 2    &  #   $   !YY8+2>3!2!7>7>54&#"#"/>[i97_I0])#(&	HiF"hY-O@1/!zh4^QZ~B&=6O6@plm>Y_.@&% gi5  Mo B @ <:64.-,+#! BB	+K_PX@C>
 2 2   &   $    $  KePX@A>
 2 2    &   &  $  @J>
 2 2    &   &  #  $  !YY8+2#".'763232>54.#7>54&#"#"/>\e5%FfApn[lfoFo#*:L2ElJ'Fz`]R%gX\ . zh3ZzGOvW:&ju|A-^b+2I10Of6)E1#B]<Y\`M% gi5     l   @	 +K_PX@   &   KePX@   4  &  KPX@*   4 5    #  $ !@1   4 5     #   &   $  !YYY8+3+#!"&/367!++-	dy`:H  'Q / @/.*(" +K_PX@;-, 2   &     $   $  KePX@9-, 2     &   &  $  @B-, 2     &   &  #  $  !YY8+#!632#".'7>3232>54&#"'!EILl]^Sjj5+NnSDvdS U"0?XAMxR+}.j?@2@:gRTdF%.=!g % 4\zGdw*  TH  1 @ .,$"	 +K_PX@$     &   $  KePX@$   4    &  $  @-   4    &  #  $  !YY8+2#".54>7>;>32>54.#"Lh=W{hq;9V9H*<.g;W9BrT0"?X7BpQ.1^[qŒU@s`A{{}B!A3V>"/RrB6W= /Sq       |@    	+K_PX@   $     KePX@   &     @$   5  # $  !YY8++>7!"&57,4,E^!:^!]"6   AR  3 G @54!  ?=4G5G+) 3!3 	+K_PX@.  &  $   $    KePX@,   &  &  $    @6   &  &   #  $   !YY8+".5467.54>32'2>54.#"2>54.#"gw@YXLk]j:~qnTbEkJ& <T4BiK(9TI`9/I3>^>.J5bT-(^\tB6^~I0'kkzB)If=3M4%FhB-K70K[+%B2(CZ3%E6        1 @ .,&$	 +K_PX@$     &  $   KePX@"    &    &  @-   5   &    #   $   !YY8+".54>32+>74.#"32> Fb:Tvdm99T4xC*%7~H!;S2>hK*ojClL(C.[YlR=n[L|y?% 2*""3R9,Nm@fn,Nh  "  ' @
$"+K	PX@  $     $  KPX@  $     $  KPX@  $     $  K&PX@  $     $  KePX@    &    $  @!    &    #    $   !YYYYY8+74>32#".4>32#".")7  7))7  7)b)7  7))7  7)8((8 7((78((8 7((7   #  / @
,*" +K&PX@  $     $  K_PX@    &    $  KePX@    &    $  @%    &    #    $   !YYY8+74>32'&54>7".4>32#".#&5 &9%8R6+"+*	 3&c)7  7))7  7)1%/="0jjd*''3B)(68((8 7((7    q  @+K~51U	!$JC  ~1   3@
 +@!     &     #     $    !8+!!!!sBqJ   q r  @+	7>7%>7.'%.54>751
pc!$JCb   @ ( <b@97/-&$!+K	PX@/   2 0   $     $  KPX@/   2 0   $     $  KPX@/   2 0   $     $  K_PX@/   2 0   $     $  KePX@-   2 0     &  $  @6   2 0     &  #  $  !YYYYY8+>32#54>54&#"#"&'4>32#".$Q]i;NyR*,8==5(	(1KVK1JI3K6&(8  7))7  8("5)-Ni<?aK:1+.4"2NB=DP5AK8((8 7((7   =b X hB@ ZY b`YhZhPNDB=;53)' XX+KCPX@S
_
 @   2   &  

 &	   &  #  $  !KNPX@Z
_	
 @   2   &  
	
 &	 	 #    &  #  $  !	@[
_	
@   2   &  
	
 &	  	 &    &  #  $  !	YY8+%"&'#".54>3232>54.#"32>7>32#".54>32%2>7&#"?Z?G3J2 ?]zY%<4.*!-R?&=qcXsR-KsG{eO
h`<lpyԟ\Gz:0/,g<oU3(?GH=$@W2=xiO.-C-!Dx`lq:4`lЍI"DDVc}̧xBSފ~١\*G5>fE3:      @	 +K_PX@    &     KePX@ 4    &    KPX@( 4  5   #  $  !@. 4   2   3   #  $  !YYY8+!#"&'!+!!.'"(<2	;b% .$z$P22U    F     ( @  (&"   +K_PX@,  &   $     $ KePX@*     &  &  $ @3     &  &  #  $ !YY8+3!2#32>54&#'32654&+Fxm4!FlK{xJ5FdAdrgm/VzK>q`Lkd}G}M&Ea:O^~[S   J 1 @ )'$" 11+K_PX@4  2   0  $    $  KePX@2  2   0   &   $  @<  2   0   &   #   $   !YY8+%2>32#".54>32#".#"=[C0$[^АK6dkOjT"Z
(=aOhK3Z|!
qls_}߽j84I-l$+$Uߋeo;   F  J   w@	+K_PX@  $    $     KePX@   &   $     @!   &    #   $    !YY8+#!!24.+32>JtݚS0[UmE4y^ao<T   F  C  @    
	+K_PX@%    &     $   $  KePX@#     &    &   $  @,     &    &   #   $   !YY8+!!!!!C274HeZ   F  C 	 @ +K_PX@    &     $   KePX@      &    &  @& 5      &   #   $   !YY8+!!!!!)6IKH   J- 2 @ *(#!
	 22+K_PX@7 2    &  $    $  KePX@5 2   &    &   $  @? 2   &    &   #   $   !YY8+%267#"&57!#".54>32#"'.#"Q|9"HnٛT6cnXt\$T%!>FS7lH5`PL`zۺi86H(l#&W߉hr=  F  c  @
	 +K_PX@    &    KePX@4    &    KPX@#4  5   #  $  !@- 4 4   2   3   #  $  !YYY8+)!!!!!NNNaN{s  c    Q@ +K_PX@      KePX@    $     @     #    $     !YY8+)!h   @
+K"PX@    $     K_PX@!  2    $     KePX@  4 4   $     @'  4 4    #   $    !YYY8+#"&'7>3232>7!N}m5a3</.N>*
txH GqQ  M  R  @ 	 +K_PX@     & KePX@     & $ KNPX@*   #    & $ !KPX@-  4   #    &  $ !@4  4 2   #    &  $  !YYYY8+3267>;#".'.+!!8#1:' ++o ,+NOC &*"[  F  q  d@ +K_PX@     $  KePX@  4    $  @  4     #    $   !YY8+%!!!c  F   ) @$"! +K_PX@    2   KePX@    2    $ KPX@)    2   #    $   !@0 2    #    &     $    !YYY8+>7>;#>7+"&'#329		Ųt3$-
r+B66:Z> 7:N  F  c  @
 +K_PX@    KePX@    $ KPX@"     #   $  !@,   4   #    &  $  !YYY8+2>73#"&'#33q峅*r岈	%7Z-Q   J  + w@(&+K_PX@  $    $     KePX@   &   $     @!   &    #   $    !YY8+#".54>324.#"32>5coܛR5cpܚR1]Tl~E0\Um~E4xٺj9bxٺk9bbr>Xbq=X  M     @    +K_PX@   & $      KePX@  &   &     @(   5  &  #  $ !YY8+!!2#32>54.#?{r7IےZBLpJ#:W<  ;jWtŏQ.SrE1R9    J  2 @/-%#+K_PX@%   5  $   $  KePX@#   5   &  $  @,   5   &  #  $  !YY8+#"&/#".54>324.#"32>1\Q!/G.a3ܛR5cpܚR1]Tl~E0\Um~E4sҵ6u#bxٺk9bbr>Xbq=X  M  p  % @  %$  +K_PX@&   & $     KePX@$  &   &    KPX@/  5  &  #  $ !@5   2   3  &  #  $ !YYY8+!!2#"&'.#32>54&#F}r6/XQ&!-#%=NqI$ty:5_OTxZ(-Oj=^j  A @=;,*%#	+K_PX@3A    2 0  $   $  KePX@1A    2 0    &  $  @:A    2 0    &  #  $  !YY8+#".#"#".'7>3232654.54>32*:O87T9/LbebL/Iz?zl\"\"%+8F.q.L`e`L.Es;m^O '  8L,.=.$(4LkLjS2F+|#q2@,!%1MpR]O,=%   q    @    +K_PX@    $  KePX@    &  KPX@  5    #   $    !@%   *  5  #   $     !YYY8+!!!7ts/   w?  @  +K_PX@   $  KePX@ 4   $  KPX@ 4   #   $   !@# 4  4   #   $   !YYY8+%2>7!#".547!{FuX9
kjhفu}Aik!A`5aSeڞYIn-2e$DnN*   y    w@ +K_PX@     KePX@   4  KPX@   4 +@   4 4 +YYY8+32>7>;#y"(
*
3 6!{/_66c+%Z      ) @)(  +K_PX@$    KePX@$   4 KPX@$   4+@!$   4 4 4 4 +YYY8+3267>;2>7>;#.'#")h	3 <"*	W	5 g! J)RAw%! H''Iw$Z--   7  @
+K_PX@     KePX@     $ KPX@!     #   $  !@(   #     &  $  !YYY8+	326763!	#"&'#!
3#k	($jC  m  :  {@+K_PX@      KePX@  4     KPX@  4   +@  4  4   +YYY8+!32>7>;FF"$
%7-!34r!$E!!D%$      ~@    +K_PX@   $     $  KePX@    &     $  @"    &     #     $    !YY8+!!7>7!7
!~QOJ  f	  f@    
+K"PX@     &   $ @(     &  #   $  !Y8+!+32(y| :^$j  h 	 l@ +K	PX@  5     KPX@  5     KPX@  5     K_PX@  5     @   4 +YYYY8+32#"&'hd+<	Vd&C,(D.,  D	  f@    +K"PX@
    &     $ @(    &    #     $   !Y8+7>;#"&57!'{{\#e  	:  [@ +K_PX@   5  KPX@   4  +@ 4  4   +YY8+#"&'.'+3:
		u	!33  v  C@    +KPX@   $     @    #   $     !Y8+!7*  $ 	 C@  		+K_PX@   $   @   #   $   !Y8+2#"&'&"d!   &  ' @!''	 +K PX@'  $   $    K_PX@+  $     $  KePX@+  $     $  @6   2   &  # $  !YYY8+!#"&57#".54>322>7&#"Z-$Df:eK+.Ux`EC)OF<'Sh;D* j{.[\\\38cM6L_ld   <	  *q@  $"**  +KPX@-     $  $ K PX@-     $  $ K_PX@1     $  $  KePX@1     $  $  KPX@/ 2  &  %     @;   42  &  # $ !YYYYY8+33>32#"&'#"32>54&<QHd@iJ($B[pDO{*&))TOC"X+BlM*Fiev/^aW~\4?6"$ P8bL%RSli  2z , @)'$"+KPX@/ 2 0  $    $     KePX@/ 2 0  $    $     @6 2 0   &    #   $    !YY8+%#".54>32#".#"32>32F3]`j?Yb3Puf8O	%7,9hO/dU9K4)	?8L.=pa}gHH^	>raq{!'!
L   +3  *8@ $"** +K PX@-    $   $    K_PX@1    $    $  KePX@1    $    $  KPX@.    &  %    $   @9    &  #    & $  !YYYY8+!"&57#".54>323%2>?.#"-$Jh@iJ($B[pDEp*C*(TNC"X*BlM*F* n/^bW~\42+27aL%RSli  1 ( 7 @*))7*7%#	+KPX@..    2 $     $  KePX@..    2 $     $  @5.    2  &    #    $   !YY8+32>32#".54>32%">54.7,D3)#"?5fjvFZh9#B`ySQyQ(2VE3|S+ErZAL5N2=oaQvV0.IZ%)Jg=(06    :	 '@   ' '&% +K_PX@4  $   $     $  KePX@2   &  $     $  KPX@1   &   &  $    !@7   &    #    &   $    !YYY8++'.54>737>32#"3a3;6cO	GmR@6(C3!I14@+'LXb41O9D   ; K ^P@=<[YSQEC<K=K431/'%
+KPX@B9#	  &   &   $    $     K?PX@E9# 2	  &   &  $    $     KePX@B9# 2	  &   &     %  $  @L9# 2   &	  &   &    #   $    !YYY8+#".54>32.547#".54>32!2>54&#"4&'.#"32>\""("Dt_k9VT)N# &`D:iP/8nk9g+if-D/FC-D.E6[(Da?`d8\B%.I>79?&)EHR6Lg<'F_9UtG :F&NuNKqDP",*DU,KP'AT-MT	$0<>2D  <    @    +K_PX@      $  KePX@      $  KPX@    &   $    KPX@)     #   &     $   !@- 5     #   &     $   !YYYY8+33>32#>54&#"<MK[:^B$MM23&RLBAa^)OsK's B:+OpE   J     @  
  +K_PX@  $      KePX@  $      KPX@     %  $  @#   &    #   $     !YYY8+##".54>32{{2+87**78++ 8**8  :+*: c  ' @  $"  +K?PX@&	   $    $     KePX@#	      %  $  KPX@&	 2     %  $  @0	 2   &    #   $    !YYY8+#"&'7>32>7#".54>323UyO'9""/ (+87**78+CvY3	
!6(%+ 8**8  :+*:  >   @    
+K_PX@#     &  KePX@#     &  KPX@"     &  % KPX@. 4   #    &  $ !@5 4 2   #    &  $  !YYYY8+3267>;#"&'.+#h&&#!9;#)*   A    n@
    +K_PX@    KePX@    KPX@   $    @     #     $   !YYY8+33A2  4   9@   9 942,+&$	+K PX@ 
  $   K_PX@$
    $ KePX@$
    $ KPX@-
    # &     $   !@?
 2 3    #   &   &     $   !YYYY8+332>32>32#>54&#"#>54&#"4}}&,EX_m	Hgs}M
(-&HA7@M'-'JA7@$'/+ig~w~w-sZ1<5(LnE%<5*OqF   4   # @   # #
+K PX@   $   K_PX@     $  KePX@     $  KPX@)    #   &     $   !@- 5    #   &     $   !YYYY8+332>32#>54&#"4{~'+Ne9]B$M
03)XPB8&*sq)OsK'sY.B;0X|L  +  # @ ##	 +KPX@  $    $ KePX@  $    $ @$    &   #   $  !YY8+%2>54&#"".54>32>dG&UV>dF&T@Ui<UoUj<VįGwW}vFxX}u9ng`9nga     .L@  (&..  +KPX@1 $
  $    $  K PX@1 $
  $    $  K?PX@5 $
    $   $  KePX@7 $
 $   $   $    @< $
    #  &   &     $   !YYYY8+320>32#"&'"32>54&}"0Jh@iJ($B[pDEq)3)TNC"W+BlM*FR!C=o/^aW~\41,c7aL$RSli   &  0 @! *' 0!0 +KPX@.&  $  $      K?PX@.&  $  $      KePX@.&   5  $  $  @6&   5   & # $  !YYY8+#".54>7#".54>322>7.#"0B_:eK+.Ux`EC(OF;)Sh;D6am^k.[\\\37aL=L_ld  4  	  @    +KNPX@! 
   $   K_PX@% 
     $  KePX@% 
     $  @. 
    #   &     $   !YYY8+3320>32&#"4}}$.?Q)*-2-Y+6 #"IBy?  = @;9(&#!	+K_PX@3=   2 0  $   $  KePX@3=   2 0  $   $  @:=   2 0    &  #  $  !YY8+#".#"#".'7>3232>54.54>32$/=+OT#8HLH8#;n`1[PA<".A3)?+"9HKG9"4e_b4AG5+ '8O7Je;".^&2"-!$7O9Dc<C4  U< 0`@/-(&#!+K	PX@(+ (    $  $  KPX@'+ 4    $  $  K_PX@.+ 4   2    $   $  KePX@.+ 4   2    $   $  KPX@5+ 4   2   &  #  $  !@;+ 4   2 0    &  #  $  !YYYYY8+7<>7#"&54>?>;3#32>32#"&9aR(7%"57Dm%=0*&A)0&,x-.v   P & @   & &	+K PX@    $ K_PX@      $  KePX@      $  KPX@)     #  &   $  !@0   2    #   &   $  !YYYY8+32>73#".=7#".5467
12'SMB@|}Nc9]B$MZ.B9+PrF	}nl)NsJ(   E    w@ +K_PX@     KePX@     KPX@   4 +@   4 4 +YYY8+32>7>;#El
!	%1a00_3$  M   - @-+"  +K_PX@&    KePX@&    KPX@$&    #   $  !KPX@*&    #   #   $  !@1&   2   #     &  $  !YYYY8+32>7>;2>7>;#"'&'+M"<!$jV
$Yb#-T**T-&-T**T-$,Q(%',      @
+K_PX@     KePX@     KPX@!     #   $  !@(   #     &  $  !YYY8+32>?>;	#"&'+a	 +(h	  M  @+K?PX@      KePX@     $  KPX@     #  $    !@&    2   #   $    !YYY8++32>7>;s6~
&323   r  y@
+K_PX@   $      $  KePX@   $      $  @!     &     #     $    !YY8+!!7>7!7!eG2~g0   h	 D x@<:30+K"PX@(&    &     &  $  @1&    &     &  #  $  !Y8+4&#72654.54>;+";2#".54>}-1J:0ae/BL-<$:> 760PtK%"0>{*-+jq;k_X3^YU+*I;+
c?:ooq=<K,(*Kh?Avpn  P  <@ +K?PX@     $  @     #     $    !Y8+3#  (	 D x@<:30+K"PX@(&     &     &  $  @1&     &     &  #  $  !Y8+3"+7>;267>467>7.54>54&+"&5<>732-1J:0ad/BL-<$:> 760OuK%"0>{*-,jq;k_X3^YU+*I;*c?:ooq=<K,(*Kh?Avpn   &  G@ 
 +@- 4 5   #   &   $   !8+2653#".#"#4>328>)MpH5aWL 8>)MpH5aWLHAM}Y0!HAM}Y0!      }@    +K?PX@  $      $ KePX@     %  $  @"    &     #     $   !YY8+>734>32#".B&	Ao)7  7))7  7)[c"NK8((8 7((7   {!A / 8 q@/-#!
	+KePX@-4 %   4   2  0 3     @'4 %   4   4 4 4 +Y8+.54>?>;#".'>32+O^5Nև!(X0Ny0H%0 7L7)7'Zag4(XOSNLqK%	Hs_|נ_&B2STT(:'%kAi      <+@;:53-+%#
	+K_PX@8) 2   &  $   $  KePX@6) 2   &   &  $  KPX@?) 2   &   &  #  $  !@G) 2   &     &     &  #  $  !YYY8+#!>3!#!7>7#7>;7>32#"&'.#"!*/*'N'V(@EN!)XSsV]>h !*9)5ZE,%Df+	
c%SS`%^~J'E_8>'$C`=_    @v # 7 @
42*(
+KePX@9 !     %   $    @C !       &  #  $  !Y8+467'7>327'#"&''7.732>54.#"|*b64`*|}*b64_*|3D&'E33E'&D35_*z{*c65^*{|*c6&E33E&(E33E  k   "@"!  +K_PX@+
  
  &	  &  KePX@+
  4 
  &	  &  KPX@7
  4 5 
  &	  #	  $  !@J
  4  4 5   
 
 &    & 	  # 	 	  &   $   !
YYY8+!32>7>;!!!!#!7!7! '/ A!!Aw.!*J$$J*$҄``  P   T@ +K?PX@      &   $  @!      &   #   $   !Y8+3#3#   " I Y @GE0.+)" 	+K_PX@7IWO> &   2 0   %  $  @AIWO> &   2 0    &  #  $  !Y8+#".#"#".'7>3232654.5467.54>32>54.'W$.=*(?+'?PUP?'V_!)9mf1\RDC#.C6QZ'@RVR@'^_!)5f`d-0L^/+%.J\.0'%2.)&*3@S5Y, T8Nd9!.ZQB%5+$'/@T9[("Z=F~`8E8'9/,C)(:.*?  I  ' o@$"+K_PX@   $  KPX@   #  $   !@!   #    &   $    !YY8+#".54>32#".54>32]'31%%13'u%32%%23%"1$$13&&31$$13&&3  Q + G a@\ZNLB@42(& 
+K	PX@G   2   0   &   & 		 $   $  	KPX@G   2   0   &   & 		 $   $  	KPX@G   2   0   &   & 		 $   $  	K_PX@G   2   0   &   & 		 $   $  	KePX@E   2   0  		 &   &   &  $  @N   2   0  		 &   &   &  #  $  !	YYYYY8+2#".54>32#".#"32>%4>32#".732>54.#"R8sds>F|bo6A*A3<]A"#=U31?,"R5`ff`55`fe`5]UoN++NoUTmN* 	WGKG}cf{DK:Y'IhADhG%f`55`fe`55`f`,PpWWqQ,,Qq  A / ; @10 540;1;$"
 //
+K;PX@=   2	  2  3   &  $  K_PX@C   2	  2  0 3   &  $  @L   2	  2  0 3   &  #  $  !	YY8+"&/#"&54>?4.#"#"&/>32%26?,-1GS!Sl)!:H.J4"6
5G+I$
JE&M?)* 83.!8K+6[^mX"   y ~9  ) @)+77yI _+SxI _+S
%)$%)$   ,  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!#!s9#X4  ^W  %@ +@     #     $    !8+!!v   O  3 I V@44VTLJ4I4HDB9765.,+K	PX@>>2  		 & 
 &   $     $  KPX@>>2  		 & 
 &   $     $  KPX@>>2  		 & 
 &   $     $  K_PX@>>2  		 & 
 &   $     $  KePX@<>2     &  		 & 
 &  $  KPX@E>2     &  		 & 
 &  #  $  !@K> 2 0     &  		 & 
 &  #  $  !	YYYYYY8+46$32#".732>54.#"#!2#"'.#'32>54.+Otf`55`ff`5]UoN++NoUUmN*A\a,7Y4A%!;.kәt5`fe`55`f`,PpWWqQ,,Qq}Y(!"2 /   nY  %@ +@     #     $    !8+!!)Y  3  ' S@
$"+K_PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"5]~II]66]II~]5/?&%?//?%&?/cG}\55\}GE|]66]|C%@//@%&A00A  + PZ   @    
		+KPX@1 4 2   &   #   $   !@9 4 2    &     &   #   $   !Y8+!!#!7!!!,y**|,4Xe-  uo 3 @ ,*&$ 33+KLPX@,/ 2    &  $  @5/ 2    &  #   $   !Y8+2>;2!7>?>54&#"#"&/>5Q73B$831$% "-\9N`o3F).LC> 
,8$455 ($9S8  |o : @ 31-+'&%$  ::+KePX@A6 2 2    &   &  $  @J6 2 2    &   &  #  $  !Y8+2#".'763232654&#7>54&#"#"&/>4Q7;D314Th46S<(O% 3;=MUE%$&.W9M\o0@#DYA4CcA /L7 >-+#w.6 %!9S8   	 3@
   	 +K_PX@   5 @ 4   +Y8+	+7>3$)&  
 +m@   + +%#	+K&PX@"    $  K?PX@&    $    KLPX@&  5   $   K_PX@$  5    &  KePX@$  5    &  KPX@1  5   #    & $  !@6   2 5   #    &  $  !YYYYYY8+32673#"/#"&'#"&5<7
CC8i3^~-	 :;>"3Qv-1U)
JQ71,Q+!:+(   _/  @    
	+K_PX@   23   $  KPX@'   23   #   $    !@2   * 0 0 3 #  $   !YY8+####".54>3ײױg^j:JrXXG5`O]}H  o  %@+@    #    $   !8+4>32#".o3D'(E33E('D3S'E33E''C33C      @  +KPX@!     (  $  KPX@     4  $  K?PX@$   4  4 $  @-   4  4  # $ !YYY8+232654&'73#"&'76S <A;I<%B[6&@ !	HC+&<*J   h  @ +KePX@  4  4    $   KPX@* 4  4    #   $   !@/ 4  4   *     #    $   !YY8+37#"&/733!+X
,Lgc e1@J|   =  ! `@ !!	 +K_PX@  %   $   @$    & # $  !Y8+2#".54>2654&#"=bE&4[~J>dF&4]KB11+8!2&Gd=T_3&Ge?S^3wj?D!;S2@C  p ~-  ' 	@'+'&54?>7&/&54?'&54?>7&/&54?I	a,RI	a,R(t$)%ut$)%     ~ 	  - 3@32-,+*)($"
	+K_PX@D' 1 2 2
  & &	    KePX@A' 1	4 4 2
  & &    KNPX@M' 1	4 4 2  5
  &  #$!	KPX@Q' 1 		4 4 4 2  5
  &  #$!
@c' 1 		4 4 4 

* 0   2   3   &   #   & $ !YYYY8+%+>;3+#7!"&/3%3>7#"&/733!>73?&bB,bi_?x*X)Lgc
G*S(*dU[_@D|9    k 	 9 L@
LKJIHGCA;:31-+
99	+K_PX@JF?5  2 2
  &  &	  $    KePX@GF?5 	4 4 2
  &  &  $    KNPX@PF?5 	4 4 2
  &  &    #  $  !	KPX@TF?5  		4 4 4 2
  &  &    #  $  !
@^F?5 		4 4 4 

* 2   5   &  &  #  $  !YYYY8+%+>;2>;2!7>?>54&#"#"/>%3>7#"&/733!?&bB,b5Q73B$83	1$% "/

W9N`p*X)LgcG*S(*F3F).LC> 
,Q8$455 ($9S8S_@D|      	  S Y~@&YXMJFD@?>=9742,*SS
	+K;PX@dO#0
	W 2 	
	
2 

2  	 & 
 
 & &  $    
K_PX@hO#0
	W 2 	
	
2 

2  	 & 
 
 & &   $    KePX@iO#0
	W 2 2 	
	
2 

2  &  	 & 
 
 & &    
KPX@uO#0
	W 2 2 	
	
2 

2  5  &  	 & 
 
 &  #$!@O#0
	W 2 2 	
	
2 

2   2   3  &  	 & 
 
 &   #   & $ !YYYY8+%+>;3+#7!"&/32#".'763232654&#7>54&#"#"&/>>73?&bB,bm_?4Q7;D314Th46S<(O%))3;=MUE%$&.
K9M\
G*S(*dU0@#DYA4CcA /L7 )>-+#w.6 %"9S89   ' ; @86.,&$!+K?PX@/   2 0  $    $     KePX@,   2 0     %  $  @6   2 0   &    #   $    !YY8+#".54>?332>324>32#".$Q]h<JwT-.ETM:
).EPE.#/3K6&!(8  7))7  8(5((KlCPrR<45#-D;7>L2#5$8((8 7((7   & $   [    & $   r    & $   [    & $   [    & $   	[    R& $   ^       @
	 	+K_PX@5    &    &    $     $ KePX@3      &    &    &  $ KPX@<      &    &    &   #  $ !@C 2      &    &    &   #   $   !YYY8+!!!!!!!+!}F!-5 5o$d[i$ -M"  J Lg@ HF861/'%"  LL	+KPX@F;? J  2 0   0  $   $  K?PX@L;? J 2 0   0  0  $  $  	K_PX@I;? J 2 0   0  0  %  $  @S;? J 2 0   0  0   &  # $ !	YYY8+232654&'7.54>32#".#"32>32#"&'76 <A1rz@6dkOjT"Z
(=aOhK3Z|I=[C0$[U܍I<%B[6&@ !	{h}}߽j84I-l$+$Uߋeo;!
qap-C+&<*J F  C& (      F  G& (      F  C& (      F  C& (   	   4  3& ,       c  ?& ,       N  & ,       c  & ,   	     D    ! @ +K_PX@&    &  $   $  KePX@$    &    &  $  KPX@-    &    &  #  $  !@5    &    &      &  #  $  !YYY8+3!2#!#%4.+!!32>XOݛRtOM0[T6I6m~D!^戴yao<IBT  F  c& 1      J& 2      J& 2      J& 2      J& 2      J& 2   	    Y Ff  @	+		'	7	F,~n o}V}XI}G   ' 3 >@;90.$"+K&PX@6%87+
   5   $    $     K_PX@6%87+
  4  5  $    $     KePX@4%87+
  4  5   &   $     @=%87+
  4  5   &    #   $    !YYY8+#"&'+.54>327>;.#"%4&'32>5co[BS R%fPT5cpcEAFJ,mBl~EHQom~E4xٺj9*&i(Wxٺk93/RVO5(#&X,Cu14X w?& 8  x 	+  w?& 8  x 	+  w?& 8  x 	+  w?& 8  	x 	+  m  :& <  N 	+        @
 +K_PX@!   &   &   KePX@!  4   &   &  @,  4 5   &  #  $  !YY8+32+!!32>54.#ys7Iۑ 8BMpI#:W<;iVuďP;.SsE1P8   -	d T@ POIG?='%"  TT+KRPX@:NJ 2   $    $    $  K_PX@7NJ 2   %   $    $  KePX@5NJ 2    &   %  $  @?NJ 2    &   #   &  $  !YYY8+2#".'7>3232>54.54>54.#"+'.573>fW&+?K?+(<G<(ErO*QI?C $*6(4&,CMC,.FPF.(?-<bI0	g3;6c[e=[m0B]D1.1!-*/B[@_c2".[ +:!)9.+9M:C]E8;G35'DqN14@jZ~K  && D    C{   && D    v*   && D    &   && D    &   && D    j&   && D    :     D R _@$TS S_T_NLFE@>9742-,&$ DD+KPX@KB< X  2 2 
 &  $	   $ K PX@WB< X  2 2 
 &  $	    $  $ 
KePX@dB< X  2 2 
 &  $	     $	    $  $ KPX@`B< X  2 2  #	    & 
 &  #  #  $ !
KNPX@aB< X  2 2   & 	 	 & 
 &  #  #  $ !
@hB< X
  2 

2 
0   & 	 	 &  

 &  #   &  $  !YYYYY8+232>32#"&'#"&54>7>54&#"#"&/>32>32>7">54&_@nQ.3VxlaCV>1?5ekvFa."Wag1:B@6K;1 ![mi}>eiR!;6,P?,4R>)pQ9)H`6%KE=/#*#L5N2bf5L1xCiE-%NK"MQQSIHQ!5E(99BeF'Gd>	!,6-:  2z Eg@ A?0.+)#! EE	+KPX@F28 C  2 0   0  $   $  K?PX@L28 C 2 0   0  0  $  $  	KePX@I28 C 2 0   0  0  %  $  @S28 C 2 0   0  0   &  # $ !	YYY8+232654&'7.54>32#".#"32>32#"&'76 <A2FnK(Puf8O%7,9hO/dU9K4)?,QSW2I<%B[6&@ !	GlU}gHH^
>raq{!'!L1E..C+&<*J  1& H    C   1& H    v    1& H        1& H    j    !  &     C    J  &     v      &           &     j     2 / C @10;90C1C)'+KPX@-+5/.   &  $     KePX@-+5/.   &  $     @7+5/.   &   #  $    !YY8+&54?&'&54?7#".54>32.'2>7.#"tCT1$^H(fKTKхWi;Ih^0@B3]M:
"3G/?eF%2F$K#%LB4rNAUꙪh:makTLKm>)^o%D24ZzF;]@!  4  & Q     +   +& R   C   +   +& R   v   +   +& R      +   +& R      +   +& R   j   +    h L   + A@(&
 +@+    &      &  #  $  !8+!!4>32#".4>32#".~2-="1"/<!1"X-="1"/<!1""<-$0#;+#0S"<-$0#;+#0  2 ! + 6V@-, ,6-6(& !!+KPX@05%$   $  $    KPX@45%$   $  $    KPX@85%$    $   $    KePX@85%$  4  5  $   $    @@5%$  4  5   &   #  $   !YYYY8+"'+7.54>327>;&#"2>54&'uX
P'[&(UotZz&)Vu*5>iL+>iL+(3( 5V`45Ua0+BwCxc,  P& X   C  +   P& X   v   +   P& X      +   P& X   j   +   M& \   v   +    	  *:@  $"**  +KPX@1     $  $  K?PX@1     $  $  KePX@1 5    $  $  KPX@- 5  &  &     @8    45  &  # $ !YYYY8+3>32#"&'#"32>54&RHd@hJ($B[pDEp*(4*(SND"X+BlM*Gjeu/^aW~\41, 27`K$RSli M& \   j   +    ' 0@ )($" ''
+KPX@0-    & 	   $  K?PX@7-	  2   &   $  K_PX@4-	  2   &   %  KePX@4- 4	  2   &   % KPX@B- 4  2	  0   &  #  $  !@N- 4 2 0   0	  0   &  #  $  !
YYYYY8+2#"&5467#"&'!+!#32>!.' `3UXPK"(<2	Y!)	b%XJ9<m- .$Z&,  T22U   & 0 @8@21 :81@2@-+$#  00
+KPX@="7   $ 	 $   $  KPX@="7   $ 	 $   $  K PX@D"7  2  $ 	 $  $  K?PX@H"7  2  $  	 $   $  	K_PX@E"7  2   %  $  	 $  KePX@E"7  2   %  $  	 $  @P"7 2  2   &	   &  #  $  !YYYYYY8+2#"&5467.57#".54>32#32>2>7&#"M `3UXRNDf:eK+.Ux`EC|)	T)OF<'Sh;DXJ9<p-*j{.[\\\3&, y8cM6L_ld  J & &      2& F   v   +    FC %@ "  %%+KPX@: 	
  2    &   $    $  K?PX@@	
 	 	2 		0    &   $    $  	K_PX@?	
 	 	2 		0 3    &   $    $ 	KePX@=	
 	 	2 		0 3    &    &   $ KPX@F	
 	 	2 		0 3    &    &   #   $  !	@L	 *
 	 	2 		0 3    &    &  #   $   !
YYYYY8+2#"&5467!!!!!!#32>7 `3UXPKK274He)	XJ9<m-eZ&,   1 ? N@A@ @NAN<:-+&$ ??
+KPX@AE"0  2  2	 $   $   KPX@AE"0  2  2	 $   $   KPX@AE"0  2  2	 $   $   KPX@AE"0  2  2	 $   $   KPX@AE"0  2  2	 $   $   KPX@AE"0  2  2	 $   $   K?PX@GE"0 2  2 0	 $   $   	KePX@FE"0 2  2 0 3	 $   $  	@ME"0 2  2 0 3 	 &  #  $  !	YYYYYYYY8+2#"&5467.54>3232>3232>">54.N `3UXDAS`4#B`ySQyQ(7,D3)#"	?PY'	2VE3|S+XJ97f+An]QvV0.IZ+ErZA
LP_%* ")Jg=(06   J    W@
    +K_PX@     KePX@     @    #   $     !YY8+#{{      @
	+K_PX@       $  KePX@    4    $  @%    4     #    $   !YY8+%!!76?!O6AWhG\!P   H    @+K_PX@      KePX@      KPX@     $    @       #     $    !YYY8+4?37#HND"YN#8@'? 8 F  c& 1      4  & Q   v  +    J  2@  /-%#  
	+KPX@3     &   $
	 $ KPX@@     &  $
    $
	 $ K PX@I 	    &  $      $
  $ 		 $ 
K_PX@G 	    &  $      $
   $  		 $  
KePX@C 	    &
     &    &   $  		 $  @J 	    &
     &    & 		 #    & 		 $ 	 !YYYYY8+!!!!!7#".54>3274.#"32>383DX{ĈI1YeAq)OtKeu?)OuLdt?d[ϭZb`yܼl:sd`r?]`r>\  ( / C N@ED10 DNEN;90C1C+)! //+KPX@9- G
 2  $	  
 $ K&PX@9- G
 2  $	  
 $ K;PX@F- G
 2  $	     $	  
 $ KePX@R- G
 2  $	     $	    $
 $ 
KPX@O- G
 2  #	    &  #
 #
 $ !@P-G
 2	   &   &  #
  &  $  !YYYYY8+232>32#"&'#".54>32>2>54&#"">54&DoN+7l^CV=1?5elvE_-IySV,[lc)A[9W@*MODkK(&=byX!@%D_9BqZA|#*#L5N2`b]e=fKXTKKT-Kbjj/eoFm(J8",27&95& 6      `& V   vz +& 6      Z& V   z + m  :& <  	N 	+   & =  - 	+   z& ]   v   +    6& =  - 	+   r& ]      +    & =  - 	+   t& ]      +   y '	@   ' '&% 
+K?PX@0  &  $    $     K_PX@-  &     %  $  KPX@7   &  &    #   $    !@> 2   &   &    #   $    !YYY8+#7632>7'&54657376$3#"!ީ]x	L)H<-~/%0)')J=/%+Jia.|J2O:&bʃ&2P9  7  [@ +K_PX@   5  KPX@   4  +@ 4  4   +YY8+#"&/&'+3Q	lc
c   Z  [@ +K_PX@	    5 KPX@	  4   +@	  4  4   +YY8+#32>?>;߱R	jd
d
  nY q      z@ 	 +K_PX@    % KPX@4    #   $   !@" 4 4    #   $   !YY8+".5467332>73|F`;,:#/)Kr#>T0-1#1:gN-  5  <@+KHPX@    $   @    #   $    !Y8+#".54>325,:! 9**9 !:,1 9**9 !9++9   dm   }@
+K	PX@!     &  #  $  !KPX@   %   $    @!     &  #  $  !YY8+4>32#".732654&#"$=P,-R>%%>R-,P=$/,(00(,/-.L66L.-J55J-&33&*11  (   @  +KPX@     $  K?PX@   4  $  @(   4  #  $  !YY8+2#"&546732>[ `3UX[Uy)	XJ9?u.&,    W  @ 
 +KFPX@   %  $ KNPX@%   #  &   $  !K\PX@!   2   %  $  K_PX@(   2 2    %  $  @3   2 2   #   &   $   !YYYY8+2673#".#"#>32"(;K*!7.("(<K)!7/'K"+7Y?#$*7Y@#  b 	  @

  

 	 +K_PX@   $  KPX@   #  $   !@'2   5 # $  !YY8++7>3!+7>3(b*&#q(&  #$@   # "	+K"PX@$   $  $ K_PX@(   $   $  KePX@(   $   $  KPX@2 2    &  #  $  !@> *   * 2    &  #  $  !YYYY8++#!#"&'7>32>7#7>3+#^jgJ)GhG!H %&H#`,W?fH(c)MU    %@ +@     #     $    !8+!!    %@ +@     #     $    !8+!!    @ +&5467(xoCVXoU,	+7B%>!     @ +'&5467>54&'&5467(xpCVXoU,
+8B%> 	 1  @ +'&5467>54&'&5467	(xpCVXoU,
+8B%> 	    1 	@ +&5467&5467(xoC(xoCVXoU,	+7B%>!8VXoU,	+7B%>!    1 	@ +'&5467>54&'&5467%'&5467>54&'&5467(xpC(xpCVXoU,
+8B%> 	8VXoU,
+8B%> 	 V  1 	@ +'&5467>54&'&5467%'&5467>54&'&5467(xpC(xpCVXoU,
+8B%> 	8VXoU,
+8B%> 	   v! *@*)%#+K?PX@& 
    $    KcPX@& 
  5   $   KePX@& 
   4 5  $   KPX@0 
   4 5   #   $  !@7 
  4 5  #      &  $  !YYYY8+>32>32>32!#"&'!,=AD!B#G/V"GD@5.0CA##</%	4	5#$w   #! B@   B B;920)'"! 	+K?PX@= 5-4.
	 &    $  KcPX@= 5-4. 5
	 &    $  KePX@= 5-4. 4 5
	 &   $  KPX@H 5-4. 4 5   &
	  #
	 $ !@V5-	4. 4 5    &      & 	  #
	 	 &  $  !	YYYY8+!7>32>32>32!!#".'#"&'#"&5<>7I
,=AD!B#G/V"GD@5.
Ju	,>BD!A##<U#FD@4/OO%	4	5#	OO&	6	4$$     
  <@+KePX@   $    @    #    $   !Y8+4>32#".EvZ[vEEv[ZvEQZwDDwZYvDDv  "}  ' ; @86.,$"+K	PX@   $ KPX@   $ KPX@   $ KePX@   $ KPX@   #   $  !@+    #   &   &    $   !YYYYY8+74>32#".%4>32#".%4>32#".")7  7))7  7))7  7))7  7)(8  7))7  8(8((8 7((7 8((8 7((7 8((8 7((7  =2  % / C S g w@trljdbZXPNHF@>64/-*(" +KPX@4     &	 &  $		 $
 K"PX@8     &	 &  $ 		 $
 K_PX@<     &	 &   $  		 $
 KePX@= 2   &     &	 & 		 $
 KPX@J 2 		2   &     &	 &		 #		 $
	 !@Y 2 

2   &     &   &  	 & 		 #  

 & 		 $ 	 !
YYYYY8+#".54>324&#"32>>;+#".54>324&#"32>%#".54>324&#"32>>eC<dF'8aJ<dG';-!9*& 9*%r&J>dC<dF'8aJ<dG'<-!9*:.!9*c>dC<dF'8aJ<cH'<-!9)9. 9*~`k9+PqF_l;+QrHTH?cG):$=bI`k9,OqE`l;,QrHTG?cGQF=cH`k9,OqE`l;,QrHTG?cGQF=c   y ~  @+7yI _+S
%)$   p ~  @+'&54?>7&/&54?I	a,R(t$)%  %   	 B@	+K_PX@      KePX@  4     @  4   +YY8+7+>;	?&bB,bG*S(*  + @@@?<;:953.,'%#! +K	PX@L	1	   2 		2   &	 &  $  
 $ 


 	KPX@L	1	   2 		2   &	 &  $  
 $ 


 	KPX@L	1	   2 		2   &	 &  $  
 $ 


 	K_PX@L	1	   2 		2   &	 &  $  
 $ 


 	KePX@J	1	   2 		2   &   &	 & 
 $ 


 KPX@S	1	   2 		2   &   &	 & 

 # 
 $ 

 !	@c	1	   2 		2   &      &   &    &  	 & 

 # 
 $ 

 !YYYYYY8+3>32#".#"!#!!#!32>32#".'#73>7#Z${n8_1OC1) 1		*v1J7) 	[SrwAus|ƊJkY[")"K%9>H%!	_jsQ{;   KS # + @$$$+$+*)('&%!

+K_PX@3 2  $	    $	   KPX@2 2	    &	    $   !@J * 2 0    #	   &    &     $    !	YY8+>7>;#>7+"&'#32'###7I&	
 `%I98#  6+*#*
Z.҈     F ; @   ; :76,* 
+K_PX@$!     $  $ KePX@"!      & $ KPX@,!      &  # $ !@3!      &   #  &  $  !YYY8+!>54.#"!"&54>7!7.54>32!=F|\5*PrI]i9%B[6<-%'bIoK&h̏M:ndb4'@jiLxS+<tjGlN0'93UtOeQlio#-  .5 2 I-@43><3I4I0.+)+KPX@<  !EB 2   &   $    $  K_PX@<  !EB 2   &   $    $  KePX@:  !EB 2     &   & $  @D  !EB 2     &   & # $  !YYY8+>32#".54>32>7>54&#"#"&'2>7.#"z)QW`9L}X0oM[2)Jg{IXv#]P"?7-.\VM(>-AeK/	J7. ;qg:2\SSrS-?;!2+_l'G7 5_NX^   
   v@ +K_PX@	    $     KePX@	 4   $     @"	 4     #   $    !YY8+)3!.'
(BG**H   y  @    
	+K?PX@    $ K_PX@ 5    $  KPX@! 5    #   $    !@2 *   * 0 3 #  $   !YYY8+##!##7Mª.. $  @    +K?PX@!      $   $  K_PX@     %     $  @(      &   #   $   !YY8+!!!7>7	.5<>7$

u=	xGxV&'"   G  %@ +@     #     $    !8+!!s  R    @
	 +K_PX@  4     &  KePX@  4     &  @'  4  5    #   $    !YY8+#"&5<>7!2>7>;#!!/_!D
	'#*$)S*!D$U  1  ' 9 M @;:)( EC:M;M31(9)9	 ''+KPX@:I-  &
	   #
	  $   !@HI-   &   &
  #	   &
  $   !Y8+%".'#".54>32>32%2>7.#"!2>54.#"v3O?2BKW38aG)2\Q3P?2BKW39bH)2]2/-$,&7$?T$7%'2/-$,1A%%A1,PqDJvJ1B%%B1,QqDJvJ+:"":,#8D"D<"7F$!0+;!";+   ' @#!+K?PX@$    $     $  K_PX@!    %   $    @+      &  #  $  !YY8+>32#"#"&'7>32>7D`|K#K ,?.RmK"K 
5I3!FW_2x

/H0ha/g1N7   f  7 @ 42+)&$77
 
+KPX@I  !0/"    &   &	  %  $  @T  !0/"   &    &	 #   &	 $  !Y8+2>7#".#"'>322>7#".#"'>32I<3&	
-~B5e`\+ >3&	-G4ea[=3&
,A5e`\, >3&-G5f`[{	3. % 
63&	2-%
73 %   ~ 1  @
	 
+KPX@2   ( ) 	  &  #  $  !KPX@0  4 5 	  &  #  $  !@?  4 5   	 	  &   &   #    &   $   !YY8+!733!!!#7#7!7!􋪋k'Gkd߲  O P   ,@+@	      #     $    !8+!!G!;7L:G{#*.%,~#  _ P   ,@ +@     #    $     !8+%!7!7>7%>7.'%.54>57w9!t; 7P#*.%,  )   }@+K	PX@"
       #     $    !KPX@
      $    @"
       #     $    !YY8+3	#>7.'}}++////  ~  3@    +K?PX@ 5     @   4+Y8+3v0   8	 $e@ 	 +K_PX@;   $     $       $   KePX@;   $     $       $   KPX@6  2    #    %  $  KPX@;  2    &     &   $   !@A 2    &   #      &  $  !YYYY8+!#!+'.5737>32#"N{hb2=6cLM{'V+\S,I15Ap!^uB{!CeD  8Z #;@   # #"!	+KPX@9  $  $      $  KPX@9  $  $      $  K(PX@9  $  $      $  K_PX@=   $   $      $  	KcPX@?  $   $   $      $  	KePX@=   &  $   $      $  KPX@:   &  &     &  $    !@@   &    #   &     &   $    !YYYYYYY8++'.5737>32;#.#"3c2=6cL
BpgNF+V(czI15Ap-RrCJ	xv-   54  @  +@  4 +8+2#"&/>	   u  ' V@
$"+KPX@   #  $   !@!   #    &   $    !Y8+#".54>32#".54>32g!-+!!+-!_!,+!!+,!+  +-!!-+  +-!!-     %@ +@     #     $    !8+!!T @  @    
+@ 4   +8++7>3@,   O  ?@ +KPX@   4  +@ 4  4   +Y8+#"&/.'+73Oa#
FF   m  ]@ +KPX@     #    $    !@%   2     #     $    !Y8+373#mqbb    @ 
 +KPX@(    #  $  !KPX@4    #  $  !@" 4 4    #  $  !YY8+"&547332673~EJ2RocdP/36Y?"  E7  %@+@    #   $    !8+#".54>32E*86))68*5))57))7  tR   3@
+@!     &  #  $  !8+4>32#".732654&#""9J)*M9""9M*)J9"w.,(11(,.+F22F+*E22E*'22'*00    @ 
 +KCPX@%   #  &   $  !K\PX@,   2   #   &   $  !@3   2 2   #   &   $   !YY8+2673#".#"#>32,""5F*!<5-!#5F)"<5-  0Q;#!1R:!    	  h@

  

 	 +KPX@   #  $   !@'2   5 # $  !Y8++7>3!+7>3F#q1&(4&
       GPOSG1     GSUBUT[  p   OS/2}     `cmapv  l  tcvt   \   .fpgmrZr@    gasp       glyf%  7h  
headG     6hhea  8   $hmtxRNQ  
h  8locaĿ    (maxp      nameQq:r    Rpost%g;    ^prep     K           _   " - 9        V  	+OI               	                          _<     ʓ^p    .OR  	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+  $   x  x     @ `J        tyPL    Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 :D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           ~/b ~,		
Nf Fob~#:|`Nt*u'm<" !!"#$%:%&:&''(~)
)*+,d--.^./@/00k11,1222}334q55H66k7889/9O::;,;r;<<==>1>?&??@AC^DDD)D5DADMDYDGGGGGGGGGHHHHHHHHIIIIJJJK`KlKxKKKKMOOOO%O1O=OIOUOaP&P2P>PJPVPbPnPQQQQQQRRSUUUaUmVdXfXYYoY{YZ\0\<\H\T\`\l\x\\\\\]S]]]^%^d^_?_`3``aaAamaab6bc3d!d_efpfffhghijyjk(kkl lmBmndnnoTop+pqqcqqqrrFryrsEs                                      	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  F *           L  ' EF = @ X jX K  L [ P d I 2  T Z  L W ` N  q q   I %m C  = > y c  > t j &t 
 D  ? C ? C 1 $   - N  >X sX K z  ~ Qt  ?t =- ?   q  tO   q q =k t =1 j * 'q o+ . 8 +  CX X X I b    { ' n X  ^~/ 5 Q {  d/ 5~ # 7 [ E J~ q oy !/ [~  _ =  L L 7I 0      L= >y y y y tt tt- 5 ? C? C? C? C? C j? C       Q Q Q Q Q Qs Q ?- ?- ?- ?- ? p Bq q =q =q =q =q = [q +q oq oq oq o+ k +   Q= > ? - ? M " 4 q s C =S $j *1 $j * > C > C > C b~~~ ~ ~ ~ `~ ~ ~ E 4q   b V V b V V T T  I	+ = { O % 9 G C \ 3\ R  5\ .;     q    ~ 5  	  p  9 , d `f# PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-, `` C#`C%%QX# <`#e!!Y-	,+*-
,  G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-, 5`-, EcEb +EcEb +      D>#8*-, < G EcEb` Ca8-,.<-, < G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+- ,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	|  	  	t  	  N	&  	  	  	  P  	    	  `R  	  0"  	 	   	 
L  	  0  	  d  	  4  	  4   h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - B o l d V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o   B o l d t y P o l a n d L u k a s z D z i e d z i c :   L a t o   B o l d :   2 0 1 1 B o l d L a t o C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .      
 0 D DFLT latn                 kern kern              
           % m o p rA t6 u6 y {6 |A }            J     J   A A A A    A      z\\\f  

	> L2 2\ff\f\f      22 L>>>ff\\\\fff\  z  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? D E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                                   A 
A A  " # & * - 8 2 4 7m 8 9W : <J ?W Y \ k lA " t 
t t  9U :} <Y ?U Y \ lt m o rt tx ux y {x |t } Y   Y   t t t t    t  	6 6 $6 9 1 : 1 < ( ? 1 6 6 6 6 6 6 6  ( 6  ( 6      $ 	 x x  $ F G H R T                        x x   x x D         x x  F G H R T                  @ 
 @  @   l @ r @ t d u d { d | @  @  @   @  @   @   
   9 : ? @ Y [ \ ` l r |          
  Y Z \ l r t u { |        6  "   # & * 2 4 F G H R T V Y \ k m o p y }                                  p  $ 	J 
 $  $ Y ` Y J } } "   # $J & * -8 2 4 Do F` G` H` JP P} Q} R` S} T` U} Vu X} Y Z [x \ k l $ m` o` p r $ t 8 u 8 w} y` { 8 | $ }` J J J J J J J        o o o o o o o ` ` ` ` ` ` } ` ` ` ` ` ` } } } }   J o  ` ` } }  ` u u ` `  $  $ Y  $  $ Y ` ` `  $ J K  , 	 
 ,  , }  }  "   $ - D F G H J R T V l , m o r , t , u , y { , | , }                                     ,  , }  ,  , }     ,  e 	m L L L m ` ` # $m & * -8 2 4 D F4 G4 H4 JK P` Q` R4 S` T4 U` Vt X` YL Zt [w \L ] k mL oL p w` yL }L m m m m m m m               4 4 4 4 4 4 ` 4 4 4 4 4 4 ` ` ` ` L L m   4 4 ` `  4 t t    L L L L L L L m  # & * 2 4 7 8 k p              . 	e   e $e -A D F G H R T e e e e e e e                    e       e M  
   : N  : " # & * 2 4 7P 9A :Y < ?A F G H R T Y Z \ k l mN oN p r t- u- yN {- | }N                             N N    :    : N N N  5  # & * 2 4 F G H I R T W Y Z \ k m o p y }                                 	    $            5 	m L L m   "  $m -C F G H P Q R S T U X w m m m m m m m                  m      L L m 
 p mp op yp }p p p p p p : A 
A A  " # & * - 8 2 4 7m 8 9W : <J ?W Y \ k lA m o p rA t6 u6 y {6 |A }            J     J   A A A A    A )  	 
      $ 7 9 ; < = ? @ ` l r |                      u  , 	W 
 ,  , <  < W   " ' # $W & * -d 2 4 D F G H I Jv P Q R S T U V W X Y [ \ ] k l , m o p r , t 1 u 1 w y { 1 | , } W W W W W W W                                  W                 ,  , <  ,  , <     , W ' W 	 
W W | |  $ 7L 9 : ; <` = ? lW rW |W        `  `    W W | W W | W  1 + 
+ + | # & * 2 4 7L 9L :} <Y ?L Yx Z \x k l+ m| o| p r+ y| |+ }|        Y x x   Y | | + + + + | | | + $ # & * 2 4 F G H R T k p                         M 	A + W + A # $A & * 2 4 9 , : , < $ ? , D F G H R T k mW oW p yW }W A A A A A A A         $                    A        $ W W + + W W W A  *   # 7 ; ? @?>=<;:9842*(" 
+K_PX@C   2 0     &   & 		  $    $  	KePX@A   2 0  	 	  &     &   &   $  @J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'&>54&#"#"'4>32#".!!7!!9cFpN)*2.#)3-0.$1$"P$21%%12$Ai{.?&Ea;7O;*%$`r%5+%)3##,'2%%21$$1ZE    	  @   	 	+K	PX@     $  $  KPX@     $  $  KPX@     $  $  K_PX@     $  $  KePX@     &  $  @"     &  #  $  !YYYYY8+#.54>32#".&)8 8((8 8)[bb[<8((8 7((7    
  e@   
 
+K_PX@	     $  @'	     #  $   !Y8+#"&/!#"&/Z%*$*G%*$*,//, ,//,    '  o < @@&  @?>= < <7542/.)'&%$"
	+KFPX@-   &	  $
    K_PX@+
 &   &	    KePX@+	4
 &   &    @8	4  5
 &  #  $  !YYY8+#"&5467#+#"&54?3#7>;>;3323+32%3#?Mq,;:@'mLs "406o>:'pLMn#,>15d3 !3h0#	20*$Og&%B(,j(
g&%%N  E!:o 9 B M @97%#+K_PX@6I H* @   4   2   0  $  @?I H* @   4   2   0  #  $  !Y8+.'7>32.54>?>;#".'+4.'>uHL
!2@R8&GoD=tn$[j9<)5@'#HqF>wp$[1B'"jm/@&7N2	`Gq**
6YfLrJ~&V6[	b5T}^]}N'~&9,js&:-#r!0;   =	  ' 1 E Y\@VTLJB@861/,*$"
+KPX@0     &  	 &  $ 		$ K PX@4     &  	 &  $  		$  K_PX@8     &  	 &   $   		$  KePX@9 2   &     &  	 &  		$  @E 2 		2   &     &  	 & 		 # 		$ 	!YYYY8+#".54>324.#"32>>;+#".54>324.#"32>7\zBHzY22YzHH{Z2'54&&45'$ %7\zBHzY22YzHH{Z2'54%%45'HR]22]RT^33^T:N00N:8K..KoTR]33]RT^33^T:N00N:8L..L  @ B N<@ IG20)'#!
 BB+KPX@B;LK&. 2   $    $  $ K_PX@@;LK&. 2   $    $   $  KePX@>;LK&. 2    &  $   $  @E;LK&. 2    &  #   &  $  !YYY8+2"#"&'.#">7>;#"./#".54>7.54>3267Xc9	(6#*B.-!!(JE/d`T~M,Nk@517i&BW1X<PI6Zt>!/#1A$88;"q?HegNX9l`CyhTKGKd;7X=!714   Z 
 Q@
   
 
+K_PX@	      $  @ 	     #  $    !Y8+#"&/Z%*$*,//,   j"  @
+.54>7@d]nJhBBhJn\dsr	Cr}}rBq  K"  @	+4'&546?'.54676d\nJhBBhJn]dsBr}}rC	  LE 3 h@
   3 3+K PX@"0,+($#	    $    @+0,+($#	      #     $   !Y8+5467'7>7./7.=3>?'.'T;##:v;#"&:E&\d\]d^&'\d[]d] *   [ +  ?@    
	+@%   #    &  $   !8+!!#!5!{}fd  Pw  _@+K_PX@    $  KePX@    $  @    #    $   !YY8+74>32'&5467>7".P&6 &8&8R5+  4%1%/="0jjd*'#-5(6  dj  %@ +@     #     $    !8+!!d   Ix  @+K	PX@    $  KPX@    $  KPX@    $  KePX@    $  @    #    $   !YYYY8+74>32#".I)8 8((8 8)8((8 7((7   -@	+KPX@   5  @  4   +Y8++>;	$(hH@-i"*-   2V  ' w@
$"+K_PX@  $    $     KePX@   &   $     @!   &    #   $    !YY8+#".54>324.#"32>VQqqPPqqÏQ.Md65cL--Lc56dM.ӽYYYY꾝z11zΝz11z     -  @	 +K_PX@#   2    $  KePX@ 4  4   $  @* 4  4    #   $   !YY8+%!47#"&/3!!%!NK16kw  T  4 0 @ *($" 00+K_PX@-, 2   $     $  KePX@+, 2    &   $  @4, 2    &  #   $   !YY8+2>3!2!5467>54.#"#"/>ZdvB/Oj:0\*s(/ 7W;8M0Ys,"V;l]P|t<-%R68fdg94O6ZL&!hi5   ZB B @ <:64.-,+#! BB	+K_PX@C>
 2 2   &   $    $  KePX@A>
 2 2    &   &  $  @J>
 2 2    &   &  #  $  !YY8+2#".'763232>54.#5>54&#"#"/>qdr=;U6PdmxTm)+<Q8?^?Fn[xGpaXt*"V9eOEiN6)lq:2b]-#D5!)BQ)4U<" 9P0gi]I&!hi5    d   @	 +K_PX@   &   KePX@   4  &  @*   4 5    #  $ !YY8+3+#!"&/3467!&?!a}S J(   L + @+*'%+K_PX@;)( 2   &     $   $  KePX@9)( 2     &   &  $  @B)( 2     &   &  #  $  !YY8+#!632#".'763232>54&#"'!CNr4bQrv<QtDzk[$L(3DZ@DhE#ijx=5BDx]sJ/="i" & ,Om@v&,   WI  1 @ .,$"	 +K_PX@$     &  $  KePX@$   4    & $  @-   4    &  # $ !YY8+2#".5467>;>32>54.#"RvHJrtESWYE-S*a!A`?;cG(&Fb;;`E%6mleLJrft"?<cF'(Ha9>cE$(Ga  `  H  j@    	+K_PX@   $     KePX@   &     @   5  # $  !YY8++67!"&=H
>50#+L"k0;#1QD1"   N:  / C @10!  ;90C1C)' /!/ 	+K_PX@.  &  $   $    KePX@,   &  &  $    @6   &  &   #  $   !YY8+".5467.54>32'2>54&#"2>54.#"DpI~jiCxddxCji~Ip=\? tt ?\=<R24P77P52R<n`+,rRi;;iRr,+`n<#>V2wzzw2V>#&?Q+)J9""9J)+Q?&     P  1 @ .,&$	 +K_PX@$     &  $   KePX@"    &    &  @-   5   &    #   $   !YY8+".54>32+>74.#"32>KqDHno}C+<%C+2x$B[68Z?"}s<]@!A4ihaJF~iCxoi5(!1( !;]@"%B[6y&BZ  q  ' @$"+K	PX@  $     $  KPX@  $     $  KPX@  $     $  K&PX@  $     $  KePX@    &    $  @!    &    #    $   !YYYYY8+74>32#".4>32#".q)8 8((8 8))8 8((8 8)8((8 7((78((8 7((7  q  2 @
/-%#+K&PX@  $     $  K_PX@    &    $  KePX@    &    $  @%    &    #    $   !YYY8+74>32'&5467>7".4>32#".x&6 &8&8R5+  4%)8 8((8 8)1%/="0jjd*'#-5(68((8 7((7    q  @+33k!!      3@
 +@!     &     #     $    !8+!!!!vvL   q  @ +75467%67.'%.=k,;3Ұ!!cd  %( * >b@;91/)'$"+K	PX@/   2 0   $     $  KPX@/   2 0   $     $  KPX@/   2 0   $     $  K_PX@/   2 0   $     $  KePX@-   2 0     &  $  @6   2 0     &  #  $  !YYYYY8+>32#'&454>54.#"#"'4>32#".%"Q^n@Wf8,CNF3,BLB,0C'9O7&$|)8 8((8 8)#6(0Y~NLoR<53 ,A96?P6$9)8((8 7((7   C1f S cB@UT ][TcUcKI?=9720(& SS+K;PX@S
Z
 ;   2   &  

 &	   &  #  $  !KMPX@Z
Z	
 ;   2   &  
	
 &	 	 #    &  #  $  !	@[
Z	
;   2   &  
	
 &	  	 &    &  #  $  !	YY8+%"&'#".54>3232>54.#"32>7632#"$&54>32%2>7&#"Dk;L?]?:WvYMn3`$*K8!Qx]fMp\$"h겵7fpx?q50(I ">lO.7@GH>,Mi>9um_G)@+(	5`NƅCcꇤT% YDVr2kʱj;_kO)D36\w@@G       @	 +K_PX@    &     KePX@ 4    &    @( 4  5   #  $  !YY8+!#"&'!+!!.'#-
ll/"8Ͱ#'&| W33X!        ) @  )'#!   +K_PX@,  &   $     $ KePX@*     &  &  $ @3     &  &  #  $ !YY8+3!2#!2>54.#%32654&+Ɂ<?aC*F~Ke=@dG׉6dY3]QBC\q@zX$<P-/K5dmq`   > - @ '% --+K_PX@4   2  0  $   $  KePX@2   2  0   &  $  @;   2  0   &  #  $  !YY8+2#"$&546$32#".#"32>7>tjXalVZ0JqWf{EEv\7YKC!
UsmtnmgU}$*$GvzE)	        w@	+K_PX@  $    $     KePX@   &   $     @!   &    #   $    !YY8+#!!24.#!!2>j(j@vjjv@ӟjkwFF    "  @    
	+K_PX@%    &     $   $  KePX@#     &    &   $  @,     &    &   #   $   !YY8+!!!!!"pog     " 	 @   	 	+K_PX@    &     $  KePX@     &    &  @' 5     &   #   $   !YY8+!!!!"T   >= 0 @ (&!
	 00+K_PX@;   2    &  $    $  KePX@9   2   &    &   $  @C   2   &    &   #   $   !YY8+%267#"&=!#"$&546$32#"'.#"*[=7wYmjZN& CQeBkzBF~!(;&nliTz%&Ht}ÆG     V  ~@
	 +K_PX@     &    KePX@     &   $    @$   #     &   $    !YY8+)!!!!!VZxn      Q@ +K_PX@      KePX@    $     @     #    $     !YY8+)!   &  @+K"PX@    $     K_PX@!  2    $     KePX@  4 4   $     @'  4 4    #   $    !YYY8+#"&'7>3232>5!<wv6h97*9X;zĊJ!HsR    g  @	 +K_PX@      & KePX@       & $ KMPX@*   #     & $ !@0    #   #     &  $ !YYY8+3267>;#"&'.+!!?&27**!50/g2.UH &,"[      d@ +K_PX@     $  KePX@  4    $  @  4     #    $   !YY8+%!!!C     ) @$"! +K_PX@    2   KePX@    2    $ @(    2   #    $   !YY8+>7>;#467+"&'#32hK0 % 0EX E#$F !Z> 7!?Z    V  b@
 +K_PX@   KePX@   $ @    #   $  !YY8+2.53#"&'#3 *	9#CoZ ?  C  ' w@$"+K_PX@  $    $     KePX@   &   $     @!   &    #   $    !YY8+#"$&546$324.#"32>jjjj?vjjw@@wjjv?ӟooopwFFwwFF       @    +K_PX@   &  $      KePX@   &   &     @'   5   &  #  $ !YY8+!!2#'32>54.+בԊBFҍJnH$$HnJDzei~F%Ec=:^B#   CH  0 @-+#!+K_PX@%   5  $   $  KePX@#   5   &  $  @,   5   &  #  $  !YY8+#"&/#"$&546$324.#"32>(KlEo0M 3k:jjj?vjjw@@wjjv?a1p#oopwFFwwFF       $ @  $"  +K_PX@%   &  $     KePX@#   &   &    @.  5   &  #  $ !YY8+!!2#"&'.#'32>54&+Ӈ?+QwL3%j#1)(sLqI$5=n\IjP6&C\7nv  $ = @;9*(%#	+K_PX@3=    2 0  $   $  KePX@1=    2 0    &  $  @:=    2 0    &  #  $  !YY8+#".#"#".'7>3232654.54>322D[>8S99^x}x^9CxE{k*N:OkKs~9^x|x^9?yqL&0C(3D0&+9W~ZbI2F+)2)mf9H1"(8ZcOtFPH      o@    +K_PX@    $  KePX@    &  @  5    #   $    !YY8+!!!5MK7   0  q@  +K_PX@   $  KePX@ 4   $  @ 4   #   $   !YY8+%2>5!#".5!N{U-SދޛS-T{4^Sb۟YYہbS_4       Y@ +K_PX@     KePX@   4  @   4 +YY8+3267>;##,T"S	.""+g9sXr&Z     ! ) i@)( +K_PX@$    KePX@$   4 @$   4+YY8+32>7>;2>7>;#.'##/	/"O#.	0"?! K**K a&!@N'Ha$Z,,$     B  q@+K_PX@     KePX@     $ @!     #   $  !YY8+	!2>763!	!"&'+3
I-#.!
 %M*	     #  _@+K_PX@       KePX@   4     @   4   +YY8+!32>7>;#)	"!,"22t"+M%&M*&  >    ~@    +K_PX@   $     $  KePX@    &     $  @"    &     #     $    !YY8+!!5467!5.c.&j%   s  Z@    
+K$PX@     &   $ @"     &  #   $  !Y8+!+32s%%?a%%a   	 -@ +KPX@  5     @   4 +Y8+32#"&'j,AGh'K-**..  K  Z@    +K$PX@    &     $ @"    &    #     $   !Y8+546;#"&=!K%%a%%a   z	  =@ +K_PX@   5  @   4  +Y8+#"&'.'+3
	u	!23    z  C@    +KPX@   $     @    #   $     !Y8+!5솠  	 3@  		+K_PX@  5    @  4 +Y8+2#"&')'#  Q ( 6>@*)0/)6*6$"	 	+KPX@<!.  2   &  $   $    K_PX@@!.  2   &  $     $  KePX@>!.  2   &   &    $  @K!.  2   2   &   &  # $  !YYY8+!#"&/#".54>754&#"#"&/6322>75o#('KPZ7AnO,=WS<P;2$-Zb3 &@95lX%M I#5$#FhE:q[<<gc#O;iW)*8!A8   7  *@  " **  +KPX@1    $   $ K PX@1    $   $ K_PX@5    $   $  KePX@3  &     $  KPX@2  &   %   $    @<  &  #    &  $  !YYYYY8+33>32#".'#"32>54.=gTe7>se/N@7=Mm/*c:8Z?"6MAME~sĐQ"1ERA;44)*VYZ}N$   ? ,@*( 	+KPX@3,   2 0  $   $  K_PX@3,   2 0  $   $  KePX@1,   2 0    &  $  @:,   2 0    &  #  $  !YYY8+#".#"32>32#".54>32U$2E3AbA #B^;;I2%G)`gn6_}IA~ysE)/X}ORW-#Z0A'G~qPJE   =  )J@ !))	 +K PX@1    $   $    K_PX@5    $    $  KePX@3    &    $  KPX@2    &  %    $   @=    &  #    & $  !YYYY8+!"/#".54>323%267.#"V0 FQ]6Te7>teVz0 Ml0*c98[?"6N-c$:*F~rĐQ7.2@;3**UYZ}O#  ? % .@'& *)&.'.	 %%	+KPX@4 2   &  $    $  K_PX@4 2   &  $    $  KePX@2 2   &   &  $  @; 2   &   &  #  $  !YYY8+2#!32>32#".54>"!4.,avBz<WA1H)fos6kNDxlz6R>wo%	"Z0A'G͇iPzp0U@%       @    +K_PX@+  $     $   KePX@'    &     & @35    &    #    $    !YY8+3'.=354>32#"!!Y#5cYG=2!,E0HeLXb4|/M9D    : N ^`@PO XVO^P^KIA?$" ::+KPX@E	3B+
  &   &    $	    $  K=PX@H	3B+   2
  &   &   $	    $  K_PX@E	3B+   2
  &   &   %   $	   @O	3B+   2	    &
  &   &  #  $  !YYY8+2!#"'#".5467.54>7.54>4.'32>2>54&#"Bt0'\
=kV:709]v|v]9Cvuq8XN&.!2"NY=mg$>S]c.*3;^DEdA.D-[[[[-E\: L{V/$
6]IDd=-Kb5HbF810+*^L{W.&
?)/"%3f,>%LYYL$>-       @    +K_PX@$     $  KePX@"   &    KPX@$   &   $    @-     #   &     $   !YYY8+33>32#4&#"<aTW-WW@p29F9gVs^g:2  t     @  
  +K_PX@  $      KePX@  $    $     KPX@     %  $  @#   &    #   $     !YYY8+##".54>32+:! 9**9 !:++ 8**8 !:**:   ' @  $"  +K=PX@'
	   $   $     K_PX@$
	     %  $  KPX@'
	 2    %  $  @1
	 2   &    #  $   !YYY8+#"&'7>32>5#".54>32#M}Z#<%%3+:! 9**9 !:+CvY3	
!6(%+ 8**8 !:**:     :  @    
+K_PX@#      &  KePX@%      &  $ KPX@(    #     &  $ @1   #   #     &  $ !YYY8+3267>;#"&'.+#~.&$ V(8;#(*       o@
    +K_PX@     KePX@     KPX@     $  @    #   $     !YYY8+#2    % , @   , ,)'$#		+KPX@( +  $   K_PX@, +    $ KePX@, + &     $ @5 +    # &     $   !YYY8+332>32>32#4&#"#4&#"0;CM.a}HVa1UZ/VS&A1SQ5](-L2$iW3I.4d]sbc1J0sg^5.      @    	+KPX@     $   K_PX@$      $  KePX@$    &     $ @-     #   &     $   !YYY8+332>32#4&#"0EMX4TW-WW@p2-Q 4&9gVs^g:2   =4   @ 	 +KPX@   $   $  K_PX@   $   $  KePX@    & $  @$    & # $  !YYY8+2#".54>2654&#":sHHssIIs{{||JyzĊJJzyĈJ  4  (@   ((  
+KPX@1   $    $  KPX@1   $    $  K=PX@5     $   $  K_PX@7  $   $   $    KePX@2   &     %  $  @<     #  &   &     $   !YYYYY8+32>32#"&'"32>54.">lTe7>seWy0Mm/*c98[?"6MQ_GXF~sĐQ5/\A;44)*VYZ}N$   =  ,@  $",,  	+KPX@1   $ $      KPX@1   $ $      K=PX@5   $  $      K_PX@7   $  $     $  KePX@2    &     % $  @=   #   &   &   $     !YYYYY8+##".54>327>3267.#"ENX3Te7>te0OC8"Ml0*c98[?"6N!5%F~rĐQ ,9@;3**UYZ}O#      J@    
+KPX@!   $   K"PX@%     $  K_PX@+  *     $  KePX@+  *   &     $ KPX@4  *    #   &     $   !@5  2    #   &     $   !YYYYY8+332>32#"&#"&7\L2 4+Mn&"|_n#UR  *( = @;9(&#!	+K_PX@3=   2 0  $   $  KePX@1=   2 0    &  $  @:=   2 0    &  #  $  !YY8+#".#"#".'7>3232>54.54>32
)6E/IT+GZ^ZG+6hc5e]O9)6I8,?)+G[_[G+2a_j::>2!-" )?X>J}[3".^"-$." +B`D?rU3F9  '< "@  ""+KPX@,	   4  $  $    K_PX@3	   4 2  $   $    KePX@1	   4 2  &  $    @:	   4 2  &    #  $  !YYY8+"&5#"&=7>;!!32>32Յh40(	J6=b06x-.   o  @    
	+KPX@       $ K_PX@$       $  KePX@&   $     $  @-      #  &    $   !YYY8+32673#"/#".5fWW@p20 DMY3TX-t^g92-R 5%9hV      Y@ +K_PX@
      KePX@
  4     @
  4   +YY8+!#32>7>;h%		$0\..\0$     ' . @.,"  +K_PX@'    KePX@'   4 KPX@'   4+@'   4  4+YYY8+32>7>;2>7>;#"'.'+&$m$
& 		(-V++V-&+Q)+V.$,Q;;,       w@
+K_PX@     KePX@     $ @#     #   $  !YY8+	32>7>;	#"&'+w
`!	 "e$    l@+K=PX@      K_PX@     $  @     #  $    !YY8++32>7>;#$a %86  C  j  w@
+K_PX@   $      $  KePX@     &     $  @!     &     #     $    !YY8+!!5467!5!j
1~g/   D x@<:52+K$PX@(&    &     &  $  @1&    &     &  #  $  !Y8+4&#52654.54>;+";2#".54>9??9,[^5	FJ)9$$9)JF	5^[,=MM=/]^_1L}Z1nXM7e_\/&D7*
)8D%/\_e7LXm1Y}L1_^^     <@ +K=PX@     $  @     #     $    !Y8+3#   I; D x@CBA@53.+	+K$PX@(   &   &   $     @1   &   &    #   $    !Y8++54>;2654.54>7.54>54&+".=323",[^5	FJ(:$$:(JF	5^[,9??9/^^_1L}Y1mXL7e_\/%D8)
*7D&/\_e7MXn1Z}L1_^]/=MM  b&  G@ 
 +@- 4 5   #   &   $   !8+2653#".#"#4>328>)MpH5aWL 8>)MpH5aWLHAM}Y0!HAM}Y0!    	  }@   	 	+K=PX@  $      $ K_PX@     %  $  @"    &     #     $   !YY8+46734>32#".(8  7))7  8([bb[ 7((7  7((7  {" / 6 @/-#!
	+K_PX@14 3%   4   2  0   $    @:4 3%   4   2  0    #    $   !Y8+.54>?>;#".'>32+Yp?Bz$[O6@'0 :5G3&D#T\d4$[b[9~xQqmT'C2W_X):''߆  '  d 9 @981/*(#!		+K_PX@92'   2   &  $   $  KePX@72'   2   &   &  $  @@2'   2   &   &  #  $  !YY8+46;54>32#"'.#"!#!63!#!5>5#'*)l8rtPcIc %%+3!gf'1+JIJ'A">/"1^J)F_7?!%xb(Bg,h&-=)   n v # 7 @
42*(
+K_PX@9 !     %   $    @C !       &  #  $  !Y8+467'7>327'#"&''7.732>54.#"}+b64`*{}*b64_*{3D''E33E''D35_*z{+b65^*{|+b6&E33E&(E33E    v " @"!  +K_PX@+
  
  &	  &  KePX@+
  4 
  &	  &  @7
  4 5 
  &	  #	  $  !YY8+!32>7>;!!!!#!5!5!r#,,"q?@y-!-L%%M,%ӊ__      T@
 +K=PX@      &   $  @!      &   #   $   !Y8+3#3#   ^ I Y @GE0.+)" 	+K_PX@7IWO> &   2 0   %  $  @AIWO> &   2 0    &  #  $  !Y8+#".#"#".'7>3232654.5467.54>32>54.';
)6E/*@+/NchcN/KS-95hd5e]O:)8N;R[0PeieP0SU.:1b_j9:]t9($8Zq8-(!, 0+(-6F\<Q(%bDJ}[3".^D<(:-%*3F`BO}%'kL?qV3F9*=1-=$,=2,9   ' E@
$"+KFPX@   $  @   #  $   !Y8+#".54>32#".54>32'31&&13'v&32%%23&1$$13&&31$$13&&3  5 + G _@ZXNLB@42(& 
+K	PX@G   2   0   &   & 		 $   $  	KPX@G   2   0   &   & 		 $   $  	KPX@G   2   0   &   & 		 $   $  	K_PX@G   2   0   &   & 		 $   $  	KePX@E   2   0  		 &   &   &  $  @N   2   0  		 &   &   &  #  $  !	YYYYY8+2#".54>32#".#"32>%4>32#".732>54.#"R8sds>F|bp6A*@3<^A"#>U21?,"R5`ff`55`ff`5]ޤ^+NoUUmN* 	WGKG}cf{DJ;Y'IhADhG%f`55`fe`55`f``WqQ,,Qq  QAn ) 5 @+*/.*5+5%#	 	+K;PX@9!-  2   &   %  $  K_PX@@!-  2   2   &  %  $  @K!-  2   2   &   &  # $  !YY8+#"&/#".54>754&#"#"&/>322675nS,.5!*D1"Tl/-","8N8Z?"&:;L-%I$
+?)!E8%6-93/$AX4Q    { ~;  ' 	@'+55{ Q&QI Q&Q
 &	"& &	"&   )  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!#!v[.  dj  %@ +@     #     $    !8+!!d   5  3 I V@44VTLJ4I4HDB9765.," +K	PX@>>2  		 & 
 &   $     $  KPX@>>2  		 & 
 &   $     $  KPX@>>2  		 & 
 &   $     $  K_PX@>>2  		 & 
 &   $     $  KePX@<>2     &  		 & 
 &  $  @E>2     &  		 & 
 &  #  $  !YYYYY8+4>32#".732>54.#"#!2#"'.#'32>54.+55`ff`55`ff`5]ޤ^+NoUUmN*A\a-
7Y3B%!;.kf`55`fe`55`f``WqQ,,Qq}Y'!"2 /  j\  %@ +@     #     $    !8+!!V\   7  ' S@$"+K_PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"75]~II^66^II~]5/?%%@//@%%?/cG}\55\}GE|]66]|C%@//@%&A00A  [ P+   L@    
		+@.    &   &   #   $   !8+!!#!5!!!{}}0Ub.  Ebq - @ (&"  --+K7PX@++ 2    &  $  @4+ 2    &  #   $   !Y8+2>;2!546?>54&#"#"&/>^:[? )66('#!(cq":O.)D>:	i9&111$-!sn  J|dq = @ 751/)('&  ==	+K_PX@A9 2 2    &   &  $  @J9 2 2    &   &  #  $  !Y8+2#".'763232654.#52>54&#"#"/>h9X> 49<>.J^06VC2M% -0!9**7''#)	[/FZq!6E%?WI;>Y;/M82#$	t"%+!9U8    	 3@   	 +K_PX@   5 @ 4   +Y8++7>3#((   o K@    
	+K PX@&      $  K=PX@*      $    KBPX@,      $     $ K_PX@*       &    $ KePX@,       &  " $  @2       &  & $  !YYYYY8+32673#"/#"&'#"&5fWW@p20<>C&;`%z49t^g92-S+$!,^)52  !/Z  g@    
	+K_PX@   23   $  @'   23   #   $    !Y8+####".54>3ZhwAAwhXXGAoS[l<  [  %@+@    #    $   !8+4>32#".[3D'(E33E('D3S'E33E''C33C   
   @  +K	PX@!     (  $  KPX@!     (  $  K"PX@     4  $  K=PX@$   4  4 $  @-   4  4  # $ !YYYY8+232654&'73#"&'76!!HK-YH#@Z6)G#
EK3!6&L   _Pi  i@ +KRPX@!
 4  4    $   @+
 4  4    #   $   !Y8+37#"&/733!M7sQh3=Kr   ==   `@ 	 +K_PX@  %   $   @$    & # $  !Y8+2#".54>2654&#"HxV//VxHJyV00VyJCAACGAA,QuIJwS,,SwJIuQ,UYYTTYYU    ~P  ' @% +%'.54?67&/&54?'.54?67&/&54?Q&Q IQ&Q ~&	$&t t&	$&t    L   	  + 1L@10+*)('&" 
	+K_PX@@%/ 2
  &  &	  $    KePX@=%/	4 4
  &  &  $    KMPX@F%/	4 4    #
  &  &  $  !@J%/ 		4 4 4    #
  &  &  $  !	YYY8+%+>;3+#5!"&/3%37#"&/733!4673;&jB>-i^<OfM7sQG)U&+tXLOh3=Kr 8  L  l 	 6 Gz@
GFEDCB><871/,*
66	+K_PX@KA:94  2 2
  & &	   $    KePX@HA:94 	4 4 2
  & &   $    KMPX@QA:94 	4 4 2
  & &    #   $   !	@UA:94  		4 4 4 2
  & &    #   $   !
YYY8+%+>;2>;2!546?>54&#"#"&/>%37#"&/733!;&jB>-i~:[? )66('#!&+cM7sQG)U&+G":O.)D>:	i9&111$-!$snGh3=Kr   7   	  X ^@&^]RPLJDCBA;942,*XX
	+K5PX@_T#0
	\ 2 	
	
2  	 & 
 
 &  &  $  $    
K_PX@cT#0
	\ 2 	
	
2  	 & 
 
 &  &   $  $    KePX@dT#0
	\ 2 2 	
	
2  &  	 & 
 
 &  &  $    
@mT#0
	\ 2 2 	
	
2  &  	 &    # 
 
 &  &  $  !YYY8+%+>;3+#5!"&/32#".'763232654.#52>54&#"#"/>4673;&jB>-i^<O-9X> 49<>.J^06VC2M% -0!9**7''#)
[/FZrG)U&+tXL!6E%?WI;>Y;/M82#$	t"%+ 9U88   04 * > @;91/)'$"+K=PX@/   2 0  $   $     K_PX@,   2 0    %  $  @6   2 0   &    #  $   !YY8+#".54>?332>324>32#".4#Q^n@Wf8,COF3,BLB,0B'9O7&#R)8 8((8 8)5).V{NLjK4./ 	.>0+5G4$9)8((8 7((7    & $   x     & $   x     & $        & $        
& $   	     R& $           @
	 	+K_PX@5     &    &     $   $ KePX@3       &    &    &  $ @<       &    &    &   #  $ !YY8+!!!!!!+!!J229,4$1V#ogd!|3Z&  > Hw@ DB:953-+#! HH
+K	PX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	KPX@K7; F  2 0 0  $  	  $  	K"PX@K7; F  2 0 0  $  	  $  	K=PX@R7; F 2 0 0	  2  $   $  
K_PX@O7; F 2 0 0	  2  %  $   	KePX@M7; F 2 0 0	  2   &  %  @Z7; F 2 0 0   0	  0   &  # $ !
YYYYYYYYYYYY8+232654&'7.546$32#".#"32>7>32#"&'76x!!HK%TlVZ0JqWf{EEv\7YKC!
jPYH#@Z6)G#
{ymgU}$*$GvzE)	sdq
)K3!6&L   "& (        "& (        "& (   *     "
& (   	*    & ,         & ,        & ,        
& ,   	     5    ! @ +K_PX@&    &  $   $  KePX@$    &    &  $  @-    &    &  #  $  !YY8+3!2#!#%4.#!!!!2>5(jjش?vjijv?$kjHwFTKF    V& 1      C& 2      C& 2      C& 2      C& 2      C
& 2   	    j h  @	+		'	7		UVGDSVGE  C # . 9@64+) +K$PX@7!32('   5   $    $     K_PX@7!32('  4  5  $    $     KePX@5!32('  4  5   &   $     @>!32('  4  5   &    #   $    !YYY8+#"&'+&546$327>;&#"4&'32>jeNLQ&jsjnR;hqY:8Mhjw@/-_yjv?ӟo*(i( d"o20RdsB*?Fwg@.F 0& 8      0& 8      0& 8      0
& 8   	    #& <   B         @    +K_PX@!   &   &      KePX@#   &   &    $     @,    #   &   &    $     !YY8+!!32#'32>54.+ʑԊBFҍJnH$$HnJDzei~F%Ec=:^B#   F @ A@=;'%"  FF+KPX@* 2   $    $ K_PX@. 2   $     $  KePX@, 2    &   $  @8 2 2    &  #  $  !YYY8+2#".'7>3232654.54>54.#"#4>uh0';D;'2JXJ2?lP.ZSJ:
*2@-?N6Q^Q6*?J?*2O7IDfv3:R>.*-!0.4KjMUX-".^K</>1/?ZE9R@36>*!;+0jI Q& D    C    Q& D    v    Q& D        Q& D        Q& D    j    Q& D         Q. C Q ZK@&SR VURZSZMKED?=8631.-%#	 CC+KPX@KA;  2 2
 &  $	   $ KPX@KA;  2 2
 &  $	   $ K;PX@WA;  2 2
 &  $	    $  $ 
K_PX@dA;  2 2
 &  $	     $	    $  $ KePX@\A;  2 2  #	    &
 &  $  $ 
KPX@`A;  2 2  #	    &
 &  #  #  $ !
KMPX@hA;  2 

2   & 	 	 & 
 # 

 &  #  #  $ !@iA;  2 

2   & 	 	 & 
 # 

 &  #   &  $  !YYYYYYY8+2#!32>32#"&'#".54>754&#"#"&/>32>32>5"!4.Wm>nDU8&B)bkn4m=Xjx=KwT-=WS<P;2$-Yvt'9lX%ND1U>$is1LC~p%	 T0A'bh6L2&ImG:u`?#gj$OQQXMKW.<!E@?dEy1\G*   ? E@ A?20-+#! EE	+K	PX@C84 C  2 0   0  $   $  K"PX@C84 C  2 0   0  $   $  K=PX@I84 C 2 0   0  0  $  $  	K_PX@F84 C 2 0   0  0  %  $  @P84 C 2 0   0  0   &  # $ !	YYYY8+232654&'7.54>32#".#"32>32#"&'76!!HK&Pf:A~ysEA$2E3AbA #B^;;I2%GE\YH#@Z6)G#
~SpqPJEZ/X}ORW-#ZQK,K3!6&L ?& H    C    ?& H    v    ?& H        ?& H    j     &     C      q&     v     p&          \&     j     B* 4 H @65@>5H6H.,$"+KPX@-0:43   &  $     KePX@-0:43   &  $     @70:43   &   #  $    !YY8+&54?.'.54?7#".54>32.'2>7.#"
 K G'!eS1
Q9\B#C|hKAwh_=dU:bH+/@S4@aB"'CZ&+$U>1rP.3}gTC~s\}JEBj9*]j%B1*Jb9IoL'   & Q       =4& R    C    =4& R    v    =4& R        =4& R        =4& R    j     [ +   + A@(&
 +@+    &      &  #  $  !8+!!4>32#".4>32#".[0P(8 8))8 8((8 8))8 8(8((8 7((7X8((8 7((7   +Ze # + 4@-,,4-4*(#!	+KPX@8 32'&  4  5  $   $     K_PX@8 32'&  4  5  $   $     KePX@6 32'&  4  5   &  $     @@ 32'&  4  5   &   #  $    !YYY8+#"&'+7.54>327>;&#"2654&'@EHsH7"Q&[BFIsH68z x8R7}EwzĊJ/'!EyyĈJKwN" ;`&  o& X    C    o& X    v    o& X        o& X    j    & \    v     4  '@  ''  +KPX@5    $   $  K=PX@5    $   $  K_PX@7 $   $    $    KePX@5  &  $    $    KPX@3  &   &   $    @<     #  &   &     $   !YYYYY8+3>32#".'"32>54.=gTe7>se,J>4Mm/*c98[?"6MAME~sĐQ+KA;44)*VYZ}N$  & \    j      ' 0U@ )($" ''
+K"PX@0-    & 	   $  K=PX@7-	  2   &   $  K_PX@4-	  2   &   %  KePX@4- 4	  2   &   % @B- 4  2	  0   &  #  $  !YYYY8+2#"&5467#"&'!+!#32>!.'|&!c7bjID#-
ll/"885&&"jͰ[RA7f)#'&Z#(# W33X!   Q @ N@BAHGANBN<:641/,+#!	+K"PX@N9F	   2  		 &  $ 
 $    $  	K=PX@U9F	   2   2  		 &  $ 
 $     $  
K_PX@R9F	   2   2  		 &     %  $ 
 $  	KePX@P9F	   2   2   &  		 &     %
 $  @Z9F	   2   2   &  		 &
  &    #    $   !	YYYY8+!32>32#"&5467./#".54>754&#"#"&/6322>75&&"&!c7bjLF'KPZ7AnO,=WS<P;2$-Zb3 &@95lX%M#(#[RA8g*I#5$#FhE:q[<<gc#O;iW)*8!A8  >& &      ?& F    v     , %|@ "  %%+K"PX@9     &   $    $	
   $  K=PX@@	
 	 	2    &   $    $ 		 $  	K_PX@=	
 	 	2    & 	 	 %   $    $ KePX@;	
 	 	2    &    & 	 	 %   $ @E	
 	 	2    &    &    & 		 # 		 $ 	 !YYYY8+2#"&5467!!!!!!#32>&!c7bjID`[&&"[RA7f)og#(#   ? ; DB@=< @?<D=D86*(%#! ;;+KPX@E,  2 	 	 & $   $ 
   $  	KPX@E,  2 	 	 & $   $ 
   $  	KPX@E,  2 	 	 & $   $ 
   $  	KPX@E,  2 	 	 & $   $ 
   $  	KPX@E,  2 	 	 & $   $ 
   $  	K"PX@E,  2 	 	 & $   $ 
   $  	K=PX@L, 2
  2 	 	 & $   $   $  
K_PX@I, 2
  2 	 	 &   % $   $  	KePX@G, 2
  2 	 & 	 	 &   %  $  @Q, 2
  2 	 & 	 	 &    &  #  $  !	YYYYYYYYY8+2#"&5467.54>32#!32>3232>"!4.&!c7bj>9e~HDsavBz<WA1H;P$&"lz6R[RA3^'LȁiP>wo%	"ZDJ"'#zp0U@%       Y@
    +K_PX@     KePX@   $     @    #   $     !YY8+#  "  &  @	+K_PX@
       $  KePX@
    4    $  @'
    4     #    $   !YY8+%!!54?!f!Cf%XZ M  4  r  @    +K_PX@
	      KePX@
	      KPX@
	      $  @$
	     #   $     !YYY8+7#54?ϣ"B)7B#8   V& 1        & Q    v	    C  0@  -+#!  
	+KPX@3     &   $
	 $ K PX@?     &   $     $
	 $ K;PX@K     &   $     $
	  $ 	 $  
K_PX@G	    &  $      $
   $  		 $  
KePX@C	    &
     &    &   $  		 $  @J	    &
     &    & 		 #    & 		 $ 	 !YYYYY8+!!!!!5#".54>3254.#"32>W뒔__W8j_`j99j`_j8og׹^jooj_-wHHwwHH  = 0 < E@$>=21 A@=E>E861<2<,*" 	 00+KPX@A.
 2 
 
 &	  $   $ K(PX@A.
 2 
 
 &	  $   $ K_PX@N.
 2 
 
 &		  $     $   $ 	KePX@F.
 2	 	 #  
  & 
 
 & $ KMPX@Q.
 2	 	 #  
  & 
 
 & # $ !@W.
 2	 	 #  
  & 
 
 &  # # $ !	YYYYY8+2#!32>32#"&'#".54>32>2654&#""!4.Wm>n8P=0H)bkn4l=<f|EF}i|;7vrrvxrq@is1LC~p%	"Z0A'ahahJzyĈJg_Zly1\G* $ & 6      */& V    v    $& 6      *(& V         #
& <   	R   >  & =   9   C  j& ]    v    >  6& =  I 	+  C  j& ]        >  & =  I 	+  C  j& ]         b $ @   $ $#"
+K=PX@,  &  $    $     K_PX@)  &     %  $  @3   &  &    #   $    !YY8+#5432>7'&=37>3#"!SK{O(D4"S{8%))E6$&Pjb.L0N82eʇ'0N8    =@ +K_PX@   5  @   4  +Y8+#"/.'+3ik_

_    =@ +K_PX@	    5 @	  4   +Y8+#32>?>;j	i
``
  j\ q    m  O@ 
 +K_PX@    % @4    #   $   !Y8+".5332>53?VsG2''2Gt-Nh:0!!0:hN-    <@+KHPX@    $   @    #   $    !Y8+#".54>32+;! 8**8 !;+1 9**9 !9++9   `d   }@
+K	PX@!     &  #  $  !KPX@   %   $    @!     &  #  $  !YY8+4>32#".732654&#"`$=P,-R>%%>R-,P=$/,(00(,/-.L66L.-J55J-&33&*11  
   @  +K"PX@     $  K=PX@   4  $  @(   4  #  $  !YY8+2#"&546732>&!c7bjTN&&"[RA;m*#(#     @ 
 +KNPX@   %  $ KYPX@   %   $  K[PX@!   2   %  $  K_PX@(   2 2    %  $  @3   2 2   #   &   $   !YYYY8+2653#".#"#4>32"6K-$>6/!8K,$?6.O!+8[A##*8[A$   E  	  S@

  

 	 +K_PX@   $  @   #  $   !Y8++7>3!+7>3&e~)("t	   4 ! @   !  	+K"PX@%   $  $ K_PX@)   $   $  KePX@'    &   $  @3 2    &  #  $  !YYY8++#!#"&'7>3265#54>3'&kCjK$O#(=."b .R?gJ(h19EX     %@ +@     #     $    !8+!!+      %@ +@     #     $    !8+!!M   b  @ +&5467De`M
	$oqdL/	(/8 "M*    Vy  @ +'.547>54&'&5475#!e_M
	%8p8dM/'/8 "M+   Vy#  @ +'.547>54&'&5475#!e_M
	%#8p8dM/'/8 "M+   b  1 	@ +&5467&5467De`M
	$De`M
	$oqdL/	(/8 "M* :oqdL/	(/8 "M*   V  1 	@ +'.547>54&'&547%'.547>54&'&5475#!e_M
	%#!e_M
	%8p8dM/&08 "M+ :8p8dM/&08 "M+   V#  1 	@ +'.547>54&'&547%'.547>54&'&5475#!e_M
	%#!e_M
	%#8p8dM/&08 "M+ :8p8dM/&08 "M+   T9 # @#"
+K=PX@+	      $    KLPX@-	     $    $  K_PX@*	      %  $   @4	      #    &  $  !YYY8+4>3632>72!#"'!T+?K7I$B K?,m B$I7 n&   &R  b   T9 73@7654/-)'" 

+K=PX@<	  +$*% & 	  $    KLPX@>	  +$*% &	  $    $  K_PX@;	  +$*% &   %	  $   @E	  +$*%   # 	   & &  $  !YYY8+4>3632>72!!#.'#"'".=!!T+?K7I$B K?,m,?K B$I7K?+n&   &RR& &R      <@+K_PX@   $    @    #    $   !Y8+4>32#".EvZZvEEvZZvEQZwDDwZYvDDv  I  ' ; @86.,$"+K	PX@   $ KPX@   $ KPX@   $ KePX@   $ @   #   $  !YYYY8+74>32#".%4>32#".%4>32#".I)8 8((8 8),)8 8((8 8))8 8((8 8)8((8 7((7 8((8 7((7 8((8 7((7  =  ' 1 E Y m y@~|trjh`^VTLJB@861/,*$"+KPX@4     &	 &  $		$
 K PX@8     &	 &  $ 		$
 K_PX@<     &	 &   $  		$
 KePX@= 2   &     &	 & 		$
 @J 2 		2   &     &	 &		 #		$
	!YYYY8+#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>7\zBHzY22YzHH{Z2'54&&45'$ %7\zBHzY22YzHH{Z2'54%%45'7\zBHzY22YzHH{Z2'54%%45'HR]22]RT^33^T:N00N:8K..KoTR]33]RT^33^T:N00N:8L..L8R]33]RT^33^T:N00N:8L..L  { ~  @+5{ Q&Q
 &	#&    ~  @ +%'.54?67&/&54?Q&Q ~&	$&t   O  | 	 B@	+K_PX@      KePX@  4     @
  4   +YY8+7+>;4;&jB>-iG)U&+  %u G @GF@?>=9720-+)'$# +K	PX@L	5	   2 		2   &	 &  $  
 $ 


 	KPX@L	5	   2 		2   &	 &  $  
 $ 


 	KPX@L	5	   2 		2   &	 &  $  
 $ 


 	K_PX@L	5	   2 		2   &	 &  $  
 $ 


 	KePX@J	5	   2 		2   &   &	 & 
 $ 


 @S	5	   2 		2   &   &	 & 

 # 
 $ 

 !	YYYYY8+3>32#".#"!#!!#!32>32#".'#53&45<7#%dkCW
"/@,v % >%vHW7%kF؏uXttzŊKk[^L'!K''0'
blsO~!   9KF  & @&&%$#"! 	
+K_PX@5 2  $	    $	   @4 2	    &	    $   !Y8+>?>;#7+"'#32%###5	
')
#$.c%%)^[1ό  G   7 @   7 632(&
+K_PX@&1     $  $ KePX@$1      & $ @.1      &  # $ !YY8+!>54.#"!"&=!5.54>32!#+EvW17gZZf71VvE*0]c4aa4c]1)6ZV]a22a]VZ6/%b_yԞ[[y_b%/  CH , >)@.-86->.>*(%#+KPX@;  2 2   &   $    $  K_PX@;  2 2   &   $    $  KePX@9  2 2     &   & $  @C  2 2     &   & # $  !YYY8+>32#".54>326454.#"#"&'2>7.#"2(QWb;]p?L[o?Pob/">W5&C9-6cTA
"5J3JmI$g7/L͂<obuɔTF@'ZZ-,`l&F6 5_Nr|        v@ +K_PX@	      $  KePX@	    4  $  @"	    4   #  $  !YY8+3!%!.'dW^fZ.J+,J   3)  {@    
	+K=PX@    $ K_PX@ 5    $  @! 5    #   $    !YY8+##!##5)V&&   R
  @
	 +K=PX@"    $      $  K_PX@    %    $    @)      &   #   $   !YY8+!!!!5467	.5R:HSxGxV''  D  %@ +@     #     $    !8+!!v   5    @
 +K_PX@  4     &  KePX@  4     &  @'  4  5    #   $    !YY8+#"&=!2>7>;#y&7`%f%-6O*T+!E$V  . 1 ' ; O `@=<)( GE<O=O31(;);	 ''+@:K-  &
	   #
	  $   !8+%".'#".54>32>32%2>7.#"!2>54.#"7[L?@L[7BxZ55ZxB7[L@?L[7BxZ55ZxW5/++/54((4z5((44/**/43D&&D35_PO_53D&&D35_OP_5+;!":,'=*+=''=+*=',:"!;+  k % @
!+K=PX@$    $     $  K_PX@!    %   $    @+      &  #  $  !YY8+>32#"#"&'7>32>7g&Q$0E.EgP$S#:O4Fw

0H0ha/g1M7   a  ; @ 86-+(&;;
 
+K PX@I  #21$    &   &	  %  $  @T  #21$   &    &	 #   &	 $  !Y8+2>7#".#"'>322>7#".#"'>32;1#&|A5ie`+!<1$$4>D#5je`+;1#&|A5ie`+!<1$$4>D#5je`	2/&	(%	2/&	(%      @
	 
+KPX@2   ( ) 	  &  #  $  !@0  4 5 	  &  #  $  !Y8+!733!!!#7#5!7!noU$uuFTfݷ븩    P   -@+@	       #     $    !8+!! 8  9_ G{#"~#   P   -@+@
      #    $     !8+5467%>7.'%.=!5! _8 9 Gc"#  q   }@+K	PX@"
       #     $    !KPX@
      $    @"
       #     $    !YY8+3	#>7.'q}}++////    B@ +K=PX@     KPX@  5     @
   4 +YY8+3#        @      +K_PX@-  $     $   KePX@+     &  $  KPX@+5     &  $  @55    &    #    $    !YYY8+3'.=354>32#"!#!Y#>~*X ."aQ#|He!^vC	
	"CeCI     8 #@    	+K(PX@)  $    $   K_PX@-   $     $   KePX@-     &  $    $ K|PX@*     &   %  $  @4  #    &     &   $  !YYYY8+3'.=354>32;#.#"3#Y#3jo[Q5e#pvHe+RsEH}s+   @ 	 +@  4 +8+2#".'%	
  
  ' ,@
$"+@   #  $   !8+#".54>32#".54>32&2/$$/2&$11%%11$0$$01%%10$$01%%1  5I  %@ +@     #     $    !8+!!5     @    +@ 4   +8++7>3
	    !@ +@   4  +8+#"&/.'+73$ee$CC    !@ +@   4 +8+32>?>;#.$ee$CC  	u  4@ 
 +@4    #   $   !8+"&5332653?KNNK)Psxz2--27Z?"  7  %@+@    #   $    !8+#".54>32*86))68*5))57))7  pR   3@+@!     &  #  $  !8+4>32#".732654&#"p"8J)+L:"":L+)J8"v/,(00(,/+F22F+*E22E*'22'*00  }  @ 
 +KBPX@%   #  &   $  !K[PX@,   2   #   &   $  !@3   2 2   #   &   $   !YY8+2673#".#"#4>32!0F-$C=5 2F,$D=4 2R:!! 1S<!   95 	  8@

  

 	 +@   #  $   !8++7>3!+7>3"u1('3(
       GPOS-o  !L  "GSUBUT[  l   OS/2۹c     `cmapv  h  tcvt l  X   .fpgmrZr@    gasp        glyfKS  6p  head!     6hhea?_  4   $hmtxi3  
d  8locaW}    (maxp      name\fL    post+gU    ^prep     K       v  \   " - 9        V  0`             	          6 66            Θ_< 	    ʓ^p    .0`p  	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+     x  x   
  @ `J        tyPL   Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 : D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           ? ;v[	
I
^2eItb%~A6las8KP|J2 !A!##$O$%%&'u'()C)*{+,,,-d-.L./B/]/0E0E0123*33453677R77889,9:>:;<<<=C=>'>v?@B:BBBC
CC"C.CDDDE	EE!E-E9EEEEEEFFF FEGGG0GBGTGfGHHHHHHHJLLL(L4L@LLLXLdLpMM*M<MNM`MrMMO#O5OGOYOkO}P?PQQURRRSTTUTUUUVXXX+X7XGXYXkX}XXXXY}YZ=ZEZZ[1[\\]V]v]]]^#^w^_!_a&adacfcccdefMfgHghh;hiUijk;kkllDm1n=nknnoo`opp@pqqg                                    	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  c (           <    "6  ( D( t ^  \  >  
 >   B x 2   +  p+ c4  .. , 2T , ,  , 2p ,P H( , , ,p , 2 , 2 ,P h6 ^X v , b`( d( d" L +l )N # ) 3T + 7_2 / +: #L #
 :"  # LJ B ? I. I|( X x(    n n  ZX x d 6" F | o  \" @d l p $ j d 0  T: Nd   z i   x4...... 2 , , , ,P P HP 5P H Dp , 2 2 2 2 2 H6 ^6 ^6 ^6 ^ b h &" " " " " "   l ) ) ) ) )  7 , )L #
 
 
 
 
  ^
J BJ BJ BJ B IB  I.0  2l ) , ) 7 Cp ,L # 2  " b`|`|`|d  d Dd ld td d d "d Hd z0 8   x  x, V,  d(  "r or i0 ,D D + ` ^  V $  p+ E+ V x   1 1d  f |  : X     , d `f# PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-, `` C#`C%%QX# <`#e!!Y-	,+*-
,  G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-, 5`-, EcEb +EcEb +      D>#8*-, < G EcEb` Ca8-,.<-, < G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+- ,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	  	  	  	  ^	d  	  "	B  	  P  	     	  `r  	  0B  	 	 $  	 
l  	  0<  	  d  	  T  	  4    	     	     B l a c k   I t a l i c L a t o h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - B l a c k I t a l i c V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e L a t o   B l a c k   I t a l i c t y P o l a n d L u k a s z D z i e d z i c :   L a t o   B l a c k   I t a l i c :   2 0 1 1 I t a l i c L a t o   B l a c k C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .    
 0 D DFLT latn                 kern kern                   r^R>&	R.^ddddd^RR``R`Rdd...RRRRR  r  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? E H I K N P Q R S U Y Z [ \ ^ k l m o p r t u y { | }                                                           " ` 
` `  9L :t <L ?L Y Z \ l` m o r` tt ut y {t |` } L   L   ` ` ` `     	8 8 $8 9 ( : ( < ( ? ( 8 8 8 8 8 8 8  ( 8  ( 8 . 	 L L  $ D F G H R T                                L L L   	    $             . 	 ` `  $ D F G H R T                                ` ` `  " L L D F G H R T                        L L L  D F G H R T                          
  Y \ l r tt ut {t |         < 
 <  <   l < r < t d u d { d | <  <  <   <  <     
   @ [ ` l r |       " ( # & * 2 4 k m o p y }               m  < 	` 
 <  <  8  `   " 2 # $` & * -8 2 4 D8 F8 G8 H8 JL P Q R8 S T8 U V8 X ]~ k l < m8 o8 p r < t P u P w y8 { P | < }8 ` ` ` ` ` ` `        8 8 8 8 8 8 8 8 8 8 8 8 8  8 8 8 8 8 8     ` 8  8 8   8 8 8 ~ ~ ~ 8 8  <  <   <  <  8  8 8 ` N  ( 	 
 (  (      $ - Dy Fy Gy Hy J P Q Ry S Ty U V X l ( r ( t < u < w { < | (        y y y y y y y y y y y y y  y y y y y y      y y y  y    (  (   (  (    f 	` L L L ` t t "  # $` & * -8 2 4 D8 F8 G8 H8 JL Pt Qt R8 St T8 Ut VQ Xt Y` Z [L \L ]V k mL oL p wt yL }L ` ` ` ` ` ` `        8 8 8 8 8 8 8 8 8 8 8 8 8 t 8 8 8 8 8 8 t t t t ` ` ` 8  8 8 t  8 Q Q V V V L L L L L L L L `  # & * 2 4 7 8 k p              / 	V L L V $V -8 D F G H R T V V V V V V V                    V     L L L V 3 $ 
$ $ ` # & * 2 4 78 98 :L < ?8 Y~ Z \~ k l$ m` o` p r$ t u y` { |$ }`         ~ ~    ` ` $ $ $ $ ` ` ` +  ( 
 (  (  # & * 2 4 I Wt Y Z \ k l ( m o p r ( y | ( }               (  (  (  (     	  $          > 	` L L `   "  $` -L D F G H P Q R S T U X w ` ` ` ` ` ` `                         `      L L L ` 
  m o y }      : 8 
8 8  # & * - P 2 4 7` 8 9` : <L ?` W Y Z \ k l8 m o p r8 t$ u$ y {$ |8 }            L     L   8 8 8 8    $  	 
    $ 7 9 ; < = ? @ ` l r |                   q  ( 	` 
 (  ( 8 t 8 `   " ( # $` & * -` 2 4 Dt Ft Gt Ht P Q Rt S Tt U Vt X Y Z \ ] k l ( mt ot p r ( t P u P w yt { P | ( }t ` ` ` ` ` ` `        t t t t t t t t t t t t t  t t t t t t       ` t  t t   t t t    t t  (  ( 8  (  ( 8 t 8 t t `  	 L L  $ 78 9t ; <$ = ?t        $  $    L L L  & $ # & * 2 4 7" 9 : < ? Y` Z \` k m$ o$ p y$ }$         ` `    $ $ $ $ $ - # & * 2 4 D F G H R T k p                                 / 	L L $L 9 ( :  < ( ? ( D F G H R T L L L L L L L  (                    L      ( L    (  ; % 9 = A @A@?>=<;:64,*$"
+KPX@=   2    &   & 		  $    $  K^PX@C   2 0     &   & 		  $    $  	@J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'&54>54&#"#"'4>32#".!!7!!>iNwR*'/,"&-&$ *+>,:#!:++:!#:,Mo0?(Hf>7P:*$"Zp.& $*

$J!9**9!!9**9OP  b    \@    +K^PX@     $  $  @"     &  #  $  !Y8+#.54674>32#".bF,F/@&%@00@%&@/[_&J%7l7>$>..>$$?..?  T 
  @   
 
+K^PX@	     $  KPX@%	     #  $   !@+	   #   &  $    !YY8+#"&/!#"&/$.43,)$|$.43,)$47744774      > B9@&  BA@? > >976410+)('&$!
	+K/PX@-   &	  $
    K^PX@+
 &   &	    KPX@8	4  5
 &  #  $  !@` 	4 		4   2   3   & 
 
&    &   #   &   &   $   !YYY8+#"&5467#+#"&54?37#7>;>;3323+32%37#Ew!(SV'-y]!%
I&AAJZM/yy&.Y(@?FIs!%
ˮIs/$
( \y-)-.2s( x-* \  +t ; B Kg@;965'%
+K	PX@:G"F?, @   4   2   0 5   KPX@:G"F?, @   4   2   0 5   KPX@:G"F?, @   4   2   0 5   K^PX@:G"F?, @   4   2   0 5   @EG"F?, @   4   2   0 5  #  $  !YYYY8+.'7>32.54>?>;#".'+4&'>w8k`Sn).7D-U@}d>J|1!n+j0V$&.6P@e?K2!nE6LdcE7E5J.	"/:"%&2PyZZTq+W4k	2MpRdY	+5?i6C< -8  "  # - A Q@NLFD><42-+(& 
+KPX@0     &  	 &  $ 		 $ K#PX@4     &  	 &  $  		 $  K^PX@8     &  	 &   $   		 $  @E 2 		2   &     &  	 & 		 # 		 $ 	 !YYY8+#".54>324&#"32>>;+#".54>324&#"32>AiF@hJ(:dN@iK(+#,)#, -&Z- AiF@hJ(:dN@iK(+#,)#, ]l;-RrE]n<-StHH;7X?E64VA{]l;-RrD^n<.RuHI87X?D75V  
 ; G @ B@+)" 	 ;;+KPX@CED4' 2   $    $  $ K^PX@AED4' 2   $    $   $  @FED4' 2    &  #   &  $  !YY8+2#"&'&#"67>;!"./#".54>7.54>3267ZY-"V"5$!7fL$3(!Xjei6/RrB>t)B/4d.>/6[zC#j4F'(X3n"g	;?5cVLq[!=w6WvE)D1$"e5z   
 O@
   
 
+K^PX@	      $  @	     #  $    !Y8+#"&/$.43,)$4774  De. ! @+.547H	(9%)\j|9aE'B>	!MTW' L
h  . ! @+4.'.546?
'.5467>	(9%)\j|9aE'9B>	!MTWL
g   t3 8 h@
   8 8+K'PX@"1-,($#    $    @+1-,($#      #     $   !Y8+767'7>7&/7&5<?3>?'.'P!6'&!zTz		!6($xRz3*#
WsWYtZ
0
XtWYqW

   ^ V  t@    
	+KPX@% 4 5    #   $  !@, 4 5     #    &    $   !Y8+!!#!7!1w12r2rp   vH  @+@
    +8+74>32'.54>7.-=&-B, ?^=6#-,
"8( 7)5E&2qrn-0(3?(-<  \p  %@ +@     #     $    !8+!!z   xH  <@+K^PX@    $  @    #    $   !Y8+74>32#"./@&%@00@%&@/$>..>$$?..?  p  -@	+K^PX@   5  @
  4   +Y8+7+>;'.1X5~(24   >z  ' c@ ''	 +K^PX@   $   $  @$    & # $  !Y8+2#".54>2>54.#"evAbevAb
=hK*2@!>gK*2@JߔmJޔPm!PjR!PjQ!      @ +K^PX@#   2    $  KPX@* 4  4    #   $   !@/ 4  4   *     #    $   !YY8+7!7#"&/33!^!$NZ~}'  
  j 4 @ .,&$ 44+K^PX@-0 2   $     $  @40 2    &  #   $   !Y8+2>3!2!7>7>54&#"#"/>ak95\}H8l."-0		 Fb=NN$?4(7)n7cQZ|B.&	#JB`A?lfe8IT%2+&ll5  > D @ =;75/.-,$" DD	+K^PX@C@
 2 2   &   $    $  @J@
 2 2    &   &  #  $  !Y8+2#".'7>3232>54.#7>54&#"#"&/>cf5!Aa@gf,Mk~IhrJ#-	!^M:Z> ?p[[yHOMJj7(n7]{EOvT8*gSpT9-_f6WO)E]3$;*9S6KQO:+&ll5     r   @	 +K^PX@   &   KPX@*   4 5    #  $ !@1   4 5     #   &   $  !YY8+3+!!"&/!>7!ܖ"W))0&
:{1!S% E%  \ 0 @0/+)#!	+K^PX@;.- 2   &     $   $  @B.- 2     &   &  #  $  !Y8+#!>32#".'7>3232>54&#"'!L/F0K)L#kk6`G}iW"l*1<R>GgB lm*b953%<iRՙV2B%} ' 2Rl;Xg2   B^  . w@ +)!	 +K^PX@)   2 0   $  @-   4  4 4  #  $  !Y8+2#".5467>3!>32>54.#"Ij@Ynu=soZ5
%Q2K26aH+6N06^E'/^^r˘YCwb(.K5)Jd;1M6(Ig  x    O@    	+K^PX@   $     @   5  # $  !Y8++>7!"&54>7R@!7 v"	s(D&#(B$-8>  2d ! 5 I @76#" A?6I7I-+"5#5 !!	+K^PX@.
  &  $   $    @6
   &  &   #  $   !Y8+".54>7.54>32'2>54.#"2>54.#"k{B!HpNSRPn_o=yyocV`=Y;-G2BZ8-FAP,%;+6M2$<7dVEzeM)[_wC7_K1*dm}D&B[5(C/%B[5'B0-DR$9,$=P, </       1 r@ .,&$	 +K^PX@$     &  $   @-   5   &    #   $   !Y8+".54>32#!>74.#"32>Bd=V{jq;:R3U51n?3H+5V="\\9Z?":-Z\nÓV?p]Pz=>&*!.G1'G`9Z^%C^    ' w@
$"+K%PX@  $     $  K^PX@    &    $  @!    &    #    $   !YY8+74>32#".4>32#"./@&%@00@%&@/`/@&%@00@%&@/$>..>$$?..?$>..>$$?..?    0 R@-+#!+K%PX@    5  $  @!    5  #  $  !Y8+74>32'.54>7.4>32#".-=&-B, ?^=6#-,
"8(^/@&%@00@%&@/ 7)5E&2qrn-0(3?(-<$>..>$$?..?     @+^=! 7)'(  pB   3@
 +@!     &     #     $    !8+!!!!vJvUA   c   @+	7>7%>7.'%&54?.=! 7)gX'(Y   j & : @75-+$"+K^PX@/   2 0   $     $  @6   2 0     &  #  $  !Y8+>32#54>54&#"#"&'4>32#".'Wbn>UU*+CQM>,/GRG/6B/C2&/@&%@00@%&@/*6)0Qk<UuT=:B.4QD<?I.6@$>..>$$?..?   .t Z iB@ \[ db[i\iRPFD=;53+)!	 ZZ+K:PX@S
a
 @   2   &  

 &	   &  #  $  !KNPX@Z
a	
 @   2   &  
	
 &	 	 #    &  #  $  !	@[
a	
@   2   &  
	
 &	  	 &    &  #  $  !	YY8+%".'#".54>3232>54.#"32>7>32#".54>32%2>7&#"6-"	?E5O4 ?^~^*B91$'E47iaܟZFqIx^E2uUa<mt|٢]H~D%$#d0^J..!A7&BZ5=xkP.';&CsXgm8pɈF
Q!8*f|ͫzDW}ܣ_#9*7\yA\       @	 +K^PX@    &     KPX@( 4  5   #  $  !@. 4   2   3   #  $  !YY8+!#"&'!#!!!.'*3-l@' N3nG	' +z4k,=:2  ,    ! , @  ,*$"!   +K^PX@,  &   $     $ @3     &  &  #  $ !Y8+3!2#32>54.#'32>54&+,s5CjKvqMф.<R3)C17X?"UY0Y}L<o^M geKn#?T2!6%5XAQC  2 3 @ +)$" 33+K^PX@4  2   0  $    $  @<  2   0   &   #   $   !Y8+%2>32#".54>32#".#"7Q:( r_ՒK8fmRmV r $2E/\uB-Nlqua}྘j97L.Nπ]e5   ,  V   V@
	+K^PX@  $    $     @!   &    #   $    !Y8+#!!24.+32>V6dsV)QvLtdp<6wշh8aYf8EO   ,  D  n@
	 +K^PX@$    &     $    $  @+      &    &   #   $   !Y8+!!!!!!$, e, d   ,  D 	 `@	 +K^PX@    &     $   @& 5      &   #   $   !Y8+!!!!!$0"@Fd   24 4 @ ,*%#
	 44+K^PX@7! 2    &  $    $  @?! 2   &    &   #   $   !Y8+%26?#"&57!#".54>32#"'.#"<`,|L8xRߟW7fo]x^$j$-$>?G,_r?/Vx);&cyۺj9"9K(,#Q|`i8   ,  ~  @
	 +K^PX@    &    KPX@#4  5   #  $  !@- 4 4   2   3   #  $  !YY8+)!!!!!LLHLLHlg   H  B  :@ +K^PX@      @     #    $     !Y8+)!H  "  @+K+PX@    $     K^PX@!  2    $     @'  4 4    #   $    !YY8+#"&'7>323267!Pv5e6 <$QhrFzƎM!  ,  |   @ 	 +K^PX@     & KPX@*   #    & $ !@7    2 2  #    &  $  !YY8+3267>3!!".'.+!!0#6ZH062"44'1*KMF]'(/(\   ,  |  H@ +K^PX@     $  @  4     #    $   !Y8+!!! дF  ,   & @"
+K^PX@    2   KNPX@*    2   #    $   !KPX@0 2    #  #   $  !@1 2    #    &     $    !YYY8+>7>3!!>7+"&'!32>#< fJ@&,&9 d  ?B!@ "OPA#"!"!"@	   ,  ~  @
 +K^PX@    KPX@"     #   $  !@,   4   #    &  $  !YY8+2>7!#"&'!3	b &2dബ|#@7O 4   2  + V@(&+K^PX@  $    $     @!   &    #   $    !Y8+#".54>324.#"32>7esU7etU+SxLdo;*QxMdo<6vغk;evٺk;eZi9SӀZh9R   ,     l@    +K^PX@   & $      @(   5  &  #  $ !Y8+!!2#32>54.#<₹w8IB;F_;0I2?oWw˔T")Kh>+H4   2  1 p@.,$"+K^PX@&   5  $   $  @-   5   &  #  $  !Y8+!"&/#".54>324.#"32>0ZO#9\MRU7etU+SxLdo;*QxMdo<6o̳7r+evٺk;eZi9SӀZh9R  ,    ' @  '&  +K^PX@&   & $     KPX@/  5  &  #  $ !@5   2   3  &  #  $ !YY8+!!2!"&'.#32>54.#Cx7+RwL5)8%$
7wFb=3M4 9dPQy]0$ C+H`5)C/  ? @;9*(%#	+K^PX@3?    2 0  $   $  @:?    2 0    &  #  $  !Y8+#".#"#".'7>3232654.54>32#.9J2.E.-K^c_K-L?ud#t*5@U>[c-I^b^I-Iy>ufT$.>%(6)"(4NnMnU3F+'/'ca-:($1OsTaR.?%   h    @    +K^PX@    $  KPX@  5    #   $    !@%   *  5  #   $     !YY8+!!!" Q   ^X  @  +K^PX@  $  KPX@ 4   #  $  !@# 4  4   #  $  !YY8+2>7!#".547!=dL2	jFjkzDhFjq /W|MbߡZJq/2b#|   v    [@ +K^PX@     KPX@   4 +@   4 4 +YY8+!2>7>3!!v*2	6T%4(1{??y3#O    , , @,+#"! +K^PX@'
    KPX@%'
    #    $   !@4'
   2  0 5    #     $    !YY8+!2>7>;2>7>3!!.'! *3f!*>)L*5p 
A)؆' ;/S%,' #S--R$+O55h   |  @+K^PX@     KPX@!     #   $  !@(   #     &  $  !YY8+	!2>7>3!	!"&'#!( 	 !V_ $	2	4
h   b  t  |@+K^PX@      KPX@     #   $     !@&    2   #    $     !YY8+!!2>7>3!EE"*/.:).+' G,R&&Q-,      \@    +K^PX@   $     $  @"    &     #     $    !Y8+!!7>7!7 h  b$`$ t  Z@    
+KnPX@     &   $ @"     &  #   $  !Y8+!+321!]a%Sr* %1+  d 	 -@ +K^PX@  5     @
   4 +Y8+32#"&'d~5GD~/Q60N75 ^  `@+KnPX@    &     $  @'    &    #     $    !Y8+>;#"&54657!!.!_a&\+$r   Z  [@ +K^PX@   5  KPX@   4  +@ 4  4   +YY8+#"&/.'+3Z$|
x%  ::    C@    +K"PX@   $     @    #   $     !Y8+!7*r  	 C@
  		+K^PX@   $   @   #   $   !Y8+2#"&',)^!'     ( @ ((	 +KPX@'   2  $     K^PX@+   2  $      KlPX@,   2   0 3  $  @5   2   0 3  #  $  !YYY8+!#".=#".54>322>7#"'@^8hP0gJJ"@90$L}Z1%$JXd-[`p3XvCDuX2F+   +)  (J@  " ((  +KPX@0    $  $ K^PX@4    $  $  KlPX@42  %    $  KPX@22  &  %     @>   42  &  # $ !YYYY8+3!>32#"&'#"32>54&+0ME[@jM+SdMu),2!GB9H!6[B%:T_-`gm;0
*'22WuBHuNcZ  ) . @+)&$+K^PX@/ 2 0  $    $     KlPX@, 2 0     %  $  @6 2 0   &    #   $    !YY8+%#".54>32#".#"32>32W2\boC[g8Szh;d .%.WD)*8 0;,&
P7L.>reeGLs5d]4M3 ^   #]  ,F@ &$,,
 +KPX@0"    $   $    K^PX@4"    $    $  KlPX@3"   %  $     $   KPX@1"    &  %    $   @<"    &  #    & $  !YYYY8+!".=#".54>32!%2>?.#"'	Ga@jM+&D^q~C@g'B0 EA8 G 6[B%:$W^k-`hZ}Y2+#
'0TqAHuNcY   ) ( 3 @*))3*3%#	+K^PX@.,    2 $     $  KlPX@+,    2     % $  @5,    2  &    #    $   !YY8+32>32#".54>32%">54&8YW)<-$!$P7io}J\o=%Ed}TSX.MtaxB(Gv[@jb]6O3?scSuT/0M`{k!'-.  3
 " @   " "! +KSPX@3  $   $     $  KlPX@1   &  $     $  KPX@0   &   &  $    !@6   &    #    &   $    !YYY8++'.54?37>32#"3]6JD~=#LvZ#;.M[7:@.z;Yf8	
Rf1  7 G ZP@98WUOMA?8G9G21/-%#
+KPX@B6!	  &   &   $    $     K%PX@E6! 2	  &   &  $    $     KlPX@B6! 2	  &   &     %  $  @L6! 2   &	  &   &    #   $    !YYY8+#".54>32&4547#".54>32!2>54&#"<'.#"32>#*# F{eo<YQ.S#'eK;lS2;us;m.*	1XP%7%68%7$63U#6M1KY.N7@ZPT9)EHP4Pk?*Hc9XuG5D'PySMsFa=!&=L'AH#:L)BK%34+<  +   @    +K^PX@! 2     KlPX@, 2   $    $  KPX@& 2  #   $     KPX@/ 2     #  #   $  !@0 2  #     &   $   !YYYY8+3!>32!>54&#"+6IGT:cF(NN&&D?7CNJ*QvM&m6*%D`;  7     @  
  +K^PX@  $      KlPX@  $      $  KPX@     %  $  @#   &    #   $     !YYY8+!#".54>32||l 4C##@13@#$B3%A11A%%B22B  _  ' @  $"  +K#PX@&	   $    $     KlPX@#	      %  $  KPX@&	 2     %  $  @0	 2   &    #   $    !YYY8+#"&'7>32>7#".54>32~	7_Y,> ! +~^ 4C##@13@#$B3Ia8		3(%A11A%%B22B  /  _ @    
+K^PX@#     &  KlPX@%     & $  KPX@"     &  % KPX@. 4   #    &  $ !@5 4 2   #    &  $  !YYYY8+3267>3!!"&'.+!g .!0!+ 8θ$(-o5  +    X@
    +K^PX@    KPX@   $    @     #     $   !YY8+3!+2'   #   4@   4 4/-'&!
	+KPX@    $   K^PX@$     $ KlPX@&  $  $    KPX@-     # &     $   !@@    2 5  #   &     &   $   !YYYY8+332>32>32!>54&#"!>54&#"#~06BPXtEg:_C%NN  93*CN  :3*D-3=XUrmsl)PtL)m3(!?Y73("@[8  #  
   @      +KPX@     $ K^PX@      $  KlPX@"     $  $  KPX@)    #     &   $  !@0   2   #     &   $   !YYYY8+!>54&#"!32>32N%%"JC89|06K_:aF(N5)*LmB-3Sd_*QvM&m    # @ ##	 +K^PX@  $    $ KlPX@   %  $  @$    &   #   $  !YY8+%2>54&#"".54>324R9=E4R9=)Wo?[pWo@[?mRqa?lRoc:oj^:oj_ !  (@  " ((  
+KPX@0   $    $  K^PX@4     $   $  KlPX@2    &    $  @2   &   &     $ YYY8+32>32#"&'"32>54&06Gc@jM+SdAf'0Z FA9G 6[B%:V-3^`n-`gm*#z{1UrAHuNcZ    * @" ** +K^PX@+	2  $       KlPX@-	2   0  $      @+	2   0   &     YY8+#".547#".54>322>7#"W"	/=U8hP0gJJ!@90%L}Z1% 
mKS-[`p3WuB"DuX2F+   #    @    
+KMPX@     $   K^PX@$      $  KlPX@&   $   $    @-     #   &     $   !YYY8+332>32&#"#~06<K*)83.Mw%8-3vjr.  7 ; @97(&#!	+K^PX@3;   2 0  $   $  KlPX@0;   2 0   %  $  @:;   2 0    &  #  $  !YY8+#".#"#".'7>3232654.54>32'-9%E;!6EHE6!>tg1`UFL%$*:/B@!6DHD6!5ihh535*&(:P7Ng="/r;((%8R:Hi@H4  L: 2{@/-(&#!+K	PX@- + (  2    $   KPX@, + 4  2    $   K^PX@2 + 4   2  0    $   KlPX@1 + 4   2  0 3    $   KPX@: + 4   2  0 3     #  $  !@@+ 4   2 0 0 3   #  $  !	YYYYY8+7<>7#"&54>5?6;3#32>32#".5SW5&2	D>H<`E'%=2!%  0i)/	'	--!?X  B)  @    +KPX@    $ K^PX@      $  KlPX@     %   $ KPX@)     #  &   $  !@0   2    #   &   $  !YYYY8+32>7!#"=#".5467N%%E@7C6~nK]:aG'Nn5*%C`;%fB^Z*QwM&  ?  9  @ +K^PX@     KlPX@    $   KPX@    #    $    !@%   2    #     $    !YYY8+!2>7>;!?  &D	+	./;q98p=  I  ! 2 @20%#"  +K^PX@+    KlPX@+   $   KNPX@%+    #   $  !KPX@++    #   #   $  !@2+   2   #     &  $  !YYYY8+32>7>;2>7>;#"&'.'+I*)/ '< -ZL-/0Z-0b4.3b00`5+,4   E  @
+K^PX@     KlPX@    $   KPX@"     #   $  !@)   #     &  $  !YYY8+!2>?63!	!"&'#!Z	s(#	'2*& =!   IE  i@+KlPX@      KPX@   $     @    2   $     YY8++!2>7>;/!!!Z
. A9;     v@
+K^PX@   $      $  KlPX@      %   $  @!     &     #     $    !YY8+!!7>7!7!y@v :~9C  v D x@<:31+KnPX@('    &     &  $  @1'    &     &  #  $  !Y8+4&#72>54&4&54>;#"32#".54>`%-%.	2iq.9<	-='?=,0$0YS' -9 ?`@"%"rx>RH7a[W-&G<,h?9mln;6@&+'+OnB@unl  xh  @ +@     $  8+3#x  : A @=<;:/-#!	+KnPX@,,   &   &   $     @5,   &   &    #   $    !Y8+%+7>3>7>7>7.54>54&'".54>57323"2ip0.8;	-=&?=+/0XS'#-%.	rx>QG6a[W,&G<,iA8llo;5A '!+OoC?unl6-9@`A     G@ 
 +@- 4 5   #   &   $   !8+2653#".#"#4>3204-T{N5]PC04-T{N5]PC><U_3><U_3  n>    ~@    +KlPX@  $      $ KPX@    &     $ @"    &     #     $   !YY8+>734>32#".nB,@/@&%@00@%&@/\^&I%7m7$>..>$$?..?   n+Z 1 :O@1/%#
	+K	PX@.6 5'   4   2  0 3     KPX@.6 5'   4   2  0 3     KPX@.6 5'   4   2  0 3     KPX@.6 5'   4   2  0 3     KlPX@.6 5'   4   2  0 3     @(6 5'   4   4 4 4 +YYYYY8+.54>?>;#".'>32+M^4Oي n3Kv0Z %.@1(&F,`df21!n76?\:Ks^{֡bC3f
g+=(,UvW<_~     > @=<9720)'" 	+K^PX@<-  
 2   &  $   $  KPX@C-  
 2   &   &  #  $  !@K- 
 2   &     &     &  #  $  !YY8+#!>3!#!7>?#7>;7>32#"'.#"!*&1a0%2DDG	@UxXbB$.#-Vu?c+x,$MKu_L(Fc:M$ 	umu   T # 7 @
42*(
+KlPX@5 !     %   $    @? !       &  #  $  !Y8+467'7>327'#"&''7.732>54.#")\30Y()\20Y()7  8**8  7)1Z()]31Z()^3 :,,: ":,,:  Z   " @"!  +K^PX@+
  
  &	  &  KPX@7
  4 5 
  &	  #	  $  !@J
  4  4 5   
 
 &   & 	  # 	 	  &   $   !
YY8+332>7>;3!!!!7!7!7!)0	|);)./}2' I3V**V3+ΠXX  xh   *@
 +@      &   $  8+3#3#x   G W @CA.,)' 	+K^PX@7GUM: $   2 0   %  $  @AGUM: $   2 0    &  #  $  !Y8+#".#"#".'7>3232654.5467.54>32>54.'\'-6%#3!AbrbAT_%<sm1aWIT%%,>2>FAbrbAZ[&6li4_QA'@P*&?P*("216IdGX/ S6Rg:".o;6,:./EfN[*#Z>Ie;#1 1)&4!1(%1   6  ' o@
$"+K^PX@   $  KPX@   #  $   !@!   #    &   $    !YY8+#".54>32#".54>32x-;" 9++9 ";-,;"!:,,:!";,% 8))8 !:++:! 8))8 !:++:  F ) E [ @ XVLJ@>20&$ ))+K^PX@H   2
  0   &   & 		 $   $  	@O   2
  0  		 &   &   &  #  $  !	Y8+2#".54>32#".#"32>%4>32#".732>54.#"f6ser>H}as3R$5,eg0C(/7$d5agga55agga5Yz{՞Z)KjRzӜY	iKMIbf}EP<m	r<\> ga55agfa55agܣ]]UoN+^   |B , 8?@.- 21-8.8$"
 ,,+KPX@6  	  2  3   & $  K:PX@=   2	  2  3   &  $  K^PX@C   2	  2  0 3   &  $  @L   2	  2  0 3   &  #  $  !	YYY8+"&/#"&54>?4.#"#"&/>32%26?*+/MSNn
#>M0N80'*4J	NF$NB.C5/"<Q.}G  o {m  - 	@-+77o$\&
	P5h$\&
	P5h%,"	
/,%,"	
/,   ,  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!#!>#s  \p  %@ +@     #     $    !8+!!z   @  L Y@YWOMIG1/.-,*&$" 
+K^PX@A:>2  		 &   &   $     $  KPX@H:>2     &  		 &   &  #  $  !@N:> 2 0     &  		 &   &  #  $  !	YY8+4>32#".73267#"/.+!!2>54.#"32>54.+@5agga55agga5YzsN7\ `d],)A-(|LV)KjRzӜY@07/(Tga55agfa55agܣ]RI'$Dd@*MA4/!Q}UoN+^Y+'  lk  %@ +@     #     $    !8+!!>k  pJ  ' S@$"+K^PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"p8bMMc88cMMb8(7!!7((7!!7(_J`88`JH`99`F!9++9!";++;  $ Ph   @    
		+K	PX@0 4 *   &   #   $   !KPX@1 4 2   &   #   $   !@9 4 2    &     &   #   $   !YY8+!!#!7!!!*v((t*&DT5   jx 0 @ ,*&$ 00+KPX@+. 2    &  $  @4. 2    &  #   $   !Y8+2>;2!7>?>54&#"#"/>:W93B#y"AP
+!"t!x 6H(.LC> n
)"C,220 xp   |x : @ 42.,&%$# ::	+KSPX@A6 2 2    &   &  $  @J6 2 2    &   &  #  $  !Y8+2#".'763232654&#72>54&#"#"/>9U94B--8Wm44TB/b	$$,7C(5l=Qax 3A!BX>2HgC.O>&	,)&<W9  " 	 3@
   	 +K^PX@   5 @ 4   +Y8+	+7>3"-!1-   'n@   ' '!+KPX@"    $  K1PX@&    $    K^PX@$     &   KlPX@&     &   $  KPX@$     &  &  KPX@1  5   #    & $  !@6   2 5   #    &  $  !YYYYYY8+3267!#"/#"&'#"&5<7R33,R(^*6
225)D9<n	>B)#2=#	'+150	  T(  @    
	+K^PX@   23   $  KPX@'   23   #   $    !@3   *   2  0 3 #   $     !YY8+#!#!".54>3 ѯįe_l:Ltrr69dP`M   N{.  %@+@    #    $   !8+4>32#".N#=Q//S=##=S//Q=#T-P;"";P--O;"";O      @ 
 +KPX@!	     (  $  K1PX@    4  $  K6PX@$	   4  4 $  @-	   4  4  # $ !YYY8+232654&'73#"&'7>`3?<G7)Hd;&?#(
	@E)'?,
Z   p  @ +KKPX@  4  4    $   KPX@* 4  4    #   $   !@/ 4  4   *     #    $   !YY8+37#"&/%33!#:
6JVR$5*	X  z>    @ 	 +KPX@   $    $ K^PX@  %   $   @$    & # $  !YY8+2#".54>2654#"@hJ(7aLAiK)8c;/F%,'Hf?U`3'HhAT^3#gbk4J-l   i {f  + 	@++'&546?>7&/&546?'&546?>7&/&546?\'

Rh\'

Rh2%n,#&,p%n,#&,      	  + 0u@0/+*)('&" 
	+K^PX@@%. 2 2
  & &	    KNPX@I%.	4 4 2  5
  &  #$!	KPX@M%. 		4 4 4 2  5
  &  #$!
@_%. 		4 4 4 

* 0   2   3   &   #   & $ !YYY8+%+>;3+#7!"&/3%37#"&/%33!673#M0z"S6ztR,Z#:6JVRU2#M02yfn$5*	X6E     	 : K@
KJIHGFB@<;53/-! 
::+K^PX@JE>8  2 2
  &  &	  $    KNPX@PE>8 	4 4 2
  &  &    #  $  !	KPX@TE>8  		4 4 4 2
  &  &    #  $  !
@^E>8 		4 4 4 

* 2   5   &  &  #  $  !YYY8+%+>;2>;2!7>?>54&#"#"&/>%37#"&/%33!#M0z"S6z:W93B#y"AP

+! e!#:6JVRU2#M02E 6H(.LC> n
XC,220 xpf$5*	X   x   	  U Z@&ZYOMIGA@?>:842,*UU
	+K5PX@_Q#0
	X 2 

2  	 & 
 
 & &  $ 		  $    
K^PX@cQ#0
	X 2 

2  	 & 
 
 & &   $ 		  $    KPX@mQ#0
	X 2 2 

2  &  	 & 	
 	 # 
 
 & & 		  $ 	  !@|Q#0
	X 2 2 

2   2  &  	 & 	
 	 # 
 
 &   &  & 		  $  	  !YYY8+%+>;3+#7!"&/32#".'763232654&#72>54&#"#"/>673#M0z"S6zvR,|9U94B--8Wm44TB/b	$$,7C(5l=QaU2#M02yf 3A!BX>2HgC.O>&	,)&<W96E   % 9 @64,*$"+K6PX@/   2 0  $   $     KlPX@,   2 0    %  $  @6   2 0   &    #  $   !YY8+#".54>?332>324>32#".'Wbn>PW.,DRK;
,+@J@+9)/C2&%/@&%@00@%&@/7(*NoEOqR;44"/H<58B+=:"$>..>$$?..?  & $   f    & $       & $   f    & $   f    & $   	f    p& $   j        @
	 	+K^PX@5    &    &    $     $ KPX@<      &    &    &   #  $ !@C 2      &    &    &   #   $   !YY8+!!!!!!!+!  t 
SC)j>*M*+3Z&  2 M[@ HF861/'%  MM	+K1PX@C?;
	 J  2 0   0  $    $  K6PX@I?;
	 J 2 0   0  0  $   $  	K^PX@F?;
	 J 2 0   0  0   %  $  @P?;
	 J 2 0   0  0   &  #  $  !	YYY8+232654&'7.54>32#".#"32>32#"&'7>3?2rx>8fmRmV r $2E/\uB-Nl?7Q:( rSڈG7)Hd;&?#(
	l{}྘j97L.Nπ]e5br#E)'?,
Z ,  D& (       ,  b& (       ,  D& (       ,  D& (   	      W& ,       H  q& ,       5  #& ,       H  & ,   	     D    # @  +K^PX@&    &  $   $  KPX@-    &    &  #  $  !@5    &    &      &  #  $  !YY8+3!2#!#%4.+!!32>\NU6dsN")QvL.8.do<3~awշh8Yf8}zO  ,  ~& 1      2& 2      2& 2      2& 2      2& 2      2& 2   	    H Rs  @	+		'	7	R#v\HM;6  ) 4 ? @<:1/&$+K6PX@5'9,
   5   $    $     K^PX@5'9,
  4  5  $    $     @<'9,
  4  5   &    #   $    !YY8+#"&'+.54>327>;.#"%4&'32>7esT?>.12RW7et^D, &GJ';%[6do;AVdo<6vغk;" O Yvٺk;,)8W{ZS-0W&<#R ^X& 8  l 	+  ^X& 8  l 	+  ^X& 8  l 	+  ^X& 8  	l 	+  b  t& <  ^ 	+   h     p@
 +K^PX@!   &   &   @,  4 5   &  #  $  !Y8+32+!!32>54.#Bx8I杝F<;F_;0I2?mWx˔S&)Kh>+F3  &
 V @ RQGE=;'%"  VV+K^PX@9H 2   $    $    $  KlPX@5H 2    &   &   $  @>H 2    &   #   &  $  !YY8+2#".'7>3232>54.54>54&#"+'.54>73>q\'':D:'&8B8&JzQ)RLBT'&&- "+@L@+,ALA,GK:W>&	d6JD~L%jBcr1AZ@.),*,2F]@ed2"/n!-$4-.=R;GaG57@/9FEoH:@.3-Y}K & D    C   K& D    v)   & D    )   & D    )   #& D    j)   & D    =      H U b@$WV VbWbQOJIDB=;8610(&  HH+KPX@KF@ [" 2 2 
 &  $	   $ KPX@ZF@ [" 2 2 
 &  $	    $  $ 
K^PX@gF@ [" 2 2 
 &  $	     $	    $  $ KlPX@_F@ [" 2 2 
 &  #  %  $	     $	   
KpPX@cF@ [" 2 2  #	    & 
 &  #  #  $ !
KPX@dF@ [" 2 2   & 	 	 & 
 &  #  #  $ !
@kF@ [
" 2 

2 
0   & 	 	 &  

 &  #   &  $  !YYYYYY8+232>32#"&'#"&54>7>54&#"#"&/>32>32>7">54&bCuW10Ry^U)<-$!$P7io}J\3#U_e16Zw942A63"(
*aqg ?E[q?V%C5%,E3"	`u?(,Le9$KG?2!wj]6O3W]/D,w*YSK9$ E?^RQI@?F.; \:]C!=V5	&-#3   ) G[@ B@0.+)! GG	+K1PX@C93
	 D  2 0   0  $    $  K6PX@I93
	 D 2 0   0  0  $   $  	KlPX@F93
	 D 2 0   0  0   %  $  @P93
	 D 2 0   0  0   &  #  $  !	YYY8+232654&'7.54>32#".#"32>32#"&'7>%3?3CkK(Szh;d .%.WD)*8 0;,&
P*OQX3G7)Hd;&?#(
	JmUeGLs5d]4M3 ^/E.#E)'?,
Z  )& H    C   )& H    v    )& H        )& H    j      &     C    7  &     v     &           &     j     ) 3 E @54?=4E5E-+#!+K^PX@-/932   &  $     @7/932   &   #  $    !Y8+&546?.'&546?7#".54>32.'2>7.#"h8=.dK2[ELP؈\n=Kh[.7: 'MC5
,:&5T;W!<-\E6k_
5V⏮f;ncjTA>X7"Ri 7)-Nj>jq #  
& Q     +   & R   C  +   & R   v   +   & R      +   & R      +   & R   j   +    ^ V   + A@(&
 +@+    &      &  #  $  !8+!!4>32#".4>32#".z$z5F(!8( 6F&"8(X5F(!8( 6F&"8('D3)7'D1'6W'D3)7'D1'6  /<  * 3@!  /- *!* +KPX@1,+)(   $  $    KPX@5,+)(    $   $    KPX@9,+)(    $   $    K%PX@9,+)(  4  $   $    K^PX@9,+)(  4  5  $   $    KlPX@7,+)(  4  5   &  $  @A,+)(  4  5   &   #  $   !YYYYYY8+"'+7.54>32>;'2>54&5'&#"kX$[,p$'[piY%$([T4XA%t-4XA%+& 5T^+5T_;l`Z:la B)& X   C  +   B)& X   v   +   B)& X      +   B)& X   j   +   IE& \   v   +    )  * @  $"**  +K^PX@4     $  $  KlPX@2   &    $  KPX@0   &  &    @0    4  &  & YYY8+!>32#"&'#"32>54&2MD[@jM+SdAf'$+ FA9G 6[B%:"R_-`gm*##{1UrAHuNcZ IE& \   j   +    # ,t@ %$"  ##
+K5PX@1) 	  2   &   K6PX@7)	  2 0   &   K^PX@6)	  2 0 3   &  KPX@C) 4  2	  0 0 3   #  $  !	@O) 4 2 0   0	  0 0 3   #  $  !YYYY8+2#"&5467#"&'!#!!#326!.'#e6^\IS$*3-l@' NR**:nG
,kL98n0' +OD+	*h:;i*   * ;@,+ 31+;,;)'"! **
+KPX@;  	2  2  $   K5PX@?  	2  2  $     K6PX@E 	2  2 0  $     	K^PX@D 	2  2 0 3  $    	KlPX@G 	2 0   0  0 0 3  $  	@P 	2 0   0  0 0 3  #  $  !
YYYYY8+2#"&5467.=#".54>32#3262>7#"[#e6^\KV'@^8hP0gJJ~*:g"@90$L}Z1%kL99o14#JXd-[`pD+	3XvCDuX2F+ 2
 & &      )& F   v   +    ,D !@   !!+K5PX@: 	
  2    &   $    $  K6PX@@	
 	 	2 		0    &   $    $  	K^PX@?	
 	 	2 		0 3    &   $    $ 	KPX@F	
 	 	2 		0 3    &    &   #   $  !	@L	 *
 	 	2 		0 3    &    &  #   $   !
YYYY8+2#"&5467!!!!!!#326*#e6^\ISd , e, `*:kL98n0D+	   ) ; FE@=< <F=F:8-+&$ ;;+K5PX@=?"0   2  2 $   $  K6PX@C?"0  2  2 0 $   $  KlPX@@?"0  2  2 0   % $  @J?"0  2  2 0  &   #  $  !YYY8+2#"&5467.54>3232>32326">54&S#e6^\>HR`5%Ed}TSX.8YW)<-$!$PR^(6MtaxB(kL95f.	Eq\SuT/0M`0Gv[@jb]Q_B*	{k!'-.  7    Y@
    +K^PX@     KlPX@     $  @    #   $     !YY8+!||      Z@
	+K^PX@       $  @%    4     #    $   !Y8+%!!76?!.22 ?$UF	jY%J   C    l@+K^PX@      KPX@     $    @       #     $    !YY8+4?!7!C$qO2B(WJx'.8/60e/ ,  ~& 1      #  #& Q   v  +    2  0 @-+#!	 
+KPX@2 
    &   $	 $ K^PX@F
	    &  $      $    $  		 $  
@I
	    &      &    & 		 #    & 		 $ 	 !YY8+!!!!!7#".546$327!4.#"32>+d, Vy̍Kn{B>H#EgC]f7#FhE[f7HPcꇳ6]QXi;WقWi:W  " 4 I T@ KJ65 JTKTA?5I6I0.$" 44+K PX@:2 M:  2  $	  
 $ K1PX@G2 M:  2  $	     $	  
 $ K^PX@S2 M:  2  $	     $	    $
 $ 
KlPX@K2 M:  2  #
 %  $	     $	   KPX@P2 M:  2  #	    &  #
 #
 $ !@Q2M:  2	   &   &  #
  &  $  !YYYYY8+232>32#"&'#".54>32>2>7>54&#"">54&GuS.8]Q)<-$!$P7io}JY3KsU[/-OlI\-Al:U:!=?;[>!1Pvc~J4'Gd=Ft[Al`]6O3RWQX>iMqrM'FA?H9i[V\Avd#@0~{y',/, d& 6      & V   vu +$& 6      & V   u + b  t	& <  	^ 	+   & =  " 	+   & ]   v   +    T& =  " 	+   & ]      +    & =  " 	+   & ]      +    % @   % %$# 	+KSPX@,  &  $    $     K^PX@)  &     %  $  KPX@3   &  &    #   $    !@: 2   &   &    #   $    !YYY8+#7>3267'&54?37>3#"!aͅ20I_b9"`Ά20Jd"jlc/.,Oc/veh4.%Pa     z@ +K^PX@     $   KPX@      #   $   !@%   2    #   $    !YY8+#"&/.'+!@T	!KK  D  {@ +K^PX@    $   KPX@    #    $    !@%   2    #     $    !YY8+32>?>;!D@R"NN lk q    t  z@ 	 +K^PX@   % KPX@4    #  $  !@" 4 4    #  $  !YY8+".5467332>73Mi@&3(+Q|%@X2&&+<lQ/  vV  <@+KPX@    $   @    #   $    !Y8+#".54>32V4E'&B33B&'E4*%B11B%%C11C   _   3@
+@!     &  #  $  !8+4>32#".732654&#"(BX01ZE((EZ10XB(')$**$)'62Q::Q21O88O1#--#&,,  "   w@  +K5PX@    4  K6PX@   4 4  @   4 4 +YY8+2#"&5467326d#e6^\S_*:kL9<s3D+	   H  @ 
 +K:PX@   %  $ KMPX@   %   $  K^PX@% 2    %   $  @3   2 2   #   &   $   !YYY8+2673#".#"#>32-CT.#8/&/CT-"9/&e)=cE&)=cG&  z 	  @

  

 	 +K^PX@   $  KPX@   #  $   !@'2   5 # $  !YY8++7>3!+7>320!z1-$,!
   #+@   # "	+KPX@%   2   $ K^PX@)   2   $   KlPX@*   2  0 3   $  KPX@4   2  0 3   #   $    !@? *   * 0 0 3#  $   !	YYYY8++!##"&'7>32>7#7>35*DfeD+NsP#S$$!
C +t$5>AmN,y
#"h$     %@ +@     #     $    !8+!!    %@ +@     #     $    !8+!!  
.  @ +.5467U	
	1b1v\6
'6D'C%   x  @ +'.5467>54&'&5467U	

1b1v\6

(6D'C% YD  @ +'.5467>54&'&5467*U	

D1b1v\6

(6D'C%  Z.  5 	@! +.5467.5467U	
	U	
	1b1v\6
'6D'C%C1b1v\6
'6D'C%  x1  5 	@! +'.5467>54&'&5467%'.5467>54&'&5467U	


U	

1b1v\6

(6D'C%C1b1v\6

(6D'C% D  5 	@! +'.5467>54&'&5467%'.5467>54&'&5467*U	

U	

D1b1v\6

(6D'C%C1b1v\6

(6D'C%  VC ,%@,+'%! +K)PX@* 
 )   $    K5PX@* 
 ) 5   $   KnPX@( 
 ) 5   &  KPX@4 
 )  4 5   #   $  !@; 
)  4 5  #      &  $  !YYYY8+>32>32>32!#"&'!b&7$9<?!Q,,K\!B@;!.*>#Q,,K*,"
=
&`/`  C E@@>75.,'&%$
 
+K)PX@<:2 93 	  &  $  K5PX@<:2 93 5 	  &  $ KnPX@::2 93 5  & 	  &  KPX@F:2 93 4 5  &    #   $	  !@U:2	93 4 5   &     & 	  #   	 	 &  $  !	YYYY8+!!7>32>32>32!!#".'#"&'#"&5<7|C&7$9<?!Q,,K\!B@;!.C~&7$8=?#Q,,K[!B?;A:4`,"
=
&``."
?
?,   d oB4  <@+K'PX@   $    @    #    $   !Y8+4>32#".dNfgNNgfNPdLLdcLL  H  ' ; @86.,$"+K^PX@   $ KPX@   #   $  !@+    #   &   &    $   !YY8+74>32#".%4>32#".%4>32#"./@&%@00@%&@/(/@&%@00@%&@/(/@&%@00@%&@/$>..>$$?..?$$>..>$$?..?$$>..>$$?..?   "`  # - A Q e u@rpjhb`XVNLFD><42-+(& +KPX@4     &	 &  $		 $
 K#PX@8     &	 &  $ 		 $
 K^PX@<     &	 &   $  		 $
 KPX@J 2 		2   &     &	 &		 #		 $
	 !@Y 2 

2   &     &   &  	 & 		 #  

 & 		 $ 	 !
YYYY8+#".54>324&#"32>>;+#".54>324&#"32>%#".54>324&#"32>AiF@hJ(:dN@iK(+#,)#, -&Z- AiF@hJ(:dN@iK(+#,)#, AiF@hJ(:dN@hK)+#,)#,!]l;-RrE]n<-StHH;7X?E64VA{]l;-RrD^n<.RuHI87X?D75VA]l;-RrD^n<.RuHI87X?D75V  o {  @+7o$\&
	P5h%,"	
/,   i {  @+'&546?>7&/&546?\'

Rh2%n,#&,  0   	 -@	+K^PX@      @
  4   +Y8+7+>;J#M0z"S6zU2#M02   , G:@GFCBA@<:530.,*%$! +K^PX@L8
   2 		2   &	 &  $  
 $ 


 	KPX@S8
   2 		2   &   &	 & 

 # 
 $ 

 !	@c8
   2 		2   &      &   &    &  	 & 

 # 
 $ 

 !YY8+3>32#".#"!#!!#!32>32#".'#73>7#`t'~lFv`Jx&6'g-
 du^AO5&	tSuyBudcyI6K.oZ1X#+#uptQw0   Ln " * @###*#*)('&%$ 	
+K^PX@3 2  $	    $	   KPX@2 2	    &	    $   !@J * 2 0    #	   &    &     $    !	YY8+>?>;#7+"&'#32%###7
	pJ )$GJ%750-i6c@    J 7 @   7 632(&
+K^PX@$     $  $ KPX@,      &  # $ !@3      &   #  &  $  !YY8+!>54&#"!"&54?!7.54>$32!#D:iP/UT* 9M,B*-2FEgD!fяK4daHA2
6`c8i^AbD).&	wVrKiTibqt,6  L 1 E @32=;2E3E/-*(+K^PX@7  ! 2   &   $    $  @?  ! 2     &   & # $  !Y8+>32#".54>327654.#"#"&'2>7.#"V+X_lAO^5rQa5+Ki}IPl#)8"<70A#KIC"4'>\<)53$>tj83`VTrQ-/+1*<Y;#Rd#?0@lL1%   L   T@ +K^PX@    $     @" 4     #   $    !Y8+)!!.'L(=
J+1451,  ^  @    
	+K^PX@    $ KPX@    & KPX@! 5    #   $    !@2 *   * 0 3 #  $   !YYY8+#!!!#7̼̾		  +  _@    +K^PX@!      $   $  @      &   $  Y8+!!!7>7	.5<>7+ pU SW
Xg.'-)   5,  %@ +@     #     $    !8+!!x  V    ^@ +K^PX@  4    &     @'  4   5  #  $  !Y8+!##".546?!2>7>;R%n )&	
0t
$\0`2&N*|  $  ' 7 G @98)( A?8G9G1/(7)7	 ''+KPX@:C+  &
	   #
	  $   !@HC+   &   &
  #	   &
  $   !Y8+%".'#".54>32>32%267.#"!2>54&#"q2O?1@JV2<gL+?iI2O@1@JU2<hM+?i-L'%* 2;* 3!-M&$+:!!:+/UvGYvE+:!!:+/TvGYvEM:2%+>(9/+>(:/M:2%  ' @#!+K^PX@$    $     $  KPX@"      &  $  @+      &  #  $  !YY8+>32#"#"&'7>32>7DcR#T$!*7$
TrO#R% 4C)
IVb5(=('ie0~*B.  P   7 @ 42+)&$77
 
+K+PX@I  !0"/    &   &	  %  $  @T  !0"/   &    &	 #   &	 $  !Y8+2>7#".#"'>322>7#".#"'>32R!@5&
0E5gb\*#B6&2K4gb\!@6&
0E5ga\+"B6'0K5gb\6.$	:3#4-#	:5$   p B @
	 
+KPX@2   ( ) 	  &  #  $  !KPX@1   ( 5 	  &  #  $  !KPX@0  4 5 	  &  #  $  !@?  4 5   	 	  &   &   #    &   $   !YYY8+!733!!!#7#7!7!ԇ_wԑ?_tה֔  E P   +@+@      #     $    !8+!!X(=IC:  
7*n})uy"	*VO9   V P   +@ +@     #    $     !8+%!7!7>7%67&'%.54>7*7(=IC:  
P)uy"
*VO   x8   R@+KPX@
      $    @"
       #     $    !Y8+3	#>7&'xttx$$L55924  ~  3@
    +KPX@ 5     @   4+Y8+3v0   1U *S@&$	 +K^PX@7   $     $       $   KlPX@:  2  $     $      $   KPX@2  2    #    %  $  KPX@7  2    &     &   $   !@= 2    &   #      &  $  !YYYY8+!!!+'.54>737>32#"e~f]6JD~8%Qω*Z bP'7:@160^{F			=^?   1 '@   ' '&%" 	+K)PX@5  $  $      $  K^PX@9   $   $      $  	KbPX@9     &  $   $     $  KlPX@7   &     &  $     $  KPX@6   &  &     &  $    !@<   &    #   &     &   $    !YYYYY8++'.54>737>32;!.#"3_6JD~7%
BrlUMŶԚ)P%Sd	7:@160&OsF=	dg&  \  +@
  +@   #   $   !8+2!"&/b !%	  f  ' V@$"+KPX@   #  $   !@!   #    &   $    !Y8+#".54>32#".54>32|'41&&14'f&32%%23&0$$03%%30$$03%%3   |  %@ +@     #     $    !8+!!p  v  @
    
+@ 4   +8++7>3v 2	   :(  \@
 +KPX@      #   $   !@%   2    #   $    !Y8+#"&/+7!((HX),
??		   XH  \@
	 +KPX@     #    $    !@$   *     #     $    !Y8+!>?!!XR`CC    @ 
 +K PX@(    #  $  !KPX@4    #  $  !@" 4 4    #  $  !YY8+"&547332673?:>E7Zzfk%"-9\A$ jU  %@+@    #   $    !8+#".54>32j1C%#?00?#%C1">..>"$?00?  p   3@+@!     &  #  $  !8+4>32#".732654&#"%=P,.R?%%?R.,P=%')$**$)'.K55K.,I44I,#--#&,,    @ 
 +K:PX@%   #  &   $  !KMPX@,   2   #   &   $  !@3   2 2   #   &   $   !YY8+2673#".#"#>32<&<M."?8/'<M-"@8-6X@#6YA#      h@    
+KPX@   #  $   !@'2   5 # $  !Y8++7>3!+7>3b<-,1!>,
!$
       GPOS@  !  |GSUBUT[  l   OS/2۹     `cmapv  h  tcvt y  X   .fpgmrZr@    gasp        glyfB  5  headg     6hhea1  4   $hmtxa>  
d  8loca.(hq    (maxp      nameVCM    post6g]    ^prep     K         ^   " - 9        V  	PZ*	               	          @ @@            Y_<     ʓ^p    .~Z	p   	         c #D #pE  (`f UX%aEc#b#D	
+++Y(ERD+  4   x  x   
  @ `J        tyPL @  Jz                
 8 p DFLT latn                     case 2case 2liga ,liga ,sups &sups &               N &          { t u                   O  L   I        	
   C j q v                      `   T @      ~ 1DS[a~    " & 0 :D !"!&"""""""+"H"`"e%&i        1ARZ`x      & 0 9 D !"!&"""""""+"H"`"d%&i {uq[H$I޸ޡޞ:ڜ                                                                                           8ny`?}		
G
daW IP7+}Q2`qm\MQl !""#$B$}%7%&-&'(z))*i*+T+,G,-(-S-.7.7./>001J12L234455$6!6A67
78;8s9O99::;l;<>@UAAAA*A6ABANACCCC)C5CACMCYCeCDDDD&D2D>DcE,E8EDEPE\EhEFFFFFFFHIIIJ
JJ"J.J:JFJJKKKK*K6KL5LALMLYLeLqM;MGNEOtOOPQQRRgRsRSoTTTTTTUUU&U2UDUPVVXVVWWNWXXXYYYZZJZyZ["[w\N]u]^H__``FaDabcFcddoddef8fgghhrhiTijjrjjk	kYkkl"ll                                      	 
                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a                                   b c  d  e        f     g      h    j i k m l n  o q p r s u t v w  x z y { } |    ~          	
                                                  NULLuni00A0uni00ADAogonekaogonekEogonekeogonekNacutenacuteSacutesacuteZacutezacute
Zdotaccent
zdotaccentuni02C9Eurouni2669
grave.casedieresis.casemacron.case
acute.casecircumflex.case
caron.case
breve.casedotaccent.case	ring.case
tilde.casehungarumlaut.case  c (           z n  "d 2 . nX PX @  8 T D d <  (  B J  . B R < p( d( d  | r &n 2   x" $ xj xZ x $ x \  x xV x x@ , x@ ,2 x<   d  ^ 
 
J (X Z(X > X  6 F x 4 2@ 4   x: f6 x:  x x 2 x 2: xp   " dR 
Z  z R   @X X X < P    l  ZX  L" ( F n | d" ( * ( T 8 @  d : <  H 2  4 4 ,r 2      T" $j xj xj xj xq g0 6 x@ ,@ ,@ ,@ ,@ , V@ , d d d dJ x$ 6 F6 F6 F6 F6 F6 F F 4@ 4@ 4@ 4@ 4:: :: 8 x 2 2 2 2 2 T  d d d dR   xR   6 F" $ 4j x@ 4: \  2 x xX , 2^ p < p J ( @ ( @ ( @ Z    V  .8 0   U K K> U> K> K 4 4 T( <	P 2 n  Z ( 2 8 , 
` (` P | :` "R  |   d     (   j  $ ,d `f# PXeY-,d P&ZE[X!#!X PPX!@Y 8PX!8YY 	Ead(PX!	E 0PX!0Y PX f a 
PX`  PX!
` 6PX!6``YYY +YY# PXeYY-,#B#B #B CCQXC+  C`BeY-, C E EcEb`D-, C E  +#%` E#a d  PX! 0PX @YY# PXeY%#aDD-,`  	CJ PX 	#BY
CJ RX 
#BY-, C%B  C`B	%B
%B# %PX C%B #a*!#a #a*! C%B%a*!Y	CG
CG`b EcEb`  #DC >C`B-,  `a B`+-,`` C#`C%%QX# <`#e!!Y-,+*-,G  EcEb`#a8# UX G  EcEb`#a8!Y-, 
*0-,5`-, EcEb +EcEb +      D>#8*-,< G EcEb` Ca8-,.<-,< G EcEb` CaCc8-, % . G #B%IG#G#ab#B*-, %%G#G#a+e.#  <8-, %% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb`  + a C`d#CadPXCaC`Y%ba#  &#Fa8#CF%CG#G#a` Cb`#  +#C` +%a%b&a %`d#%`dPX!#!Y#  &#Fa8Y-,    & .G#G#a#<8-,  #B   F#G +#a8-, %%G#G#a TX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.#  <8#!Y-,  C .G#G#a ` `fb#  <8-,# .F%FRX <Y.	+-,# .F%FPX <Y.	+-,# .F%FRX <Y# .F%FPX <Y.	+-,  G #B .*-,  G #B .*-, *-,*-#,+# .F%FRX <Y.	+-&,+  <#B8# .F%FRX <Y.	+C.	+-$, %& .G#G#a+# < .#8	+-!,%B %% .G#G#a #B+ `PX @QX  &YBB# GCb`  + a C`d#CadPXCaC`Y%ba%Fa8# <#8!  F#G +#a8!Y	+-,#B+-",+.	+-%,+!#  <#B#8	+C.	+-, E# . F#a8	+-',+.	+-(,++-),++-*, ++-+,+.	+-,,++--,++-.,++-/,+.	+-0,++-1,++-2,++-3,+.	+-4,++-5,++-6,++-7,+-8,7*0-         	  	  	  	  	  	x  	  P	(  	  	  	  P  	    	  `d  	  04  	 	   	 
^  	  0.  	  d  	  F  	  4   	   
  	  
   B l a c k L a t o h t t p : / / s c r i p t s . s i l . o r g / O F L C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   ( h t t p : / / w w w . t y p o l a n d . c o m / )   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1   ( h t t p : / / s c r i p t s . s i l . o r g / O F L ) . h t t p : / / w w w . t y p o l a n d . c o m / d e s i g n e r s / L u k a s z _ D z i e d z i c / h t t p : / / w w w . t y p o l a n d . c o m / L a t o   i s   a   s a n s e r i f   t y p e f a c e   f a m i l y   d e s i g n e d   i n   t h e   S u m m e r   2 0 1 0   b y   W a r s a w - b a s e d   d e s i g n e r   L u k a s z   D z i e d z i c   ( " L a t o "   m e a n s   " S u m m e r "   i n   P o l i s h ) .   I t   t r i e s   t o   c a r e f u l l y   b a l a n c e   s o m e   p o t e n t i a l l y   c o n f l i c t i n g   p r i o r i t i e s :   i t   s h o u l d   s e e m   q u i t e   " t r a n s p a r e n t "   w h e n   u s e d   i n   b o d y   t e x t   b u t   w o u l d   d i s p l a y   s o m e   o r i g i n a l   t r a i t s   w h e n   u s e d   i n   l a r g e r   s i z e s .   T h e   c l a s s i c a l   p r o p o r t i o n s ,   p a r t i c u l a r l y   v i s i b l e   i n   t h e   u p p e r c a s e ,   g i v e   t h e   l e t t e r f o r m s   f a m i l i a r   h a r m o n y   a n d   e l e g a n c e .   A t   t h e   s a m e   t i m e ,   i t s   s l e e k   s a n s e r i f   l o o k   m a k e s   e v i d e n t   t h e   f a c t   t h a t   L a t o   w a s   d e s i g n e d   i n   2 0 1 0 ,   e v e n   t h o u g h   i t   d o e s   n o t   f o l l o w   a n y   c u r r e n t   t r e n d .   T h e   s e m i - r o u n d e d   d e t a i l s   o f   t h e   l e t t e r s   g i v e   L a t o   a   f e e l i n g   o f   w a r m t h ,   w h i l e   t h e   s t r o n g   s t r u c t u r e   p r o v i d e s   s t a b i l i t y   a n d   s e r i o u s n e s s . L u k a s z   D z i e d z i c t y P o l a n d   L u k a s z   D z i e d z i c L a t o   i s   a   t r a d e m a r k   o f   t y P o l a n d   L u k a s z   D z i e d z i c . L a t o - B l a c k V e r s i o n   1 . 1 0 4 ;   W e s t e r n + P o l i s h   o p e n s o u r c e t y P o l a n d L u k a s z D z i e d z i c :   L a t o   B l a c k :   2 0 1 1 R e g u l a r L a t o   B l a c k C o p y r i g h t   ( c )   2 0 1 0 - 2 0 1 1   b y   t y P o l a n d   L u k a s z   D z i e d z i c   w i t h   R e s e r v e d   F o n t   N a m e   " L a t o " .   L i c e n s e d   u n d e r   t h e   S I L   O p e n   F o n t   L i c e n s e ,   V e r s i o n   1 . 1 .    
 0 D DFLT latn                 kern kern                   vt r

	Nr(tz((zzz((Vt  hh h zzzzzz(((((z(((((((z(z(       v  
       # $ & ' ) - . / 2 3 4 5 7 8 9 : ; < = > ? D E H I K N P Q R S U Y Z [ \ ^ l m o p r t u y { | }                                                                 t 
t t  9L :t <L ?L Y \ lt m o rt tt ut y {t |t } L L   t t t t    t  	$ $ $$ 9 ( : ( < ( ? ( $ $ $ $ $ $ $  ( $  ( $      $ 	 t t  $ F G H R T                        t t   t t D         t t  F G H R T                  < 
 <  <   l < r < t d u d { d | <  <  <   <  <   <   
   9~ : ?~ @ Y [ \ ` l r |        
  Y Z \ l r t u { |      0  "  # & * 2 4 F G H R T V Y \ m o y }                              i  ( 	8 
 (  ( L ` L 8 t t "  # $8 & * -8 2 4 D` F` G` H` JL Pt Qt R` St T` Ut Vj Xt Y Z [t \ l ( m` o` r ( t < u < wt y` { < | ( }` 8 8 8 8 8 8 8        ` ` ` ` ` ` ` ` ` ` ` ` ` t ` ` ` ` ` ` t t t t 8 `  ` ` t  ` ` `  (  ( L  (  ( L ` ` `  ( 8 I  ( 	t 
 (  ( t  t t "  $t - D F G H J R T V l ( m o r ( t ( u ( y { ( | ( } t t t t t t t                    t        (  ( t  (  ( t     ( t [ 	` L L L ` ` ` # $` & * -8 2 4 D F8 G8 H8 JQ P` Q` R8 S` T8 U` V X` YL Zt [~ \L ] mL oL w` yL }L ` ` ` ` ` ` `               8 8 8 8 8 8 ` 8 8 8 8 8 8 ` ` ` ` `   8 8 `  8 L L L L L L L `  # & * 2 4 7 8              . 	V   V $V -8 D F G H R T V V V V V V V                    V       V I  
   < `  < " # & * 2 4 7L 98 :L < ?8 F G H R T Y~ Z \~ l m` o` r t$ u$ y` {$ | }`                           ` `    <    < ` ` `  1  # & * 2 4 F G H I R T W Y Z \ m o y }                               	    $            4 	` L L `   "  $` -L F G H P Q R S T U X w ` ` ` ` ` ` `                  `     L L ` 
 t mt ot yt }t t t t t t 6 8 
8 8  " # & * - < 2 4 7` 8 98 : <8 ?8 Y \ l8 m o r8 t$ u$ y {$ |8 }            8   8   8 8 8 8    8 )  	 
      $ 7 9 ; < = ? @ ` l r |                      k  ( 	8 
 (  ( 8  8 8   "  # $8 & * -` 2 4 D~ F~ G~ H~ I Jt P Q R~ S T~ U V W X Y [ \ ] l ( m o r ( t ( u ( w y { ( | ( } 8 8 8 8 8 8 8        ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~     8 ~  ~ ~   ~    (  ( 8  (  ( 8     ( 8 ' ` 	 
` ` ~ ~  $ 7L 9 : ; <` = ? l` r` |`        `  `    ` ` ~ ` ` ~ `  - 8 
8 8 ~ # & * 2 4 7L 9L :t <L ?L Yt Z \t l8 m~ o~ r8 y~ |8 }~        L   L ~ ~ 8 8 8 8 ~ ~ ~ 8 " # & * 2 4 F G H R T                         K 	8 8 ` 8 8 # $8 & * 2 4 9 ( : ( < ( ? ( D F G H R T m` o` y` }` 8 8 8 8 8 8 8         (                    8        ( ` ` 8 8 ` ` ` 8  (  ; # 7 ; ? @?>=<;:9842*(" 
+KPX@=   2    &   & 		  $    $  K^PX@C   2 0     &   & 		  $    $  	@J   2 0  	 	  &     &   &   #   $   !	YY8+>32#'&>54&#"#"'4>32#".!!7!!>iNwR*'/,"&1+$ *+>,:#!:++:!#:,Mo0?(Hf>7P:*$"Zp'7+#&,

$J!9**9!!9**9OP  ( 	  \@   	 	+K^PX@     $  $  @"     &  #  $  !Y8+#.54>32#"."/@&%@00@%&@/\^^\<$>..>$$?..?   n 
  @   
 
+K^PX@	     $  KPX@'	     #  $   !@-	   #   &  $    !YY8+#"&/!#"&/|	.5-3
	.5-3
69966996      C G9@&  GFED C C=;:854.,+*)'$"+K%PX@-   &	  $
    K^PX@+
 &   &	    KPX@8	4  5
 &  #  $  !@` 	4 		4   2   3   & 
 
&    &   #   &   &   $   !YYY8+#".5467#+#"&546?37#7>;>;3323+32%37#^F!01&-FX&**	=BD4J0FF,74	=B?*m&**u%)%,	`~.,%/5w0&~/+%,	`   "-Nv ; A J @;9%#+K^PX@7F E?* @   4   2   0  $  @@F E?* @   4   2   0  #  $  !Y8+.'7>32.54>?>;#".'+4&'6sH`)2;F-%HrG@{t,#rl6L#(07#0`YM9 @|t,#rI< XK=.?'_C$%z6\kOxMo-Y3o	!+8Lc?_Q	}-x9D ;I.&/  22  ' 1 E Y@VTLJB@861/,*$"
+KPX@0     &  	 &  $ 		$ K#PX@4     &  	 &  $  		$  K^PX@8     &  	 &   $   		$  @E 2 		2   &     &  	 & 		 # 		$ 	!YYY8+#".54>324.#"32>>;+#".54>324.#"32>:`EL]44]LL]4)((),'- :`EL]44]LL]4)(()PP_44_PS`55`S3C((C30@&&@c{VP_44_PS`55`S2C((C20@&&@  . ? K @ FD/-&$ 
 ??+KPX@?IH8#+ 2   $    $  $ K^PX@=IH8#+ 2   $    $   $  @BIH8#+ 2    &  #   &  $  !YY8+2#"'.#">7>;!"./#".54>7.54>3267af:*=2#4#	%h !NH2$?_WP)Jg=/*9m6K.Cs27.9]z@(,46*8014<F iBBH<obBveSIBNi>0N8# c-j   n| 
 Q@
   
 
+K^PX@	      $  @ 	     #  $    !Y8+#"&/|	.5-3
6996  P2   @+.54>7\-A)IhBBhI*@,rc¸TPpqPS   @2  @+4.'.546?'.547>,@*)A-rcùSP" #PT   8/ 3 h@
   3 3+K%PX@"0,+'#"	    $    @+0,+'#"	      #     $   !Y8+5467'7>7./7&=3>?'.'F H&&H! H&'H /)UwUWxX"+(VxUWwW#*   T 2  u@    
	+KPX@%   #    &  $   !@-   #    &      &  $   !Y8+!!#!5!rptr  DH  @+@    +8+74>32'.5467>7.D-=&-B, ?^=6
  #8' 7)5E&2qrn-0
	"*2.;  d  %@ +@     #     $    !8+!!d   <H  <@+K^PX@    $  @    #    $   !Y8+74>32#".</@&%@00@%&@/$>..>$$?..?  @  -@	+KPX@   5  @  4   +Y8+%+>;#+18R6*36  (`  ' V@
$"+K^PX@  $    $     @!   &    #   $    !Y8+#".54>324.#"32>`RttŐQQttǑR&?P))O=%%=O))P?&ٿZZYY迗n))no))o     :  @	 +K^PX@#   2    $  KPX@* 4  4    #   $   !@/ 4  4   *     #    $   !YY8+7!47#"&/!3! )
b 6;}.  B  B 1 @ *("  11+K^PX@-- 2   $     $  @4- 2    &  #   $   !Y8+2>3!2!5467>54&#"#"&/>ZlzA-Ng:7k/2: 6P4SU#:.!
1*
[?p]P{s;7-dB6b__5W]".-(ml5  JT C @ <:42,+*)! CC	+K^PX@C?
 2 2   &   $    $  @J?
 2 2    &   &  #  $  !Y8+2#".'7>3232>54.#52>54&#"#"&/>vlt<7Q4Teh~_## 3-eD4M3<yl[p=SU#:.!
1*
[=hLEiM6Ttr9-_f8SK#7F$/K61F*V]".-(ml5    f   @	 +K^PX@   &   KPX@*   4 5    #  $ !@1   4 5     #  &    $   !YY8+3+!!"&/!467!ЖZ/ (w6"O$#Q+   . / @/.+)#!	+K^PX@;-, 2   &     $   $  @B-, 2     &   &  #  $  !Y8+#!>32#".'7>3232>54&#"'!+F1))L$sx=SzGq`'`(5?T>>X7xnb^|1 4'Fy]uM3C&!' )G_6jo%4   B^  1 w@ .,$"	 +K^PX@)   2 0  $  @-   4  4 4  # $ !Y8+2#".5467>3!>32>54.#"OzKLwzGTRHX8P
	#M6R80S<#!<U4/N9 4lpfPMsmp)56V>!$?U28X< !>V   R  R  O@    	+K^PX@   $     @   5  # $  !Y8++>7!".=RN@17D+;+D  <L # 7 K @98%$ CA8K9K/-$7%7 ##	+K^PX@.
  &  $   $    @6
   &  &   #  $   !Y8+".54>7.54>32'2>54.#"2>54.#"DtK;]BdaF~gg~FbcA];Kt4L1.M99M.1K54B&)A./@)&B>qb;iWD-pUj==jUp-DWi;bq> 7K+/N77N/+K7 "8H&"@11@"&H8"   p  f  . r@ -+&$	 +K^PX@$     &  $   @-   5   &    #   $   !Y8+".54>32#!>74.#"326 GsHItvE):$V6-j7N./I3ck83hlcMHlH~si3B((5Q6!:O.w  d  ' w@
$"+K%PX@  $     $  K^PX@    &    $  @!    &    #    $   !YY8+74>32#".4>32#".d/@&%@00@%&@//@&%@00@%&@/$>..>$$?..?$>..>$$?..?   d  3 R@0.&$+K%PX@    5  $  @!    5  #  $  !Y8+74>32'.5467>7.4>32#".l-=&-B, ?^=6
  #8'/@&%@00@%&@/ 7)5E&2qrn-0
	"*2.;$>..>$$?..?     @+*::'&   |y
   3@
 +@!     &     #     $    !8+!!!!|rrWM     @+	5467%>7.'%.=;;*fY&'X  &T ( < @97/-'%" +K^PX@/   2 0   $     $  @6   2 0     &  #  $  !Y8+>32#'.54>54&#"#"'4>32#".&%WdsC^j9*AME3*@J@*OE5G3&+f/@&%@00@%&@/,6)2]PMnR;42,B73;I2<G%$>..>$$?..?   2Dw Y iB@[Z caZi[iOMCA;942*(	 YY+K:PX@S
`
 =   2   &  

 &	   &  #  $  !KNPX@Z
`	
 =   2   &  
	
 &	 	 #    &  #  $  !	@[
`	
=   2   &  
	
 &	  	 &    &  #  $  !	YY8+%".'#".54>3232>54.#"32>7632#"$&54>32%2>7&#" <5+<KAbB!:Yx],H>7b-&$?.Jv؜WaOlT#*2y\8htad8Au+&
F2\E)-/"B8-PnA9vmaG*;#2&3ZzH|B`Q"%l!8*u6iʲm<,TzjkR!6(0Rm=;:       @	 +K^PX@    &     KPX@( 4  5   #  $  !@. 4   2   3   #  $  !YY8+)"&/!#!!!.',9VV
:*4Z#") -|&g<=h&   x    ! . @  .,$"!   +K^PX@,  &   $     $ @3     &  &  #  $ !Y8+3!2#32>54.#'32>54.+xԆ=<^BH̃CU03T@8Z?!6S98fZ1[PA#{]wCj"6D#(@,(F54E*   $ 2 @ ,*"  22+K^PX@4   2  0  $   $  @;   2  0   &  #  $  !Y8+2#"$&546$32#".#"32>7>KXbpR~j)r $+;O5\m==iP.LA;y	suqn3G+Aykpw>	#
  x     V@
	+K^PX@  $    $     @!   &    #   $    !Y8+#!!24.+32>m6m8iaai8ٞmnlyAWAy   x  "  t@    
	+K^PX@%    &     $   $  @,     &    &   #   $   !Y8+!!!!!"6VV   x  " 	 f@   	 	+K^PX@    &     $  @' 5     &   #   $   !Y8+!!!!"  $D 3 @ +)$"
	 33+K^PX@;   2    &  $    $  @C   2   &    &   #   $   !Y8+%2675#"&=!#"$&546$32#"'.#"&Fl0 $8yYql[p,b' (GJR3_k:@q");&qn4H*#
Czit|A   x  p  @
	 +K^PX@     &    KPX@$   #     &   $    !@+    #    &     &    $     !YY8+)!!!!!pTPTha       :@ +K^PX@      @     #    $     !Y8+)!T    @+K+PX@    $     K^PX@!  2    $     @'  4 4    #   $    !YY8+#"&'7>3232>5!={~9o<%!2#1I0RzȏO ?fK   x    @ +K^PX@      & KPX@*   #     & $ !@1   #     &    &  $  !YY8+327>3!!".'.+!!6K!HE2&P2&?)
7/RRc/' *1)\  x    H@ +K^PX@     $  @  4     #    $   !Y8+!!!R  x   ( @$! 
+K^PX@    2   KPX@*    2   #    $   !@1 2    #    &     $    !YY8+>7>3!!47+"&'!!2a%&v
!~='.'=|!
w&R+,S'
OF=G#$$##E
  x  p  x@
 +K^PX@   KPX@    #   $  !@'   (   #   &  $  !YY8+2.5!#"&'!3**'6Qֲ*O#O d&I   ,  ' V@$"+K^PX@  $    $     @!   &    #   $    !Y8+#"$&546$324.#"32>m骪mmm8iabi88ibai8ٞrrrslx@@xlmx??x   x     f@    +K^PX@   &  $      @'   5   &  #  $ !Y8+!!2#'32654.+ݏDFݗt=]@IemI~q2R;    ,h  0 n@-+#!+K^PX@%   5  $   $  @,   5   &  #  $  !Y8+!"&/#"$&546$324.#"32>'IkDq<b&,[0mmm8iabi88ibai8^2m,	
rrslx@@xlmx??x  x     $ @  $"  +K^PX@%   &  $     KPX@.  5   &  #  $ !@4   2   3   &  #  $ !YY8+!!2!"'.#'32>54&+ڞߍ@&KmG";6U%+'VEa>}At]G~kT2$@#>S0`l    = @97(&#!	+K^PX@3=   2 0  $   $  @:=   2 0    &  #  $  !Y8+#".#"#".'7>3232654.54>32!5CV7_]8[uzu[8F|Dt+d(=MdD\f8[tzt[8BxCrc'$QE,:*#+:Z[eK3F+&.&QX3@* '9]fRzI)9$      @    +K^PX@    $  KPX@  5    #   $    !@%   *  5  #   $     !YY8+!!!ff[   dH  @  +K^PX@   $  KPX@ 4   #   $   !@# 4  4   #   $   !YY8+2>5!#".5!DkJ'RW葒VR'Jk-TyM_ZZ_MyU-       [@ +K^PX@     KPX@   4 +@   4 4 +YY8+!2>7>3!!,8'%
:*(!3xBBx3-O  
  T * s@*)!  +K^PX@%    KPX@%   4+@!%   4 4 4 4 +YY8+!2>7>;2>7>3!!.'!
,;

;*d,9		<*
>(!%T./S%-'"#O-,P#,O22y  
    @
+K^PX@     KPX@!     #   $  !@(   #     &  $  !YY8+	!2>763!	!"&'#!=R!"+D7!)
(*K (!    ^  a@+K^PX@       KPX@   4   +@   4  4   +YY8+!!2>7>3!N*,4**#,**) X3V*+V2  (    \@    +K^PX@   $     $  @"    &     #     $    !Y8+!!5467!Tlz2/-  Z  Z@    
+K6PX@     &   $ @"     &  #   $  !Y8+!+32Z-#nn#-Yv,),w  4  -@ +KPX@  5     @
   4 +Y8+32#".'$6R81+$
63-*   >  T@
	 +K6PX@     &   $  @!     &  #   $   !Y8+!!546;#"&5>@-#nn#-w,,  X &  [@ +K^PX@   5  KPX@   4  +@ 4  4   +YY8+#"&/.'+3&$|
x%  ::      C@    +K%PX@   $     @    #   $     !Y8+!5l  	 C@  		+K^PX@   $   @   #   $   !Y8+2#"&'/.#*   F! ) 5 @+* /.*5+5$"
 ))
+KPX@= -  2   &  $ 	  $    K^PX@A -  2   &  $   	 $  @L -  2  2   &   &	  #	 $  !YY8+!"&/#".54>754&#"#"&/>32%2675D,-'HMW5GtQ,8KE7F74$ -8^^i8<Z.]xF:&9!2#%HkF7t_@,[QaSQ=mYx*/$.5+   xV  ,@  $",,  +KPX@1     $   $ K^PX@5     $   $  KPX@2   &   %   $    @<   &  #    &  $  !YYY8+3!>32#".'#"32>54.x6:cQd9Auc.I=3%,"7/(#R-+H5+<9EF}uƒR!.4 4%H'"KxVRpE   4 * @(&	+K^PX@3*   2 0  $   $  @:*   2 0    &  #  $  !Y8+#".#"32>32#".54>32d%.>.9S6se6?,%%Z0jop5_MCzJ*NqG!o7E'HȀpÏRNK  2  ,@ $",,
 +KPX@2    2   $     K^PX@6    2   $     KPX@6    2  5   &    $   @?    2  5    #   &   $   !YYY8+!"&/#".54>32!%2>7.#"P'DO[5Qd9@ucPo-6"7.)$Q-+H5+<O!6'H~tǑR/&'$'"KxURpE   4 $ - @&% )(%-&-	 $$	+K^PX@4 2   &  $    $  @; 2   &   &  #  $  !Y8+2#!32>32#".54>"!4.4g{Ee6N=3%Z0ouu5mSG}Yd+F@zp#,
u o7E'GЊhRe_%F7"       @      +KSPX@+   $     $   K^PX@)     &    $   KPX@3 5    &    #    $    !@9   25    &   #   $   !YYY8+3'.=354>32#"3#D#+9kb&A#)@+8"!z;Yf8	
)C31    9 M [@ON USN[O[JH@>#! 99+KPX@G	2A*
  &    $	    $   $  	K PX@E	2A*
  &   &    $	    $  K6PX@H	2A*   2
  &   &   $	    $  K^PX@E	2A*   2
  &   &   %   $	   @O	2A*   2	    &
  &   &  #  $  !YYYY8+2!#"'#".5467.54>7.54>4.'32>2654&#"Bu29#LAqX1+"7ZtxtZ7D|zu8TI#*"4$Q]BsA5GRX+%0Q>CV3MEEMME$7q-0N|W/	:aKFh?.Kb5E_H730,+^N}W/1$'zM=?HH?2%  x  $  @    +K^PX@$     $  KPX@$   &   $    KPX@-     #   &     $   !@1 5     #   &     $   !YYY8+3!>32!4&#"x68[UZ.FD3Z)0;;iUmLU,%   f     |@  
  +K^PX@  $      KPX@     %  $  @#   &    #   $     !YY8+!#".54>32Z4E'&B33B&'E4%A11A%&B22B    ' @  $"  +K6PX@'
	   $   $     K^PX@$
	     %  $  KPX@'
	 2    %  $  @1
	 2   &    #  $   !YYY8+#"&'7>32>5#".54>32%Ug&A#
$$.Z4E'&B33B&'E4Ia8		3(%A11A%&B22B   x  v  @    
+K^PX@#      &  KPX@(    #     &  $ KPX@1   #   #     &  $ !@2    #     &   &  $  !YYY8+3267>3!!"&'.+!./$--!$#3<$("8o5       Y@
    +K^PX@     KPX@     $  @    #   $     !YY8+!'   x  V * @   * *'%"!
	+KPX@$ )  $   K^PX@( )    $ KPX@1 )    # &     $   !@C ) 2 3    #   &   &     $   !YYY8+332>32>32!4#"!4&#"x'8AK-^{ KWa0Y]0ʊ?SFD*K!8-!aQ0D*5e]mSNmYH&   x  $  @    
+KPX@     $   K^PX@$      $  KPX@-     #   &     $   !@1  5    #   &     $   !YYY8+332>32!4&#"x'@IU2UZ.FD3Z)<0!;iUmLU,%  2V   c@ 	 +K^PX@   $   $  @$    & # $  !Y8+2#".54>2654&#"FvMMvwÍMMwkeeknffJ{|ǋKK|{ŊJ  xV!  ,@  $",,  
+KPX@2    2   $  K6PX@6    2     $  K^PX@8    2  $   $    @?    4  2    #  &     $   !YYY8+32>32#"&'"32>54.x'EO[6Qd9AucQn-"7/(#R-+H5+<VL!6'H}uƒR.'r}%H'"KxVRpE   2!  +@  #!++  +KPX@1  $ $      K6PX@5  $  $      K^PX@7  $  $     $  @=  #   &   &   $     !YYY8+!#".54>327632>7.#";cQd9@uc/L?6:"7.)$Q-+H5+<:GH~tǑR*)4$& "KxURpE   x  (! @    
+KPX@!   $   K4PX@%     $  K^PX@+  *     $  KPX@4  *    #   &     $   !@5  2    #   &     $   !YYYY8+332>32#"&#"x9TG+(.#zFaXf"	  > ? @;9(&#!	+K^PX@3?   2 0  $   $  @:?   2 0    &  #  $  !Y8+#".#"#".'7>3232>54.54>32,3@);?)DVZVD)8oj5jcTH$+2C3$2*DWZWD*3fg8i\L*-(& +?Z?M^4"/r ( -EdGBwZ5$1   ": #@  ##+KPX@,!  4  $  $    K^PX@3!  4 2  $   $    KPX@:!  4 2  &    #  $  !@@!  4 2 0    &    #  $  !YYY8+".5#"&=?6;3#32>32JqM(X"=8#!
	^<+OpEy 0$/	--   d  @    
	+KPX@      $ K^PX@$      $  KPX@-      #  &   $  !@4    2    #   &   $  !YYY8+3267!#"/#".5FD3Y*6:@IT2UZ.nMT*&4</!;jV   
  H  [@ +K^PX@
      KPX@
  4   +@
  4  4   +YY8+)!2>7>;n!- ,/9l66l9      Z / @/-"  +K^PX@(    KNPX@(   4+KPX@(   4  4+@!(  4   4 4 4 +YYY8+32>7>;2>7>;#"&'.'+!0h.!/|n/
3/5d11c6.5d32c7#D"#E#4     f  @
+K^PX@     KPX@#     #   $  !@*   #     &  $  !YY8+	!2>?>3!	!"&'#!p*! \!((" >!    J  @+K6PX@      K^PX@     $  KPX@     #  $    !@&    2   #   $    !YYY8++!2>7>; (,b$(
/ A>> >    @  ~  V@
+K^PX@   $      $  @!     &     #     $    !Y8+!!5467!5!~O?" :~9C    D x@<:53+K6PX@('    &     &  $  @1'    &     &  #  $  !Y8+4&#52>54.54>;#"32#".54>x.<)/cj4?;)<''<);?4jc/<I#1,ZZ\.Q^3NE7b[X-&F;-,;G%-X[b7EN3_Q.\ZZ    <@ +K6PX@     $  @     #     $    !Y8+3#   <J D x@CBA@31,*	+K6PX@(   &   &   $     @1   &   &    #   $    !Y8++54>32654.54>7.54>54&#".=323"/cj4?;);'';);?4jc/)<.,ZZ\.Q_3NE7b[X-%G;,-;F&-X[b7EN3^Q.\ZZ,1#I   P8  G@ 
 +@- 4 5   #   &   $   !8+2653#".#"#4>3204-T{N5]PC04-T{N5]PC><U_3><U_3  ( 	  }@   	 	+K6PX@  $      $ K^PX@     %  $  @"    &     #     $   !YY8+46734>32#"./@&%@00@%&@/\]]\$?..?$$>..>  l-6 0 7 @0.#!
	+K^PX@15 4&   4   2  0   $    @:5 4&   4   2  0    #    $   !Y8+.54>?>;#".'>32+Vo?C~,#rK~6P &=+:-&	V(Y^c2,#rTB?;bZTolV.D3i
k,=)~.l!H     l : @:920+)#!		+K^PX@93'   2   &  $   $  KPX@@3'   2   &   &  #  $  !@H3'   2   &      &   &  #  $  !YY8+46;54>32#"'.#"!#!>3!#!5>=#33T:wzQgN|%".%&>,QO|-&-Z."1F!=.(;_M)Ic9N&'&qjv<a*
.%(8%   Z . # 7 @42*(
+K^PX@5 !     %   $    @? !       &  #  $  !Y8+467'7>327'#"&''7.732>54.#")\30Y()\20Y()7  8**8  7)1Z()]31Z()^3 :,,:":,,:    " @"!  +K^PX@+
  
  &	  &  KPX@7
  4 5 
  &	  #	  $  !@J
  4  4 5   
 
 &   & 	  # 	 	  &   $   !
YY8+3!2>7>3!3!!!!5!5!5!zz,6!
	9*y,,2'"W6Y,-Y5,ΥXݥX      T@ +K6PX@      &   $  @!      &   #   $   !Y8+3#3#  L I Y @EC.,)' 	+K^PX@7IWO< $   2 0   %  $  @AIWO< $   2 0    &  #  $  !Y8+#".#"#".'7>3232654.5467.54>32>54.'B,3@)HF.LafaL.JR+58oj5jcTH$+5G8AI/LbfbL/NP,63fg8i\L0Nd40Nc36**&&,6G\;P*%aDM^4"/r//%3("(2GbDN~&(lNBwZ5$1#4+'0$3*&+ v  ' o@
$"+K^PX@   $  KPX@   #  $   !@!   #    &   $    !YY8+#".54>32#".54>32*-;" 9++9 ";-,;"!:,,:!";, 8))8 !:++:! 8))8 !:++:  ( ) E [ @ XVLJ@>20&$ ))+K^PX@H   2
  0   &   & 		 $   $  	@O   2
  0  		 &   &   &  #  $  !	Y8+2#".54>32#".#"32>%4>32#".732>54.#"f6ser>H}as3R$5,eg0C(/7$d5agga55agfa5Yz{՞Z)KjRzӜY	iKMIbf}EP<mr<\> ga55agfa55agܣ]]UoN+^   FB ' 37@)(-,(3)3#!	 	+KPX@5+   2  3   & $  K:PX@<+  2  2  3   &  $  K^PX@B+  2  2   0 3   &  $  @K+  2  2   0 3   &  #  $  !	YYY8+#"&/#"&54>754&#"#"&/>322675h*-3[gPm'!& &;S;`D%+/: J	\T E;(.!E5/&D[5?  n {q  ) 	@)+55nfxxfbfxxf'.  .'.  .   |
  R@ +K	PX@ )     #     $    !@ 5     #     $    !Y8+!!!|x   d  %@ +@     #     $    !8+!!d   (  L Y@YWOMIG1/.-,*&$" 
+K^PX@A:>2  		 &   &   $     $  KPX@H:>2     &  		 &   &  #  $  !@N:> 2 0     &  		 &   &  #  $  !	YY8+4>32#".73267#"/.+!!2>54.#"32>54.+(5agga55agfa5YzsN7\ `d],)A-(|LV)KjRzӜY@07/(Tga55agfa55agܣ]RI'$Dd@*MA4/!Q}UoN+^Y+'  o  %@ +@     #     $    !8+!!lo   (  ' S@$"+K^PX@   %   $    @!     &  #  $  !Y8+4>32#".732>54.#"(8bMMc88cMMb8(7!!7((7!!7(_J`88`JH`99`F!9++9!";++;  T P2   @    
		+KPX@.    &   &   #   $   !@6    &      &   &   #   $   !Y8+!!#!5!!!rp"?P6   8rz . @ (&"  ..+KPX@+* 2    &  $  @4* 2    &  #   $   !Y8+2>;2!546?>54&#"#"/>`@aA )6e!@D#'#|	2Mez$>Q-)D>:g
%~E.//-%=X9   @|tz ; @ 53/-'&%$ ;;+KBPX@A7 2 2    &   &  $  @J7 2 2    &   &  #  $  !Y8+2#".'763232654.#52>54&#"#"/>l>_? /7991Nb14WH9`/&"1%(1 	r	2J_z#9F#>WF9B^</P?&	 #
#=X9    	 C@   	 +K^PX@    $  @   #  $    !Y8+	+7>3*#./  d  S@      
	+KPX@&      $  K-PX@*      $    K6PX@(       &   K^PX@*       &    $ KPX@2       &  & $  !@8     #     &   & $  !YYYYY8+3267!#"&/#"&'#"&5HB3Y*6'459"0R"AGfIP*&=#	.g-@<  (  @    
	+K^PX@   23   $  KPX@'   23   #   $    !@3   *   2  0 3 #   $     !YY8+#!#!".54>3hyBByhrr6DsV^r?  <{.  %@+@    #    $   !8+4>32#".<#=Q//S=##=S//Q=#T-P;"";P--O;"";O   $   @ 
 +KPX@!	     (  $  K6PX@ 	    4  $  K:PX@+	    4   #  $  !@-	   4  4  # $ !YYY8+232654&'73#"&'76=I.-<#'Fc<)E&
< &-#8(^   HZr  @ +K^PX@$
  4  4    $   KPX@.
  4  4    #   $   !@3
  4  4   *     #    $   !YY8+37#"&/733!2Df<*6%	Z   2>   @ 	 +KPX@   $    $ K^PX@  %   $   @$    & # $  !YY8+2#".54>2654&#"K~Z33Z~KL\33\L3113800,SwKLyT--TyLKwS,'EQQDDQQE   {  + 	@+ +%'.54?67./&546?%'.54?67./&546?fx
xfhfx
xf{. 	 .n'''n. 	 .   4    ! ' 3{@31.,'&! 	 +K^PX@C% 	 2 	 	 &
   &  $ KNPX@I% 	4 4 	  # 	 	 &
   &  $ !KPX@M% 	 4 4 4 	  # 	 	 &
   & $!	@b% 	 4 4 4 * 2 	  #  	 	 & 
 
 &     &  $  !YYY8+3+#5!"&/3%37#"&/733!4673+>;>P(!HD2Df<V!%*PL6'k\^*6%	Z>!!O/3   4  z . ? K@ KIFD?>=<;:640/(&"  ..+K^PX@N921* 2 2 		 &    &  $
 KNPX@T921*4 4 2 		 &    &  #  $
 !	KPX@X921* 4 4 4 2 		 &   &  #  $
 !
@e921*
 4 4 4  * 2 

2  		 &   & 
 #   $   !YYY8+2>;2!546?>54&#"#"/>%37#"&/733!+>;h@aA )6e!@D#'#|	2MeU2Df<4!%*PL6$>Q-)D>:g
%~E.//-%=X9V*6%	Z!O/3  ,    L R ^@&^\YWRQFD@>8765/-*(" LL	 +K	PX@^H	
&P  

2 	* 
 	
	 &   &   &  $ $ 
KPX@^H	
&P  

2 	* 
 	
	 &   &   &  $ $ 
KPX@^H	
&P  

2 	* 
 	
	 &   &   &  $ $ 
K PX@^H	
&P  

2 	* 
 	
	 &   &   &  $ $ 
K4PX@_H	
&P  

2 		2 
 	
	 &   &   &  $ $ 
K^PX@cH	
&P  

2 		2 
 	
	 &   &   &   $ $ KPX@mH	
&P  2 

2 		2  & 
 	
	 &   #   &   & $!@|H	
&P  2 

2 		2 2  & 
 	
	 &   #   &   &     &  $  !YYYYYYY8+3+#5!"&/32#".'763232654.#52>54&#"#"/>4673+>;>P(!H>_? /7991Nb14WH9`/&"1%(1 	r	2J_dV!%*PL6'k\#9F#>WF9B^</P?&	 #
#=X9>!!O/3   2` ( < @97/-'%" +K6PX@/   2 0  $   $     K^PX@,   2 0    %  $  @6   2 0   &    #  $   !YY8+#".54>?332>324>32#".`&VdsC^j9*AME3*@J@*OE4H3&+6/@&%@00@%&@/6)0YPLjI3+- 	.>.'/?/<G%$>..>$$?..?    & $        & $        & $        & $        & $   	     p& $           @
	 	+K^PX@5     &    &    $     $ KPX@<       &    &    &   #  $ !@C  2      &    &    &   #   $   !YY8+!!!!!!!#!!`{)N*(oC- RbN(G!(-;f+   $ MR@ IG75/-%# MM	+K6PX@C>:
	 K  2 0   0  $   $  K:PX@@>:
	 K  2 0   0   %  $  K^PX@F>:
	 K 2 0   0  0  %  $  @P>:
	 K 2 0   0  0   &  # $ !	YYY8+232654&'7.546$32#".#"32>7>32#"&'76n=I&ߛRpR~j)r $+;O5\m==iP.LA;M-<#'Fc<)E&
}n3G+Aykpw>	#
	es &-#8(^ x  "& (       x  "& (       x  "& (      x  "& (   	  q  & ,       g  & ,        & ,        & ,   	     6    ! @ +K^PX@&    &  $   $  KPX@-    &    &  #  $  !@5    &    &      &  #  $  !YY8+3!2#!#%4.+!!32>66mmʦv8iaXai87znmZlyAAy x  p& 1      ,& 2      ,& 2      ,& 2      ,& 2      ,& 2   	    V ,u  @	+		'	7	JKɢ53FK83  , % 0 ; @86-+" +K1PX@7#54)(   5   $    $     K^PX@7#54)(  4  5  $    $     @>#54)(  4  5   &    #   $    !YY8+#"&'+&546$327>;.#"4&'32>m^K9,03vmiQ)&iqpT*d9bi86  G]ai8ٞr#!O!	f"r,*9fw@xlQ79?x dH& 8   x   dH& 8   x   dH& 8      dH& 8   	    ^& <   J    x     p@    +K^PX@!   &   &      @,    #   &   &    $     !Y8+%!!32#'32654.+RݏDFݗt=]@IemI~q2R;     F @ A@;9'%"  FF+KPX@* 2   $    $ KSPX@. 2   $     $  K^PX@, 2    &   $  @8 2 2    &  #  $  !YYY8+2#".'7>3232654.54>54&#"!4>Ԃo1$6>6$/ERE/ErQ,\WMH$,-6&'94NZN4'<D<'W_?Y8KJn|38P:+&'-08OmL[Z-"/r9/(801E_G<V?207%CM)MpF8kN  F& D    C    F& D    v    F& D        F& D        F& D    j    F& D         FJ! D M [@&FE WUONIHEMFM@>9742/.&$	 DD+KPX@HB<   2 2 &
  $	   $ K1PX@TB<   2 2 &
  $	    $  $ 
K^PX@aB<
   2 2 &

  $	     $	    $  $ KoPX@]B<
   2 2
 
 #	    & &  #  #  $ !
KPX@^B<
   2 2 
 
 & 	 	 & &  #  #  $ !
KPX@eB<
   2 2 
 
 & 	 	 &  #  &  #  #  $ !@gB<
   2 2 
 
 & 	 	 &   &   &  #   &  $  !YYYYYY8+2#!32>32#".'#"&54>754&#"#"&/>32>"!4.32>5\sAy\CO3%+T0mrq43d\Q! Yjx@7[wKE7F74$ -8^zq*;`X_l'A]xF:8*H4Fq#,
wlg7E'-F00F-%NKC4 [Z!aSQNEBMoi%M>(t(1658[B   4 ER@ A?.,)'! EE	+K6PX@C60
	 C  2 0   0  $   $  K:PX@@60
	 C  2 0   0   %  $  K^PX@F60
	 C 2 0   0  0  %  $  @P60
	 C 2 0   0  0   &  # $ !	YYY8+232654&'7.54>32#".#"32>32#"&'76=I'Nf:CzJR%.>.9S6se6?,%%Z&SWX,	-<#'Fc<)E&
VopÏRNKm*NqG!o,=(  &-#8(^  4& H    C    4& H    v    4& H        4& H    j     &     C      &     v     &          &     j     8L 3 E @54=;4E5E-+#!+K^PX@-/932   &  $     @7/932   &   #  $    !Y8+&546?.'.54?7#".54>32.'2>7.#"f.('
$jU>Bm}GȀmMC{hZ9VLԜ-RA(kU6S8 8L#	+$g@1kb!gÖSCuZ~J83R~3|!Of?S$>S0AdC" x  $& Q       2V& R    C    2V& R    v    2V& R        2V& R        2V& R    j     T 2   + A@(&
 +@+    &      &  #  $  !8+!!4>32#".4>32#".T">/@&%@00@%&@//@&%@00@%&@/$>..>$$?..?\$>..>$$?..?   z # + 3 @%$20$+%+#!	+K^PX@8 /.*)
  4  5  $   $     @@ /.*)
  4  5   &   #  $    !Y8+#"'+7.54>327>;2654'&#"AGMvn+13pAFMwj.&ky+<)8nzEv|ǋK1!	Ew{ŊJ/>SN;Q:P7 d& X    C    d& X    v    d& X        d& X    j     J& \    v     xV  )@  !))  +K6PX@5    $   $  K^PX@7 $   $    $    KPX@3  &   &   $    @<     #  &   &     $   !YYY8+!>32#".'"32>54.x6:cQd9Auc)D90"7/(#R-+H5+<"9EF}uƒR&`}%H'"KxVRpE   J& \    j      % .e@ '&"  %%
+K6PX@0+    & 	   $  K:PX@-+    &	    %  K^PX@4+	  2   &   %  KPX@B+ 4  2	  0   &  #  $  !@N+ 4 2 0   0	  0   &  #  $  !
YYYY8+2#"&5467#"&/!#!!#32>!.'.#h;koCK,9VV
:*4Z4D'7"!oTA3f-) -O?&&g<=h&  F.! ? K@A@ ED@KAK<:0.)'$" ??+K6PX@O,C	5  2  		 &  $  $ 
   $  	K:PX@L,C	5  2  		 &
    %  $  $  K^PX@S,C	5 2
  2  		 &   %  $  $  	@[,C	5 2
  2   &  		 &   &  #  $  !	YYY8+2#"&5467./#".54>754&#"#"&/>3232>2675.#h;koFL'HMW5GtQ,8KE7F74$ -8^^i8'7<Z.]xF:oTA4g-9!2#%HkF7t_@,[QaSQ=mYx?&d*/$.5+ $& &      4& F    v     x" #@   ##+K6PX@9     &   $    $	
   $  K:PX@6     &	
    %   $    $ K^PX@=	
 	 	2    & 	 	 %   $    $ KPX@E	
 	 	2    &    &    & 		 # 		 $ 	 !@K	 *
 	 	2    &    &     & 		 # 		 $ 	 !	YYYY8+2#"&5467!!!!!!#32>.#h;koCKh6V\'7oTA3f-?&   4 9 BP@;: >=:B;B64*(%#! 99+K6PX@A,   2   0   &
 $ 	  $  K:PX@>,   2   0   &	   %
 $  K^PX@D,  2   0	  0   &  %
 $  @N,  2   0	  0 
 &   &  # $ !	YYY8+2#"&5467.54>32#!32>3232>"!4..#h;ko:?cIGwg{Ee6N=3%ZBP$2Yd+FoTA0_*OǁhR@zp#,
u oLL<%e_%F7"       A@
    +K^PX@     @    #   $     !Y8+!     4  ^@	+K^PX@
       $  @'
    4     #    $   !Y8+%!!54?!N($R0U'G  2    z@
    +K^PX@
	      KPX@
	      $  @$
	     #   $     !YY8+7!54?(nʖ$r;-.(p:'/ x  p& 1      x  $& Q    v    ,  0L@  -+#!  
	+KPX@3     &   $
	 $ KMPX@K     &   $     $
	  $ 	 $  
K^PX@G	    &  $      $
   $  		 $  
@J	    &
     &    & 		 #    & 		 $ 	 !YYY8+!!!!!5#".54>3254.#"32>6V~V݅bbV(1^WY_11_YW^1NVrrWN(l{CC{lm{CC{  2 3 ? H@$A@54 DC@HAH;94?5?/-%#	 33+KPX@>1 ! 2 
 
 &	  $   $ K^PX@K1	 ! 2 
 
 &		  $     $   $ 	KPX@N1	 ! 2	 	 #  
  & 
 
 & # $ !KPX@T1	 ! 2	 	 #  
  & 
 
 &  # # $ !	@U1	! 2 	 	 &  
 & 
 
 &  #  &  $  !	YYYY8+2#!32>32#".'#".54>32>2654&#""!4.\sAy\3I92
\0mrq43b[Q ?|gJKkv?:d\\de]]X_l'AFq#,
wl o7E',C.V\K|{ŊJZUQ^qoi%M>(   & 6       \& V    v    & 6       J& V         ^& <   	^   (  & =   &   @  & ]    v    (  T& =  : 	+  @  ~& ]        (  & =  : 	+  @  ~& ]         Z & @   & &%$!	+K6PX@,  &  $    $     KSPX@)  &     %  $  KPX@3   &  &    #   $    !@: 2   &   &    #   $    !YYY8+#54632>7'.=37>3#"!OOʈ.2$8(O_!#Nʉ.2HWqmd/0,)B/# zfg50$N^}    [@ +K^PX@   5  KPX@   4  +@ 4  4   +YY8+#"&/.'+!TV	!$	HH!    [@ +K^PX@   5    KPX@   4 +@   4 4 +YY8+326?>;!2!	TT	!HH  o q      z@ 
 +K^PX@    % KPX@4    #   $   !@" 4 4    #   $   !YY8+".5332>53J^~L 	+#",	 L~0Ql=**=lQ0   v  <@+KPX@    $   @    #   $    !Y8+#".54>324E'&B33B&'E4*%B11B%%C11C   V_@   3@+@!     &  #  $  !8+4>32#".732654&#"V(BX01ZE((EZ10XB(')$**$)'62Q::Q21O88O1#--#&,,      @  +K6PX@     $  K:PX@&     #   $   !@(   4  #  $  !YY8+2#"&546732>.#h;koNV'7oTA7m.?&   @ 
 +K:PX@  %  $ KMPX@  %   $  K^PX@% 2   %   $  @3   2 2   #   &  $  !YYY8+2653#".#"#4>32#>T1%@7-$>T0%A6-k)?eG&)?eH'  .T 	  @

  

 	 +K^PX@   $  KPX@   #  $   !@'2   5 # $  !YY8++7>3!+7>3-#~t1/D*#
!  0 # @   # "	+KPX@%   2   $ K^PX@)   2   $   KPX@4   2  0 3   #   $    !@? *   * 0 0 3#  $   !	YYY8++!!#"&'7>32>5#54>31-P HuU&Y)'$*x&78BnP,	"l%     %@ +@     #     $    !8+!!4     %@ +@     #     $    !8+!!f   U2  @ +.5467('pmb

?}>kS:
#/9!$R/   K  @ +'.5467>54&'&5467R('pmb

?~>kS:
#.:!$R/  KL  @ +'.5467>54&'&5467R('pmb

L?~>kS:
#.:!$R/  U2  5 	@! +.5467.5467('pmb

('pmb

?}>kS:
#/9!$R/E?}>kS:
#/9!$R/  K  5 	@! +'.5467>54&'&5467%'.5467>54&'&5467R('pmb

 ('pmb

?~>kS:
#.:!$R/E?~>kS:
#.:!$R/  KL  5 	@! +'.5467>54&'&5467%'.5467>54&'&5467R('pmb

 ('pmb

L?~>kS:
#.:!$R/E?~>kS:
#.:!$R/  4\ ),@)($"+K6PX@+ 
 &    $    KSPX@- 
 &   $    $  K^PX@* 
 &    %  $   KPX@4 
 &    #    &  $  !@< 
&    #      &    &  $  !YYYY8+4>32>32>32!#"&'!4#6&ADG#'!R--R!(#GE@%7#d(!R--R!(d.$

$.d30   4\ A@=;42+)$#"!
 
+K6PX@<7/ 60 	  &  $  KSPX@>7/ 60 	  & $  $  K^PX@;7/ 60 	  &   % $ KPX@E7/ 60  #   & 	  &  $  !@U7/	60  #    &     &   	 	 &   &  $  !YYYY8+!!54>32>32>32!!#".'#"&'#".54d#6&ADG#'!R--R!(#GE@%7#d#7%@EG#(!R--R!'#GDA&6#ad.$

$.d8c/$

$/   T o24  <@+K+PX@   $    @    #    $   !Y8+4>32#".TNfgNNgfNPdLLdcLL  <H  ' ; @86.,$"+K^PX@   $ KPX@   #   $  !@+    #   &   &    $   !YY8+74>32#".%4>32#".%4>32#".</@&%@00@%&@/P/@&%@00@%&@//@&%@00@%&@/$>..>$$?..?$$>..>$$?..?$$>..>$$?..?   2	  ' 1 E Y m @~|trjh`^VTLJB@861/,*$"+KPX@4     &	 &  $		$
 K#PX@8     &	 &  $ 		$
 K^PX@<     &	 &   $  		$
 KPX@J 2 		2   &     &	 &		 #		$
	!@Y 2 

2   &     &   &  	 & 		 #  

 & 		$ 	!
YYYY8+#".54>324.#"32>>;+#".54>324.#"32>%#".54>324.#"32>:`EL]44]LL]4)((),'- :`EL]44]LL]4)(():`EL]44]LL]4)(()PP_44_PS`55`S3C((C30@&&@c{VP_44_PS`55`S2C((C20@&&@0P_44_PS`55`S2C((C20@&&@  n {	  @+5nfxxf'.  .   {  @ +%'.54?67./&546?fx
xf{. 	 .n'  Z    -@	+K^PX@      @  4   +Y8+7+>;v!%*PL6U!O/3   (x G:@GFBA@?;942-+)'"! +K^PX@L	7
   2 		2   &	 &  $  
 $ 


 	KPX@S	7
   2 		2   &   &	 & 

 # 
 $ 

 !	@c	7
   2 		2   &      &   &    &  	 & 

 # 
 $ 

 !YY8+3>32#".#"!#!!#!32>32#".'#535<7#(xhi?r!,B9^s^*<*EwYqbcvJq]v%\#\yquOz#   2L` ! ) @""")")('&%$#

+K^PX@5 2  $	    $	   KPX@4 2	    &	    $   !@L * 2 0    #	   &    &     $    !	YY8+>?>;#57+"&'#32%###5
d~
&&
xҖԔ***qle
D   8   7 @   7 632&$
+K^PX@&1     $  $ KPX@.1      &  # $ !@51      &   #  &  $  !YY8+!>54&#"!"&=!5.54>32!#:eK,,Ke:3=jZ[.+QvhhvQ+.\Zj=3 -PuPPuP-9-ndZMmN++NmMZdn-9   ,Z * < @,+64+<,<(&#!+K^PX@;  0 2   &   $    $  @C  0 2     &   & # $  !Y8+>32#".54>3254.#"#"&'2>7.#"
*V_nC`xDM_vCRn[- 9O.!@90!*SI:	-A,?[:S5 3#MЃ>revɓT62%S|Q(#Se"=/.StEen  
     T@ +K^PX@	      $  @"	    4   #  $  !Y8+!!!.'f2\tO!U22W!   (8  @    
	+K6PX@    $ K^PX@ 5    $  KPX@! 5    #   $    !@2 *   * 0 3 #  $   !YYY8+#!!!#58  P  @
	 +K6PX@"    $      $  K^PX@    %    $    @)      &   #   $   !YY8+!!!!5467	.5P/@4Xg/0  |1
  %@ +@     #     $    !8+!!|r   :    ^@
	 +K^PX@  4     &  @'  4  5    #   $    !Y8+#".=!2>7>;!I* p!/:X,p.!`0c3'O*i[   " @ ' ; O @=<)( GE<O=O31(;);	 ''+KPX@:K-  &
	   #
	  $   !@HK-   &   &
  #	   &
  $   !Y8+%".'#".54>32>32%2>7.#"!2>54.#"6[K>>KZ6F~_88_~F6ZK>>K[6F~_88_~_-'$$'-*!!*f*! +,($$(,-=##=-8eSRd8.=""=.8dRSe8$22$ 4&&4  4&&4 $22$ x ' @
#!+K6PX@%    2     $  K^PX@"    2   %     @+    4 4  #  $  !YY8+>32#"#"&'7>32>7Y
8\V&Y)/<&FlU&Y)9H,IWa5)=('ie0~*A.   J  ? @!  <:1/,* ?!?
 
+K:PX@E %6&5    &   &	  %  $  @P %6&5   &    &	 #   &	 $  !Y8+2>7#".#"'>322>7#".#"'>32"?3$"8?F"5kf`*#@5$*9CI&5kf`*"?3$"8?F"5kf`*#@5$*9CI&5kf`&$*$%#*#   | 
 @
	 
+KPX@2   ( ) 	  &  #  $  !KPX@1   ( 5 	  &  #  $  !KPX@0  4 5 	  &  #  $  !@?  4 5   	 	  &   &   #    &   $   !YYY8+!733!!!#7#5!7!| llLsuu?Luߐސ    P   -@+@       #     $    !8+!!*&=E$A&*n})uy)9    P   -@+@
      #    $     !8+5467%>7&'%.=!5!&A#G:&**ny)yu)e   d$   R@+KPX@
      $    @"
       #     $    !Y8+3	#>7&'dttx$$L55924    B@ +K6PX@     KPX@  5     @   4 +YY8+3#     d  @      +K^PX@-   $     $   KPX@+ 5     &  $  KPX@5 5    &    #    $    !@A   22 3    &   #   $   !YYY8+3'.=354>32#"!!!D#+AӒ-`#
.hO8"!z^{H		 ?^=7    x  @    +K^PX@(   $     $   KPX@0 5    &    #    $    !@<   22 3    &   #   $   !YY8+3'.=354>32;!.#"3#D#+4ltbY3__c8"!z$OuG;id$   @  +@  4 +8+2#".'%#	   ' V@
$"+KPX@   #  $   !@!   #    &   $    !Y8+#".54>32#".54>32
,:!7**7!:,*9  9**9  9* 6))6 8**8 6))6 8**8   (l  %@ +@     #     $    !8+!!(D     @    
+@ 4   +8++7>3-""    [@ +KPX@      #   $   !@$   *   #   $    !Y8+#"&/.'+7!*JJ*8
--
   \@ +KPX@    #    $    !@$   *    #     $    !Y8+32>?>;!F*J	J*
--
   _@ 
 +KPX@4    #   $   !@" 4 4    #   $   !Y8+".5332653JO}W/IEEI/W}?^A+  +9]B$  U  %@+@    #   $    !8+#".54>321C%#?00?#%C1">..>"$?00?  j,p   3@+@!     &  #  $  !8+4>32#".732654&#"j%=P,.R?%%?R.,P=%')$**$)'.K55K.,I44I,#--#&,,    @ 
 +KDPX@%   #  &  $ !KMPX@,   2   #   &  $ !@3   2 2   #   &  $  !YY8+2653#".#"#4>326N1%G?46N0%G?47ZA#7ZA$   $j 	  h@

  

 	 +KPX@   #  $   !@'2   5 # $  !Y8++7>3!+7>3*#|9/N0#</"$
.header__utilities{display:flex;grid-column:2;height:3.5rem;min-height:100%;}@media (min-width:62rem){.header__utilities{position:relative;z-index:2;}}.header__utilities .region--secondary-menu{background-color:#4c4d4f;}.header__utilities .region--secondary-menu input:-webkit-autofill,.header__utilities .region--secondary-menu input:-webkit-autofill:hover,.header__utilities .region--secondary-menu input:-webkit-autofill:focus,.header__utilities .region--secondary-menu input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important;}.header__utilities .region--secondary-menu label{color:#fff;}@media (max-width:61.99875rem){.header__utilities .region--secondary-menu{padding-left:30px;padding-right:30px;padding-bottom:30px;padding-top:30px;box-shadow:0 1rem 0.5rem 0 rgba(0,0,0,0.25);height:75vh;left:0;opacity:0;padding-bottom:3.75rem;position:absolute;right:0;top:3.75rem;transform:translateY(-100%);transition:all 0.3s ease-in-out;width:100%;z-index:-1;}}@media (min-width:62rem){.header__utilities .region--secondary-menu{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;}}@media (max-width:61.99875rem){.header__utilities .account-trigger--logged-out ~ .region--secondary-menu{background-color:#eef1f4;}}.menu--account{margin:0 0 1rem;padding:0;display:flex;flex-direction:column;}.menu--account{font-size:0.8819444444rem;}@media (min-width:48rem){.menu--account{font-size:0.9375rem;}}@media (min-width:62rem){.menu--account{font-size:1.125rem;}}.menu--account > li{display:block;list-style:none;}@media (min-width:62rem){.menu--account{flex-wrap:wrap;max-height:195px;overflow-x:hidden;}}@media (min-width:75rem){.menu--account{flex-direction:column;max-height:9.375rem;}}@media (min-width:62rem){.menu--account li{min-width:50%;}}@media (min-width:75rem){.menu--account li{min-width:33.3333333333%;padding-right:1.25rem;}}.menu--account a{color:#fff;line-height:1.8;padding:0.25rem 0;text-decoration:none;}@media (max-width:61.99875rem){.menu--account a{display:block;margin-bottom:0.75rem;}}[id^=block-intercept-base-useraccountmenu] a,[id^=block-intercept-base-useraccountmenu] .menu__item label{line-height:1.8;position:relative;}[id^=block-intercept-base-useraccountmenu] a::after,[id^=block-intercept-base-useraccountmenu] .menu__item label::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#fff;opacity:0;transform:scale(0);transition:transform 0.3s ease-in-out,height 0.2s ease-in-out,opacity 0.2s ease-in-out;}[id^=block-intercept-base-useraccountmenu] a:hover,[id^=block-intercept-base-useraccountmenu] .menu__item label:hover{color:#fff;}[id^=block-intercept-base-useraccountmenu] a:hover::after,[id^=block-intercept-base-useraccountmenu] a.is-active,[id^=block-intercept-base-useraccountmenu] .menu__item label:hover::after,[id^=block-intercept-base-useraccountmenu] .menu__item label.is-active{bottom:0;height:0.9px;opacity:1;transform:scale(1);}.account-trigger{clip:rect(0,0,0,0);position:absolute;}.account-trigger ~ .region--secondary-menu{display:none;}@media (min-width:62rem){.account-trigger ~ .region--secondary-menu{background:#4c4d4f;display:none;padding:2.5rem;position:absolute;right:0;top:100%;width:34rem;}}@media (min-width:75rem){.account-trigger ~ .region--secondary-menu{width:50rem;}}.account-trigger:checked ~ .region--secondary-menu{display:block;opacity:1;overflow-y:auto;transform:translateY(0);}@media (max-width:61.99875rem){.account-trigger:checked ~ label{background:#4c4d4f;}}.account-trigger:checked ~ label:after{transform:rotate(180deg);}.account-trigger:checked ~ label .nav-trigger__icon--collapse{left:45%;opacity:1;transform:rotate(0) scale(1);width:1.875rem;}.account-trigger:checked ~ label .nav-trigger__icon--expand{opacity:0;transform:rotate(90deg) scale(0);}@media (min-width:62rem){label[for=account-trigger].account-trigger--is-staff{background-color:#c91b76;transition:background-color 0.2s ease-in-out;}}@media (min-width:62rem){label[for=account-trigger].account-trigger--is-staff:hover{background-color:#b0025d;}}label[for=search-trigger],label[for=nav-trigger]{visibility:hidden;}label[for=search-trigger] svg,label[for=nav-trigger] svg{visibility:visible;}label[for=account-trigger],.account-trigger--logged-out{cursor:pointer;font-weight:bold;margin:0;transition:all 0.2s ease-in-out;}label[for=account-trigger],.account-trigger--logged-out{font-size:0.7291666667rem;}@media (min-width:48rem){label[for=account-trigger],.account-trigger--logged-out{font-size:0.9375rem;}}@media (min-width:62rem){label[for=account-trigger],.account-trigger--logged-out{font-size:1.125rem;}}@media (min-width:31.25rem){label[for=account-trigger],.account-trigger--logged-out{margin-right:6.25%;}}@media (max-width:61.99875rem){label[for=account-trigger],.account-trigger--logged-out{align-items:center;background:transparent;display:flex;height:100%;position:absolute;right:3.75rem;text-align:center;top:0;width:3.75rem;}}@media (min-width:62rem){label[for=account-trigger],.account-trigger--logged-out{align-items:center;background:#0288d1;color:#fff;display:flex;height:auto;letter-spacing:0.09375rem;min-width:15.25rem;padding:0 4rem 0 2.5rem;position:relative;text-transform:uppercase;}}label[for=account-trigger]::after,.account-trigger--logged-out::after{border-top:0.5rem solid #fff;border-left:0.5rem solid transparent;border-right:0.5rem solid transparent;height:0;margin-left:0.5rem;margin-top:-0.25rem;position:absolute;right:2.5rem;top:50%;width:0;}@media (min-width:62rem){label[for=account-trigger]::after,.account-trigger--logged-out::after{content:"";}}label[for=account-trigger] span,.account-trigger--logged-out span{align-items:center;display:flex;}@media (max-width:61.99875rem){label[for=account-trigger] .mobile,.account-trigger--logged-out .mobile{width:100%;}}@media (min-width:62rem){label[for=account-trigger] .mobile,.account-trigger--logged-out .mobile{display:none;}}label[for=account-trigger] .mobile svg,.account-trigger--logged-out .mobile svg{width:1.25rem;}label[for=account-trigger] .mobile svg .st0,.account-trigger--logged-out .mobile svg .st0{fill:#0288d1;}label[for=account-trigger] .desktop,.account-trigger--logged-out .desktop{display:none;}@media (min-width:62rem){label[for=account-trigger] .desktop,.account-trigger--logged-out .desktop{display:inline;}}label[for=account-trigger].account-trigger--logged-out{text-decoration:none;}@media (min-width:62rem){label[for=account-trigger].account-trigger--logged-out{margin-right:0;padding:0;text-align:center;width:100%;}}label[for=account-trigger].account-trigger--logged-out::after{display:none;}label[for=account-trigger].account-trigger--logged-out ~ .region--secondary-menu{background:#eef1f4;}@media (min-width:62rem){label[for=account-trigger].account-trigger--logged-out ~ .region--secondary-menu{background:#eef1f4;width:25rem;}}label[for=account-trigger].account-trigger--logged-out span{width:100%;}@media (max-width:61.99875rem){.account-trigger:checked ~ label[for=account-trigger].account-trigger--logged-out{background:#eef1f4;}}.header #user-login-form .form-item{margin:0 0 1rem;}.header #user-login-form .field-suffix{font-size:0.875rem;margin:0.25rem 0 0 0;}.header #user-login-form .field-suffix a{text-decoration:none;font-weight:normal;}.header #user-login-form label{color:#747481;display:block;font-weight:bold;margin:0 0 0.25rem;}@media (min-width:62rem){.header #user-login-form label{font-weight:normal;}.header #user-login-form label{font-size:0.7291666667rem;}}@media (min-width:62rem) and (min-width:48rem){.header #user-login-form label{font-size:0.9375rem;}}@media (min-width:62rem) and (min-width:62rem){.header #user-login-form label{font-size:1.125rem;}}.header #user-login-form input{border:0;display:block;padding:1rem;width:100%;}.header #user-login-form input[type=submit]{font-weight:600;padding-bottom:1.25rem;padding-top:1.25rem;}.header #user-login-form + .item-list ul{margin-top:1rem;padding-left:0;}.header #user-login-form + .item-list ul li{margin-bottom:0.5rem;}.header #user-login-form + .item-list ul li:before{content:"";}.header #user-login-form + .item-list ul li a{color:#747481;}
h1.page-title{margin-bottom:1.5625rem;color:#0288d1;font-weight:900;}@media (min-width:48em){h1.page-title{margin-bottom:2.0625rem;}}@media (min-width:62em){h1.page-title{margin-bottom:3.125rem;}}h1.page-title--reversed{color:#fff;}h1.page-title--reversed a{color:#fff;}h1.page-title--reversed a:hover{color:#fff;}
