diff --git a/cypress/e2e/common/filters.cy.js b/cypress/e2e/common/filters.cy.js index 080380600..c8ed6aed4 100644 --- a/cypress/e2e/common/filters.cy.js +++ b/cypress/e2e/common/filters.cy.js @@ -59,7 +59,7 @@ describe('Filter Panel', () => { cy.url().should('include', `date_received_max=202`); cy.log('can expand/collapse/apply filter group'); // default date Filter pills - cy.get('.pill-panel .pill').should('have.length', 1); + cy.get('.pill-panel .a-tag-filter').should('have.length', 1); waitForLoading(); cy.log('close simple filter, as it is open by default'); @@ -86,13 +86,13 @@ describe('Filter Panel', () => { cy.url().should('include', 'timely=Yes'); // Filter pill - cy.get('.pill-panel .pill').contains('Timely: Yes').should('exist'); + cy.get('.pill-panel .a-tag-filter').contains('Timely: Yes').should('exist'); // Filter clear button - cy.get('li.clear-all').should('exist'); - cy.get('li.clear-all').click(); + cy.get('li.pill-panel__clear button').should('exist'); + cy.get('li.pill-panel__clear button').click(); - cy.get('.pill-panel .pill').should('not.exist'); + cy.get('.pill-panel .a-tag-filter').should('not.exist'); // Product/Sub-product cy.log('can collapse/expand a complex filter'); @@ -134,7 +134,7 @@ describe('Filter Panel', () => { cy.get('input#product-mortgage').click({ force: true }); waitForLoading(); - cy.get('.pill-panel .pill').contains('Mortgage').should('exist'); + cy.get('.pill-panel .a-tag-filter').contains('Mortgage').should('exist'); cy.url().should('include', 'product=Mortgage'); cy.log('remove filter'); cy.get('input#product-mortgage').click({ force: true }); @@ -157,13 +157,17 @@ describe('Filter Panel', () => { cy.url().should('include', '&product=Mortgage%E2%80%A2FHA%20mortgage'); - cy.get('.pill-panel .pill').contains('FHA mortgage').should('exist'); + cy.get('.pill-panel .a-tag-filter') + .contains('FHA mortgage') + .should('exist'); cy.log('remove sub-filter when applying parent filter'); cy.get('input#product-mortgage').click({ force: true }); waitForLoading(); - cy.get('.pill-panel .pill').contains('FHA mortgage').should('not.exist'); + cy.get('.pill-panel .a-tag-filter') + .contains('FHA mortgage') + .should('not.exist'); cy.url().should('not.include', '&product=Mortgage%E2%80%A2FHA%20mortgage'); cy.url().should('include', 'product=Mortgage'); @@ -194,6 +198,6 @@ describe('Filter Panel', () => { cy.get('.state .typeahead-selector li').contains('Texas').click(); - cy.get('.pill-panel .pill').contains('TX').should('exist'); + cy.get('.pill-panel .a-tag-filter').contains('TX').should('exist'); }); }); diff --git a/cypress/e2e/document/document.cy.js b/cypress/e2e/document/document.cy.js index a0f6510c1..444649f73 100644 --- a/cypress/e2e/document/document.cy.js +++ b/cypress/e2e/document/document.cy.js @@ -40,7 +40,7 @@ describe('Document View', () => { 'Relevance', ); - cy.contains('.pill', 'Has narrative').should('be.visible'); + cy.contains('.a-tag-filter', 'Has narrative').should('be.visible'); cy.get('#filterHasNarrative').should('be.checked'); cy.get('.cards-panel .card-container a').first().click(); @@ -58,7 +58,7 @@ describe('Document View', () => { 'Relevance', ); - cy.contains('.pill', 'Has narrative').should('be.visible'); + cy.contains('.a-tag-filter', 'Has narrative').should('be.visible'); cy.get('#filterHasNarrative').should('be.checked'); }); diff --git a/dist/ccdb5.css b/dist/ccdb5.css index 11d201eb8..a0f5701c7 100644 --- a/dist/ccdb5.css +++ b/dist/ccdb5.css @@ -1 +1 @@ -@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}@keyframes updating-animation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.print .content__main{display:block;width:100%!important}.print .o-header{min-height:initial}.print .m-global-header-cta,.print .content__wrapper{border:none!important}.print .pill-panel li{margin:3px}.print .m-global-eyebrow,.print .m-global-header-cta,.print .action-bar,.print .search-panel h2,.print .pill svg,.print .clear-all,.print .search-bar,.print .content__hero,.print .content__sidebar,.print .tabbed-navigation,.print .filter-panel hr,.print .refine-bar,.print .single-checkbox,.print .state-heading .clear,.print .state-navigation,.print .m-pagination,.print .u-right,.print .total,.print #clear-focus,.print .trend-depth-toggle{display:none!important}.print .advanced-container,.print .search-panel{width:100%}.print #tile-chart-map{width:700px;height:700px}.print #line-chart,.print #stacked-area-chart{width:550px}.print .tooltip-container{width:100px;margin-top:50px}.print .tooltip-container .tooltip-ul span.u-left{width:100%!important;text-decoration:none!important}.print .map-toolbar,.print .row-chart-section{break-before:always}@media print{.m-global-eyebrow,.m-global-header-cta,.action-bar,.search-panel h2,.pill svg,.clear-all,.search-bar,.content__hero,.content__sidebar,.tabbed-navigation,.filter-panel hr,.refine-bar,.single-checkbox,.state-heading .clear,.state-navigation,.m-pagination,.warning,.u-right,.total,.vertical-marker,.circle-container,.a-micro-copy,.filter-button,footer,#clear-focus,.filter-toggle-button,.trend-depth-toggle{display:none!important}}.o-header .wrapper,.o-footer .wrapper{max-width:1170px!important}.layout-row{flex-flow:wrap;display:flex}.layout-column{flex-direction:column;display:flex}.flex-fixed{flex:none}.flex-all{flex:1 0 auto}.body-copy{font-size:16px}.cols{margin-left:-15px;margin-right:-15px;display:block;position:relative}.col:before{content:"";width:100%;display:block}.col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:8.33333%;margin-right:-.25em;display:inline-block}.col-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:16.6667%;margin-right:-.25em;display:inline-block}.col-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.col-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.col-6{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.col-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.col-9{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}.col-10{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:83.3333%;margin-right:-.25em;display:inline-block}.col-12{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3.ccdb-content{margin-bottom:60px}.content--1-3.ccdb-content .content__wrapper{border:1px solid var(--gray-40);max-width:initial;border-right:none;padding-left:0;padding-right:0}@media screen and (max-width:599px){.content--1-3.ccdb-content .content__wrapper{border:none}}.content--1-3.ccdb-content .content__sidebar{border:0;width:420px;margin:0;padding:0}.content--1-3.ccdb-content .content__main{border:0;width:calc(100% - 420px);padding:0}.content--1-3.ccdb-content .content__main:after{border-left:0}@media screen and (min-width:600px) and (max-width:900px){.wrapper-match-content{padding-left:20px;padding-right:20px}}@media screen and (min-width:901px){.wrapper-match-content{padding-left:30px;padding-right:30px}}@media screen and (min-width:1800px){.wrapper-match-content{padding-left:80px;padding-right:80px}}@media screen and (min-width:750px) and (max-width:900px){.content--1-3.ccdb-content .content__sidebar{width:305px}.content--1-3.ccdb-content .content__main{width:calc(100% - 305px)}}@media screen and (min-width:600px) and (max-width:749px){.content--1-3.ccdb-content .content__main,.content--1-3.ccdb-content .content__sidebar.map,.content--1-3.ccdb-content .content__sidebar.list{width:100%}.filter-button{margin:20px 10px;display:block}.filter-button button{width:100%}}@media screen and (max-width:599px){.filter-button{margin:20px 0;display:block}.filter-button button{width:100%}.content--1-3.ccdb-content{margin-bottom:0}.content--1-3.ccdb-content .content__sidebar,.content--1-3.ccdb-content .content__main{width:100%}}::-ms-clear{display:none}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,d09GMgABAAAAAEhAABYAAAAAm9QAAEfJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGUYagiIbzBYchV4/SFZBUoQrP01WQVJGBmA/U1RBVIEqJyoAgQQvZBEICtssyBcLgnQAMN4MATYCJAOFTAQgBYZ8B4xtDAcbSY81bJtePIPugDySN6UZZiNqcB4gU7rfiZEIczrEyPj/TzhuyBBsoG7V+guyOCt7oqjQK02pU+wDlw5XRz6pMZdEVkIQSZh3NVLQlQ1hWqEUSNjCgo3d0bajx1jJV+NG/lQF5/b1v2b9qOC8jUI9wVKiqdnj34Fv2O53Pk19JCMNn/ywxkjUrECkMf+t6FMo0ZLgO1kkpDhtFp5KZNaYr77Ioc8Z76ZnRIdHaOyTXJKH5+2+OvdWfVX3yM7EEIxmkSkClcGMOl44YjTxvv+f18373v/5+WSRZYwfiDFiRMqSphgVOSENERyIgIo7QICwwjTOasAYwgrDMIuMpdIwSxXHLLq7xqJjDeFm/Q8QIMSAEIYQQgiBhGABAgU2sCxQqtelcl31PmflxKF9YvbF994X8xORnu863So8/P8N/3+vLA2zOiVh4AEGmbTzdSAD0AFvl4eHa767ReosmgfYViJZQJ98YEMb0Xj+1bE/vAJtNRKicXYxzsOfln+ZQqe1CCGEEDLGWHEcjjjNabyvdJ8nZzut+2r3+1rzlbqYL70l/h+u+xKn+whJHJ5wPoLlEpvIGLAsZCEWIYQ4+k37GXZpwwwbqZOcqX3uAoEad0/lSyy/5Ld2Kl4ZnrbVv3PZSKNxRBYBAQWJHGpm6JkhBocUaXVUBCwW3ejLiN39bv3zor296Cb++aPfnHM/1g6UWNGyCmTtFCWaabwrPwPWOTiFxWVQD2jEhVTm950GFoEIBTkCeYfLxyMwvJxGy5+uzJU2V9p/a7s4pmr8K9tAg7J4MopgaW2YpkpolGYpUslPfXNMbbfTTc3cI36hm4VC43WdQXAOCZTuXCH08IN/Ymfm5SyrxP6FJBJJpJ3nbo7f/9qXtqvr9PTMci0ABtBPNBsfYV7D9tua+396gd55C0zDHUDQ0YCoWEezjNU7SiXOxkZoGZ9v7X91FzENlR8a/NCxZpFQ9t2R+8S/aUREZmbluyGhckgmMRIKnE4ikUlJrkwt0xkQcw8qAt6O/MqgauT3goxUbHwUKNudBbgDLAAuQLcAziydNOeHwJsl+QbmjTf87F/Rv2+CZP3wXgZ8K2N9qMjYXEFkXJAqDl2mWEGaiOdzx23/RXeAmlhA3hYnbsHjiy71JRLfCk/U+JTUGDeY0bXzP3W2dlwBr5coJoiHCWKYIooIooggtreg3efH1wabswakS9EuytHK4Yo5Coi0xBTDcEHcdCGOG/Pxuf9hKoAusBKCnBs3pAKzmS8tAOYwnZUPzDVTbgWGDSBgPDQExN+HT+asotKiQisgBBWA4QC+h2FjJiDTZiCYghkBCRRlEkZjslyOyaMKTKIUmWiVmUSrMokVCzGIgyRIgKy3EZIsGZIqFbKXCZIpE5IlG2JhgeTJg1hZIWXKIDb7IYcdhjzhGMTBAWnSBOnWDenVCxkzgTBtBgEBm5mAfsGAAIYfSUwl+XRWEOW+phsYQlA042QgywtSVE2ksnq+UDSqNRIN+GZAENhKBwJoaOzf8xDZUMgX6C2XrFIr/LGzCpjbxNc6kAL8FIqFj9n9dhuaD9DqTtnyuJsVJaTOCbpwrgOG1S01312oQcmOtJvJvfWmA2LCPYKQMrDkysyYxxnKR/dvYKCl8EiD19L/6Xs+dcPAo39j1qI2aWJzTqfgYhhwA2BQTF7MwE3dOac9z7ZkQKsWPyGDq/Wzhu26VBBPpxjjBqvIl6+JFMDqYLMrf7sBiK/T3M5D+7N3Tijp4G8HGbVT/bKBlq5UpROatOtyChgcILGVTsJSKdgJITQJpV1IXYKcqrBTLkXRle6umSVAPFVnL6/DCauN7UK8sZnyFlH4Gm8eOb5wGMPHaxj8dVmACkRxCmbMmWRXql+aYBfeKOXpLcX018ABBKMbe1S1OY1mwN6cB5IdaKUAViFI0SWaoLRtk82a+AfKlApJmAyyTNyYuT2mSjtn/HRiavrLZ3igmtYzGyd/AgzdJRYvBogXZI7CqToHKjsdp2ifO4ijNQCgJcVxarDE0Gyq5qaPojoEnUAMob0OUVueWsY7dGfFqTbthLu/HI+sY6MXVyh9O9u68yl9CHNE10PfXnrIKmlGk2lf4mjNaBJMCf15tFNbaIi2vLSneWJI2SnoZd4jJk7HH4ws/0z0v9Lir/MgMYqn3Zb0F9o8Lq3ltkvn9oee1uvNSAVIIFkq9+1+XpNQxcwJEgnWzgMr67qpLOe6hEtcELp9TH14ZihpqeJb6rd3GyhE6RArXYoTpP8++O6Drxg6eo9LkmKr7Uwy5Cixj4MHGHQVwFUg8cWIwaajw6Gnhz3ucbQkSVhSpKBstZWP7bbjMjEhZMiA5MiB7LMPycMD+8CysQl0Bs0z+83gy3Z8M2YwjBp9sIDSpHPAHrylk2O2fueKAKY6ml0DTpeLBwE2tYZxaO/KndzfzjoAlpoajfrfVE5f9tXP4oWY2VlI6+LJPtEzaSxGtgzDEBVQHEkHlRgWgipZLFENg0ypL01vDPQbt5VLGEpDtJo+lKUs7AvUri3XwQjV/SGXDiAgsewwEzNNTjohslpUTrnOG7JhEcYAQo//oZU6MTQSoayYiQQ25Bmn6SXSBIdJtvYS21oh+O2NDGREl/RBKP+ROejjDQEgyUp1vZCri1gwAxCS9YMTohF0zQAoqZP/aySvVDefUTb3W6EaxoOHoh0qNPdFq4ONg5tWFpaYKx7uPZZUND9eEmA7cyYkblTD1IebMqYOp04xjWNFGjIhMxH07HyKJNg27EKhkgK/kA8tH3wYWBFrI4QpD4KiSE/BkU/gdA8YoKtGRugynLVqKhSDa00A8oy/jyUmqBI2zPq/aBBVyVnsya1E5Dfb0A+tHLkZ7Ibhyh/l1Jt/drKnpk6e50yq01vfYLt4TWN2+xupUhhJR/5RNzOZXNB8cu0dyrVq1vW7CFCQ68R186AFaS7eG0uS/hzj37O+EzmajKwcXd6Qqh0aWsaMm3SbKW3TZs3ZY6+DDjvhpFPOu9M97nW/rgrHVatRy61Rs5NatXlSvwGDhoFiAPIByAVgEIA0QCpKoyFlZDnk5NjodGZ5eVZDhjhUVZnssAOloQHT0mI2ZozZuHEWkyZZ3GaKSds0q1mzbObMoeyxl8VBB2EOO8zmhBNQp5xid955hHvdC3G/+yG6KrAtOS5qWlXJZJJyk0nKSyYpnUxSnExSfjKJCJNA3rtG7p8/o+33UtRpuv0jD0j9R7mzBq7fk6zDByTAdbX9QNVIgIX2xRrZ2iS7rKTcJdj38TCxRcvqJbQqt8MGPkTnYlZwqWP/UZtcTDcOvP0/9VqY8XXAa5Whr6haRGuoc7b9bH0X3cPL8oaDgtWa2V7XhmIn29O2jldflmf46elps6ZvcL8MqWCEQBpRVtBaaZXV1ohjlGCjVFvssNNu2Sxy5clXoJBVkWLl9jvgsCccdUydeg1adOjVZ8hpZ5w1AvRucR8P5X5U5zi4po4L+JU7mQTXFsX3wY/UPy334XsJkk3E3p3GIyYFosugK/mWys6zKfDKhSTbwYPdQWMR4nR+FRaKHwLzC7FILXwCXbDBPAL8Skt0GZ5FNto7EIOxlAPZdgjOnVsoAJcYnn4xORaY/U1HOD9dOPU557FASSBiM5uGBomywmlpo6y0WtecQBwER0hACBtBBOEIOxCWnULYLYRskIfEYXmcm5SvEGYVSpFgxUIpBxWO4mQU+AA5yjEEqxNSvWANgrUIoQNUWA4bQrDTwIfMkUYoqXcSggiPBpVgKoz2x2/TrhPSiZNWSM9ygHAKbWkHQOzyQ1VKSijfx4OQCJDPAQ0w5SqAgEwjLY7In2uiiZ+zOg1dlcHJJAfDhvBl4+NkxKtfs0qlJIS+PE0UB8gc+Au+9rYX3XbOsFZ1KpXKkCYRESSaK+B7EF4uxVVX8OoL4ORRYPZVUPUOHlnD4U3+cC/mnlZgOyrCTEW4TdM6jByzgVbxHPwIFBxOmBeCR8RVhj50pRUqc4jiEeFfTTHHUyGt9DmP4dX0Os8j0lC7DevizeV+RKYy5d7OkV1qD6cvUN6RK5zcGDozz8uBEvJtZOVJ6Afaw3OZpEQewk6K4Rkkd80JI4haE00EmshoYngmGSQwOC0htQlEE4uOR3MtfcjTSOXAAKyi2zwMZKFz4dgxrJkrxwuulGpdojoatzyoj+itYZZ7NNNeK/qLh8Zp+thtlGyz7mWSKcvnsZZyf5rf3qFJt140sByYjtrDrcNHI02Qd8Eo+w85Bk9A1PIM3f8Q4w3Ng+IN1DkV7wNvvw1ygTkUxLggvFvm+TKWKS9fn36YLIOI86VcAajPsRLMEriFfHyFc3QLqJXgu2DjZ1B8n9vpTkgwwXhoTCeLHfwhIMrR/rhO6dZz1ORfxsxCw+nU1gyZchL3ekVK2RxwUP1OT0VxFOZ6GfqLHTz3trbr8OS2vxJpJb1tzPKVq2aNQFl9VyR9x+U8xKsn0DGLvFQq4NU4N+CpYihM/6g7mDDuGTNUbKBMT/88WGwvrFkrzSxmj1t0Tp1Y20EviIDZlzHP7MpULdsuahCnzjrcg7hQy3BdtjyuVB2pSzAGHOVc8BPOB5cdvX1ROTOWc6QLB2NbVMHsowVIIdSUcdLjSDGZ7qJ3olHz2CmJzPtzyrfyDJmcxa8M5zXuLnmntP8N1TxsUwIsoOpwo2bcpq2FQWhRjGsYxfCiudg4UCaoetRwuAACYRhjyk4qJ1rcOIGDwAODIkG4MJMxGJYbi4BxYCAwQZDCDfKLsIjBIEJ8cDg7EoIQEOBhBlSxMEEOpDkkVMuIKMISg2EOMtEkjA3OwQpShPUwOIpFIl1CDZwpBEITroHCYHhJGG4yBwUGdTtIIAjg8VRxsxQYHwrLycmFxqOFOS0JxPknQAL4YAFegBFgCOgC6kwAEiawxk2W3wN5B+7Bh8E+o/xFxGD5UI6RWJVL8VowK6QEXSxGDKUu0osN/YnyJGWqfg9a8CyAYCDgLk86muV4QVFTWlYvFMvVWh2zO0lfIEiHo/FEMptnyrOV6sIOgBBg9jnk+qY635WtSSzF/746DgCXv47Omu9B/wkmlltBXZXWf8Iuny9DxnfuYoG8pWnALtkLxTGRoQDZR/hmksCYjDfdAfwg264wP7hOOQ0i8F8xQPVUlFMBehIQP9cDTB2Eqb0TwEg+LzcTvuyFmT1JCf5xPzjpmyJiCsFWMUq2Rx4bBDDMXcCPiEURQtX4hKNxSX6gtXJJ/AqGLc206jLtYcsrpV9ROVADtD40ANRDOoL+xPVPSG9WO/sgobXez9rlF/22Olt6XnOZikXSLoyEBIwWKQZfX4hAUdLrHUT6kuH13k3TZvJINiiYKlYjrCaQQ+uIunEzEfgv8vMJP/Ib1RP/UfyTBeCX+wE5auviyG48ptFeTZpfGwpDpGg0ucAO18LRi2JBhNyrxCL1F/qL/bv8Jf4Fb6mgPbsMW5BVBScNsQLtwIBKsQuavDtJeV//1v4vwNCfAXIoyC4AWkAioEsPUypQA3Vp4JgXFc1sQtQcoWZqNkC8fSFF04oCIckTJYFEvY0wkE2p32GMUqJF5motOA30vTGGs0givzRzCSSxtACX31xNUQRxezUr6xxnpOvKwqh8XjkzMsURPGLc2MZ8vjE3tTFbHNZoy8JYWVdXk83U1cmcQ81zZjSUis11Wama3Fo35yhHKmeYzCD9geT44XKs0+h4bsbOz653nBoqTJve4rWMczOZ8dmcamzsZctj7MkfDXArZV1XNju3mrd4sedNnTlqxjTvV/60/DZvXxxdl3cL9slXg20ltyvfJx1wELgmjKNv7ZA7uI2iSziHLsCsMEAFbHOVDEBgHdwS/VdPzVWKFSSSIk1SHBTU7VumyZNOIaXQb920v9ZYOfkOsK3Ata5529YiBUsSG3v2pXlmZsbEs0/YULD1/9G+sLS8lwzn/XRk3OADVvKHS6RDinzaaR2EMpq10O/3H+EmucZd21f2E1nC2tkVU++SIrt7t8A/9nrUxq0B2b4cb24+H4I9nwlCBSQ5jtjsbHq8u10KOCyTv6s3hfo6Ldqkt9amg/346a6PZlKx9z7E1e8AFI2hG7CkSldiP3yAkI67es9+w+lWpk4+AV2T2QYX1dymjbwGFmz4/oPywyXcmCdqFJfdnEhUqb1qZ7e9vi3I7B7Nt0VBN+eXAAQ1HDhxt8+kOGXqSbLkj5XVqwnX0AXuY63+gTRfjr9KHkI2/bccb/JHyK09bySf7gBHz/ZIj3ffPOTA79lBbRKtYqyxp9RU6i4+U5478vbATlR6oK174A3bDNDVaDsGDCzYeiQ+up8+2iz/79ywqbjyZiltW0jpb0RxMKnlGh+rEmA/ORkrRewdJ4LPRY4Ouw4k2am0A8klcnIKg1a8C3IcuJWS758+QwQwB5rQt6nfhU7RCycaJvS2h4IhtIGSHPvnVscoZRtG9AoPzEwfzjZPLjm4vL89fwRc47AentLCnWm6TBFZJChMUlwz9SEBmYcV0CiP1MkppynftQiudpWPvNlhHHw95KyPgPQXlvmy2PVUSw9DznjzvYW4XP3/8kKdbHJg9A6NdD1yZvuDNhzE3Hrh4y5e4IUxyHH1R3SLvOoxCVqJI33ewgTyUKhMFERamajqH0i9iv7pzgjHh23XnrZ63VTQl+dDloqGKbrht68/QgUQVwwoFr1bCXpGwJyMWDz1wTCeHyZ+W6QP2zHOooQzBcfb7hA7CGYTauIr7NQnrb3gUnOOHWRcXAnHOfu2qrabMoks3JkgufojJM22Cli7MsaAIRQRm7NkOp+nIwMOSeEFyxMbj7PN3pHBuCeQMd/FaLfGx46WWZTo4X0vxsHR6VnIZlEZtWzMidmzRkpM0Q2CtDjzFpuSD/w16l+aUco0FHvH6z9nG0YGDi6/uRq+lcmsOBMSEN7T0sfn/Xh0OEnMRnwPaHOkYFiye1+K2SI8menbtIQa1pI4v+6kz7I4X96PPdi3PQGsexnB5Z1db6AvRcXYX5pQo0LR5Ldnp7YXql8Fhc0AXYhjyloYPdE/p7ASxBMXSoPivq6TERng9D1uy3ryNgXAr86niuklr/D3Pj18mWSdvCboCl/AINuORwapQ8t4InZ6ievCj5x5dxUL5S6LG1CoeMkgLDU5nZA/5FLnYzLPALVCrVvSWDafbl369Pd7LJ9xhw7G64NLaprk4oGWs38Gcvi0rAuIOodnza7pPuYokjRa6l3ogmpH4hMNFdJ71wWsyWJrxmqcGRvATAdzXfDnmx/vSGtYqXO1CqmwPNsay7Z3cNloXNpBPJwS6D9ZR5mifVikPhgWUnwEL26P2bAFk1M4NgSTZ011/Jolt/AdVtavmSA4vPwFZDmw+G5sywvBXoT6bJmvlJCD2TPYzz6iu3vh8fv5IAI7V/Qf2Nk978jljhW+ayQGmbvdfi5z3+LnhQTTFq4GzDULbnrV80Iz6B81uVoYBC0pWNfNRqmPSAAJOTyRoFrscfA1k/JNxaqCNpdjcaBnK4iV9u7nc41eWoGVonM4g2680v/g/8bvqLkldKqB8wAydPjNbG6c0B5wo77bTl+DRd7ZffvIte/LJe6DN1vvUnnv9lDej6z8jhFCvdvlw8IaXtnjfJEgp22J0kK9F8yv2mdnV6frv8+2Hefj38qV367c65kftx2P/dBm/ncGd0aT5pbeKJDb4z8JSZRXfQbBL0AsKP0kEmfUOr6CBBDIy4uleCqnVq0mZSzU4Z9xWOHQpIS4pLBaGHKa8ZwxvSNxpmWLlyZm3RNnggvqXtp2ucUn3OaJDcus+rD0HNU40S0lCwR8eiplOHPCi2uCQg8XjytBXhkQtm4TtElLGpVK9bSQW9SSp4OfbNkDjqP2y7dd0/lxr9XkDX7I/VTNGbAreqCm/pxX2fhR1mty/MiXUI82fche17GOpTzvwit4LVeomlgbPftZYMN3N22/3MLYLz0Q9MVU0H6puLzWeDudjBc+M5WCT2cIJ04nrcqyH0GQVzfB8HQ+zKoJjorxPYG6ysQIHoqMIYVpsB7PJ/XxAdGI3BQY8ln7mjKbhtPPLt8lD+93DvRoTYOyA43v+QVqB203iIPF8WFp4I9UXqnwJfrAz68/Az0LLVdBQx16bI1q5pnXKn+yvtx69FzHfcx6Z4A3/8rxDzpZ//zx66KAowi+jL7yH/aS5OtEVB0hV6ooYfqXr6JtTT36H9o3y7Vsa413r/StPkr8293M+gV1UKxDZGA95jSsK/kDxnIaNijRzfP14aUeFaWX5zGsL0fpdGI7p1r/Dt4NajFljXDJ54PLQyaNLqDszbhW17WVITpHpe0Sv1yVxe3yfEirEaPNu1+7DusA6ZO9gjCv9Od6jMeevJpSi1zO6JCaIw9ovUa+p/+aojhvH0gVmx0v1FYocEcNqvFapL2/K4K1GNKwoeQPGEyOGlIwXA744VL4T3CGarNOlsMwWZ7Sq1QBfX8ew/pzAR1IHU+y19SY6D4pShvFkzgFT6fMBh7eNRF/sOUbtR+WjtrMXRmn3iigJJ+LHvB2ghcwhLvfaTzh5BpM74i4nonHNji6/idWkh5Pj429r7E4LDQtdHf+LLqf9HB+7l9sdPDBZ3i696H6tT6z1KM4OsJ5l72CMhu8KrAYv8Ob0tzXHneQPHgU933/7uQ+8A7Y5P/R8hGP2nn/8GHWK85F/07uRZ/c8Jtq+2m33/qY9fGlTyOnAXps2L/3imn7WqnVK37r6Be8ecNT0NoXWAdb116Vb+Ae3DwtMj4Fsy3n18Lp5PqVrju2SXB9bvZsdbUdWvG+Bxz9e18BHRmH77fuej3jSDwgq3Nasn13gM/so2s7X9e1YToyPAcep/DlJvdGxoxnBk8lHSA9EVQEfV+2zxrGS4GAuzirr3NkseFhjTlnt5vzw1q4nW3Ma815u92Qy2usbPu03lkcfGilGQPIywQhVbBqOcl95wLesTNCF+ZIFinkzGb3+hy7kHugWAWEFd5pcUx5vY7STlO4ZUmZHCUxdWGz8GCLt6Q3DdtsplxJ6yWlNeXEMP8tuXce4hwCedmg8LrLXaPdetJsVYaGJcRVfs3MqJf2jTvGzgZ7yrCOC6G6lceZJ22N+bfXOjyzLVOb7E63fzCnv+mq1+7gmhsTtS7fXGN1LQl3gXXNXuqRaPoZAes6lEKvo9p2z+QCD1QJFcJTAg9kzuyWU/cpNiuuW7npGdpEPfJSSniEOi2ZEzxtlgKteD4j/kT1YZ6HKEMClUtNbSEZBFIzKbfLGrPbVTHBc6oX8lKTKiRQu9QmM/k9a6QhFjmVFmM41wfyUnplaDDEIh4Sf8K7kDvVj8MkcJjuR+38zAO3Zqytq+5T7KXWrtx0xe9HTjzyTUr4AXVuMvjNavvTnunF1Y2fdwUaKXa559VNW+CF3ANvbxhTXmwfb453D50Lc9TZDl8z3bBOvPjzFR+t5l0zJ51giScu2Mf7QKV4GgzYQ7tXGwoEYZ/Yrd3NJqU1TIiCfbvsvoKx765ksrtLdjHH9pRkM3ts23beqfCCnuTJIxdyD6Sr3Kq9buVxeDQ94FrXj2f5ctr9oHLaGuoMdZr6XWv24dwLQX4PNfFryxbKnScvy/x9d1zi0hMaTxBUX6hGeLprjA+TJqsqNCzBz/NzUuuTxaO3wy3FfZ53VHed4ncEBNUvKDzP54ddfOxlfu7P7enwi91xTDmuGouIDRMLN3ecVbm+SB4WvKC5K9sPB2f9lksKBetls9SNuyF6junvAHQ1eBeXOEsjl1sY5NKSIEHMBIMd9ZeX0XinLefVnplKaU/PETYRBDbizPonHtxcHsmGexQkbFbhyc3ow57bBk4PrBnMWn1k1nN9yjM2xdMoeAqv1e7Znv10QxfS1UtgCYZKbXas2pflVhehN6Hff5djFc81KtHHXD511M8HLgbuobDLCgrYJYf9IUOk/yzNOCHo9xY8hlOSlx+7qVRDiT0qfFCJP0r3ALmGWVgl6epXHvh/uOzq6C7GzSu44toYIbfpymQmeIpfneL7nf5oImIV35UQSkOOJe5SfNAT7SZXXZgF0uTJpQH/qeNeeGTlEyAv/fo72OzjuiqwGuyBk973v21t3dG9vNzXGnmObpZK4Pjpu+Cu/3XXQTMjZy9xj7efrdjmViTaq3uHda/vFC8cYcLNaG+vv3n/8PzguXtkuL4vj+kEMVyt603IFAg/m1GrLFG9bNjm05ZjJpA+b1XFtw2I+r/907zvrff4sjsCnfqz1m6ZtSl6+1CZZ/fwPp9fq1WEVIFtIH3WQT8ugj5kE4/UTdURj7C9f8wstj6z2slEUs65qc9uak1bSwc++X0EGrx/wg9z8aaVLPSBmQ2d2oJ0vrAMLd+CnNCGmQcUK1c2xrnXrRsRVdVX5a+hr8v6lQNvo4xCwWY52SbtQTuyPC2t9cJQn5fUyJROqUqBsJebl0muTuLouEgUtCxnnfaVVvyurzuh9/xXhIZCrE8PffIRwVGweMjJ+uTQp7zqKZb3qQ72rt3YaMaHIqY026/6W9X01clfg9fNl0u3I3soDjG5Nui5KZtvvKtYPLCGdF9mzeWc+ymYP19/4KqDrPdG795Sz28+UX7DWs4q1qW+W/Y38+abL/HdSq7irG3gGwxfFb7K0eq3wm9XIpr+eSxCi2Apuxc6Ct27CLzHg250NZdK7zrolZUDZiW0epdribPknpmDYMIomMSp/umAWdHqPD/+wYpv2B/dlr80kpEgRv6wJUcuKHoRuHvUZu7InFC3oU+PPD0FXgrunH6Xs9i0yFlE6lY8AvLja45ua5DTg2m2c7bbvLpgx0M3fc15F6R30Kv82jKx94Fqnz8+vIT5qc98ZCeyA9C7Rxi9v+sqWdjVfq5+tCPpJ7VGI6n2J+EudiSpdexQB52kp/7x3q0+pHrslo7iZ7UIHsAVBH+p+VKM2zuQnhkvZGZw6fMVTcXBh7WDGl0pTGuLKe2OP6D/p2ftibMh95ee9fo4rC75A+pyoHpdDKYBv7r03TehwHXiHIaJ87heoST1kjyGSXKkDhTmSvcL313fHf66v0195ru7fzI/knfRMo2GVp//0/gnV9z0BtB8Gx6ZmZ8Ob5CgTsG1p6a75hCNIjUocZYN69KDJ/dcIBkNkM17lesFaD2WtFZbpENwyX5vYCXKr2gqV6s1lLo/5xrPzNBi6g5v/oKX28G/VvIE+dC62tdDt/fQ1c4tfhxku+SRSbI83JcQ015z5bfMpfUBbUkcRAf7B8q/LP8X7yt/XNnj35WO/4Hcelr7FyBr2LniH88fvzz5+XvLz0rXVsEu/nm9G4gPT/m3+dIgcXjpATx20SE6a5pIxllc3PlpeeXA61NIjhpf4xFBVzxnX2tX+wM/cgJsWnzQ8pkwxBSzX/a+8J31HvqT5AHkaPz+n1F7z0YVySwjmVrK4Tour8zHQktsuH6zlROHXxLPqcJd7VgHGqX/t/63HRqKuNIwhGKadA51NGmGWye30BoZRch6YUIrGNRphSRqOqtASKUd/OafBolL9x6LLO8UP37EtS6Li3gth+1C+JAb7aUtdgUTh0E76ohIM+Rvo2QlGoYl9s0iTOW0J4+xRqf6FBRqlMVjqu/khLiXUIenU8On+x8x+XTCAYnFYZZ7onPVf90pGueDg7jSwTd2y352h4pLop87F1dNXZ+Wf7nA2dHjwj1KPmXjvfvoBM4VvWVS+bhv/jKX1gMee88zqH5e9ZyvF+vz9Pb6NMRQIq6H1Dq3VOAUuIOoufezN5r/dAlqhZcv8+h0SPQwq+0JwTotoklElOC54M7Nn8hqDF6VcgneeHnb8rqVhxqTRv6zBmcXLWnPpzj1bUPomuDfiSVo6bTplrO0S3Wwb8NknGDn0XXJlq/22M2L4Nnh/5kIsUKOGDb9AOP5/7vGEBTtY9WgIO8aXxJSLStWKgwbwVZDYmRKIWAYEmB6gQjhCx0KZaZIt0hkhbJSEQH+vMriNhgtThWB02jgQ3Ce6f8rVOiwdN33ml7qr7RY9GVHmSTiK/sh7iT5P0kjEPePHyHhDwwCliR/TyUp/RZEr3lErpcqCONhcNJi3FJM8jefd3dZ9kKHAv5DVNQjlGLCvSMgbXvxUKdqkEA8RDgCbBkTQ5+4hL3Dc+hrEel3G4E/2NdW/l/d//gpH/9Yb9bp1PEQ3p+eleNLPpPS9YTu37k9J5ScSAE8WyDQ9vQbP3QJZt1Dx2hUTpYePUPsoN3yDiBSE2/IgoumcyPB9JEwBBPDef/ruLqgvm8DljDBwWChIKrOoKkY2Icp5iCEYy6TzGcBB0ABy8sHjUfFPGbzQtBcpK2GWMKjy2aLtau3r9gXIjW2TJiMFGYZ5vMshL+E/ViJRQicOWjMXyxnMS8OJIEc+0peM6ufvcvUylQiI3wI+BEOZTUvw4JNrRdmO+B5LOWgYOm3wtLOK33ptJHYc+zQv+qNJ+TXfwPsBe5o9zKz6ELMIAYmZnp5+QFcmCsqrX9m+mKZvnNlgD9fBA/EI3lfWke93T05IP6vh7Uwh0Lf+IIHJkFOrIz1o52OZo7W1kZSe2t9+LD+H0EcVSj9VYrZrYWzSl9oBLW3mY2usyoUUmaLlDFI6c7md8commWefK2asLcJxFd9vgvfX7/q+jlJg8rj0K68TwDiSmvTVMaacGlfpgoKCuOFQWueZPrdIB3W30H0VTY1og9Rr/djPSLKNY52xPymqFKHgdyBdYGHrNpbKmY2ISVuGrddBcjv/x+xgEHc5AIgbgM2ilbilG/9g5gIi725WWlGZk7tHR6aSJmzMzkX5uPJt+QmHkX2khXkITKGr1ri1qusN1pvtW5lbWJ5WL9nBVlpy1XLKiHZ7qDyqRPUT6lTxP8Q7xNXiVvWkL3Z/hS7hz1tfZ+k0evQW9BOOoFOorfRe+gsupr+mD5MnyffJ9dstOMaxx0+ZT6dPudtV2wrti0qgV2D3ctJ51g4RRwb5ywnQl2iVuwAJ+2L8TX4E9wC7jDPRC8iWokOXgUv68iTbeSDfDt/xnHTscE4GCe1iFpJradeERwRuAUHBIOCONOv4Zw3Ob/te1hocqJOp/Ns3b11/+d80vmC83Xnu7V+d809Ut+u31N/pL5T/1D937vHa9+sfd9FuAx6b8ORhtMND9NjdQHPnsYveU7V/U/dE3XP173mtrspd7NpoulLzH+Y8fofe//h/cA76A3XP1X/EYuwPliEu1rubvkpPN4O1N27zIABWvtJAOohKLQDdTcCwKcobdXdb5MsG2dZ1xt7eeLNJre7ArJwSbg++ebExOUVEfmZ+KoK+Ndb/jVACMLjeQQ0jiFGVVsilXukHTjGTcVLN/D8cZCEJeE294uhULTVqP3N38Q8Cjr/Pp8FewEGJARI4svtUSa2K18AKx21bihEJjfwlgSAArtI0yAdDZ85eTIcjoKjOPJFn0QIvUkfAmtZno/mjPubmHQa1Je9l0DoQw0ODLa3Dw5MQHe3/vE42BeAgnYIgMzzy6OFphtkNEpo2aSc6CivHGLnfJ2y5Ob/xM9rbtgXIH1uxVBUU8GEmqrQ7aXr40E3slALNTtYOO4MaZIxKbpcSAkNsNUw7mBktUy548M+0WISltTlRh8FKFjhVypcCiplDaNYODn4NHMrpbv0MQBTg82AyxuwK3JYUNPIhnPGjaKTHy5hoFLo8/acUQTXMz6FBSzs+Snzyi1NRRiy+NsGO9P9msbPV/YVQuDvAAbIOWsnTBh4PIJv7mg7Qg1B/uYPLzyOEOeAs7WZJrfxzZYXNnYi2uI1EIXPMC8c2nXoBXnTuj4IXiAQe9z+HAKzjlIJ1iA23EmDuSZEiSsg0DS4Li6FBLjGO7oJTPuBAnt8oq7YdEk/qviatoLDAmI3+CB5neIB78YEPThNiEH9S9qb9k9WOGHY/itqTboCitxODmnDudwWkcyzrAcns+3IL8ClKoaZfCDVouWKhuhABna5mrYjkEynkwG83ALsxJHdotbt1nnUn+VCRBS1HXzrg2s0z/eYSilVjXBw+anxb91U2IR0pXNNYpKKpTcHiehihN52AKc2vXptc2e9PYfglr9ilKtX2GDTp8zWubktOHJRbVgtq5l1iIxsmwwdRKXkTIUg6wWJEbxkeWKYmSiT4vY2bBYBB3sBhm6AiiaVCpBGtvbUzFY69BHg7bTBFMb2cixWVoQpU1DKlZmcBFdOHzhwpwiHTvmYpj3xGEjBXoBe0qtlRLlctSjovUS4G4k/22nufVMX91T2RhakAwB8PH9ddscM1KwVOkk9+B+zUe4APbpSxCwkYyeDIwmQ0Y3Yv2qywxEfXSVD1Q2k6woRaqatnr8zPD02wSso43wgW/+9YOGb08LmokkXjsFgjgdZ2AtWtDtzFdFY4Vri9KlPZ26eO/vlLJKaLv8y+jcef1mgWJ8SE3kpSOJK8Dg+xsID/Cnil3WhxJk//utjSEY1/WCf2T/nh3bi4S+vWZ1S6qB57FjrwDBLtfx+B6jUOt/9sDmWLRarw04ENAZs6PJVhO6Oeux2TzT6K5Kh9c/9g17v73VYQvbE9yiQ0JQFGf0Ml0jMICuNipoNo2qaMgK/n+JnEU/lOA5IO0UnBgLszbPVOl0MjSTPCnNxhHa7yShjEqAAIRX0dQrppakcAbXm3gQS0ln0seNHrr4qoQKVRJjL5S+2BX57JDaau8r/5vHjgPRE5wCRsDfPGfT7gpw1ekCYqxfFS3j4tHzmKSiQpDzoMSj9IyMZuzLFxDhSJ3UZoi1aHrhs97i8vmsq7ZcrEwJZYj68VHC5ceD6UBnMYrXZHRhO+qWRc8xY0c7mm4Aht2EElrrRQlbgEi0GIsq7sjdRO74gS0dRIX1D9AbpoFYZM0nX1EEMXviPgTPMsxKhzhfnk8E/dYrJbfEpBWTaXJRhSmbUHRSgAFcuPxNXMTbfkr6MMdZJEE1+KwjC3kITTlK0QyC8AooZnm8Sr0WEmdZtrlTdbDJs31jisuazjIIQSzO6Pp0+nj7wD7845akRZjyFiPwP1a6L2UJzhxKzdliiOlhIGPWlloPM/TzmGx6ZSyU24DiM7PcJurUcNPG5e8esBC08oY9y3C46POCmyWDc7wgk0opeZhfoWDufXz5MARoLDIiBXT4LZdl71WgiUMglmxj5s85efRuyKoW39eO0B+Glj/RF4oaehbJMZCfDAC3ssl+4mqIEoYqXS3hEhhlrMWtM0U7VKzqjeKnCqb8yzxao2N6FE0d7AA97AVQ9tsdJk2bwaY8WEdKp55ZhCryzINsjEb1eMFzZZtQaA1nChmtDB5AXPybYyVUjwQEqJFs6V4jAa60mv1hDuNYpezsxdPqftv9GfMtQWQfeD6VwR0lqTiq2maMwD0a58bTco04qtMNcnk/MMIiMxOOkhTDHgsKHstRM3ZmaxVBx9lzSmMtfIaFB4AOXpjf8CKHBmJoMByRoLxMtrkmA+XkB1LEVmZ/IJ5M3lq6L8wvXQRPs8RySbEiM+ZrIOQAxQlqAzU5Pgp7ZzCfxfhCJ3J/4MjmVmgPa3RxLUh2r+FHYLJ2TJBRgHxx7fJMIkFDN3LPehiDmIb3/JtugQxCXhedKo8nkaGm6bPHadHeRtetfqfGoKRYO+53IGj106ucZxlW6UauN+MMIaI6ueC47n2LhjM/jdnt8gRZ4C1oHL16MX7oMjXevTXQ+loqWqwVdJcAts/rdtd5iGMV06lovCtzs7bltwAbLcp2OtoBzitXo1rs1AoRjoFEdN5fYIazRuNXzUzJBiv3YWl8UFviuon1cXNMH5sW3R4Esp4kYxIACExPX6FpMktSEo6fDWR0Lr4NLYnKCAAu7PpJE0A5MeVoYZOOD9PVwErzKuFxP9fmFQrfTpLVsDDsFPRq+rjm3rRd+mIzeVAbqI0oqRQoUrqwoQt74oPunOHIXHDhd9D8swRA/nemQkdmgAjLN9WBARtRtOkCU8pJRLSpzWUXtr6gPgTh0eZL7YoN94a6N/N1r+/klmioIKX1LEibGBT31ikk1aMHSUm0BzxRr37C9bWuBdWCv3kSZzRi9d/ObcAhA5sQ1vKDIRIGcSjp6YZaSB26G8ha8fSjH9TC/ikJOu1S4ks5v6FRPGs0TMdNNO6zTMy8slPyYLJR5fCjS+7y7Y90/uayzOR0D3G0LpgE2uPDJ9SLB6iM7yn0OUM9T/Ow3qAgcRaxlOdViNluslMPpYX718O0FLDI9xtRYcv3d2ELov2PSOhdJWS3mPlyJI+6okGb8n4Q51zjMMWkfQ4L3dZQm5IfW4eRTNUnxduCcT73uYiOJhF5pIsAe2PHaoGI/drpifU9z4XI2OjSFg9ThFPymRzubGQFovA82e30Ov9y2SKgOB+JuCthMzGj3dW5pPjLaVDqDAbuwlf71FVekp8bBDiiiKMgbBEEhaUKXhUp08QpGZoM/MvwYVz7VmcocmEOBITPXo4MCFyE/z7canTIvlCwrq3BSh/NuUHwVABACu1yE/H41pliIRgxI9lAr/cHQxfsAmqgzChKJR/4+Ss8Uvub5R7PxN7lwuK1OxLPDEZ1lip/JZvhL8VjsdhoYsUg0XJhtW4TexcXT3105F0K6XfDCTKWUJCUoQt4lIyQMP/TliSFOR32iJIoS4VL1eiyfdHwrvjLbiRiUlK3MhBEURTAiPoIAV3/m7RUXZr8Vb421QMaa+sT9P43z9bqsjTeK702KClau7KM8Bm7duZiyWd3aXRLN3jlo+vQcfzZH6gnh5fmUT8RELuhx9gP3LZV+/Ler3cuWOPjUZUEiJWG2DduMcX6acQCC55rxe4tkxsB/OAhS0Ovhf9mf29D6Ldp4IZMqrCKkKFXaigFSiFckeHO5TkxwsZh6ZH3yueZpnhd3AcU7LdABalRs3eZ8OcKwg+OcTa2tNY55ffGcNaYTCd+D4+d8NxONTr7ucYQWbwafgxPgLmdO+YsRrGyWqS5S5KZaqHCGDQCzqcnEpkwUUKLRzwBgeP6FMrsvlGBUHw/A1WJW3zYWRoBzf/Sht1MGiQHFe3ewX8DqWz48Yn9kFy5sfLgBdpB739jQjXJxQZiZmLw7+uzwNmKoUIgoQBU6L1WN1xf855/JBPWwj6DVXzku2iSj9OgcnnjOCMXwkOFBw/XnLUfAtU8ZcVUYIz1BMcVYdVltB3VbczZbfakbAY72+iaQhh4XJ948VLXfTcoh6KON4DVwhSe9Zu6jW6XPglVN6KRwHRannMVyE2cxfdG8CT+0C99wCL398/SDSWCEJElz0gZJkGJ/5PSVf6VLn9u2cemf1/qBzg53YkPuGdRqwoDOhFmj/AsHJq+AqYugV6Zi22sKzkV98fh4hcIqsqI3ZVorOJJb4NEsMKIrOfx3s5j/P6v1keZUNF9Vyq55gOCZT5/KXuAhhV+ZDXFlnOpmz06OmXRXHTj6242Ox+yyvyIHDc8GmAmIRrW1+xPraFZxljYT93Ne/uOet5mDIMOarUW02nQhxtlNPAO1sa9GsgBvz/sis8oJZ3ZUhYEd9hsfWsPX3s4aumN+SAYOeD5oA0MDdnzFxbOkiyE3kqs6q0K2A731ceXbJnZshyKkaw0egQKqIWWvCjvU4d8aeEcxi9KyfNOoumZZ4lqH5lAItL0Xh9h8dgXKv3H+feNk1/fF/jp6RZmTwYe/5j8B+GA+bJU/O5tDTBURjInkm1SGYTIUJlzhlheVZtIO3EaEXyd3PQi70GUhtC7xR39U+fLtAQFXVXZ8vC1NqabQEXWBEW2CNTM7mA18aduTPNEGYP5ff71n6OLzyXwfChjmuw905HmJAuEvAhCvOytwG1SauABU4zShng9qw9ceeS6R6Hd/XSIoMXVBTRYVNPJAgD3fKsgq42JExVvDf/fPjGx5CFi5KnVRdjcSEFRg9XEMCXQ8JqVG1qowSwY4aZMrFBoTO1iL4DjVdEuCnQu2lViFPKds6sjIi7+stU8Pva3I83wxXvMvFacrlpzfVAXR4UPnnma02hru4nCobIHJLZoqFqOKvayHv/f37lVyL0ihL865Pjfpd8a7Ft9zCriRDwVK5NDxXeTfVUeDB4isrKx1SP5+/Me65K4+BWho5/tGa9u3Zg9OACwulbhno0T6Q+FszdFfhF8x0ux6JYiAXb43mglVgJRwop86zBKDa9pdFw2XtmM6IG3UGaewCcVf8dHWHRZ1zdkIxd61HDx/8JkwX6cMIkOcm5TJh5AMKSpQUfQ9vu6HrXb1J6PhcNDrubIdx0EsPFGKoKPgI21trRqPxc6s8lN/OYAFQW0AO3tJktwOXI898eZSKRsRl9/ctg0UwDOA0vQAvIj6m2w2FM3CznlGUx788VCnS2nvQ5BXyhqobZIMQ2C51EiyKAa67pcv/glf+pISZ8pM1G7Rs0WpZIK5yUYfVqLKRS1aVGj6vjPW57Ro6n6pc/o9NfLMHoprLpyZ5NWP17A2P+BwYLh5ZUBmyIyqZDIk0RCFSYTDsiyxrJNpc10aYUVbteq6ETUjpgo42PV1rMtQZsZiwc0YTmA56BAvZcdA19AwXuRNfWqOY5h4lRnVlWq1Mqv62ZPstwbYT2pOmtkffGj+cflJEAK7vmwvn9vagJFW3GwhkYUPShXGTqLbqc5zPXF5+yDFZjOeGm9yRF6da1mQmdiLePufVOSV8j9FsQO4uN5v1+B0uiudCcNUzliTs+lkbwUUY5Egn8pbUylcc/GifHnYR7MfZzIBC4TqWMZ3ffXc8jxBLhFFjkPrxMpsONjENECjxtaVSI8RwKFJlxo1HBxc2nQ7b2rxzNQRtZufZ8ZAVwYnuQgb6Gt32toqa9xLw2oVXufolYC1famxbwZDFIvxmeAlh8lhUKuCvxQXhaP5saizeWrLcN0Y6SGoCGaXVGxAJg6ZVJSEBMhYAAd7y8r6VdtqYuRDnk0eealdmYoao+O1HpKhCWAz4Ye1UuZqQKtWVcHjteWmTjKv0jCoer8DrPGhbHfTy3lki6aaIohTD0o2kIK9ZZq2LzmCQWvCgwTyUVQ4FzSuzXpEuCGDGZSFJAnaaa1GJBkiY8gvbgEoFQr5hPrIlZmXpfESz6dy0uT78wKuw/FoBrP4hUKpg+z+kSGvd6C317GA4x41YDAaGfC6X9zjOyY9z1+48NXE9N0gCHZRRsAb+Cua0silXa/RG3MU8DhAWOlcGgO9oEE1Gdj4UGiO6x5pIRiv0R4coWmfzx9KIsC+v/1pQ2cfKEdXTOMU4xPqAzOccgvaZ4hcRFUQhdc4Ea1YlKUO4OCYCD2cGxsfsYLDoHS9ir178f6SNl0Ywp6t33u3DJ36UCA7i2dIQzK8jxf2MwyFmWKtxhVN5pHKFgqrV32peDKZyY2BCIHb3W8ayeVG0gmd5NvfeGo2HD423PuP/ud/Xiv7GzrY4HIs4bg3lRlZFDknfeLh9KeaFOQbrCDcBKbG9qTTG5wAq4hd6NGix9BnrsfyHk425W1Mpmzv7m6JdeTvFP5/lvnZuhXtTRxcR76BFeDPyPUc6TrS04ewNQj+DQ5B4t/66mvmbj/WIzOz4OLpSsXPg4F4l+PAaTlrvDJiw1+K7hAE+UbBKIquqMAAmlxFeyvlyXFmuDCLUsimU2PlT0giILKM8YmR8R3UBtSBSa9/2VtspMrlFXuiwXFYWi4trPpZmq71QvaGY+pyal9mJI/4XGVBFKdzwSMfHaoPdGrlZhVfOHmzK49t+d5G2WU5YDVu4rmepbvHk8E0+/GWj6/BmSjMZtGKblpJO+oNPRz3+hp4vQqS0RWfORfBdHEetLAgctPkUC53N0p7hWO9vPv3d+saoIvNCGk5VyEdv6c15QYY09/0BK1hP0VDczclN0yRCJwXciKlcWd1EeEg7/qQn5fA0Xv6vTK2BauLUFWIdlMXH7yRBbEaz/iEvFhlSlljTFoQroT9ohKEYgunTUdX3FNri0fgK0AL+1lQ5JUqO5QfqKoQt8C5fNz35LwLQGunx572Q69tIwBhq+oNHps2M2xgRrV72bWKZYP0CZJiSbwMXEjN8OVrUN6ejxrjScZN9mm3Wa1m8FaT+FbfIrIGrDUHHcpIUMB3ZCys3ihZ1+hoVlKyx+Zsn8mCvi00ApURc0Hj2UgDDzegKZrCwXO+1HNk4YOxsK8u5NBpiIvKxLeN+pMMk/SbIjcTywuR6l47qNIv1Krq7sD4FWSxsIn9P+wPwCnaUfvhPIMJqZBKhM9kWC9mFFzRCWxDzfVT4IyNs7fn/anmSeb15XHYxKVsfstGUuByPqGdki0uYBYC/hzXHHVviqJouHuB6bBgSWMLC9E3z7fPAf0z4jjsqeGJrO6EFDDuP3tw92ZMDCCyAZiZXYVjM5knB0AVU3OCtq6iTHzYmkdmESrqen5WylJQijIeID7MTjOQ9pDcG03s82wGl6PnFSj6WIvR/RXa4+eztGAQLs9OodW8xB0eMTnzhkQVP5zMbWA2ssmy8RSzYetJudCh2ab55grwVvDD7SQUZXP3l91iUtvEbV+EBlGLUyRj8TEFJAovyQ7rNOP2wL7mYKViS3r2MZSuuijLyuhqySdVhdlqJSkHRh39xnjEmFTtofqcWtsoFaXKaUdZYM0jBiTlCmLV4vy49HTy4Lri9aFt1RtKMa/wF+yaDglPnF7kvTyRO23vGXD/qZy7lGCNq3hD6YkB7yslF0dwCxW1XObtbU4iVXZdinB+Kz4+Vh7PWe/HOz6Uky6Z3AbMgLPlzWI2OTeO78vv7Pde/lgZ6KO55V2HD5emZ4fvjfPju9N+PLqyNIyLVs/6vpK6H+j3sS5eq0HfAh8aArCuEyR6hLLENRe6ryDcV5djrgN3Iv8MIGMRy6AjQ13BIR8IgYss9T8+ns/2ed7qhv+ZDmrul4Fac6yPX7wISHZbSWB8PbYY/yqD23IpVVHkcGhteyAAEtCVtFargAekY7vRgaIOp2cjH/B9dhzHem2/76fkEw51EqVCHt0/cURV0kXTIAws6947N1MozMwttECgYYGHSv6crNV7Ep9H3s0+T7kCkpTIG3cDI7ofY8/zc5lrl0Syo4MCxWoeFyjxmSYrg8wY5mLtimJlq/5MkiybrB5Nf/wCXffKpCYYhrAGsvmi0blsuvLsxr2DI3aNIIJtqsu+y7jpfcrs5PVrBrZ+jBn1m4+Hc4XMDM43+pV0+rli9sZhFph3G4OyqibzxXPfJtp13iR+LgfIoP3vp8dnZsZPD1aA7JQcyiiKR2MXiaVqDwOHDC4I82nELbZ9QqQpnzeRq2TR4xFLIw7d1S1617tp1SZJNvWW6uhBQD2Sc4p75QqVJ/QRWp6IlfKxlAAAe8BxnIIGitwigCqcvARWBOj2DUHX1+2grr2UNjT144ve9xd3R7/3ZUqGsX3EnYEL79sl3fLK1w7u5V0SbDPppN/dEx2HEb5TGs7BguhMJjFUKX+cCfbCK+eOMjfOXrg4ndZdHhs+ma1X1LpZ5MSJojCpIE3jlooefMXovQinGLIsJPsv/samdt4/T0QnUZo8N3T0ziifLiJ2MCjQ/f0vHXe6W07PXuClawhpuNm0eOBP78kvJ6WkMQIpZWdGmLnp6dnROOOSRvFUzERpF2Zh3+XJ51rY7R1NTAum0FOTbv6JyGhK9iRHQl8lQ68MQs1VUHBCMmZ3XUh1/6VjEy36D9P31Y+8SWUPFPaCg+HwKt6ClJm/FI+dObkaT9FB7pUZlRKbYniTmUJlmV/mRchN0QkA4wzr5QSOpbRs/ADGU2dIGwtSejE3L10ue5Qdn5T5fLbm/6fEn1iedftwvK0U3prGIl+7CJoShw8p+IXmoOnlvB2p1ZrC4Ha7223vZZRBG0iLpqQeTBG8zqJS+b1T735J0SZDuCWFDhiT54T10PC6UFvDvfkDUS2d1gKcRI0cOuJiiyrRZhQkBrf2htNpcW4PuuOh9JJEJs8UisXs+Lp/Fm4jJAn53XvU1dNj484HXjcj+MiKjKLo6hbh6TpAXIOZLM9WFxaKIENvybxdeNmLnt1EtwNtWPwj5AbewOWUm4HjT9fvOjDXpureqNOJIKgzMF19l1qwgGI8cXuBxwOd0t/+tqfY+4Z6Fq4m31SpFPk5+e9X3EFWi3lRWXy3IuGjGLsF01dcUm56fAPk9p87YVzXhyo1Q24TNgszTPioWBKMUT6jKJJNlXZ2m/SZdbvDYZCBnp8J69Sj9r/1NfmWb19xaiOP8zofkqYdOnRppuKRr85+PjY2ce7O6Hof6CO1bGA2UkACM8oqalYwQ06IXt6ilJdrnBN9NGMsZJOCKKu2A+exaaXEsh4HLmDL4eICCirVnO/tkO0/XaNP0HQsx5gsdVC5v1PCVKe2u9v7qnh0FXOeGFauj0TZsmMOUGnA8xx7w9JrQ4Hbj051VwUHw5+zTk7/qXXSFWyfn6iP13Ya/+QJzZNF9P3Frgo8MOzQO07a27L0i2vxK7giyWoFQ2lAEquosrSh5t6cPSon+6Lirj3uIC8MXUwqSLBrMNJdzeFGVY2APKVC+5s7g+4DQU5B6PeBui8RIvfnA2+5RuVeIiS6i3TKK7haRCNxtiuuT1NtVQ3D6ofYPSvC+OQmu94PlsODl1UrGEufSNcV3c3ARM2nE5BhNtn6seiHcIgjodBN5TB4NRxuNVL0klOSBGnLsKVUOL7ZMVs3xge3yyeNXgbQBjO/hHNcgYjW5/lEgauDC6GPj3wMfZ4vMXTVYxMoweemzIolXyKRR/nyLXg0n5C3QQXi6HGlo6KZpxbXJk8rdKwuelAmJzVCMLiFQGiT8iyHq6E9dnRQNVdfnvHjmRZuEW/UGgnRoB+OrNNdS3w8LiNQl1tARI5zK+m6Tkm8D4c8Hx1Q+iJfdNEVDypRks+Mr9L/xvCGUfUSn0gYvpLKZrPnSMDdmvbHSS4zELkho5xoYqnJtZWmBi1XA/m5CEikTE6qqF/nFn5UncRy3UwAkyiCLzcAFse+l3d2LaRqo2+SUiOILwG/7mxOAL8tWfqn/04ZH2bxDANtGCBA7b9igO5DTRTNS3vb6ostZnIXZBc4GcPcSNr4LxiHmH3J5K6QvPgKddGmokpCxEiniNeJ43PRcVVUvJ8RlLhdSb5qpgqkVFT66xNKI1XyIC3DeOEiiDN4U5byUikKh1dTKsi8X1QLzuRDzvBHbeUe6uc+HMuPUWnT2Y6JEEcaLs+pmZoF8svDdAyViLQ7p1hdN6F1ioeUsK2g0Ha0ch93azdF6JWzwIxo8ZNUnnXRuEuRPzuzL4kUVOXtCqbQKXdQCx9yuaUJXypaL7xiSHUIXXXXhymEPLtOjHbUatNIm0CKxcS3TKnJdvAYM+Zy4pgRkmpeBzO750eCNFdFlWkk57YdH7UpjOVyXow51wAJlXzM0JvmnO6JwaS19l4fWhHP7v5amAsUOB41XO4v6zavepFxkSCrqqmcfnFWjM/mFEE0K/fGXTiuvDEbVVn+Y3UKlJR3KJT6/LRH0DsqhdLSKDDqVvbNK4+HRzTin59yzI0487atOrGMoCwdHGfI/ILOxt/1QvjGOegP7F2NeKx8on96NQIYFRgIqPYBcFu+x2kkIq6mMUFMpAmWxKdJTISlWdK8nqaoTKcFNOwvF5EqeA2EgMeEx79IUocmz54aptMw6zxNLFNwhsSks1y0dA5KndbRmHQehoPSgv1U4KAihdJZ6RVIlylfnAPKlUqnV6SAGbkUWbtlbkcbyaz7GrrBds1hUW4bFmtCdukKqmrmhB1lYOYJxVbJbD4vU6m6YuVRwpzXgqCfaXzcHOGmGW2Qosg+pTJlSdF4aplHpbV0awulO2nR5s2U8jRZQ3QVC/hymaC2RDnkSFTA58vazJgtywFZpHOx1VWUynvpVKt7z2yDgd4mq4fXLu7NtYduyXfXTWn6OMmy5GTebtjSKZy9Np+lb3cN5gUZnGtSbwruerIyzDEaYfa0sLc5LkVMyHUJpRzK9h+2MLzS6F5TubatpfDpbtaWX/mGtgfm/6K8eJF3jndflUAyhSopJX0dn6SopKLFKN4GGyXZLFmKrdJst9MuD9z3vBJlCQb2eyNpQsBa/09cKqqmG6ZlOy43mgfDC/Jh+XECeEGCEFGYJCJKpohRxSUkpaRpMrJydHkFQ4pKyrYxVFRtV7NDXUNTS1tHV0/fwNDI2MTUzNzC0sraxtYOgUShMVgcnkAkkSlUGp3BZLE5XB5fYO/g6OTs4urm7uHp5e3j66dCpeMcTnCq4lKtRq069dwaNGrS7CSPlrC89FL2+X/T3AiujipG2T54HB4yhYXpFDlfMszpODBGBJhcagthRVgllHEhNd0wrexmRFgllHEhNd0wrexGRFgllHEhNd0wrexK1GdFWCWUcSE13TCt7BZEWCWUcSE13TCt7FZEWCWUcSE13TCt5QaRe8++rCcpr5uGDu7zA2FrQ/avYpdjibWZxlRyiWvsccTZsPsLx2ZLJOk+WM5yK28QNUOwqHZRJD3r11fEC1pU3i9HFJDdRN/DrPzXX4Z1h75xWVjeYYjILdGb0j027T1vsF+7Nw==)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,d09GMgABAAAAAChUABYAAAAAYzgAACfaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGUYagSobk04cjxA/SFZBUoJ0P01WQVJGBmA/U1RBVIEqJyoAgwQvZBEICr8gsxoLgmIAMLgiATYCJAOEUgQgBYZ8B44WDAcbTFon0JudU3A7MJW9lp1EEWwcANTehRT//39CUpHDpCNpuwF+EixkukRuMuVEJhbWLBzrTFio4GpnreNGVXNBuE1pOF7blYJ2J0RGPWIl+Yne7/4m1+70WxbfK5Me3Apb05HhSPE3PJ+wSYHGzx28Ye940mLhVSgcHnJQgcgbXWGJVR4vxZf4RRkNOfKgjFbTtzsHTfpD8pSFtGilxWdnkHYjIbLgX2V+QtE5dkDR/4rSofGd9GxxhiMkmeXhy2b5fvdIOxIvsM4AiGsCjMwRRle5KQKGOSA3a3ZZG80CIuCCK9JFREqTICISjQ1bNMEOKna0p0M01XTRlOvNay2lenf/ntdN43yvpb1X28E175MWJfjCIx7wR/YiAmefy997V0R2k0H1bhQanfZ/R9Xx6HNMTii6UF1jJD+0qf/axksJUELiI0YIcSJllNJYnZlLxvb/P5x3On6z00w0dUIP/cX23c0c0EnSfEoTSUq0mQoua/wAIILEGn5ev9Wt3hcRoli6+49nDSfgwcA8r/u+aw5CUnAuzGxykLwydkZOdnPM5FjZXdKwLI6M4kfQer7vTNVGdn9sWVEu9z4RKaFFbG8Aot1ssMKT6t58wPPj5/b/381KXR5QNeElkMrmh+g78LSE1wKBuZm/tulgSo0UKITXDNO7yxMB328TfrubcT0uBcHywtpHEDGZxhgb+jn9AwwSHyUJjqwOu317jK/5d8U3fr7GWt3D2mWRKDWKhiDiiXgg4nmlara3ON2bdCQ+wpkaP2fgTKf+Jb+rmKpYxfp0EAVAEGWIn0DzAz/Ihj7yM/8zSOpTjg5whhwpp5iqlEt3buoPRefSZZdKw//3e9/Zf3PeSi+OOIy8+w/jfzIRDmN+zZvMy6WnFUmrKq0+VOku+Do+CtU0FofCGDRGVSFtIIbk5CBD7eInjZh2b2YzJCfQ3umkRjWqEMI4qnGz4Zh9vHY/VgIlVoMpNnO6fXDvG9I7uM+Bww3crTkn4IoEIWkrBaLaA3q090BT+iBAZEsBjACcBpWdZRfEVVyIGzxVXsykJwzgEEuSQKwoE2ItRohN5UHsxAWxnzqIw3ghjtcD0QUs/IR1nuUAPwX+2Pr49/W3v1eS6Qkri83lC6QKldpotrgAEWzEBgJNq6krmcOKq4a68Hbzsa0pgWB6o+C+u5Y6YKY1rziuOSuG0Ih3a7VA1oDiECJz1bLzH3J4/i1mppaO4a9fvWN1Eqq681AMqZA92KSwIi2wllUiHaYD1fEGJEDlFEYwILQfkj88+hIXoXwgkM6RVcsn8bv0xxpaxu1K+qn05J4bC7iSzhPVqodG9VeKADLGGC7jamsRlrYoXxe9sZWU61Z6ljUDQ3XHLCjD1jWMZhnX8sdYWmEFJQwdVMtpeeerF9oimcukpOLCmyFF1BqSrACsziCDVS6VPGW0ynnk6tStyqARNYA5QMwB5DmA9Aq1kmQSuuB6pWwISr6pwSdNPrT4UpsPHb6m69/QMyvS4GZQLEWLZHWrRGWGyWWhdlILsTe3aPtx7Zj9dUAcY0BEruEY1+PXkUxB4cy3FHxdjW+o95uyxG1cZK2x/HATk0pQ8wgtc3ESMbwSSgyYymN2JhFUwcPwySerBwilyH+pg+RIaKvZiJ4CjiqT3gCamNyBJE9njLSXuyBtl4aLtTvj4LtMqN9qqLnAdgqLA2crhNQNd7CfrAkfmnPWax52aiEda4BPhQ8VMHpYaJa4OiVS0P/9+p4FDNkDi2aoPUci/cOQCmQv/Lv6yJjYARjfQY4nVLJxVW4ncE3uwLg2lx+38wZ6l79ucIcZbwYHN+B2Gox5IhQ5YxBcvE8xfzsIJqB5fxM8DUoNTS1tHV09A5mM8rjU8eqB+ne7TUH1BkRyHd9651SBKKHu/o1HZIL/rQj72HlvuEipaJ2aRuC6k04WEyikwJBfkBMT6MwVv49+4ZswEXot/ujraBSgTybdscQ1isIWGv8WCHlXwx2fwliuZvjBLqKR0/BWQalOJwP+4z7uaRgXZgqHSL3LF6YvGUM3HgVzeNJSNEcaKrQWaKeRYOeG3SFoH2IVpGALgcUY8KE7qWG8BpUGJHlr0MHn2jtRMqIvgAxbNiQF68zNKOrE7yRqyneVGPCgYHJPV90R7oVd2E6012KGbuwKTcRdx9L9Ha4aFVBZ8zYJ9NqLQz2PGIqtb3eHGDGhcbW0BuCmJJEUH9mQUqs+++4OQ/7o8htDxuCkKSU2ZK4I6tIKSy6lpVjR78ZNHkci2QlZFkYg9V4AAcKUDTbbJkihMdhckUSmUGnMLa1t7R2d3Ty1iDTXYT4pW/RsLOoevB/zjH4TeRzuNC1s6OqWI0bgYqJ7GuocB6HO9wzUnAfUxU5QZ3kK6lyYAZY4ZI/y4FDpGiv8YPuotrp7aXxvAivtVrGW62u1Bg7hWORScYggikUcVNnPYqcpdxEPWBIO05aA3FCnr+0CNb+lvlwT5hmz0SZbbBVQTvRrw/cLhGKpXKnWWljZ2Dk4ubi6e0CElnHNfm4FG3m9JLRNliL64vBJrucj+nanjUOF9Vftka4WhnVlprIEH4UgthJrWAIGpkRJ2Di4eFIQUgmkERGTkUunkEEli5qGjoGJWTYLqxy58uRzWq1AoSLFSpQqV6lKtbVqrOPWoFGTZi1atWnn06lbrz5+/QYNGYEilMJ8dFjZ3iba2ki9tdXQ2kpzZk2fMmmC8JhRSRj6lz+54g2XveanznvRk77isz7ug97tjIfc64RbHXPAbttscr1VllqgXYt6lYrly5KOwk6/ug9eeOSOa875169+bg5Waimfjlcijtam+nwmGWvVK8VcOhGWJATprutHgXmUaFZikMIkl0SeMirl3Fap51GgVbcyvUbUQHVdM7brbM6d1XG8/RawSRtzmzo6rrHr3FxyGMFhNmljKzchabvA/ogAk4wV1c2lYiW5kKMoDdbCGGOzOTH/mtz2RwSYZMw2lW0QQsjkVHxxgBcdHpgYu6ijSYwNFrm0wwUTx0mDoGGwaGXK4ihIgAFRUd0cc4IdDEVpIC0IgiAjo4T4+UPXMgQGRJaWbTAYDMaMmfuZa45TiHg5NBIukqnr0MaFarvLYL4V1/2I5viY4X9s1AZchCSIwqwE8XBMDGRMoGn0gyWFtU4sW/KHaA9tXORgfRHWHNoUyF7SMSUyjfCD3w0JNoAZbSzB04H0IkbBPMi5Cp6Kr06RE3qxTWqXOVQudVXuHXSENDjJFUqVWqu32fv3EojMEg/bqKkN2AQjp4bJ4F+l7wHAWa9TXtsIbYRB/0mjMGVzF0sajQWL/5sTQbraWgDbRnc1DgB1PpBaJBIJI6EoRoAdIfg7sPFFDnAaMZ7Swf8ngfz4EQOQBwDi/RQCLCRCCKWEMTFYDHpm+zlnCHD0Z3NnEAgj+OTMnCo06DQCAcPmgIBYvjiQkaQ4BKSXGY1W7BtRbaVpYb8rM6utMtORVefTiiiKQwsgGLFRvm4BuEuNxZf1CYVJ+929KcnCI0xbxqu5t6pQR8pIG9NiEY+F/82wCAImWYjd/ZGQ+KJtQh642RASRoohpc3R4+8036iIheS6PxSJi20jcv89F+RMimbC/dTP80c7s2Zviv+O+e8APvhCAAN8BAEhMSk5BcAyAD2bwrmIrKPTKZOXUc88Z2s2w/8LDDjEy5fAiWE1pgKJCrGskaQIWzGOElylkpXhq5CiEk85QpVU1QTWSlNDqJaYm8R6UvVkGsg1StdEoVmGFkoeKq2ytFFrp+Gj1UGvi0E3k15mfbL5WfRbZYDVIJthuUbkGIKgDxXGRCsby4U5NpJq3FIsW5wsiuUVloMV4EZYEX5FK0kNr658gJczVwF5oeCqSq9ciKqyAJ4BxEEAbgD10wDK3QFq1wN5JYAakiyE9MJXFYZ9cRixmh68ilt6xpindpPXiI/C5MAaSWWjEbKp/Ox9USg3ZSlsNrFVPJj1C7Uzfxdjr44rK+q7veaGOGA2YW7M8gU6NWMRB/BmzMCGAdWoKkzmYqRxtunCss2ayqoHEzyhDPxiRJf4xSFdjPCJKdmQR8ObNnPGCYa/aBMusJ6TOmHLHkIBXMunGwQYssdkhyg0G5ps6sRWIybqsbksCGmHsVwHMc16WpUS6MIgJ6V0arhmZSoT0tN9Aq1/1kOGD7hCJx5LzFUolYx2+P79oZwPMOfXpFWMTRtKYA8hcHgzzhRcJiDAw3byJ0BI1z0wmxkurTLg2LK7QEFas069KiYi/sB7JZZet9jcfn+2tp84eIQDVOKhEccvoHZ3Vmxqp+iNiNUErZfC29yfBaPOb02KLfTiRKcjTZTc7q0hIjfDIByo24OobLAHxou6deJgN/6uTjxrVldnxa7l5KRKeQroQ0Frji65fKKu0MOU1LkvSrXKC0eBtlDNW11TruKupbhn9Xp9pllcpm/POk1c9JcFRERpzErEwVHFNcwojUm6D9vDtOUdC8t0sbGLiyBbkTZbXCyLnO2oUm9KGcW3pYHWjuXu+tBoeudzRaAWI4+ubhe9O1aQi/EqsEKrp1WdrpQdY5QjOz6alyVg3ojBppPGmjVZ24nsus35eG1zwizRpg+JQQFZkRhkMtHfzYQE02RJ27LE/tPOVnAokQhVZP2M0kn34fBmHuVQWGbjGAHOUhFjSLV8NfysuSK+kUjFHKyRUghpSt0VhxIv+cn91Snd9LJuIpacjKxZ+VPv1F8mYEKfWzs1+1mC2IdWRCmnl+AzOy0Zkvyo0u4JKyt9lUQQ2JMV5MDyZ8AgWHOoeJxRetfq1ATNZqmQEptm2Uf2SkmWAfv5JSc4mDgXqzODFDqrpPfS7ZL8nEpdzpzoCyH5dKUmmWSlMNKck+ah2dC2lGLPc6s6sJyOnHswnbv+MeXKcXTb8ZjjtOYk9lEa4PYtuMQL9kwWCbtxDO9vjKLJyfzbuAgHb+hpe6NA49RrtcVKLDemzJWfY67ukRcd7RnrrneuWuPJbtpat883WlJVNFTQtQ+8oRbcTqZ76PpiDWciBHmU0rEqxwmfz3FsrKI04Cscx5QTA4cSntNXYt7X2Gje6ytywheZ9yr7uM9gokiLkxaF3uJ7iRm3pq1Spsqqlmnb3DP8e4tF3hsJZ3g37sK4oOMThiA/DdOI8n88ef8SF8bj4AJFdKs2w3W04oH4yLgilVpTLm76+S2bx5QYv+eUq/TcHLSkNuOqolz267M+ykapW2awKSGWIrVkm/tKS83+eovO4FKnN6+OimP78SpPeZNDXqbStKxxqLzVep0sNzH4yQP2ZIihTG0ym/rKXCb/wd/UaDb7XWXmvk1qJzXlBqXHbld6y40ajcuY6bXbMz0uA3xDKXTW1mv5qjJ96aqMwqwLbfwwl1SOmko0kHudumP8rgFHTEZOiezqhZuCDaa38dXvY6eSVt/TZSJOpb4kdb4NYd/Xq2lCinvz5wcD8cpjFwLudszY8jJzRsPd02IJr9384dB0b6qaWM72kC4OLpWHQm3by61TLS3W6e2VbYPJ/oahMv3umhr9rqHiBj/8GaVanaq9uMDc0WQyK+z8YmTdLf6H3Bz0+o4Zf8pL0kejB/N5Yo3LkNlgcq8dUBlwC7ueBPMwPwxb3/6ypjyd2tl938H74yVI8oEFj38Nnyq/+Ei7kUdxb77v/oPx0tPHP7026a/RzzuclfW1OkVxoSxdkv0YqWs3n83OwWoeKOKf+uCFO+w04UyKxJlTnfoQjrLLSRIZ7sRBYpo+zBBPTkPqheODDNXkKERoDA8wBOmPQL5pclrMuEsM+RcmR1WMOOBlpj8hYBjugGmFeY3yhwexVRFMvyhMBEH/OuyxhuI83pZfJzN+jH0Y/0ZI8Hp+baPwE5GHk79JhJIPeGP/Iif9mdbPPSDh7f53JLC7rekn3wujjfh3+Bt309msDvPyrFOW10QiceJrlilr9PqZh7n04TnzlFOhViucU/LFVrAY5tn2DD7VyZCnk5xUPo9jn4e5rLaNyXzWSb1+PpKfvLENamlpcbECGp2IjWNA9TraRfEzL06nEfcScdD4GY2IjaVRsO2w2AuYBiRmjC4a2cnvBDinrZCcvHtjvOeZ4bk18dxDgxBL0/81tvLT7KaBo1vnbWj69ArW2Z8+febkQbCfqQK/qwxzQMpaGxlCtweC+VEPUwShOw8zIvI9I5d4nVVgvF3mTimMqQSoP5Sf1sUMTYBlvbiL//FEUvyn4n5Wb2rK+ZMFfSbqj9y6hzKC3LJP3mcm4uL+2Afnkl92+JzBNJHH9Aja87FViLanMlaFEGfyix/xlXnTI6lTho+Uyo8MU/Evm17cJE3wvRHVbxIkOO5yvl8y3H4hga1XJTXNC1ld8RCZRh5ujef+rFrFOXT9zST+GSjULJ8zy9zu4UaGtMtz7kx6CnuiOrHHNZ550T08I2WkyowzTxTqGTFDtz6/JvFg3+O1wtZNz7Ox1K5qbCk94w3OnREy5jfHscquunybOfPQSdFUdqVWW5k9JTp5iBXEM6ffZ0kr+zn/E235LaKXzaUfnBdPlRJqtco6JZ7flriNk/nIKUbin5J+OBJM5qZsts7n1ztHR6cNCeyZQ5zZvBQR696WI7toqjza+lHuMO0q06H/vMlOXfk1jJU0O7K9X8WYxz012zvjD7Ej3fAIQ5D+hNXYdLOD24OxafdUbk/p8bxmT7f5vde8fhD/Abc999Wmtv4QKm69KQUGm5dw5j1GS2SjotCrnrXy760RxVYG+tKH/tIfTV3OLHqMcuJFFlC5IkwD01fQs1b+vVgQgYXOPmDAH+HDJDiyzCAOCr3qWSv/XsyJQRmt8WLaBDVSKHeInrm5rK0CrJmb1tVIIRwrm/di5A/KKsD83AXKFSN9l05GeoIO3f5qjdi6lYG++uif/jSzTRgZyqhdU6cO3dUrLiUO8XJgJBTCutVZBqosQ44pTZ06dPurmBPkMpo33VCrpkJP0xyFZnSlWU+6gVZNIVY2+ovVPVDyeRpKWCcNL7VGwcPFf9/A54taVXz9+H/4n/9JUeVrdwBc772QQeKfnJD/7d0/hsjgjbL5CY0eEz2QFTdi+lF20aSfBSSt804uZNPa2WMy8UL/rfysdwvmJTR6TNSXdR8fY2bD/hEv5aVqdkKGMNKny/szPzn+Dnmz85NQwTHYOSuWAVcB8YIN7GE+LSEwoaUK05DmhRPamJV4cwPlsGowkJjNimyuf3t1DAXJdJeYcaHJhe4WUNvOpRafugIPeIVOYValUORKJ1yY0EwEBh1sTIUZKIRf8yzIXudukbDUmxm8JgVKICogi6jabB4EHT3L9FBqohYWwDMqlGBYlYQhbI0CQMLBcFYDvoNkCc6CPbyZWtSnQ1hY5ekL5y/hGaVIdIEswVmwH3Yn1H+Du9uFjLN1LgzG0pbsfyWI7QYBEVCBxAizALERsB4W+rmHZzgTjKu48fvKbPPs9CE/8qpfeNsf/TMSiUJihidMkbZVOSqqonU11V5vw21pR/ub7p4e6Zle7u0utEPmwVi4A0eIAi0WHAyyiXH+EaLECI+XqKQrXS3HVGVmadLuGitcb4tdvudHXvULb/uj/5S9+C48YcZsFeSqtqZ89fd4rkKlmmuhxZa6MebwCaeYdpY5Vrzq1e/c5ndlX+/7/XcNjE98q6/t+m7sDh9z6Vu82xYaMihM0dSYBuMzk+Y+85KZM9eBwgoyZqEPB/A03sUV3MIfEShjhc3cwid5xaI4t4r12yn7qr3q4lzGzT3HHEHASbnRfZ0QABtA+5pjH4Ykx7nMMv+ayeGIOhzYkzsDxPdkPN4JKjged2rsabFYWZ4WvpFbmQ3nss+lSab53NoiHMJ2gWWrUqnrwlUwgYsKHy7APavB1Y7H3VRw6f+d2UvM8s9vWJ+BE6+zE2BO5ET+fDOc4s38FaCnjeGULzhIpU67QQwDiO9DJLt7z9atu3dnwX+YbofEMHe+P/dPMLM8nlBGPMpkJhJgy7swvq+/PfTwsWMPPzQL947Cn4xDYACioRQAIk1bJsyV3assXDhUEMfC3E71d2vFv1B+P/fzL8oP58xUp2PduU8cz69DgRrU6sXCeOG3A8gnyPS59QF1FNs0KpKi4eZYbZVf7xcrdXgN88dQrUwSlREVIqGCm2ley8MfwWbtrbnwSxDYJD9jTQykLmD7XRP12RT3BUQ+W1uvuF9U7KVN13T7LgK4MMgjAQGTf0ioD+K4PiPH1PSdf2J78RXptH3j3ISl54ioF8mBjCDKBKjhXT90dWk469bZYXvvUDyfBwUM8oJuMPinTlFvYPFgf7mA/kv+LED79y9ObGpG1EyJlmhjOEK/aVqga0SpJHTIVNCpaaQSU4ADg0wuTgfHfFHa3SdGt5Q4sVtO2ExpzsRERS2D3hDNYNjmE5vRTSXTlRzIJ22E5XmxjhfndezH2FTxWfEluiDaMEREpEp8xtG7J5Ue8vu9tvZPNw8OQu6zTqvUkpOl0UhkTY/lrqRRhOyrYHe6o7/L0JEO0i/eP3oUutNK9jPM6yqVUmmjVK1WNm1DakiNKfedlu3OVUWWq9g1Jsv3ITKSTIn9m5o2hxf0pqKAxDXiFAU+DCYOj1lFktCV94ro+FEex9tMgTIh/Vn3QNIpI7hXarJUsjwux6ZuqPPhzRtOfvwJK7SMg2HOwnSxv3ftcL55Fufp5s1AIeLUA2oYTBz1Ou1elz77g4hOvpEw7aHumr25BOkItcHG8yxh/uj8SYziU70iRaTYFPGMayPqMoh5fXZulyDcyHlhkq1KWp0Sh5Vlk0494MFgChXiIvwCsQv1wfBNTUsSXzIimg28xYv+ktnwgUjUtw2Rw7IkxTsnEqubfj/540CktG3cvKLIcj7D4byIAahgkKDD/EiUwmsKwOdF4TTFi99E734N40pbixVLETQ9g1BUNxAYLgN7u4OEfDNVCLuGityRxhlexNjQzrYvROe+63nhxu4XRgCHQR7DHcah3cpzDOglc1kq2vYdyz/3SS5ze9WFjSijrHbDBF3tnOQg7XL5QsNXq9H6AjQM/vccPBNcn55P29tAFGM/TRmzKui1sqZziW8zmceWvnlSqtVBYUZN4GH7RvSFolFtgRBOQxGw9rGj2vOKkCDleBYBv0ERe8vbhmSzWEjEv7xdggMUKN5YACMtaZmZoSrspMrtLYsfyvEpqg8O0T46QLvlS+6jvXTIJShFyQ+o4JpnMdi2fJKLDhWL+z/jTtCFiDZBksMJythOypktEyAqHBz6vd+deXpOg6o+BX+5BChWsk97JChQQIuZea+Ygj2z5dy3YLVARLpI5LKNL5ETJXzE123fiM59bbJWbf1NW5UBBaQdx3/Vsul8xpgTZqXwZ95S5f7EHEtLZkeymzglEiCH6hjZTQlIQLu3D1buto/a1qXXjZ60MPYg/qgUT3aSavnshaR3S08MtH2LzC5xSp8D3WyZIhaSbYtznHOK/HtnlD7JuJ8Lpwao38mHnGQkT0iBNFlkkrfAmPiFQBwXWq4RhTHiHvvPdjzI1S6zPNNGaUsL4ucnXDvJV/943OmFq5adIIe07Qm2419QF79wCurozfKGSI4KWv/91P94wUS95Qa52XeOkaDe0nSZy6SaVJsy3+s4Tq+OzUa1oChnZr7SytVWGzkfxMyTsOpU9GZSt4wJNgdYMEhlhuhVGkMcQQhStt0BFYUX39i7Scr8pM6LysdY3I2jksyxm5Y417XZI9s3b75j+q0r2WPVJHmGGLlnWau34jzj3r1z1FVgwiCVHQ4xTEjS4ISgVoMsXbfAznhO8ddHQ/I5X18xJHeeTBD/3DgnPRGg2sJJ2cedIxGgSnadTh1TvOf1zl8hBZpXeakMrN7FHgHgWxjK5ewhCAAHr6m6mfuP4d45/bYZC0d30Zwbju8c3ZvkoLxoI4SpQcpmDm5A+lqRR6Q2/mLQkySShAVlMeKHsD884t5u8NSqraO0bd19jX0sTsS1UHzURghiUEZu9m90ejcjU32EzG4su2Un5SIY+eyRAChC0dTb+5vIgIfPY21H3BluExTUYMJFg2iMf2vanJ01hr1ukIjtBjG9kIOFIuWKfYdOU6Q1cp4WZFAWDnPccESMkag2TSO7QSOMl4jJ0JsTOU2j6vNUfCMmvDUAmzqtoAdjIhqE5pqazT2z65/sTncF+3sQ45pQXNRJev0vXtzYN1vTHpgPjlbG84IwimNiuOiJaRrRYTwlT62cLl3bu9au/6O6v60MU6xHKhAuuosE2nVis3c/rI6pAXSKZZ3Pp6eEp4+ckK4Dw6N8X12CjXfum2f1KR97hiQZ6GcdBAC7k3ls7czjplhX5h35he1zaekfA+/i3nsWC0qEOkkLcIy482ud0iIE6RUhzWpIofDIMa/mjVlX74sacKWo66V1rKqPYHwMOG0/IGwTSMTvzTRCCBuiu43i4aMrROS45PS8en6/i2zSEQnWk++r6ihOeOCH33RA65Tk9Xyf0UmWvXLMg8OJ2HN5+Yx0k5RUKBzZtVG8V54ZItvjTxSW78YslYIEjTO/ugy57B29l5xCznmCpPcVAubNz2qnyOg28MP/jucWpthNUjwhXsBP/OJ07VhMdSCBR7TvqxAABNTTZ5SFfBLuLGurhA6jFIuQ3qDRCYF1OlC6oaN3MHHumwX1uqrAga/n1r8lWE62SHwQOEGMSXEyOkftcyJruCnr6M6dFxn98Pnc7kvMcWIVY6J/MvwwxbyjQV7gcCNUtppQAZ4r/D0qRVE6cihOF6J2FDcNLfMXwvyzbieMLow0BdaTUZQMMbLcxkJgOo+pLRMWDcPKb1YhbzEeoUWc1IR+IykqEWJU1ZeVyHQ+xFeJ3osyY78uH9utoiNZORRidNsIBnsWt/kifAdfYkrSLpSmJDgXLUfCIdNtoxj24qRyfXWttiyVNHGk1QDAGkzQHxRQYkj/2X+eVq1B4X4PLNGoDzc+7A4nP3y+Bq2ewT1FmUqW6sSh9OTaKWpMxXM5mzMv01E6O0e04otFnqoP/IeHza918oswInX20WfRjBRALhJqUUEAyIt6nSSbS0Vv3Fzvl1qT8LGtwcfO5X8l6uzYGMvCYcayFkn3zLx2z+L1J3aDU/iMLcJlvsM22E5jK1qCLqjBVm5WaqLbD2ucJK7JPnuma5sN6zSJ8f5uVoRqbF0H8aF6tiCt7221Ye3yvMK4hoInziUE/UEyjbp9ngez9pAZirioVtGWpaBE8uMYs441DQNDC27MsIiJblk9pdWDncjmnNPItWpehvfyGsRWPFCXCdQAcg5fi7RtwD/n5bmyeU86QZZTUpVSbPGsqsqFoLnlQOujWonHreCHb50NBzMYmCCUEhLudYfkSnG0IgvdZz0Ae6KG6Hq6nWWbbjAB/PxF7qigZNoPmbdV84oyVcdoXpU1TilW0zhq34/a55jYVNGqCZk3FRd3DNXeNLuGEP9ldWKaRGk/uMIS8lgZWsFkXGfLS1XEp+VVo/sLlh7PwwH6OAvH4nTEttCMgxk5r+UsxL85pukgsPKjvftK/689m2aq0eZllnfJ4vWLaRZzTbmAi+dvaPkc9ZNT7K6ZnIrvXfYKp5mWASugP8lYUA3UCssAWaFAt1AePEk4LODnG7OlDvaXjSsmWIulMaXQ77UKKdAyWbB2Pt2YmrJibMHcp5iIwXe3LSc5kzuHqTIRmqsDJD7uN4Aj4PY3aKaUpEpz6hH2ru1KgrMsfk7tKUo/gwj9OZmZU9QspTAJnKutgztXKMR4rH65aa4QOs3BoPpfp0nfI43wgKIDu1ROJjdLIkKolst19Ltdh5ZrbyLnqFNRRoSCtMbn2bJrb8O1yzuau2DtdcO+XlInuO2w8pW+jLDJfScP8eMO6tZMg1CD0XOMeSMlam+WZAg12oSw49qRAwE//h/NMcTtGJdR944uEzhHHFh7FrVMdbd68wVjij0TTJNo9+wnjDmGJhHhDiWv9N8bUOXsA1r6GDX04kEXKbIW9nknqJf4jkYXxhyX7pGkijm6eNJvVwRrFNey/5mw8Mw1YXhhNBK4RarfIfWftWdzfBWXZZtzWqajdLZM5DW6rGZYynYTFItyCE2ipgukEUl6+BYuXhqjqh6mPNM5TZ5KyDOiFFeFc/vpQu40vsLXwUZKO7fL+69watn8Kz2c1MwVTss8haZBysgqlUYepIzjTL2hkbjthDFAUIraAAOUEaLHfgLraKGNdbSYjwLxt+QPZl1eVO8GpA6DlFz4KrqjrBKryV10oqLCoQiebwAS7a7be7R/n7RavnPiZtINwIe3+x3w0Tny4uQL2hL8pEcBdQkEhf9PAuWdGWSZACAG/eyJF6/JHEglNJOVt3943eClhbsxOkLLvQSGfI10YQqETZeJXirkexyqsI+OLumGZZQI+huSUW5UH+NW1uZmkyIcroVlL0NNBFhxFmDZsWITIfA1LZ1nVegv3B9PeglX81zTcUloK53so3jSqZADlbHC1S/SC1RHtnvz1RuNX646oQl22/du8/zbuqVq7wI5Ss4RvitRzrihId3ASIWtTCiLGQaHIqahBV48Q9v51cI5BM8IdZwgRhiEQnZr4zVDFkUMcG0rhC+s1O++pBuzvuyoCnyFmZK+mr186qtbxEu+rtUEqg9j6t4fgkDbQUCQ3WpM71ch8mUg2yaozIoBZJINfCpxlL4s0ZbwqSVg+jTImqrWymIXfXo062XXfbh3Hl3yjRkyoJldn27eVeeVWvXoIKEEvCXDehTTazufITVag1qofLPufj3qskAa0ZbpZ5ZZMshjQMN+QwGvNFj+bkp9BrTLVMapWKU+wwZQWpEKoDquRkZB6tqxNqCh9kVlETSUVHTUsvmIDPEEdaRDlpbF0rJDpEvrq1+bVmNagRrrLfaFxIaZWDeXby4HuzLZooETngw0IxXQVcu6OF+FVu1SxYbsgIn2REkRFTUvnMv7orUoDEhaD230o5FSM1NTOnftPTLJKBBGdVRRIzLTBn3XRpoiQnB6DENqqak92vcSMdg5XxkcQA0nrS6gduTyDJAtRkRKQc3IwqFAsQq1ytKLjqJqUjdMy2Z3OF1uApFEplBpdAaTxeZweXyBUCSWSGVyhVKl1mh1eoPRZI6b8lab3eF0uT1en5+E8VCoNDqDyWJzuIFN4wuEIl09fQNDI2MTUzNzC0sraxtbO3sHRydnF1c3dw8EFUukMrlCqVJrPL28fXz9/ElkCpVGZzBZbA6XxxcIRWKJVCZXKFVqjdbcwvJXtfH2+/p/nRTkCX+GiASjOJka9aYCJHiFpu6+P46/W0MFnBz1pgokeIVm5U+vlysEBzI16k0NSDB6rxucP77fqYoWjUY/2FODYxjrHF5QB/sa6w5katRfHdDkf/qqwNhwgF/SNj8KCCEYQaExQAgJBjSCEo2mihDyknWpBoWgMUAIwXJDSqExwAFUgeSaBUGhMQZgDYHcZuzp+8P6GjyAGU6sz5thBliDNUjKpGgSiK4huIbRjMZY8xIO3GBRk89iFeJU0GOJMIo55kV2xXL2r4j83Pq0j4o+Kfms7KuqHzXhGCjhRvCxBoMKY9yAMWZXn5T8qAnnQAnzbKT2P7BrcIN1lcfEOvciv/2uWrr4OgAAAA==)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.a-btn:hover,.a-btn.hover,.a-btn:focus,.a-btn.focus{background-color:var(--pacific-dark);color:var(--white)}.a-btn:focus,.a-btn.focus{outline:1px dotted var(--pacific);outline-offset:1px}.a-btn:active,.a-btn.active{background-color:var(--navy)}.a-btn--secondary,.a-btn--secondary:link,.a-btn--secondary:visited{background-color:var(--white);color:var(--pacific);box-shadow:0 0 0 1px var(--pacific)inset}.a-btn--secondary:hover,.a-btn--secondary.hover,.a-btn--secondary:focus,.a-btn--secondary.focus{background-color:var(--pacific-10);color:var(--pacific-dark);box-shadow:0 0 0 1px var(--pacific-dark)inset}.a-btn--secondary:focus,.a-btn--secondary.focus{outline-color:var(--pacific)}.a-btn--secondary:active,.a-btn--secondary.active{background-color:var(--pacific-20);color:var(--navy);box-shadow:0 0 0 1px var(--navy)inset}.a-btn--warning:hover,.a-btn--warning.hover,.a-btn--warning:focus,.a-btn--warning.focus{background-color:var(--red-dark)}.a-btn--warning:focus,.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--warning:active,.a-btn--warning.active{background-color:var(--gray-dark)}.a-btn--disabled,.a-btn--disabled:link,.a-btn--disabled:visited,.a-btn--disabled:hover,.a-btn--disabled.hover,.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn--disabled:active,.a-btn--disabled.active,.a-btn[disabled],.a-btn[disabled]:link,.a-btn[disabled]:visited,.a-btn[disabled]:hover,.a-btn[disabled].hover,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[disabled]:active,.a-btn[disabled].active,.a-btn[aria-disabled=true],.a-btn[aria-disabled=true]:link,.a-btn[aria-disabled=true]:visited,.a-btn[aria-disabled=true]:hover,.a-btn[aria-disabled=true].hover,.a-btn[aria-disabled=true]:focus,.a-btn[aria-disabled=true].focus,.a-btn[aria-disabled=true]:active,.a-btn[aria-disabled=true].active{background-color:var(--gray-20);color:var(--gray-dark);cursor:default;cursor:not-allowed}.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[aria-disabled=true]:focus,.a-btn[aria-disabled=true].focus{outline-color:var(--gray-20)}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}.a-btn:not(.a-btn--hide-icon):has(svg+span):before{content:"";border-left:1px solid var(--pacific-60);order:2;place-self:normal}.a-btn:not(.a-btn--hide-icon):has(span+svg):before{content:"";border-left:1px solid var(--pacific-60);order:2;place-self:normal}:host .a-btn--link{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:link{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:visited{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link:focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link.focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:link{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:visited{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning.hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning:focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning.focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning.active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link,.a-btn--link:link,.a-btn--link:visited{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}.a-btn--link:hover,.a-btn--link.hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link:focus,.a-btn--link.focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}.a-btn--link:active,.a-btn--link.active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning,.a-btn--link.a-btn--warning:link,.a-btn--link.a-btn--warning:visited{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning:hover,.a-btn--link.a-btn--warning.hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning:focus,.a-btn--link.a-btn--warning.focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning:active,.a-btn--link.a-btn--warning.active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}.o-card-group__cards{-moz-column-gap:1.25em;gap:1.25em;display:grid}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}.o-card-group:after{content:"";clear:both;display:table}_:-ms-lang(x){content:"";clear:both;display:table}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.73077em}h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.15385em}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:is(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}.m-card--topic{text-align:center;background:var(--white);width:170px}.m-card--topic>a{border:1px solid var(--gray-20);border-bottom-width:3px}.m-card--topic:hover:after{content:"";background:var(--green);width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--topic .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--topic>a:visited .m-card__footer>span{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-card--topic:hover .m-card__footer>span{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--topic>a:focus .m-card__footer>span{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--topic>a:active .m-card__footer>span{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--breakout .m-card__inner-wrapper{z-index:0;background:var(--gray-5);border:1px solid var(--gray-20);border-bottom-width:3px;min-height:135px;position:relative}.m-card--breakout:hover:after{content:"";background:var(--green);width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--breakout .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--breakout>a:visited .m-card__footer>span{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-card--breakout:hover .m-card__footer>span{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--breakout>a:focus .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific)}.m-card--breakout>a:active .m-card__footer>span{-webkit-text-decoration-color:var(--navy);-webkit-text-decoration-color:var(--navy);text-decoration-color:var(--navy);color:var(--navy);-webkit-text-decoration-style:solid;text-decoration-style:solid}p+.m-card--breakout .m-card__footer>span,ul+.m-card--breakout .m-card__footer>span,ol+.m-card--breakout .m-card__footer>span,dl+.m-card--breakout .m-card__footer>span,figure+.m-card--breakout .m-card__footer>span,img+.m-card--breakout .m-card__footer>span,table+.m-card--breakout .m-card__footer>span,blockquote+.m-card--breakout .m-card__footer>span,h1+.m-card--breakout .m-card__footer>span,.h1+.m-card--breakout .m-card__footer>span,h2+.m-card--breakout .m-card__footer>span,.h2+.m-card--breakout .m-card__footer>span,h4+.m-card--breakout .m-card__footer>span,.h4+.m-card--breakout .m-card__footer>span,h5+.m-card--breakout .m-card__footer>span,.h5+.m-card--breakout .m-card__footer>span,h6+.m-card--breakout .m-card__footer>span,.h6+.m-card--breakout .m-card__footer>span{margin-top:1.36364em}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}.o-featured-content-module{border:1px solid var(--gray-40);background-color:var(--gray-5);min-height:220px;position:relative}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{-moz-transform:translate(-50%);max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.76471em}@supports (display:grid){.m-hero__image{display:block}}.m-hero--jumbo,.m-hero--50-50{background-color:var(--white)}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}.content__main dd,.content__main dt,.content__main h3,.content__main h4,.content__main h5,.content__main h6,.content__main li,.content__main p,.content__main label,.content__intro dd,.content__intro dt,.content__intro h3,.content__intro h4,.content__intro h5,.content__intro h6,.content__intro li,.content__intro p,.content__intro label{max-width:41.875rem}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}.block--flush.block--border,.block--flush.block--border-top,.block--flush.block--border-bottom{border-top:none;border-bottom:none}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}.o-well{box-sizing:border-box;border:1px solid var(--gray-40);background-color:var(--gray-5);padding:1.875em .9375em}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}.o-banner--dark{background:var(--teal-dark);border-color:var(--teal-dark);color:var(--white)}.o-banner--dark .m-notification{background:var(--teal-dark)}.o-banner--dark .m-notification a:visited,.o-banner--dark .m-notification a.visited{-webkit-text-decoration-color:var(--teal-40);-webkit-text-decoration-color:var(--teal-40);text-decoration-color:var(--teal-40);color:var(--teal-40)}.o-banner--dark .m-notification a:hover,.o-banner--dark .m-notification a.hover{-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15);color:var(--gray-15)}.o-banner--dark .m-notification a:focus,.o-banner--dark .m-notification a.focus{-webkit-text-decoration-color:var(--white);-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white);color:var(--white)}.o-banner--dark .m-notification a:active,.o-banner--dark .m-notification a.active{-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15);color:var(--gray-15)}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}.m-notification--success a,.m-notification--warning a,.m-notification--error a{color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark)}.m-notification--success a:visited,.m-notification--success a.visited,.m-notification--warning a:visited,.m-notification--warning a.visited,.m-notification--error a:visited,.m-notification--error a.visited{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-notification--success a:hover,.m-notification--success a.hover,.m-notification--warning a:hover,.m-notification--warning a.hover,.m-notification--error a:hover,.m-notification--error a.hover{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-notification--success a:focus,.m-notification--success a.focus,.m-notification--warning a:focus,.m-notification--warning a.focus,.m-notification--error a:focus,.m-notification--error a.focus{-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark);color:var(--pacific-mid-dark)}.m-notification--success a:active,.m-notification--success a.active,.m-notification--warning a:active,.m-notification--warning a.active,.m-notification--error a:active,.m-notification--error a.active{-webkit-text-decoration-color:var(--navy-dark);-webkit-text-decoration-color:var(--navy-dark);text-decoration-color:var(--navy-dark);color:var(--navy-dark)}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}.o-table--scrolling table>tbody>tr:nth-child(2n)>th,.o-table--scrolling table>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}.a-date{color:var(--gray);white-space:nowrap;font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+.a-date,ul+.a-date,ol+.a-date,dl+.a-date,figure+.a-date,img+.a-date,table+.a-date,blockquote+.a-date,h1+.a-date,.h1+.a-date,h2+.a-date,.h2+.a-date,h3+.a-date,.h3+.a-date,h4+.a-date,.h4+.a-date,h6+.a-date,.h6+.a-date{margin-top:2.14286em}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}.m-list--unstyled,.m-list--horizontal,.m-list--links{padding-left:0;list-style-type:none}.m-list--unstyled .m-list__item,.m-list--horizontal .m-list__item,.m-list--links .m-list__item{margin-left:0}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}.m-meta-header{-moz-column-gap:1.3125rem;flex-flow:column-reverse wrap-reverse;gap:.625rem 1.3125rem;width:-webkit-fit-content;width:fit-content;padding-bottom:.625rem;display:flex;overflow:hidden}.m-meta-header__item-group{-moz-column-gap:1.3125rem;flex-wrap:wrap;column-gap:1.3125rem;display:flex}.m-meta-header__item{text-wrap:balance;font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;grid-template-columns:0 auto 1fr;row-gap:.3125rem;margin-bottom:0;font-size:1.125em;font-weight:500;line-height:1.25;display:grid}p+.m-meta-header__item,ul+.m-meta-header__item,ol+.m-meta-header__item,dl+.m-meta-header__item,figure+.m-meta-header__item,img+.m-meta-header__item,table+.m-meta-header__item,blockquote+.m-meta-header__item,h1+.m-meta-header__item,.h1+.m-meta-header__item,h2+.m-meta-header__item,.h2+.m-meta-header__item,h3+.m-meta-header__item,.h3+.m-meta-header__item,h5+.m-meta-header__item,.h5+.m-meta-header__item,h6+.m-meta-header__item,.h6+.m-meta-header__item{margin-top:1.66667em}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}p+.m-pull-quote__citation,ul+.m-pull-quote__citation,ol+.m-pull-quote__citation,dl+.m-pull-quote__citation,figure+.m-pull-quote__citation,img+.m-pull-quote__citation,table+.m-pull-quote__citation,blockquote+.m-pull-quote__citation,h1+.m-pull-quote__citation,.h1+.m-pull-quote__citation,h2+.m-pull-quote__citation,.h2+.m-pull-quote__citation,h3+.m-pull-quote__citation,.h3+.m-pull-quote__citation,h4+.m-pull-quote__citation,.h4+.m-pull-quote__citation,h6+.m-pull-quote__citation,.h6+.m-pull-quote__citation{margin-top:2.14286em}.a-tagline{-moz-column-gap:10px;grid-template-columns:22px 1fr;column-gap:10px;font-size:.75rem;display:grid}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}:host{--icon-text-divider-default:var(--pacific-60);--icon-text-divider-disabled:var(--gray-60);--icon-text-divider:var(--icon-text-divider-default)}:host .wrapper{align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;display:flex}:host .left-divider:before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .right-divider:after{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host slot{display:contents}.left-divider ::slotted(svg:first-of-type){order:-1}.right-divider ::slotted(svg:last-of-type){order:1}:host([disabled]){--icon-text-divider:var(--icon-text-divider-disabled)!important}:host([icon-hidden]) ::slotted(svg){display:none!important}:host button.a-btn::-moz-focus-inner{border:0}:host input.a-btn::-moz-focus-inner{border:0}:host .a-btn{-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;text-align:center;border:0;border-radius:.25em;justify-content:center;align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;margin:0;padding:.5em .875em;font-size:1em;font-weight:500;line-height:1.1875;text-decoration:none;transition:background-color .1s;display:flex}:host .a-btn{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:link{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:visited{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:hover{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn.hover{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn:focus{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn.focus{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn:focus{outline:1px dotted var(--btn-bg);outline-offset:1px}:host .a-btn.focus{outline:1px dotted var(--btn-bg);outline-offset:1px}:host .a-btn:active{background-color:var(--btn-bg-active)}:host .a-btn.active{background-color:var(--btn-bg-active)}:host .a-btn--secondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:link{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:visited{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:hover{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary.hover{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary:focus{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary.focus{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary:focus{outline-color:var(--btn-secondary-border)}:host .a-btn--secondary.focus{outline-color:var(--btn-secondary-border)}:host .a-btn--secondary:active{background-color:var(--btn-secondary-bg-active);color:var(--btn-secondary-text-active);box-shadow:0 0 0 1px var(--btn-secondary-border-active)inset}:host .a-btn--secondary.active{background-color:var(--btn-secondary-bg-active);color:var(--btn-secondary-text-active);box-shadow:0 0 0 1px var(--btn-secondary-border-active)inset}:host .a-btn--warning{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:link{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:visited{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:hover{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning.hover{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning:focus{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning.focus{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning:focus{outline-color:var(--btn-warning-bg)}:host .a-btn--warning.focus{outline-color:var(--btn-warning-bg)}:host .a-btn--warning:active{background-color:var(--btn-warning-bg-active)}:host .a-btn--warning.active{background-color:var(--btn-warning-bg-active)}:host .a-btn--disabled{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn--disabled.focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[disabled]:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[disabled].focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[aria-disabled=true]:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[aria-disabled=true].focus{outline-color:var(--btn-disabled-outline)}@media only screen and (max-width:37.5em){:host .a-btn--full-on-xs{width:100%}}:host .a-btn:has(svg+span) span{order:3}:host .a-btn:has(span+svg) svg{flex:none;order:3}:host .a-btn:not(.a-btn--hide-icon):has(svg+span):before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .a-btn:not(.a-btn--hide-icon):has(span+svg):before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .a-btn--secondary:has(svg):before{border-color:var(--btn-secondary-divider)!important}:host .a-btn--warning:has(svg):before{border-color:var(--btn-warning-divider)!important}:host .a-btn--disabled:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn[disabled]:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn[aria-disabled=true]:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn--hide-icon svg{display:none}:host .m-btn-group{flex-wrap:wrap;align-items:center;gap:.9375rem;width:-webkit-fit-content;width:fit-content;display:flex}:host{width:-webkit-fit-content;width:fit-content;display:flex}@media only screen and (max-width:37.5em){:host([full-on-mobile]){width:100%}:host([full-on-mobile]) button{width:100%}:host([full-on-mobile]) [role=button]{width:100%}}:host([flush-left]) button{border-top-left-radius:0;border-bottom-left-radius:0}:host([flush-left]) [role=button]{border-top-left-radius:0;border-bottom-left-radius:0}:host([flush-right]) button{border-top-right-radius:0;border-bottom-right-radius:0}:host([flush-right]) [role=button]{border-top-right-radius:0;border-bottom-right-radius:0}:root,#storybook-root,#storybook-docs{--font-stack:"Source Sans 3 Variable","Source Sans Pro","Arial",sans-serif;font-family:var(--font-stack)}:root dd,:root dt,:root label,:root li,:root p,#storybook-root dd,#storybook-root dt,#storybook-root label,#storybook-root li,#storybook-root p,#storybook-docs dd,#storybook-docs dt,#storybook-docs label,#storybook-docs li,#storybook-docs p{max-width:41.875rem}:root .sbdocs>p,:root .sbdocs .sbdocs-title+div p,:root pre.prismjs,#storybook-root .sbdocs>p,#storybook-root .sbdocs .sbdocs-title+div p,#storybook-root pre.prismjs,#storybook-docs .sbdocs>p,#storybook-docs .sbdocs .sbdocs-title+div p,#storybook-docs pre.prismjs{font-size:16px}:root pre,#storybook-root pre,#storybook-docs pre{color:#fff;background-color:#2b2b2b}pre{line-height:22px!important}#storybook-docs :where(p:not(.sb-story *)){line-height:22px!important}.a-link .a-link__text+svg,.a-link svg+.a-link__text{margin-left:.25em}.a-form-alert .a-form-alert__text .cf-icon-svg{float:none;color:inherit}.a-form-alert .a-form-alert__text,.m-notification .m-notification__explanation{max-width:41.875rem}.m-notification>.cf-icon-svg-wrapper{position:absolute}.m-notification:not(:-webkit-any(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.m-notification:not(:-webkit-any(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.m-notification:not(:is(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.cf-icon-svg-wrapper+.m-notification__content{padding-left:1.5625em}.m-notification .m-list .cf-icon-svg-wrapper{position:relative}.m-notification--success>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--green)}.m-notification--warning>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gold)}.m-notification--error>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--red)}.m-notification .m-list .cf-icon-svg-wrapper .cf-icon-svg{fill:currentColor}.m-global-eyebrow{font-size:.75em}.m-global-eyebrow__actions{text-align:right}.m-global-eyebrow__languages{display:inline}.m-global-eyebrow__languages .m-list__item:not(:last-child){margin-bottom:0;margin-right:.583333em}@media only screen and (min-width:63.8125em){.m-global-eyebrow__languages .m-list__item:not(:last-child){margin-right:.833333em}}.m-global-eyebrow__languages a{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.m-global-eyebrow__phone{padding-left:.9375em}.m-global-eyebrow--horizontal{background:var(--gray-5);border-bottom:1px solid var(--gray-40);width:100%;padding-top:.625em;padding-bottom:.625em;display:inline-block}.m-global-eyebrow--horizontal .a-tagline{float:left}.m-global-eyebrow--horizontal .wrapper--match-content{padding-left:15px}@media (min-width:600px){.m-global-eyebrow--horizontal .wrapper--match-content{padding-left:30px}}.m-global-eyebrow--horizontal .m-global-eyebrow__languages{text-align:right}@media only screen and (max-width:56.25em){.m-global-eyebrow--horizontal .m-global-eyebrow__actions{display:none}.m-global-eyebrow--horizontal .m-global-eyebrow__actions .a-tagline{float:none}}.m-global-eyebrow--list{padding:.9375rem .9375rem 1.875rem 1.875rem}.m-global-eyebrow--list .m-global-eyebrow__actions{text-align:left;border:0;margin:0;padding:0}.m-global-eyebrow--list .m-global-eyebrow__phone,.m-global-eyebrow--list .m-global-eyebrow__languages{padding-left:0;display:block}.m-global-eyebrow--list .m-global-eyebrow__phone{border-top:1px solid var(--gray-40);padding-top:"0.9375em"}.m-global-eyebrow--list .m-global-eyebrow__phone a{padding-top:.9375rem;padding-bottom:.9375rem}.m-global-eyebrow--list .m-global-eyebrow__languages{margin-bottom:.9375rem}.m-global-eyebrow--list .m-global-eyebrow__languages .m-list__item a{text-align:center;min-width:48px;padding-top:.9375rem;padding-bottom:.9375rem;display:block}.u-layout-grid__breadcrumbs .m-breadcrumbs{flex-wrap:wrap;align-items:center;gap:.625rem;min-height:33px;padding-top:.9375rem;padding-bottom:.9375rem;font-size:.875rem;display:flex;position:relative}@media only screen and (max-width:56.25em){.u-layout-grid__breadcrumbs{background:var(--gray-5);border-bottom:1px solid var(--gray-40);margin-left:-1.875rem;margin-right:-1.875rem;padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.u-layout-grid__breadcrumbs{padding-left:.9375rem;padding-right:.9375rem}}@media only screen and (min-width:37.5625em){.u-layout-grid__breadcrumbs{margin-top:0}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}.o-expandable__content:before{content:"";border-top:1px solid var(--gray-40);padding-top:.9375em;display:block}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}.o-summary__btn{z-index:2;border:dotted var(--pacific);text-align:center;width:100%;color:var(--pacific);background:#fff;border-width:1px 0;justify-content:center;align-items:center;gap:.3125rem;padding-top:15px;padding-bottom:15px;display:flex;position:relative}.o-summary__btn[aria-expanded=false]:before{pointer-events:none;height:2.75em;left:0;right:0;top:-moz-calc(-100% + 4px);content:"";background:linear-gradient(rgba(255,255,255,0),#fff);margin:0;display:block;position:absolute;top:calc(4px - 100%)}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}.o-summary-minimal__btn{text-align:left;color:var(--pacific);background:0 0;border:none;margin-top:5px;padding-left:0;padding-right:0;display:block}.o-form__fieldset--inline>.o-form__fieldset-options{flex-wrap:wrap;align-items:flex-start;gap:.9375em;display:flex}.o-form__fieldset--inline>.o-form__fieldset-options>.m-form-field+.m-form-field{margin-top:0}.o-footer{border-top:5px solid var(--green);background:var(--gray-5);padding-top:3.125em;padding-bottom:3.125em}.o-footer__nav-list .m-list__link{color:var(--black);-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black);font-size:1.125em}.o-footer__nav-list .m-list__link:visited,.o-footer__nav-list .m-list__link.visited,.o-footer__nav-list .m-list__link:hover,.o-footer__nav-list .m-list__link.hover,.o-footer__nav-list .m-list__link:focus,.o-footer__nav-list .m-list__link.focus,.o-footer__nav-list .m-list__link:active,.o-footer__nav-list .m-list__link.active{-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black);color:var(--black)}@media only screen and (min-width:37.5625em){.o-footer__nav-list .m-list__link{margin-right:1em;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.o-footer__nav-list .m-list__link:hover,.o-footer__nav-list .m-list__link.hover,.o-footer__nav-list .m-list__link:focus,.o-footer__nav-list .m-list__link.focus{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}}@media only screen and (min-width:56.3125em){.o-footer__nav-list .m-list__link{margin-right:1.36364em;font-size:1.25em}}.o-footer__nav-list .m-list__link.m-list__link--disabled{border-bottom:1px dotted}@media only screen and (min-width:56.3125em){.o-footer__nav-list .m-list__link.m-list__link--disabled{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}}.o-footer__list .m-list__link{color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark)}.o-footer__list .m-list__link:visited,.o-footer__list .m-list__link.visited,.o-footer__list .m-list__link:hover,.o-footer__list .m-list__link.hover,.o-footer__list .m-list__link:focus,.o-footer__list .m-list__link.focus,.o-footer__list .m-list__link:active,.o-footer__list .m-list__link.active{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.o-footer__pre{margin-bottom:2.8125em;position:relative}.o-footer__pre .o-footer__top-button{text-align:center;width:100%;margin:-2em auto 2em;display:block}.o-footer__pre .o-footer__nav-list{margin-bottom:0}@media only screen and (min-width:37.5625em){.o-footer__pre{border-bottom:1px solid var(--gray-40);margin-bottom:1.875em;padding-bottom:1.875em}.o-footer__pre .o-footer__top-button{display:none}.o-footer__pre .o-footer__nav-list .m-list__item{margin-bottom:0}}@media print{.o-footer__pre{display:none!important}}.o-footer__middle-left .o-footer__list{margin:0}@media only screen and (max-width:37.5em){.o-footer__middle-left .o-footer__col:nth-child(n+2) .o-footer__list .m-list__item .m-list__link{border-top-width:0}}@media only screen and (min-width:37.5625em){.o-footer__middle-left{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;border-right:1px solid var(--gray-40);border-left:0;width:66.6667%;margin-right:-.25em;display:inline-block}.o-footer__middle-left .o-footer__col{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-left:0;border-right:0;width:50%;margin-right:-.25em;padding-right:.9375em;display:inline-block}}@media print{.o-footer__middle-left{display:none!important}}@media only screen and (max-width:37.5em){.o-footer__middle-right .o-footer__list .m-list__item .m-list__link{border-top-width:0}}@media only screen and (min-width:37.5625em){.o-footer__middle-right{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.o-footer__middle-right .o-footer__list{padding-left:30px;padding-right:30px}}@media print{.o-footer__middle-right{display:none!important}}.o-footer__post{margin-top:1.875em}@media only screen and (min-width:37.5625em){.o-footer__post{border-top:1px solid var(--gray-40);padding-top:1.875em}}@media print{.o-footer__post{border:none;margin:0;padding:0}}.o-footer .cf-icon-svg--external-link{margin-left:3px}@media (max-width:600px){.o-footer .m-list__link,.o-footer .o-footer-post,.o-footer .m-social-media{padding-left:15px}.o-footer .o-footer__top-button{width:95%}}.m-social-media{display:inline-block}.m-social-media__heading{font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+.m-social-media__heading,ul+.m-social-media__heading,ol+.m-social-media__heading,dl+.m-social-media__heading,figure+.m-social-media__heading,img+.m-social-media__heading,table+.m-social-media__heading,blockquote+.m-social-media__heading,h1+.m-social-media__heading,.h1+.m-social-media__heading,h2+.m-social-media__heading,.h2+.m-social-media__heading,h3+.m-social-media__heading,.h3+.m-social-media__heading,h4+.m-social-media__heading,.h4+.m-social-media__heading,h6+.m-social-media__heading,.h6+.m-social-media__heading{margin-top:2.14286em}.m-social-media__heading{vertical-align:middle;margin-bottom:0;display:inline-block}.m-social-media .m-list{vertical-align:middle;display:inline-block}.m-social-media .m-list .m-list__item{margin-bottom:0}.m-social-media .m-list .m-list__item:last-child{margin-right:0}.m-social-media__icon{color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);font-size:1.875em;line-height:1}.m-social-media__icon:visited,.m-social-media__icon.visited{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.m-social-media__icon:hover,.m-social-media__icon.hover,.m-social-media__icon:focus,.m-social-media__icon.focus{-webkit-text-decoration-color:var(--pacific-80);-webkit-text-decoration-color:var(--pacific-80);text-decoration-color:var(--pacific-80);color:var(--pacific-80)}.m-social-media__icon:active,.m-social-media__icon.active{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.m-social-media__icon{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.m-social-media__print{padding-left:"0.9375em";border-left:1px solid var(--black)}@media print{.m-social-media{display:none}}.no-js .m-social-media__print{display:none}.demo .col{background-color:var(--gray-5)}.demo .col p{background-color:var(--gray-10);text-align:center;font-weight:700;max-width:100%!important}.grid{max-width:1230px;margin:0 auto}.grid .grid{padding-bottom:15px}@media (min-width:720px){.grid .col{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-bottom:15px;display:inline-block}.col-1{width:8.33333%}.col-2{width:16.6667%}.col-3{width:25%}.col-4{width:33.3333%}.col-5{width:41.6667%}.col-6{width:50%}.col-7{width:58.3333%}.col-8{width:66.6667%}.col-9{width:75%}.col-10{width:83.3333%}.col-11{width:91.6667%}.col-12{width:100%}.grid.centered{flex-direction:column;justify-content:center;display:flex}.grid.centered .row{justify-content:center;width:100%;display:flex}.grid .grid{padding-bottom:0}}.m-hero{--m-hero-background-color:var(--gray-30);background-color:var(--gray-30)}.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{background-size:0 0}@media screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-size:cover}.m-hero--50-50 .m-hero__image{display:block}}@media only all and (min-width:37.5625em){.content--2-1 .content__main,.content--1-3 .content__sidebar{margin-right:0!important}}.o-header-scope .o-header__content{background-color:var(--white);z-index:1000;width:100%;height:auto}@media (max-width:56.25em){.o-header-scope .o-header__content{margin-top:-6px}}.o-header-scope .o-header__content .navbar{flex-direction:column;align-items:flex-start;font-size:16px;display:flex}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar{flex-direction:row;align-items:center;padding:0}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar{flex-direction:row;justify-content:space-between;align-items:center}}.o-header-scope .o-header__content .navbar .o-header__logo{min-width:237px}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .o-header__logo{border-left:1px solid var(--gray-40)}}.o-header-scope .o-header__content .navbar .o-header__logo-img{vertical-align:middle;height:34px;margin-top:10px;margin-bottom:10px}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .o-header__logo-img{height:50px}}.o-header-scope .o-header__content .navbar .menu-toggle{cursor:pointer;z-index:1000;background-color:transparent;border:none;width:54px;height:54px;margin-bottom:0;margin-right:0;padding:0 15px;display:block}.o-header-scope .o-header__content .navbar .menu-toggle .cf-icon-svg{height:21.38px}.o-header-scope .o-header__content .navbar .menu-toggle:hover,.o-header-scope .o-header__content .navbar .menu-toggle[aria-expanded=true]:hover{background-color:var(--gray-20)}.o-header-scope .o-header__content .navbar .menu-toggle[aria-expanded=true]{background-color:var(--gray-10)}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .menu-toggle{display:none}}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items{background-color:var(--white);border-top:1px solid var(--gray-40);z-index:1000;width:100%;padding-top:15px;transition:left .3s ease-in-out;position:absolute;top:54px;left:-115%;overflow-y:auto}}.o-header-scope .o-header__content .navbar .nav-items{flex-direction:column;width:100%;display:flex}.o-header-scope .o-header__content .navbar .nav-items.open{display:flex;left:0}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items{background-color:transparent;flex-direction:row;justify-content:flex-end;width:auto;height:auto;display:flex;position:static;overflow-y:visible}}.o-header-scope .o-header__content .navbar .nav-items .links{flex-direction:column;width:100%;padding:0 0 30px;display:flex}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links{flex-direction:row;justify-content:flex-end;width:auto;padding:0}}.o-header-scope .o-header__content .navbar .nav-items .links a,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{cursor:pointer;border-bottom:1px solid var(--gray-40);color:var(--pacific);text-align:left;margin-right:0;padding:10px 0;font-weight:500;position:relative}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{border-bottom:1px dotted transparent;margin-right:60px;padding:0}}.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{position:relative}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items .links a:hover:before,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover:before{background-color:var(--green);content:"";width:5px;height:100%;display:block;position:absolute;top:0;left:-15px}.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{color:var(--black)}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{border-bottom:1px solid var(--pacific)}}.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active.a-link,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active.a-link{color:var(--black)}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active.a-link:before,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active.a-link:before{background-color:var(--black);content:" ";width:5px;height:100%;display:block;position:absolute;top:0;left:-15px}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active.a-link,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active.a-link{border-bottom:2px solid var(--black)}}.o-header-scope .o-header__content .navbar .nav-items .links .a-btn{letter-spacing:1px;font-weight:600}.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{-moz-box-pack:left;justify-content:left;width:auto;font-size:14px;line-height:1.57;text-decoration:none}.o-header-scope .o-header__content .navbar .nav-items .links>:first-child{border-top:0 dotted var(--pacific)}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links>:first-child{border-top:none}}.o-header-scope .o-header__content .navbar .nav-items .links>:last-child{margin-right:0}.o-header-scope .o-header__content .navbar .nav-items .links .profile span{display:none}.o-header-scope .o-header__content .navbar .nav-items .links .profile:after{content:"Profile"}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links .profile span{display:inline}.o-header-scope .o-header__content .navbar .nav-items .links .profile:after{content:""}}.o-header-scope .menu-overlay{z-index:999;opacity:0;background-color:rgba(0,0,0,.5);width:100%;height:100vh;transition:opacity 1s ease-in-out;display:none;position:absolute}.o-header-scope .menu-overlay.open{opacity:1;display:block}@media (min-width:56.3125em){.o-header-scope .menu-overlay{display:none!important}}.o-header-scope .sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.o-header{z-index:10;background-color:var(--white);min-width:320px;position:relative}.o-header.bottom-border{border-bottom:5px solid var(--green)}.o-header .o-header__content{position:relative}.o-header .o-header__content>.wrapper{position:initial}.o-header .o-header__content>.wrapper>.m-global-search{float:right}@media only all and (max-width:37.5em){.o-header .o-header__content>.wrapper>.m-global-search{margin-right:-15px}}@media only all and (min-width:37.5625em) and (max-width:56.25em){.o-header .o-header__content>.wrapper>.m-global-search{margin-right:-30px}}@media only all and (min-width:56.3125em){.o-header .o-header__content{padding:.9375em 0}.o-header .o-header__content>.wrapper>.m-global-header-cta{float:right}.o-header html.js .o-header__content>.wrapper>.m-global-search{min-width:373px}}@media only all and (max-width:56.25em){.o-header .o-header__content>.wrapper>.m-global-header-cta{display:none}.o-header .js .o-header__content>.o-mega-menu{position:absolute;top:0;left:0}}@media only all and (min-width:56.3125em){.o-header .o-header__mega-menu{min-height:167px}}@media only all and (max-width:56.25em){.o-header .js .o-header__mega-menu .o-header__logo{margin-left:54px}}.o-header.o-header--no-nav{min-height:auto}@media only all and (min-width:56.3125em){.o-header.o-header--no-nav{margin-top:15px}}@media print{.o-header .o-header__logo{margin-left:15px!important}}.print .o-header .o-header__logo{margin-left:15px!important}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}.m-form-field--checkbox .a-label,.m-form-field--radio .a-label{vertical-align:top;cursor:pointer;overflow-wrap:anywhere;grid-template-columns:1.875em auto;display:inline-grid}.m-form-field--checkbox .a-label:before,.m-form-field--radio .a-label:before{border:1px solid var(--choice-border);outline:var(--choice-border-width-addendum)solid var(--choice-border);background-color:var(--choice-bg);content:"";vertical-align:top;grid-row:1/3;width:1.125em;height:1.125em;margin-right:10px;display:inline-block;position:relative;top:1px;left:1px}.m-form-field--checkbox .a-label:hover:before,.m-form-field--checkbox .a-label.hover:before,.m-form-field--radio .a-label:hover:before,.m-form-field--radio .a-label.hover:before{border-color:var(--choice-border-hover)}.m-form-field--checkbox .a-checkbox:focus+.a-label,.m-form-field--checkbox .a-checkbox.focus+.a-label,.m-form-field--checkbox .a-radio:focus+.a-label,.m-form-field--checkbox .a-radio.focus+.a-label,.m-form-field--radio .a-checkbox:focus+.a-label,.m-form-field--radio .a-checkbox.focus+.a-label,.m-form-field--radio .a-radio:focus+.a-label,.m-form-field--radio .a-radio.focus+.a-label{outline:1px dotted var(--choice-outline-focus);outline-offset:1px}.m-form-field--checkbox .a-checkbox:disabled:checked+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled.focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:hover+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled.hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled:checked+.a-label:before,.m-form-field--checkbox .a-radio:disabled:focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled.focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled:hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled.hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled:checked+.a-label:before,.m-form-field--radio .a-checkbox:disabled:focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled.focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled:hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled.hover+.a-label:before,.m-form-field--radio .a-radio:disabled:checked+.a-label:before,.m-form-field--radio .a-radio:disabled:focus+.a-label:before,.m-form-field--radio .a-radio:disabled.focus+.a-label:before,.m-form-field--radio .a-radio:disabled:hover+.a-label:before,.m-form-field--radio .a-radio:disabled.hover+.a-label:before{border-color:var(--choice-border);box-shadow:none;outline:none}.m-form-field--checkbox .a-checkbox:disabled+.a-label,.m-form-field--checkbox .a-radio:disabled+.a-label,.m-form-field--radio .a-checkbox:disabled+.a-label,.m-form-field--radio .a-radio:disabled+.a-label{cursor:not-allowed;color:var(--choice-label-disabled)}.m-form-field--checkbox-success,.m-form-field--checkbox-warning,.m-form-field--checkbox-error,.m-form-field--radio-success,.m-form-field--radio-warning,.m-form-field--radio-error{--choice-border-width-addendum:1px}.m-form-field--checkbox .a-checkbox:focus+.a-label:before,.m-form-field--checkbox .a-checkbox.focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline-color:var(--choice-border-focus)}.m-form-field--checkbox .a-checkbox:hover+.a-label:before,.m-form-field--checkbox .a-checkbox.hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline-color:var(--choice-border-hover)}.m-form-field--radio .a-radio:focus+.a-label:before,.m-form-field--radio .a-radio.focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline:none}.m-form-field--radio .a-radio:hover+.a-label:before,.m-form-field--radio .a-radio.hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline:none}.m-form-field--radio .a-radio:focus:checked+.a-label:before,.m-form-field--radio .a-radio.focus:checked+.a-label:before{background-color:var(--choice-bg-selected-focus);border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio:hover:checked+.a-label:before,.m-form-field--radio .a-radio.hover:checked+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio:checked:disabled+.a-label:before,.m-form-field--radio .a-radio:hover:checked:disabled+.a-label:before,.m-form-field--radio .a-radio.hover:checked:disabled+.a-label:before{background-color:var(--choice-bg-selected);box-shadow:inset 0 0 0 2px var(--gray-10);border-color:var(--choice-border-disabled)}.m-form-field--lg-target .a-label{box-sizing:border-box;background-color:var(--form-field-input-lg-target-bg);width:100%;padding:15px}.m-form-field--lg-target .a-checkbox:hover+.a-label,.m-form-field--lg-target .a-checkbox.hover+.a-label,.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-radio:hover+.a-label,.m-form-field--lg-target .a-radio.hover+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label{box-shadow:inset 0 0 0 2px var(--form-field-input-lg-target-border)}.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-checkbox:checked+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label,.m-form-field--lg-target .a-radio:checked+.a-label{outline-offset:1px}.m-form-field--lg-target .a-checkbox:disabled+.a-label,.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label,.m-form-field--lg-target .a-checkbox:hover:disabled+.a-label,.m-form-field--lg-target .a-radio:disabled+.a-label,.m-form-field--lg-target .a-radio:checked:disabled+.a-label,.m-form-field--lg-target .a-radio:hover:disabled+.a-label{color:var(--choice-label-disabled);box-shadow:none;background-color:var(--form-field-input-lg-target-bg-disabled)}p+.a-label--heading,ul+.a-label--heading,ol+.a-label--heading,dl+.a-label--heading,figure+.a-label--heading,img+.a-label--heading,table+.a-label--heading,blockquote+.a-label--heading,h1+.a-label--heading,.h1+.a-label--heading,h2+.a-label--heading,.h2+.a-label--heading,h3+.a-label--heading,.h3+.a-label--heading,h5+.a-label--heading,.h5+.a-label--heading,h6+.a-label--heading,.h6+.a-label--heading{margin-top:1.66667em}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}.a-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border:1px solid var(--range-border);background-color:var(--range-bg);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range::-moz-range-thumb{-webkit-appearance:none;appearance:none;border:1px solid var(--range-border);background-color:var(--range-bg);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range:focus,.a-range.focus{box-shadow:none;outline:none}.o-search-input__input{width:initial;flex:0 100%;display:flex;position:relative}.o-search-input__input input[type=search]{white-space:nowrap;-webkit-appearance:none;appearance:none;width:100%;padding-left:30px}.o-search-input__input input[type=search]:not(:-moz-placeholder-shown){padding-right:34px}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}.a-select select{-webkit-appearance:none;appearance:none;background-color:var(--white);width:100%;color:var(--black);border:0;border-radius:0;padding:.4375em .375em .375em;line-height:1.375}.a-select select:hover,.a-select select.hover{outline:2px solid var(--select-border-hover-default);outline-offset:0;cursor:pointer}.a-select select:active,.a-select select:focus,.a-select select.focus{box-shadow:0 0 0 2px var(--select-border-focus-default);outline:1px dotted var(--select-border-focus-default);outline-offset:3px}.a-select select[disabled]:hover,.a-select select[disabled].hover,.a-select select[disabled]:focus,.a-select select[disabled].focus{outline:none}.a-select select[disabled],.a-select select[disabled] option,.a-select select[disabled] option:disabled,.a-select select option:disabled{color:var(--select-text-disabled-default)}.a-select:after{box-sizing:border-box;border-left:1px solid var(--select-border-default);background-color:var(--select-icon-bg-default);content:"";pointer-events:none;background-image:url("data:image/svg+xml;charset=UTF-8,");background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.u-move-to-origin{-moz-transform:translate(0,0);transform:translateZ(0)}.a-tag-filter{border:1px solid var(--teal);background-color:var(--teal-20);color:var(--black);text-align:left;border-radius:.1875rem;gap:.625rem;min-width:-webkit-fit-content;min-width:fit-content;padding:4px 6px;line-height:1.1875;display:flex}button.a-tag-filter:hover,a.a-tag-filter:hover{background-color:var(--teal-40);cursor:pointer}button.a-tag-filter:focus,a.a-tag-filter:focus{outline:1px dotted var(--teal);outline-offset:1px}button.a-tag-filter:active,a.a-tag-filter:active{background-color:var(--teal-60)}a.a-tag-filter:visited,a.a-tag-filter.visited,a.a-tag-filter:hover,a.a-tag-filter.hover,a.a-tag-filter:focus,a.a-tag-filter.focus{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--black)}a.a-tag-filter:active,a.a-tag-filter.active{-webkit-text-decoration-color:var(--teal-60);-webkit-text-decoration-color:var(--teal-60);text-decoration-color:var(--teal-60);color:var(--black)}.a-tag-topic{text-transform:uppercase;color:var(--gold-80);letter-spacing:1px;gap:.3125rem;font-size:.875rem;font-weight:600;display:flex}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}a.a-tag-topic:visited,a.a-tag-topic.visited,a.a-tag-topic:hover,a.a-tag-topic.hover,a.a-tag-topic:focus,a.a-tag-topic.focus,a.a-tag-topic:active,a.a-tag-topic.active{-webkit-text-decoration-color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);text-decoration-color:var(--gold-80);color:var(--gold-80)}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.a-text-input{--input-text:var(--input-text-default);--input-text-disabled:var(--input-text-disabled-default);--input-text-placeholder:var(--input-text-placeholder-default);--input-border:var(--input-border-default);--input-border-hover:var(--input-border-hover-default);--input-border-focus:var(--input-border-focus-default);--input-bg:var(--input-bg-default);--input-bg-disabled:var(--input-bg-disabled-default);-webkit-appearance:none;appearance:none;border:1px solid var(--input-border);outline:0 solid var(--input-border);background:var(--input-bg);color:var(--input-text);box-sizing:border-box;padding:.4375em;display:inline-block}.a-text-input:hover,.a-text-input.hover{border-color:var(--input-border-hover);outline:1px solid var(--input-border-hover)}.a-text-input:focus,.a-text-input.focus{border-color:var(--input-border-focus);box-shadow:0 0 0 1px var(--input-border-focus);outline:1px dotted var(--input-border-focus);outline-offset:2px}.a-text-input:disabled,.a-text-input:disabled:hover,.a-text-input:disabled.hover,.a-text-input:disabled:focus,.a-text-input:disabled.focus{color:var(--input-text-disabled);background-color:var(--input-bg-disabled);cursor:not-allowed;border-color:var(--input-border);outline:none}.a-text-input--error,.a-text-input--warning,.a-text-input--success{outline-width:1px}select.o-multiselect{box-sizing:border-box;border:1px solid var(--select-border-default);width:100%;height:5.5em;padding:.25em .4375em;display:block}.o-multiselect__header:after{box-sizing:border-box;border:1px solid var(--select-border-default);background-color:var(--select-icon-bg-default);content:"";pointer-events:none;background-image:url("data:image/svg+xml;charset=UTF-8,");background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}.o-multiselect__options.u-no-results,.o-multiselect__options.u-max-selections{padding:.625em}.o-multiselect__options.u-no-results li,.o-multiselect__options.u-max-selections li{display:none}.o-multiselect__options.u-no-results:after,.o-multiselect__options.u-max-selections:after{display:list-item}.skip-nav{position:relative}.skip-nav__link{z-index:11;background:0 0;width:1px;height:1px;transition:transform 1s,background .5s linear;position:absolute;top:auto;left:-10000px;overflow:hidden}.skip-nav__link:focus{outline:1px dotted var(--pacific);outline-offset:1px;width:auto;height:auto;padding:.611111em 1.61111em;font-size:1.125em;transition:transform .1s,background .2s linear;top:15px;left:15px;overflow:visible}.skip-nav__link__flush-left:focus{left:0}.white-space-nowrap{white-space:nowrap}.word-break-break-all{word-break:break-all}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.card-container{max-width:100%;margin-bottom:30px;padding:15px}.card-container nav{justify-content:space-between;width:100%}.card-container nav a,.card-container nav button{font-size:16px}.card-container nav .a-btn--link{border:0}.card-container nav .a-btn--link span{margin-right:15px}.card-container h1{margin:30px 0 15px}.card-container h2.company-information{margin-top:45px}.card-container .card{flex-flow:row;display:flex}@media screen and (max-width:599px){.card-container .card{flex-wrap:wrap}}.card-container .card .card-left{box-sizing:border-box;width:33%;min-width:260px;padding-right:30px}@media screen and (min-width:600px) and (max-width:900px){.card-container .card .card-left{padding-right:15px}}@media screen and (max-width:599px){.card-container .card .card-left{width:100%;padding-right:10px}}.card-container .card .card-right{width:67%}@media screen and (max-width:599px){.card-container .card .card-right{width:100%;padding-top:15px}}.card-container .card .cf-icon__before{padding-right:10px;font-size:16px}.card-container .card .cf-icon__before.cf-icon-approved-round{color:var(--green)}.card-container .card .cf-icon__before.cf-icon-delete-round{color:var(--red)}.card-container .card .cf-icon__before.cf-icon-minus-round{color:var(--gold)}.card-container .card .cf-icon__before.cf-icon-help-round{color:var(--navy)}.card-container .card .cf-icon__before.cf-icon-error-round{color:var(--gray-80)}.card-container .card .cf-icon__before.cf-icon-clock-round{color:var(--green)}.card-container .card .cf-icon__before.cf-icon-clock-round.not-timely{color:var(--gold)}.card-container .card .layout-column h3,.card-container .card .layout-column h4{margin-top:0;margin-bottom:5px}.card-container .card .subitem{margin-right:5px;font-weight:500}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.light-box{--faded-gray-dark:67,72,78;background-color:rgb(var(--faded-gray-dark),.75);z-index:1;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loading-box{border:1px solid var(--gray-dark);background:var(--gray-5);border-radius:4px;outline:none;max-width:480px;padding:30px;overflow:auto}.loading-box span.cf-icon-svg{padding-right:10px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.content__hero{padding-bottom:1.875rem}.content__hero p{max-width:670px}.content__hero ul{padding-top:5px}.content__hero .m-list--horizontal{flex-wrap:wrap;align-items:center;column-gap:10px;display:flex}.content__hero li{border-bottom:0;padding-bottom:0}.content__hero li button,.content__hero li a{font-size:16px;display:inline-block}.content__hero li.m-list__item{margin-right:0}.content__hero li:after{content:"|";margin-left:10px}.content__hero li:last-of-type:after{content:"";margin:0}.content__hero .m-list--horizontal .m-list__item>.a-btn--link,.content__hero .m-list--horizontal .m-list__item>.a-link{width:auto;display:inline}.content__hero .content-header{display:inline-flex}.content__hero h4.content-header{box-sizing:border-box;color:var(--gray-dark);text-transform:uppercase;vertical-align:text-bottom;margin-top:0;margin-left:10px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.filter-panel{border-top:1px solid var(--gray-40);border-right:1px solid var(--gray-40);background:var(--gray-5);padding:15px}@media screen and (min-width:901px){.filter-panel{padding:30px}}@media screen and (max-width:599px){.filter-panel{border-right:none}}.filter-panel .a-form-alert{margin-top:15px}.filter-panel hr{color:var(--gray-40);margin:0}.filter-panel .single-checkbox{margin:15px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.o-expandable{margin-bottom:0}.o-expandable h4{box-sizing:border-box;max-width:calc(100% - 55px);padding-right:5px}.o-expandable p{color:var(--gray);font-size:16px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.typeahead input{box-sizing:border-box;width:100%}.typeahead input:focus{border:solid 2px var(--pacific)}.typeahead-selector{width:100%;position:relative}.typeahead-selector ul{border:solid 2px var(--pacific);border-top:0;padding-left:0;position:absolute;top:0;left:0;right:0}.typeahead-selector ul li.footer{border-top:solid 1px var(--gray-40);background-color:var(--pacific-20);cursor:default;text-align:center;margin:0;padding:15px;font-size:12px;font-style:italic;list-style-type:none}.typeahead-selector input{padding-bottom:.28em!important;padding-left:1.78571em!important}.typeahead .a-btn.a-btn--link{color:var(--gray-80)}.typeahead .rbt-menu.dropdown-menu.show{z-index:100;overflow:visible!important}.typeahead .dropdown-item.disabled{color:#000}.typeahead .rbt-input-hint{color:transparent!important}.typeahead .dropdown-item.rbt-menu-pagination-option{border-top:solid 1px var(--gray-40);background-color:var(--pacific-20);cursor:default;text-align:center;width:auto;margin:0;padding:15px;font-size:12px;font-style:italic;list-style-type:none;display:block;position:relative}.typeahead .typeahead-option{border-top:solid 1px var(--gray-40);background-color:var(--white);cursor:default;margin:0;padding:15px;list-style-type:none}.typeahead .typeahead-option:hover,.typeahead .typeahead-option.selected{border-top:solid 2px var(--pacific);border-bottom:solid 2px var(--pacific);background-color:var(--gray-10)}.typeahead .typeahead-option__sub{color:var(--pacific);margin-left:10px;font-size:14px}.typeahead .typeahead-option--multi{color:var(--pacific);flex-direction:column;gap:5px;display:flex}.typeahead .o-search-input__input-label{z-index:1}.input-contains-label__before{cursor:pointer;font-size:.875em;position:absolute;top:.5em;left:.857143em}.input-contains-label__before~input[type=text]{padding-bottom:.28em;padding-left:1.78571em}.input-contains-label__before--search .cf-icon-svg{position:relative;top:2px}.input-contains-label__before .cf-icon-svg{z-index:9}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.date-filter h4{margin-bottom:0}.date-filter ul.date-inputs{margin:0}.date-filter ul.date-inputs li{width:calc(50% - 8px);list-style:none;display:inline-block}.date-filter ul.date-inputs li:first-of-type{margin-right:15px}.date-filter ul.date-inputs li input{width:100%}.date-filter ul.messages{padding-top:10px}.date-filter ul.messages li{margin:0;list-style:none}.date-ranges .date-selector{background-color:var(--pacific-20);color:var(--black)}.date-ranges .date-selector.selected{background-color:var(--pacific-60);font-weight:600}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.aggregation ul{margin-top:20px;padding-left:0}.aggregation ul li{border:0;align-items:baseline;margin-bottom:15px;padding:0;position:relative}.aggregation ul li .a-label:before{box-sizing:border-box;text-indent:0;width:20px;height:20px}.aggregation ul li .bucket-key{vertical-align:top;max-width:calc(100% - 65px)}.aggregation ul li .bucket-count{color:var(--gray-dark);font-size:14px;position:absolute;top:0;right:0}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}li.aggregation-branch.parent{align-items:baseline;list-style-type:none;position:relative}li.aggregation-branch.parent .toggle.a-label:before{box-sizing:border-box;text-indent:0;width:20px;height:20px}li.aggregation-branch.parent .toggle.indeterminate:before{border:solid 2px var(--gray-dark);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAA6klEQVQoFVWS3RbDIAiDFenj7mI3e/n6s3xQ240zPaJJCHT1836tOWdhEa017fU+11oLy6yWtUqx8zx1WAJaPATyZ9uEOWbgrPce6sE2iwqQraYAYgQ7Zz+OIy+UoLYBSmTDlKdVd493x/MG8tj7UK4K5ldltEeIIuAoQkiii9Ajp8k9iEdQloKq7Z+Yk8E+JAj6xTkqcEm5MUdZk4kx2kcEsTGwpb4AkwBkFH30wqi3HYSIXckpRwC0pUdsMBl6EziIV59A1UN+RUDpNQVypOvuTV1IthZV0OeWUlxInftmGrWW/jN3P7ggvpSOn4eXbS7WAAAAAElFTkSuQmCC) 50% no-repeat}.a-checkbox:checked+li.aggregation-branch.parent .toggle.a-label:before{border:solid 2px var(--gray-dark)}li.aggregation-branch.parent button{text-align:left;vertical-align:top;max-width:calc(100% - 95px);font-size:16px;font-weight:400;display:inline-block}li.aggregation-branch.parent button .cf-icon-svg{padding-left:5px}li.aggregation-branch.parent .a-btn--link{border:0}li.aggregation-branch.parent .parent-count{color:var(--gray-dark);font-size:14px;position:absolute;top:0;right:0}li.aggregation-branch+ul.children{padding-left:22.5px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.list-panel h2{margin:15px}.list-panel .cards-panel{margin:0;padding:30px}@media screen and (max-width:599px){.list-panel .cards-panel{padding:15px}}.list-panel .m-pagination .a-btn[disabled],.list-panel .m-pagination .m-pagination__label,.list-panel .m-pagination .m-pagination__btn-submit{color:var(--gray)}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cf-select{border:1px solid var(--gray-40);position:relative}.cf-select select{-webkit-appearance:none;appearance:none;background-color:var(--white);width:100%;color:var(--black);border:0;border-radius:0;margin-right:30px;padding:.25em 0 .375em 1rem}.cf-select select:hover,.cf-select select.hover,.cf-select select:active,.cf-select select:focus{outline:2px solid var(--pacific);outline-offset:0}.cf-select select[disabled]{color:var(--gray-80);background-color:var(--gray-10);cursor:not-allowed}.cf-select select[disabled]:hover{outline:none}.cf-select select[disabled] option,.cf-select select[disabled] option:disabled,.cf-select select option:disabled{color:var(--gray-10)}.cf-select select::-ms-expand{display:none}.cf-select:after{background-color:var(--gray-5);color:var(--gray-80);content:"▾";text-align:center;pointer-events:none;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}.no-csspointerevents .cf-select:after{content:"";border:0;width:0;height:0}.refine-bar section{margin:10px 0 10px 15px}.refine-bar section p{color:var(--gray);font-size:12px;font-weight:600}.refine-bar section button.selected{background-color:var(--pacific-60);font-weight:600}.refine-bar section button:not(.selected){background-color:var(--pacific-20)}.refine-bar section:not(.filter-panel-toggle) button{color:var(--black)}.refine-bar section.cf-select{border:none}.refine-bar section.cf-select select{background-color:var(--white);color:var(--black);border:1px solid var(--gray-40)}.refine-bar section.cf-select:after{background-color:var(--white);transform:translate(-5px)}@media screen and (min-width:901px){.refine-bar .separator{display:none}}@media screen and (min-width:750px) and (max-width:900px){.refine-bar .separator{display:none}}@media screen and (max-width:599px){.refine-bar .separator{display:none}}@media screen and (max-width:599px),screen and (min-width:600px) and (max-width:749px){.refine-bar button>span{display:none}}.refine-bar button.disabled.a-btn__disabled{background-color:var(--gray-10)}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.action-bar{border:1px solid var(--gray-40);background-color:var(--green-20);border-left:0;padding:15px 30px}.action-bar h2{margin:0}@media screen and (max-width:599px){.action-bar h2{padding:15px}}.action-bar .export-results{margin:0 0 5px;padding-top:5px}.action-bar .export-results .a-btn{margin-right:15px;font-size:14px;display:inline-block}.action-bar .export-results .a-btn svg{margin-right:5px}.action-bar .a-btn--link{color:var(--pacific-dark)}.action-bar .a-btn--link:hover{color:var(--navy)}.action-bar .a-btn--link:focus{color:var(--pacific-dark);border:1px dotted var(--pacific-dark)}.action-bar .a-btn--link:active{color:var(--navy);border:1px dotted var(--navy)}@media screen and (max-width:599px){.action-bar{border:1px solid var(--gray-40);padding-left:0}.action-bar .export-results{margin-left:15px}}@media screen and (min-width:1800px){.action-bar{padding-left:40px}}.warning.m-notification{margin:10px}.warning.m-notification .m-notification__message{padding-right:18px}.warning .close{cursor:pointer;margin:5px 10px;position:absolute;top:0;right:0}.warning .close svg{fill:var(--gray)}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.card-container .card .card-left{min-width:initial}li.card-container{border-bottom:1px solid var(--gray-40);margin:0;padding:30px 0;list-style-type:none}li.card-container:first-of-type{padding-top:0}li.card-container:last-of-type{border:0;padding-bottom:0}li.card-container .card{flex-flow:row;display:flex}@media screen and (max-width:599px){li.card-container .card{flex-wrap:wrap}}li.card-container .card .card-left{box-sizing:border-box;width:260px;padding-right:30px}@media screen and (min-width:600px) and (max-width:900px){li.card-container .card .card-left{width:50%;padding-right:15px}}@media screen and (max-width:599px){li.card-container .card .card-left{width:100%;padding-right:10px}li.card-container .card .card-right{width:100%;padding-top:15px}}li.card-container .card .layout-row .spacer{margin:10px}li.card-container .card .layout-row h4{margin-right:5px;font-size:16px}li.card-container .card .layout-column h3{margin-top:0;margin-bottom:5px}li.card-container .card .layout-column h3 a{border-bottom-width:2px}li.card-container .card .layout-column h3.to-detail{margin-bottom:15px}li.card-container .card .layout-column h4{margin-top:0;margin-bottom:5px}li.card-container .card .subitem{margin-right:5px;font-weight:500}li.card-container .card em{background-color:var(--teal-20);font-style:normal}.error.m-notification{margin:10px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media screen and (min-width:750px) and (max-width:900px){.filter-panel-toggle{display:none}}@media screen and (min-width:1800px){.filter-panel-toggle{display:none}}@media screen and (min-width:901px){.filter-panel-toggle{display:none}}@media screen and (min-width:600px) and (max-width:749px){.filter-panel-toggle{width:90vw;margin-left:auto;margin-right:auto;display:block}.filter-panel-toggle .a-btn{width:100%}}@media screen and (max-width:599px){.filter-panel-toggle{width:90vw;margin-left:auto;margin-right:auto;display:block}.filter-panel-toggle .a-btn{width:100%}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.separator{border-left:solid 1px var(--gray-40);height:38px;margin-top:35px;margin-left:10px}@media screen and (min-width:901px){.separator{display:none}}@media screen and (min-width:750px) and (max-width:900px){.separator{display:none}}@media screen and (max-width:599px){.separator{display:none}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.map-toolbar{border-top:2px solid var(--gray-20);border-bottom:1px solid var(--gray-20);margin:0 20px}.map-toolbar a{text-decoration:underline}.map-toolbar a:link,.map-toolbar a:hover,.map-toolbar a:active,.map-toolbar a:visited{cursor:pointer}.map-toolbar .state-heading{border-bottom:1px solid var(--gray-20);padding:.625rem}.map-toolbar .state-heading span{margin:.625rem}.map-toolbar .state-heading svg{padding-right:.313rem}.map-toolbar .state-navigation{padding:.625rem}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.row-chart-section{margin-top:30px;margin-left:30px}.row-chart-section p{max-width:none}@media screen and (max-width:599px){.row-chart-section{margin-left:0}}.row-chart .bg-hover,.row-chart .visibility,.row-chart line,.row-chart path.domain,.row-chart .x-axis-group{display:none}.row-chart .expandable{color:var(--pacific);cursor:pointer}.row-chart text{font-size:16px}.row-chart text.adjust-upwards{transform:translateY(-12px)}.row-chart text.hidden{display:none}.row-chart .view-more-group .view-more-background{fill:var(--pacific-20)}.row-chart .view-more-group .view-more-label{fill:var(--pacific);text-anchor:end;cursor:pointer;font-size:14px;font-weight:700;text-decoration:underline}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.highcharts-container{text-align:left;z-index:0;-webkit-tap-highlight-color:transparent;width:100%;height:100%;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;font-size:12px;line-height:normal;position:relative;overflow:hidden}.highcharts-root{display:block}.highcharts-root text{stroke-width:0;font-weight:500}.highcharts-strong{font-weight:700}.highcharts-emphasized{font-style:italic}.highcharts-anchor{cursor:pointer}.highcharts-background{fill:var(--white)}.highcharts-plot-border,.highcharts-plot-background,.highcharts-label-box{fill:none}.highcharts-button-box{fill:inherit}.highcharts-title{fill:#333;font-size:1.5em}.highcharts-subtitle{fill:#666}.highcharts-map-series .highcharts-point{stroke:#ccc;transition:fill .5s,fill-opacity .5s,stroke-width .25s}.highcharts-map-series .highcharts-point-hover{cursor:default;fill-opacity:.5;transition:fill,fill-opacity;fill:var(--pacific)!important}.u-chart-label{color:var(--gray);font-family:inherit;font-size:16px}.cfpb-chart{width:calc(100% - 60px);min-height:400px;margin-bottom:25px;margin-left:30px;position:relative}.cfpb-chart .highcharts-root,.cfpb-chart .highcharts-container,.cfpb-chart .highcharts-legend-box,.cfpb-chart .highcharts-axis-labels,.cfpb-chart .highcharts-tooltip text{color:var(--gray);font-family:inherit;font-size:16px}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label{color:var(--black);font-weight:500}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state{text-align:center;cursor:default}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state.deselected{color:var(--gray)}.cfpb-chart[data-chart-type=tile_map] .highcharts-label{pointer-events:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-legend-title .highcharts-legend-key{font-weight:500}.cfpb-chart[data-chart-type=tile_map] .highcharts-legend-title .highcharts-legend-description{font-size:12px}.cfpb-chart[data-chart-type=tile_map] .highcharts-legend-title .highcharts-legend-description .type{color:var(--black);font-weight:500}.cfpb-chart[data-chart-type=tile_map] .highcharts-legend__tile-map{font-size:12px}.cfpb-chart[data-chart-type=tile_map] .highcharts-legend__tile-map .legend-box{stroke:var(--gray)}.cfpb-chart[data-chart-type=tile_map] .highcharts-label__tile-map{color:var(--gray);font-family:inherit;font-size:16px;font-weight:500}.cfpb-chart[data-chart-type=tile_map] .highcharts-label__tile-map span{white-space:normal!important;position:relative!important}.cfpb-chart[data-chart-type=tile_map] .u-point-hover-state,.cfpb-chart[data-chart-type=tile_map] .selected{stroke:var(--black);cursor:default;stroke-linecap:square}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point{stroke:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point.empty{stroke:#e7e8e9}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point.selected{stroke:#002d72}.cfpb-chart[data-chart-type=tile_map] .highcharts-label-box{display:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip{min-width:200px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span{color:var(--white);background-color:var(--black);width:320px;padding:5px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span div p{white-space:normal;margin:5px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span div p.u-float-left{float:left;width:150px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span div p.u-right{width:150px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .title{text-align:center}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row{border-top:1px solid #43484e;margin-top:5px;padding-top:5px}.cfpb-chart[data-chart-type=tile_map]:not(.print) .highcharts-map-series .highcharts-point:hover{stroke:#002d72;stroke-width:2px!important}@media screen and (min-width:600px) and (max-width:749px),screen and (max-width:599px){.cfpb-chart[data-chart-type=tile_map]{width:calc(100% - 20px);margin-bottom:10px;margin-left:10px}}.highcharts-data-label{font-size:14px;line-height:1.3}.highcharts-data-label .highcharts-data-label-state{flex-flow:wrap;display:flex}.highcharts-data-label .highcharts-data-label-state .abbr{flex:1 0 auto;font-size:16px}.highcharts-data-label .highcharts-data-label-state .value{flex:1 0 auto;margin-top:6px;font-size:12px}.highcharts-data-label .highcharts-data-label-state.hover .abbr,.highcharts-data-label .highcharts-data-label-state.hover .value{text-decoration:underline}.highcharts-data-label .highcharts-data-label-state.deselected{color:#5a5d61}@media screen and (max-width:1024px){.highcharts-data-label{line-height:1}.highcharts-data-label .highcharts-data-label-state .abbr{font-size:12px}.highcharts-data-label .highcharts-data-label-state .value{margin-top:3px;font-size:9px}}@media screen and (max-width:400px){.highcharts-data-label{line-height:1}.highcharts-data-label .highcharts-data-label-state .abbr{font-size:12px}.highcharts-data-label .highcharts-data-label-state .value{display:none}}@media screen and (min-width:600px) and (max-width:749px){.highcharts-series-group{transform:translateY(15px)}.highcharts-data-labels.highcharts-map-series{margin-top:15px}}@media screen and (max-width:599px){.highcharts-series-group{transform:translateY(15px)}.highcharts-data-labels.highcharts-map-series{margin-top:15px}}.no-js .cfpb-chart{height:inherit}.no-js .cfpb-chart:after{border:0}.print-info,.print-info-footer{background:var(--gray-5);word-break:break-all;width:100%;padding:15px}.print-info span,.print-info-footer span{font-weight:600}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.trends-panel .refine-bar section:nth-of-type(2){margin-left:0}.trends-panel .refine-bar .separator{margin-right:10px;display:inline-block}.trends-panel .company-overlay{justify-content:center}.trends-panel .company-overlay .company-search{margin:45px}.trends-panel .company-overlay .company-search .typeahead{width:100%}.trends-panel .chart-description p{max-width:none}.trends-panel .chart{width:100%}.trends-panel .chart .m-notification{margin-bottom:10px}.trends-panel.external-tooltip section.chart{width:70%}.trends-panel.external-tooltip section.tooltip-container{width:25%}.trends-panel.external-tooltip section.tooltip-container .typeahead{margin-bottom:25px}.trends-panel.external-tooltip section.tooltip-container.legend{margin-top:20px}.trends-panel.external-tooltip section.tooltip-container.legend .tooltip-ul{border-bottom:none}.trends-panel.external-tooltip section.tooltip-container{padding:0 1%;position:relative}.trends-panel.external-tooltip section.tooltip-container .scrollable{border-bottom:solid 1px var(--black);max-height:300px;overflow-x:hidden;overflow-y:auto}.trends-panel.external-tooltip section.tooltip-container .scrollable ul.tooltip-ul{cursor:pointer;color:var(--pacific);border-bottom-color:var(--gray-10)}.trends-panel.external-tooltip section.tooltip-container .scrollable ul.tooltip-ul li:before{opacity:0}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy{border-bottom:solid 1px var(--gray-40);width:100%;margin-bottom:0;padding-top:5px;font-size:12px;font-weight:600;display:inline-block}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy span.heading{color:var(--gray)}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy span.date{float:right}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy.warn{border-bottom:0;padding-top:15px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul{border-bottom:solid 1px var(--gray-40);margin-bottom:0;padding-top:2px;padding-bottom:2px;padding-left:0;list-style:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.recommended{background:rgba(231,232,233,.4)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active{color:var(--black)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__23{background-color:var(--purple-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__24{background-color:var(--red-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__25{background-color:var(--gold-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active li:before{opacity:1}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span{border:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span.u-left{text-align:left;width:70%;display:inline-block}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span.u-right.close{padding-left:10px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li{border-bottom:1px solid var(--gray-20);margin-bottom:0;padding-left:14px;position:relative}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li:before{content:"";border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:4px;left:0}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__0:before{background-color:#2cb34a}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__1:before{background-color:#addc91}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__2:before{background-color:#0072ce}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__3:before{background-color:#96c4ed}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__4:before{background-color:#257675}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__5:before{background-color:#9ec4c3}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__6:before{background-color:#254b87}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__7:before{background-color:#9daecc}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__8:before{background-color:#b4267a}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__9:before{background-color:#dc9cbf}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__10:before{background-color:#a2a3a4}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__12:before{background-color:#93cf7c}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__13:before{background-color:var(--purple-60)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__14:before{background-color:var(--red-60)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__15:before{background-color:var(--gold-80)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li:last-child{border:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul .dot{background-color:red;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul{font-size:12px;font-weight:500}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.total{border-bottom:none;font-size:16px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.total li .u-left{width:50%}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button{width:100%}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button span.pull-left{display:none}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button:before{content:"Reset recommended set";border-right:solid 1px var(--white);padding-right:10px}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button>.caret{border-top-color:var(--white);border-right-color:var(--white);vertical-align:top;border-style:solid;border-width:2px 2px 0 0;width:8px;height:8px;display:inline-block;position:relative;top:.15em;right:-10px;transform:rotate(135deg)}.trends-panel.external-tooltip section.tooltip-container:not(.focus) ul.tooltip-ul .u-left.a-btn--link{text-decoration:underline}.trends-panel h2.area-chart-title{margin-bottom:0;padding-top:15px}.trends-panel .chart-helper-text{padding-bottom:15px}@media screen and (max-width:599px){.trends-panel .refine-bar .cf-select{flex-grow:1;width:46%}.trends-panel .refine-bar .date-ranges{margin:10px 0}.trends-panel .refine-bar .chart-toggles{margin-left:0}}@media screen and (max-width:599px),screen and (min-width:600px) and (max-width:900px){.trends-panel .chart,.trends-panel.external-tooltip section.chart,.trends-panel.external-tooltip section.tooltip-container{width:100%}}.trends-panel .layout-row.date-range-disclaimer{margin-bottom:15px}.trends-panel .layout-row .m-notification{width:100%;margin-top:0;margin-bottom:0;margin-left:0}@media screen and (min-width:600px) and (max-width:900px){.trends-panel .layout-row{padding-left:20px}}@media screen and (min-width:901px){.trends-panel .layout-row{padding-left:30px}}@media screen and (min-width:1800px){.trends-panel .layout-row{padding-left:40px}}.chart-toggles button svg#line-chart-icon .cls-1{opacity:.4}.chart-toggles button svg#line-chart-icon .cls-2{fill:none;stroke:#101820;stroke-miterlimit:10;stroke-width:2px}.chart-toggles button svg#line-chart-icon .cls-3,.chart-toggles button svg#area-chart-icon .cls-1{fill:#101820}.chart-toggles button svg#area-chart-icon .cls-2{opacity:.4}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.focus-header .clear-focus{margin:15px}.focus-header .clear-focus .cf-icon-svg{margin-right:5px}.focus-header .focus{text-align:center;margin-left:10%}.focus-header .focus .divider{background-color:var(--green-60);width:75px;height:5px;display:inline-block}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.tabbed-navigation.lens{border-bottom:1px solid var(--gray-40);background:0 0}.tabbed-navigation.lens .tab{font-size:medium}.tabbed-navigation.lens .tab.active{background:var(--white)}.tabbed-navigation.lens .tab:not(.active){background:var(--pacific-20)}#line-chart .y-axis-group path,#line-chart .x-axis-group .month-axis .domain,#line-chart .masking-rectangle{display:none}#stacked-area-chart svg,#line-chart svg{overflow:visible}#stacked-area-chart .topic .line,#line-chart .topic .line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}#stacked-area-chart .circle-container circle,#line-chart .circle-container circle{fill:var(--white)}#stacked-area-chart .grid-lines-group,#line-chart .grid-lines-group{stroke:var(--gray-20);stroke-width:.1%}#stacked-area-chart .x-axis-group line,#line-chart .x-axis-group line{display:none}#stacked-area-chart .vertical-marker,#line-chart .vertical-marker{stroke:var(--gray-20);stroke-width:2px;stroke-dasharray:4 4}#stacked-area-chart .chart-group .area path.area,#line-chart .chart-group .area path.area{fill:var(--gray-10);opacity:.4}#stacked-area-chart .chart-group .area-outline,#line-chart .chart-group .area-outline{fill:none}#stacked-area-chart .extended-x-line,#line-chart .extended-x-line{stroke:var(--black);stroke-width:.2%}.chart-wrapper{padding:0 10px}#stacked-area-chart .stacked-area .y-axis-group .domain{display:none}.chart-wrapper p{color:var(--gray);font-size:12px;font-weight:600}.chart-wrapper p.x-axis-label{margin-left:45%}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.tabbed-navigation{border-bottom:1px solid var(--gray-20);margin-top:30px}.tabbed-navigation section{padding-left:10px}.tabbed-navigation section .tab{margin:0;padding:4px 30px 8px;font-size:1.1875em;font-weight:500}.tabbed-navigation section .tab .cf-icon-svg{margin-top:4px;margin-right:5px;font-size:.8125em}.tabbed-navigation section .tab:not(.active){color:var(--pacific-dark);background:var(--gray-5);border:1px solid var(--gray-20);border-bottom:none}.tabbed-navigation section .tab:not(.active):hover,.tabbed-navigation section .tab:not(.active):focus{color:var(--navy-dark)}.tabbed-navigation section .tab:not(.active):after{content:"";border-top:1px solid;display:block}.tabbed-navigation section .tab.active{border:1px solid var(--gray-40);background:var(--white);pointer-events:none;padding-top:8px;position:relative}.tabbed-navigation section .tab.active:after{content:"";outline:1px solid var(--white);width:calc(100% - 2px);display:block;position:absolute;bottom:-1px;left:1px}.trend-depth-toggle{background:var(--gray-10);text-align:center;justify-content:center;display:flex}.trend-depth-toggle button{margin:5px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.modal-overlay{z-index:100;--faded-gray-dark:67,72,78;background-color:rgb(var(--faded-gray-dark),.75);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-body{border:1px solid var(--gray-dark);border-top:12px solid var(--green);background:var(--white);border-radius:4px;outline:none;max-width:480px;max-height:100%;margin:45px;padding:0;overflow:auto}.modal-body .header{align-items:flex-start;padding:15px 15px 0}.modal-body .header .a-btn--link{border:0}.modal-body .header .cf-icon-svg{padding-left:5px}.modal-body .body{padding:0 15px}.modal-body .body p:last-of-type{margin-bottom:15px}.modal-body .footer{background-color:var(--gray-5);align-items:baseline;padding:15px}.modal-body .footer button{margin-right:15px}.modal-body .footer button.a-btn--link{height:18px}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}.u-clearfix:after{content:"";clear:both;display:table}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}small,.u-small-text{font-size:.875em}small--subtle,.u-small-text--subtle{color:var(--gray)}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.export-modal .body .a-btn__icon{padding-right:5px}.export-modal .body .export-url-copied{border:solid 1px var(--green);background-color:var(--green-20);color:var(--black);border-left:0}.export-modal .body .export-url-copied .cf-icon-svg{fill:var(--green)}.export-modal .body .instructions,.export-modal .body .group{margin-bottom:15px}.export-modal .body .group .group-title{margin:15px 0;font-size:18px;font-weight:700}.export-modal .body .group .m-form-field{margin-bottom:15px}.export-modal .body .group .m-form-field .multiline-label{display:inline-block}.export-modal .body .group .other-formats{margin-top:22.5px}.export-modal .body .group .required-helper{color:var(--gray)}.export-modal .body .timeliness-warning{margin-bottom:22.5px;font-size:smaller}.introjs-overlay{box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out;position:absolute}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative;z-index:9999999!important}.introjs-disableInteraction{opacity:0;background-color:#fff;position:absolute;z-index:99999999!important}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;z-index:9999998;border-radius:4px;transition:all .3s ease-out;position:absolute}.introjs-helperLayer *,.introjs-helperLayer :before,.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{box-sizing:content-box;visibility:hidden;z-index:100000000;background-color:transparent;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif;transition:all .3s ease-out;position:absolute}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-arrow{content:"";border:5px solid transparent;position:absolute}.introjs-arrow.top{border-bottom-color:#fff;top:-10px;left:10px}.introjs-arrow.top-right{border-bottom-color:#fff;top:-10px;right:10px}.introjs-arrow.top-middle{border-bottom-color:#fff;margin-left:-5px;top:-10px;left:50%}.introjs-arrow.right{border-left-color:#fff;top:10px;right:-10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px;left:10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;margin-left:-5px;bottom:-10px;left:50%}.introjs-arrow.left{border-right-color:#fff;top:10px;left:-10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{box-sizing:content-box;visibility:visible;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;transition:opacity .1s ease-out;position:absolute;box-shadow:0 3px 30px rgba(33,33,33,.3)}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{width:10px;height:10px;margin:0 0 2px;padding:0;display:inline}.introjs-dontShowAgain label{color:#616161;-webkit-user-select:none;user-select:none;background-color:#fff;margin:0 0 0 5px;padding:0;font-size:14px;font-weight:400;display:inline-block}.introjs-tooltip-title{width:90%;min-height:1.5em;margin:0;padding:0;font-size:18px;font-weight:700;line-height:1.5}.introjs-tooltip-header{min-height:1.5em;padding-top:10px;padding-left:20px;padding-right:20px;position:relative}.introjs-tooltipbuttons{text-align:right;white-space:nowrap;border-top:1px solid #e0e0e0;padding:10px}.introjs-tooltipbuttons:after{content:"";visibility:hidden;clear:both;height:0;display:block}.introjs-button{box-sizing:content-box;text-shadow:1px 1px #fff;color:#424242;white-space:nowrap;cursor:pointer;zoom:1;background-color:#f4f4f4;border:1px solid #bdbdbd;border-radius:.2em;outline:0;padding:.5rem 1rem;font-size:14px;text-decoration:none;display:inline;position:relative;overflow:visible}.introjs-button:hover{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button:focus{color:#212121;background-color:#eee;border:1px solid #616161;outline:0;text-decoration:none;box-shadow:0 0 0 .2rem rgba(158,158,158,.5)}.introjs-button:active{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{color:#616161;cursor:pointer;text-align:center;width:45px;height:45px;font-size:22px;font-weight:700;line-height:45px;text-decoration:none;display:inline-block;position:absolute;top:0;right:0}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;border-color:#bdbdbd;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;float:left;margin:0 2px;list-style:none}.introjs-bullets ul li a{box-sizing:content-box;cursor:pointer;background:#ccc;border-radius:10px;width:6px;height:6px;text-decoration:none;transition:width .1s ease-in;display:block}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{background:#999;outline:0;width:15px;text-decoration:none}.introjs-bullets ul li a.active{background:#999;width:15px}.introjs-progress{box-sizing:content-box;background-color:#e0e0e0;border-radius:4px;height:10px;margin:10px;overflow:hidden}.introjs-progressbar{box-sizing:content-box;float:left;text-align:center;background-color:#08c;width:0%;height:100%;font-size:10px;line-height:10px}.introjsFloatingElement{width:0;height:0;position:absolute;top:50%;left:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;cursor:pointer;background:0 0;width:20px;height:15px;position:absolute}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;z-index:10;background-color:rgba(136,136,136,.24);border-radius:30px;width:15px;height:15px;transition:all .2s ease-out;animation:2s infinite introjspulse;position:absolute}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;z-index:1;opacity:0;background:0 0;border-radius:60px;width:50px;height:50px;position:absolute;top:-18px;left:-18px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.introjs-tooltip.wide{width:80vw;margin-left:-40vw;max-width:80vw!important}.introjs-tooltip.wide .left{float:left;width:80%}.introjs-tooltip.wide .right{margin-left:15px;display:inline-block}@media screen and (min-width:1800px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-40vh!important}}@media screen and (min-width:901px) and (max-width:1799px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-90vh!important}}@media screen and (min-width:750px) and (max-width:900px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-110vh!important}}@media screen and (min-width:600px) and (max-width:749px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-130vh!important}}@media screen and (max-width:599px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-110vh!important}}.tour-button{background-color:var(--pacific);height:40px;color:var(--white);border-radius:5px;position:fixed;bottom:21px;right:25px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.search-panel{border-right:1px solid var(--gray-40);background-color:var(--gray-5);padding:30px}@media screen and (min-width:901px){.search-panel{padding:30px}}@media screen and (max-width:599px){.search-panel{min-height:150px;padding:10px}}.date-subscript{color:var(--gray);font-size:16px}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.pill-panel{flex-flow:row;align-items:baseline;padding-right:10px;display:flex}.pill-panel .layout-row{display:block}.pill-panel .clear-all button{border-color:var(--red-dark);color:var(--red-dark);margin-left:10px}.pill-panel .clear-all button svg{margin-right:5px}.pill-panel .pill-label{margin-bottom:0;padding-right:15px}.pill-panel li{display:inline-block;position:relative}.pill-panel ul{padding-top:10px}@media screen and (max-width:599px){.pill-panel{flex-direction:column;margin-top:70px}.pill-panel .layout-row{padding-left:0}.pill-panel .clear-all{display:block}.pill-panel .clear-all button{margin:0}}.pill{background-color:var(--teal-20);border:1px solid var(--teal-40);color:var(--black);border-radius:.285714em;margin-right:4px;padding:10px 30px 10px 10px;font-size:14px;font-weight:500}.pill:hover{background-color:var(--teal-30);border-color:var(--teal-50);cursor:pointer}.pill button,.pill .cf-icon-svg{color:var(--teal-80);background-color:transparent;border:0;margin:0;padding:0 0 0 5px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media screen and (max-width:599px){.search-bar h4,.search-bar .advanced-container{width:0;display:none}}.search-bar .cf-select{box-sizing:border-box;background-color:var(--gray);flex-direction:column;justify-content:center;display:flex}@media screen and (max-width:599px){.search-bar .cf-select{width:0;display:none}}.search-bar .cf-select select{background-color:var(--gray);color:var(--white)}.search-bar .cf-select select:focus{outline:none}.search-bar .cf-select:after{background-color:var(--gray);color:var(--white);border-left:solid 1px var(--gray-60);padding-left:10px}.search-bar a.u-visually-hidden:focus{width:auto;height:auto;position:static}.search-bar button.a-btn.flex-fixed{border-top-left-radius:0;border-bottom-left-radius:0}.search-bar .typeahead-portal{min-width:12em;height:30px;position:relative}.search-bar .typeahead-portal .typeahead{height:100%;position:absolute;top:0;left:0;right:0}.search-bar .typeahead-portal .typeahead span.waiting,.search-bar .typeahead-portal .typeahead span.error,.search-bar .typeahead-portal .typeahead span.no-results{position:absolute;top:-25px;left:0}.search-bar .advanced-container{width:175px;margin-left:10px}.search-bar h4{margin-bottom:5px}.advanced-tips{box-sizing:border-box;background-color:var(--gray-20);margin:15px -15px;padding:15px}.advanced-tips .tip{padding:15px 0}.advanced-tips .tip input{box-sizing:border-box;color:var(--gray);margin-right:1%;display:inline-block}.advanced-tips .tip .example-input{box-sizing:border-box;color:var(--gray);width:100%}.advanced-tips .tip .tip-description{padding-top:10px}.advanced-tips .tip .tip-description p{color:var(--black)}.advanced-tips .footer{border-top:dashed 2px var(--gray-70)}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:.375rem;--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-tooltip-font-size);overflow-wrap:break-word;opacity:0;text-decoration:none;display:block}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height);display:block}.tooltip .tooltip-arrow:before{content:"";border-style:solid;border-color:transparent;position:absolute}.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{border-width:var(--bs-tooltip-arrow-height)calc(var(--bs-tooltip-arrow-width)*.5)0;border-top-color:var(--bs-tooltip-bg);top:-1px}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width);left:0}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{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);right:-1px}.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{border-width:0 calc(var(--bs-tooltip-arrow-width)*.5)var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);bottom:-1px}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width);right:0}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{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);left:-1px}.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:.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:.5rem;--bs-popover-inner-border-radius:calc(.5rem - 1px);--bs-popover-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-popover-font-size);overflow-wrap:break-word;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width)solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);background-clip:padding-box;text-decoration:none;display:block}.popover .popover-arrow{width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height);display:block}.popover .popover-arrow:before,.popover .popover-arrow:after{content:"";border:0 solid transparent;display:block;position:absolute}.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{border-top-color:var(--bs-popover-arrow-border);bottom:0}.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{border-right-color:var(--bs-popover-arrow-border);left:0}.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{border-bottom-color:var(--bs-popover-arrow-border);top:0}.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{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);display:block;position:absolute;top:0;left:50%}.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{border-left-color:var(--bs-popover-arrow-border);right:0}.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);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);margin-bottom:0}.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)}strong,b{font-weight:600}h1,.h1{font-size-adjust:var(--font-adjust-h1);letter-spacing:inherit;text-transform:inherit;margin-bottom:.441176em;font-size:2.125em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.76471em}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}h2,.h2{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.73077em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.15385em}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}h3,.h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.36364em}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}h4,.h4{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:500;line-height:1.25}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.66667em}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.14286em}h6,.h6{font-size-adjust:var(--font-adjust-h6);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.25em;font-size:.75em;font-weight:600;line-height:1.25}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}a:visited,a.visited{-webkit-text-decoration-color:var(--link-underline-visited);-webkit-text-decoration-color:var(--link-underline-visited);text-decoration-color:var(--link-underline-visited);color:var(--link-text-visited)}a:hover,a.hover{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--link-underline-hover);-webkit-text-decoration-color:var(--link-underline-hover);text-decoration-color:var(--link-underline-hover);color:var(--link-text-hover)}a:focus,a.focus{outline-offset:1px;outline:thin dotted}a:active,a.active{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--link-underline-active);-webkit-text-decoration-color:var(--link-underline-active);text-decoration-color:var(--link-underline-active);color:var(--link-text-active)}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none}th,td{padding:.625em}thead th,thead td{background:var(--table-head-bg);color:var(--table-head-text);vertical-align:top;padding:.714286em;font-size:1em}thead,tbody tr{border-bottom:1px solid var(--table-border)}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit;margin:0}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}pre,code{background:var(--code-bg);color:var(--code-text);border-radius:4px;font-family:Input Mono,Consolas,Monaco,Courier New,monospace}pre{white-space:pre-wrap;overflow-wrap:break-word;padding:.625em .9375em;display:block}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button{-webkit-appearance:button;appearance:button;cursor:pointer}html input[type=button]{-webkit-appearance:button;appearance:button;cursor:pointer}input[type=reset]{-webkit-appearance:button;appearance:button;cursor:pointer}input[type=submit]{-webkit-appearance:button;appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox]{box-sizing:border-box;padding:0}input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}textarea{vertical-align:top;overflow:auto}table{border-collapse:collapse;border-spacing:0}body{color:var(--text);font-family:var(--font-stack);font-size-adjust:var(--font-adjust-body);-webkit-font-smoothing:antialiased;font-size:100%;line-height:1.375}button,input,select,textarea{font-family:var(--font-stack);font-size-adjust:var(--font-adjust-body);line-height:1.1875}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}b,strong{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}.h1,h1{font-size-adjust:var(--font-adjust-h1);letter-spacing:inherit;text-transform:inherit;margin-bottom:.441176em;font-size:2.125em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.76471em}@media only screen and (max-width:37.5em){.h2+.h1,.h2+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h2+.h1,h2+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}.h1,h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h1,blockquote+h1,dl+.h1,dl+h1,figure+.h1,figure+h1,img+.h1,img+h1,ol+.h1,ol+h1,p+.h1,p+h1,table+.h1,table+h1,ul+.h1,ul+h1{margin-top:1.73077em}.h1+.h1,.h1+h1,.h3+.h1,.h3+h1,.h4+.h1,.h4+h1,.h5+.h1,.h5+h1,.h6+.h1,.h6+h1,h1+.h1,h1+h1,h3+.h1,h3+h1,h4+.h1,h4+h1,h5+.h1,h5+h1,h6+.h1,h6+h1{margin-top:1.15385em}}.h2,h2{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.73077em}.h1+.h2,.h1+h2,.h3+.h2,.h3+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,h1+.h2,h1+h2,h3+.h2,h3+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2{margin-top:1.15385em}@media only screen and (max-width:37.5em){blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}.h2,h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.h2,.h1+h2,.h2+.h2,.h2+h2,.h4+.h2,.h4+h2,.h5+.h2,.h5+h2,.h6+.h2,.h6+h2,blockquote+.h2,blockquote+h2,dl+.h2,dl+h2,figure+.h2,figure+h2,h1+.h2,h1+h2,h2+.h2,h2+h2,h4+.h2,h4+h2,h5+.h2,h5+h2,h6+.h2,h6+h2,img+.h2,img+h2,ol+.h2,ol+h2,p+.h2,p+h2,table+.h2,table+h2,ul+.h2,ul+h2{margin-top:1.36364em}}.h3,h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h4+.h3,.h4+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h4+.h3,h4+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.36364em}@media only screen and (max-width:37.5em){.h3,h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.h3,.h1+h3,.h2+.h3,.h2+h3,.h3+.h3,.h3+h3,.h5+.h3,.h5+h3,.h6+.h3,.h6+h3,blockquote+.h3,blockquote+h3,dl+.h3,dl+h3,figure+.h3,figure+h3,h1+.h3,h1+h3,h2+.h3,h2+h3,h3+.h3,h3+h3,h5+.h3,h5+h3,h6+.h3,h6+h3,img+.h3,img+h3,ol+.h3,ol+h3,p+.h3,p+h3,table+.h3,table+h3,ul+.h3,ul+h3{margin-top:1.66667em}}.h4,h4{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:500;line-height:1.25}.h1+.h4,.h1+h4,.h2+.h4,.h2+h4,.h3+.h4,.h3+h4,.h5+.h4,.h5+h4,.h6+.h4,.h6+h4,blockquote+.h4,blockquote+h4,dl+.h4,dl+h4,figure+.h4,figure+h4,h1+.h4,h1+h4,h2+.h4,h2+h4,h3+.h4,h3+h4,h5+.h4,h5+h4,h6+.h4,h6+h4,img+.h4,img+h4,ol+.h4,ol+h4,p+.h4,p+h4,table+.h4,table+h4,ul+.h4,ul+h4{margin-top:1.66667em}@media only screen and (max-width:37.5em){.h4,h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}.h5,h5{font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}.h1+.h5,.h1+h5,.h2+.h5,.h2+h5,.h3+.h5,.h3+h5,.h4+.h5,.h4+h5,.h6+.h5,.h6+h5,blockquote+.h5,blockquote+h5,dl+.h5,dl+h5,figure+.h5,figure+h5,h1+.h5,h1+h5,h2+.h5,h2+h5,h3+.h5,h3+h5,h4+.h5,h4+h5,h6+.h5,h6+h5,img+.h5,img+h5,ol+.h5,ol+h5,p+.h5,p+h5,table+.h5,table+h5,ul+.h5,ul+h5{margin-top:2.14286em}.h6,h6{font-size-adjust:var(--font-adjust-h6);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.25em;font-size:.75em;font-weight:600;line-height:1.25}.h1+.h6,.h1+h6,.h2+.h6,.h2+h6,.h3+.h6,.h3+h6,.h4+.h6,.h4+h6,.h5+.h6,.h5+h6,blockquote+.h6,blockquote+h6,dl+.h6,dl+h6,figure+.h6,figure+h6,h1+.h6,h1+h6,h2+.h6,h2+h6,h3+.h6,h3+h6,h4+.h6,h4+h6,h5+.h6,h5+h6,img+.h6,img+h6,ol+.h6,ol+h6,p+.h6,p+h6,table+.h6,table+h6,ul+.h6,ul+h6{margin-top:2.5em}.lead-paragraph{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}.superheading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}blockquote,dl,figure,ol,p,table,ul{margin-top:0;margin-bottom:.9375em}blockquote:last-child,dl:last-child,figure:last-child,ol:last-child,p:last-child,table:last-child,ul:last-child{margin-bottom:0}p+ol,p+ul{margin-top:-.3125em}ol ol,ol ul,ul ol,ul ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{color:var(--link-text);-webkit-text-decoration-color:var(--link-underline);-webkit-text-decoration-color:var(--link-underline);text-decoration-color:var(--link-underline);text-underline-offset:4.5px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}a.visited,a:visited{color:var(--link-text-visited);-webkit-text-decoration-color:var(--link-underline-visited);-webkit-text-decoration-color:var(--link-underline-visited);text-decoration-color:var(--link-underline-visited)}a.hover,a:hover{color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-underline-hover);-webkit-text-decoration-color:var(--link-underline-hover);text-decoration-color:var(--link-underline-hover);-webkit-text-decoration-style:solid;text-decoration-style:solid}a.focus,a:focus{outline-offset:1px;outline:thin dotted}a.active,a:active{color:var(--link-text-active);-webkit-text-decoration-color:var(--link-underline-active);-webkit-text-decoration-color:var(--link-underline-active);text-decoration-color:var(--link-underline-active);-webkit-text-decoration-style:solid;text-decoration-style:solid}nav a{-webkit-text-decoration-line:none;text-decoration-line:none}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ol,nav ol ol,nav ul,nav ul ul{list-style:none}caption{text-align:left;margin-bottom:.625em}td,th{padding:.625em}thead td,thead th{background:var(--table-head-bg);color:var(--table-head-text);vertical-align:top;padding:.714286em;font-size:1em}tbody tr,thead{border-bottom:1px solid var(--table-border)}th{text-align:left;font-weight:600}thead th .h2,thead th .h3,thead th .h4,thead th .h5,thead th .h6,thead th h2,thead th h3,thead th h4,thead th h5,thead th h6{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit;margin:0}blockquote{margin-left:.9375em;margin-right:.9375em}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}img{max-width:100%}figure{margin-left:0;margin-right:0}figure img{vertical-align:middle}code,pre{background:var(--code-bg);color:var(--code-text);border-radius:4px;font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.230769em .230769em 0;font-size:.8125em}pre{overflow-wrap:break-word;white-space:pre-wrap;padding:.625em .9375em;display:block}pre code{background-color:transparent;padding:0}button.a-btn::-moz-focus-inner{border:0}input.a-btn::-moz-focus-inner{border:0}.a-btn{-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;text-align:center;border:0;border-radius:.25em;justify-content:center;align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;margin:0;padding:.5em .875em;font-size:1em;font-weight:500;text-decoration:none;transition:background-color .1s;display:flex}.a-btn,.a-btn:link,.a-btn:visited{background-color:var(--pacific);color:var(--white)}.a-btn.focus,.a-btn.hover,.a-btn:focus,.a-btn:hover{background-color:var(--pacific-dark);color:var(--white)}.a-btn.focus,.a-btn:focus{outline:1px dotted var(--pacific);outline-offset:1px}.a-btn.active,.a-btn:active{background-color:var(--navy)}.a-btn--secondary,.a-btn--secondary:link,.a-btn--secondary:visited{background-color:var(--white);box-shadow:0 0 0 1px var(--pacific)inset;color:var(--pacific)}.a-btn--secondary.focus,.a-btn--secondary.hover,.a-btn--secondary:focus,.a-btn--secondary:hover{background-color:var(--pacific-10);box-shadow:0 0 0 1px var(--pacific-dark)inset;color:var(--pacific-dark)}.a-btn--secondary.focus,.a-btn--secondary:focus{outline-color:var(--pacific)}.a-btn--secondary.active,.a-btn--secondary:active{background-color:var(--pacific-20);box-shadow:0 0 0 1px var(--navy)inset;color:var(--navy)}.a-btn--warning,.a-btn--warning:link,.a-btn--warning:visited{background-color:var(--red-mid-dark);color:var(--white)}.a-btn--warning.focus,.a-btn--warning.hover,.a-btn--warning:focus,.a-btn--warning:hover{background-color:var(--red-dark)}.a-btn--warning.focus,.a-btn--warning:focus{outline-color:var(--red-mid-dark)}.a-btn--warning.active,.a-btn--warning:active{background-color:var(--gray-dark)}.a-btn--disabled,.a-btn--disabled.active,.a-btn--disabled.focus,.a-btn--disabled.hover,.a-btn--disabled:active,.a-btn--disabled:focus,.a-btn--disabled:hover,.a-btn--disabled:link,.a-btn--disabled:visited,.a-btn[aria-disabled=true],.a-btn[aria-disabled=true].active,.a-btn[aria-disabled=true].focus,.a-btn[aria-disabled=true].hover,.a-btn[aria-disabled=true]:active,.a-btn[aria-disabled=true]:focus,.a-btn[aria-disabled=true]:hover,.a-btn[aria-disabled=true]:link,.a-btn[aria-disabled=true]:visited,.a-btn[disabled],.a-btn[disabled].active,.a-btn[disabled].focus,.a-btn[disabled].hover,.a-btn[disabled]:active,.a-btn[disabled]:focus,.a-btn[disabled]:hover,.a-btn[disabled]:link,.a-btn[disabled]:visited{background-color:var(--gray-20);color:var(--gray-dark);cursor:default;cursor:not-allowed}.a-btn--disabled.focus,.a-btn--disabled:focus,.a-btn[aria-disabled=true].focus,.a-btn[aria-disabled=true]:focus,.a-btn[disabled].focus,.a-btn[disabled]:focus{outline-color:var(--gray-20)}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}.a-btn:has(svg+span) span{order:3}.a-btn:has(span+svg) svg{flex:none;order:3}.a-btn:not(.a-btn--hide-icon):has(span+svg):before{border-left:1px solid var(--pacific-60);content:"";order:2;place-self:normal}.a-btn:not(.a-btn--hide-icon):has(svg+span):before{border-left:1px solid var(--pacific-60);content:"";order:2;place-self:normal}.a-btn--secondary:has(svg):before{border-color:var(--pacific-60)!important}.a-btn--warning:has(svg):before{border-color:var(--red-60)!important}.a-btn--disabled:has(svg):before{border-color:var(--gray-60)!important}.a-btn[aria-disabled=true]:has(svg):before{border-color:var(--gray-60)!important}.a-btn[disabled]:has(svg):before{border-color:var(--gray-60)!important}.a-btn--hide-icon svg{display:none}.m-btn-group{flex-wrap:wrap;align-items:center;gap:.9375rem;width:-webkit-fit-content;width:fit-content;display:flex}:root{--btn-bg:var(--pacific);--btn-bg-active:var(--navy);--btn-bg-hover:var(--pacific-dark);--btn-disabled-bg:var(--gray-20);--btn-disabled-divider:var(--gray-60);--btn-disabled-outline:var(--gray-20);--btn-disabled-text:var(--gray-dark);--btn-divider:var(--pacific-60);--btn-secondary-bg:var(--white);--btn-secondary-bg-active:var(--pacific-20);--btn-secondary-bg-hover:var(--pacific-10);--btn-secondary-border:var(--pacific);--btn-secondary-border-active:var(--navy);--btn-secondary-border-hover:var(--pacific-dark);--btn-secondary-divider:var(--pacific-60);--btn-secondary-text:var(--pacific);--btn-secondary-text-active:var(--navy);--btn-secondary-text-hover:var(--pacific-dark);--btn-text:var(--white);--btn-warning-bg:var(--red-mid-dark);--btn-warning-bg-active:var(--gray-dark);--btn-warning-bg-hover:var(--red-dark);--btn-warning-divider:var(--red-60);--btn-warning-text:var(--white)}:host .a-btn--link{box-shadow:none;text-underline-offset:4.5px;background-color:transparent;border-radius:0;padding:1.5px 0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}:host .a-btn--link:has(svg){gap:.3125rem}:host .a-btn--link:has(svg):before{display:none}:host .a-btn--link{color:var(--link-text);-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);background-color:transparent}:host .a-btn--link:link{color:var(--link-text);-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);background-color:transparent}:host .a-btn--link:visited{color:var(--link-text);-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);background-color:transparent}:host .a-btn--link.hover{box-shadow:none;color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link:hover{box-shadow:none;color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.focus{color:var(--link-text);outline:1px dotted var(--link-text);background-color:transparent}:host .a-btn--link:focus{color:var(--link-text);outline:1px dotted var(--link-text);background-color:transparent}:host .a-btn--link.active{color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link:active{color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning{color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:link{color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:visited{color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning.hover{box-shadow:none;color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning:hover{box-shadow:none;color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning.focus{color:var(--btn-warning-bg);outline:1px dotted var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:focus{color:var(--btn-warning-bg);outline:1px dotted var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning.active{color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning:active{color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link{text-underline-offset:4.5px;border-radius:0;padding:1.5px 0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}.a-btn--link:has(svg){gap:.3125rem}.a-btn--link:has(svg):before{display:none}.a-btn--link,.a-btn--link:link,.a-btn--link:visited{color:var(--link-text);-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);background-color:transparent}.a-btn--link.hover,.a-btn--link:hover{box-shadow:none;color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.focus,.a-btn--link:focus{color:var(--link-text);outline:1px dotted var(--link-text);background-color:transparent}.a-btn--link.active,.a-btn--link:active{color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning,.a-btn--link.a-btn--warning:link,.a-btn--link.a-btn--warning:visited{color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning.hover,.a-btn--link.a-btn--warning:hover{box-shadow:none;color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning.focus,.a-btn--link.a-btn--warning:focus{color:var(--btn-warning-bg);outline:1px dotted var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning.active,.a-btn--link.a-btn--warning:active{color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.o-expandable{position:relative}.o-expandable__header{cursor:pointer;background-color:transparent;border:0;justify-content:space-between;gap:10px;padding:.625em .9375em;display:flex}.o-expandable__header:focus{outline:1px dotted var(--black);outline-offset:2px}.o-expandable__header .o-expandable__cue-close,.o-expandable__header .o-expandable__cue-open{display:none}.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:block}.o-expandable button.o-expandable__header{text-align:left;width:100%}.o-expandable__label{color:var(--black);flex-grow:1;margin-bottom:0;font-weight:500}.o-expandable__icon,.o-expandable__label{font-size:1.125em}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}.o-expandable__cues{color:var(--pacific);align-self:center;font-size:1em;line-height:1.375}.o-expandable__content{padding:0 .9375em .9375em}.o-expandable__content:before{border-top:1px solid var(--gray-40);content:"";padding-top:.9375em;display:block}.o-expandable__content:after{width:100%;padding-bottom:.9375em}.o-expandable--padded .o-expandable__header{padding:1.5625em .9375em}.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.625em}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}.o-expandable--background{background:var(--gray-5)}.o-expandable--border{border:1px solid var(--gray-40)}html[lang=ar] .o-expandable__header{text-align:right}html[lang=ar] .o-expandable__cues{text-align:left}.o-expandable-group .o-expandable{border-bottom:1px solid var(--gray-40)}.o-expandable-group .o-expandable:first-child{border-top:1px solid var(--gray-40)}@media print{.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}.o-summary__content{padding:2px;position:relative;top:-2px;left:-2px;overflow-y:hidden}.o-summary__btn{z-index:2;border:dotted var(--pacific);color:var(--pacific);text-align:center;background:#fff;border-width:1px 0;justify-content:center;align-items:center;gap:.3125rem;width:100%;padding-top:15px;padding-bottom:15px;display:flex;position:relative}.o-summary__btn svg{flex:none}.o-summary__btn:focus{outline:1px dotted var(--pacific);outline-offset:1px}.o-summary__btn[aria-expanded=false]:before{content:"";pointer-events:none;background:linear-gradient(rgba(255,255,255,0) 0,#fff);height:2.75em;margin:0;display:block;position:absolute;top:calc(4px - 100%);left:0;right:0}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}.no-js .o-summary__btn{display:none}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}.o-summary-minimal__content{padding:2px;position:relative;top:-2px;left:-2px;overflow-y:hidden}.o-summary-minimal__btn{color:var(--pacific);text-align:left;background:0 0;border:none;margin-top:5px;padding-left:0;padding-right:0;display:block}.o-summary-minimal__btn:focus{outline:1px dotted var(--pacific);outline-offset:1px}.o-summary-minimal__btn .o-summary-minimal__cue-close,.o-summary-minimal__btn .o-summary-minimal__cue-open{display:none}.o-summary-minimal__btn[aria-expanded=false] .o-summary-minimal__cue-open,.o-summary-minimal__btn[aria-expanded=true] .o-summary-minimal__cue-close{display:block}.o-summary-minimal__btn svg{margin-top:1px}.no-js .o-summary-minimal__btn{display:none}.o-form__group{margin-bottom:1.875em}.o-form__fieldset{border:none;margin:0;padding:0}.o-form__fieldset .m-form-field+.m-form-field{margin-top:.625em}.a-form-alert{--form-alert-icon-color:var(--form-alert-icon-color-default);gap:.3125rem;display:flex}.a-form-alert .cf-icon-svg{color:var(--form-alert-icon-color);flex:none;margin-top:.0625rem}.a-form-alert__text{display:block}.a-form-alert--success .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-success)}.a-form-alert--warning .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-warning)}.a-form-alert--error .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-error)}.m-form-field{--choice-border:var(--choice-border-default);--choice-border-hover:var(--choice-border-hover-default);--choice-border-focus:var(--choice-border-focus-default);--choice-outline-focus:var(--choice-outline-focus-default);--choice-bg:var(--choice-bg-default);--choice-bg-selected:var(--choice-bg-selected-default);--choice-bg-selected-focus:var(--choice-bg-selected-focus-default);--choice-label-disabled:var(--choice-label-disabled-default);--choice-border-width-addendum:0}.m-form-field .a-text-input--full{width:100%}.m-form-field .a-label+.a-text-input{margin-top:.3125em}.m-form-field--checkbox .a-label,.m-form-field--radio .a-label{cursor:pointer;overflow-wrap:anywhere;vertical-align:top;grid-template-columns:1.875em auto;display:inline-grid}.m-form-field--checkbox .a-label:before,.m-form-field--radio .a-label:before{background-color:var(--choice-bg);border:1px solid var(--choice-border);content:"";outline:var(--choice-border-width-addendum)solid var(--choice-border);vertical-align:top;grid-row:1/3;width:1.125em;height:1.125em;margin-right:10px;display:inline-block;position:relative;top:1px;left:1px}.m-form-field--checkbox .a-label.hover:before,.m-form-field--checkbox .a-label:hover:before,.m-form-field--radio .a-label.hover:before,.m-form-field--radio .a-label:hover:before{border-color:var(--choice-border-hover)}.m-form-field--checkbox .a-checkbox,.m-form-field--checkbox .a-radio,.m-form-field--radio .a-checkbox,.m-form-field--radio .a-radio{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.m-form-field--checkbox .a-checkbox.focus+.a-label,.m-form-field--checkbox .a-checkbox:focus+.a-label,.m-form-field--checkbox .a-radio.focus+.a-label,.m-form-field--checkbox .a-radio:focus+.a-label,.m-form-field--radio .a-checkbox.focus+.a-label,.m-form-field--radio .a-checkbox:focus+.a-label,.m-form-field--radio .a-radio.focus+.a-label,.m-form-field--radio .a-radio:focus+.a-label{outline:1px dotted var(--choice-outline-focus);outline-offset:1px}.m-form-field--checkbox .a-checkbox:disabled.focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled.hover+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:checked+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled.focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled.hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled:checked+.a-label:before,.m-form-field--checkbox .a-radio:disabled:focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled:hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled.focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled.hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled:checked+.a-label:before,.m-form-field--radio .a-checkbox:disabled:focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled:hover+.a-label:before,.m-form-field--radio .a-radio:disabled.focus+.a-label:before,.m-form-field--radio .a-radio:disabled.hover+.a-label:before,.m-form-field--radio .a-radio:disabled:checked+.a-label:before,.m-form-field--radio .a-radio:disabled:focus+.a-label:before,.m-form-field--radio .a-radio:disabled:hover+.a-label:before{border-color:var(--choice-border);box-shadow:none;outline:none}.m-form-field--checkbox .a-checkbox:disabled+.a-label,.m-form-field--checkbox .a-radio:disabled+.a-label,.m-form-field--radio .a-checkbox:disabled+.a-label,.m-form-field--radio .a-radio:disabled+.a-label{color:var(--choice-label-disabled);cursor:not-allowed}.m-form-field--checkbox .a-checkbox:disabled+.a-label:before,.m-form-field--checkbox .a-radio:disabled+.a-label:before,.m-form-field--radio .a-checkbox:disabled+.a-label:before,.m-form-field--radio .a-radio:disabled+.a-label:before{outline:none}.m-form-field--checkbox:has(.a-checkbox:disabled){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}.m-form-field--checkbox:has(.a-radio:disabled){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}.m-form-field--radio:has(.a-checkbox:disabled){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}.m-form-field--radio:has(.a-radio:disabled){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}.m-form-field--checkbox-error,.m-form-field--checkbox-success,.m-form-field--checkbox-warning,.m-form-field--radio-error,.m-form-field--radio-success,.m-form-field--radio-warning{--choice-border-width-addendum:1px}.m-form-field--checkbox-success,.m-form-field--radio-success{--choice-border:var(--choice-border-success)}.m-form-field--checkbox-warning,.m-form-field--radio-warning{--choice-border:var(--choice-border-warning)}.m-form-field--checkbox-error,.m-form-field--radio-error{--choice-border:var(--choice-border-error)}.m-form-field--checkbox .a-checkbox.focus+.a-label:before,.m-form-field--checkbox .a-checkbox:focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline-color:var(--choice-border-focus)}.m-form-field--checkbox .a-checkbox.hover+.a-label:before,.m-form-field--checkbox .a-checkbox:hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline-color:var(--choice-border-hover)}.m-form-field--checkbox .a-checkbox:checked+.a-label:before{background-image:url("data:image/svg+xml;charset=utf-8,");background-position:50% 0;background-repeat:no-repeat;background-size:auto 1.1875em}.m-form-field--checkbox .a-checkbox:disabled:checked+.a-label:before{background-image:url("data:image/svg+xml;charset=utf-8,")}.m-form-field--radio .a-label:before{border-radius:50%;transform:rotate(0)}.m-form-field--radio .a-radio.focus+.a-label:before,.m-form-field--radio .a-radio:focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline:none}.m-form-field--radio .a-radio.hover+.a-label:before,.m-form-field--radio .a-radio:hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline:none}.m-form-field--radio .a-radio:checked+.a-label:before{background-color:var(--choice-bg-selected);box-shadow:inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio.focus:checked+.a-label:before,.m-form-field--radio .a-radio:focus:checked+.a-label:before{background-color:var(--choice-bg-selected-focus);border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio.hover:checked+.a-label:before,.m-form-field--radio .a-radio:hover:checked+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio.hover:checked:disabled+.a-label:before,.m-form-field--radio .a-radio:checked:disabled+.a-label:before,.m-form-field--radio .a-radio:hover:checked:disabled+.a-label:before{background-color:var(--choice-bg-selected);border-color:var(--choice-border-disabled);box-shadow:inset 0 0 0 2px var(--gray-10)}.m-form-field--lg-target{display:block}.m-form-field--lg-target .a-label{background-color:var(--form-field-input-lg-target-bg);box-sizing:border-box;width:100%;padding:15px}.m-form-field--lg-target .a-checkbox:checked+.a-label,.m-form-field--lg-target .a-radio:checked+.a-label{background-color:var(--form-field-input-lg-target-bg-selected);box-shadow:inset 0 0 0 1px var(--form-field-input-lg-target-border)}.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-checkbox.hover+.a-label,.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-checkbox:hover+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label,.m-form-field--lg-target .a-radio.hover+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label,.m-form-field--lg-target .a-radio:hover+.a-label{box-shadow:inset 0 0 0 2px var(--form-field-input-lg-target-border)}.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-checkbox:checked+.a-label,.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label,.m-form-field--lg-target .a-radio:checked+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label{outline-offset:1px}.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label,.m-form-field--lg-target .a-checkbox:disabled+.a-label,.m-form-field--lg-target .a-checkbox:hover:disabled+.a-label,.m-form-field--lg-target .a-radio:checked:disabled+.a-label,.m-form-field--lg-target .a-radio:disabled+.a-label,.m-form-field--lg-target .a-radio:hover:disabled+.a-label{background-color:var(--form-field-input-lg-target-bg-disabled);box-shadow:none;color:var(--choice-label-disabled)}.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label,.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label:before,.m-form-field--lg-target .a-radio:checked:disabled+.a-label,.m-form-field--lg-target .a-radio:checked:disabled+.a-label:before{border:1px solid var(--form-field-border-disabled)}.m-form-field .a-form-alert{margin-top:.9375em}.a-label{display:inline-block}.a-label__helper{color:var(--label-helper);font-size:1rem;font-weight:400}.a-label__helper--block{margin-top:.833333em;display:block}.a-label--heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.555556em;font-size:1.125em;font-weight:500;line-height:1.25;display:block}.h1+.a-label--heading,.h2+.a-label--heading,.h3+.a-label--heading,.h5+.a-label--heading,.h6+.a-label--heading,blockquote+.a-label--heading,dl+.a-label--heading,figure+.a-label--heading,h1+.a-label--heading,h2+.a-label--heading,h3+.a-label--heading,h5+.a-label--heading,h6+.a-label--heading,img+.a-label--heading,ol+.a-label--heading,p+.a-label--heading,table+.a-label--heading,ul+.a-label--heading{margin-top:1.66667em}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}.a-label--heading .a-label__helper--block{margin-top:.625rem}.a-range{-webkit-appearance:none;appearance:none;width:100%;min-height:49px}.a-range::-webkit-slider-runnable-track{background-color:var(--range-bg-track);border:1px solid var(--range-border);cursor:pointer;border-radius:8px;width:100%;height:.6875rem}.a-range::-moz-range-track{background-color:var(--range-bg-track);border:1px solid var(--range-border);cursor:pointer;border-radius:8px;width:100%;height:.6875rem}.a-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--range-bg);border:1px solid var(--range-border);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range::-moz-range-thumb{-webkit-appearance:none;appearance:none;background-color:var(--range-bg);border:1px solid var(--range-border);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range.focus,.a-range:focus{box-shadow:none;outline:none}.a-range.focus::-webkit-slider-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range:focus::-webkit-slider-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range.focus::-moz-range-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range:focus::-moz-range-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.o-search-input{flex-direction:column;row-gap:.9375rem;display:flex}.o-search-input__input{flex:0 100%;width:auto;display:flex;position:relative}.o-search-input__input-label{cursor:pointer;align-self:center;line-height:.9;position:absolute;left:10px}.o-search-input__input input[type=search]{-webkit-appearance:none;appearance:none;white-space:nowrap;width:100%;padding-left:30px}.o-search-input__input button[type=reset]{color:var(--gray-40);text-align:right;background-color:transparent;border:1px solid transparent;outline:0;align-self:center;width:44px;padding:5px;font-size:20px;display:none;position:absolute;right:0}.o-search-input__input button[type=reset]>svg{cursor:pointer;pointer-events:none;width:25px}.o-search-input__input button[type=reset]:hover{color:var(--black)}.o-search-input__input button[type=reset]:focus{color:var(--black)}.o-search-input__input button[type=reset]:focus>svg{outline:1px dotted var(--pacific)}.o-search-input__input input[type=search]:placeholder-shown~button[type=reset]{display:none}.o-search-input__input input[type=search]:not(:placeholder-shown){padding-right:34px}.o-search-input__input input[type=search]::-webkit-search-cancel-button{display:none}.o-search-input__input input[type=search]::-webkit-search-decoration{display:none}.o-search-input__input input[type=search]::-webkit-search-results-button{display:none}.o-search-input__input input[type=search]::-webkit-search-results-decoration{display:none}.o-search-input .o-search-input__input:hover button[type=reset]{display:block}.o-search-input:focus-within button[type=reset]{display:block}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}.no-js .o-search-input button[type=reset]{display:none!important}.a-select{--select-border:var(--select-border-default);--select-border-width:var(--select-border-width-default);border:var(--select-border-width)solid var(--select-border);position:relative}.a-select:has(select[disabled]){border:var(--select-border-width-default)solid var(--select-border-default)}.a-select select{-webkit-appearance:none;appearance:none;background-color:var(--white);color:var(--black);border:0;border-radius:0;width:100%;padding:.4375em .375em .375em;line-height:1.375}.a-select select.hover,.a-select select:hover{cursor:pointer;outline:2px solid var(--select-border-hover-default);outline-offset:0}.a-select select.focus,.a-select select:active,.a-select select:focus{box-shadow:0 0 0 2px var(--select-border-focus-default);outline:1px dotted var(--select-border-focus-default);outline-offset:3px}.a-select select[disabled]{background-color:var(--select-bg-disabled-default);cursor:not-allowed}.a-select select[disabled].focus,.a-select select[disabled].hover,.a-select select[disabled]:focus,.a-select select[disabled]:hover{outline:none}.a-select select option:disabled,.a-select select[disabled],.a-select select[disabled] option,.a-select select[disabled] option:disabled{color:var(--select-text-disabled-default)}.a-select:after{background-color:var(--select-icon-bg-default);border-left:1px solid var(--select-border-default);box-sizing:border-box;content:"";pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,");background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}.a-select--disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,")}.a-select--error{--select-border:var(--select-border-error);--select-border-width:var(--select-border-width-error)}.a-tag-filter{background-color:var(--teal-20);border:1px solid var(--teal);color:var(--black);text-align:left;border-radius:.1875rem;gap:.625rem;min-width:-webkit-fit-content;min-width:fit-content;padding:4px 6px;line-height:1.1875;display:flex}.a-tag-filter .cf-icon-svg{pointer-events:none;flex:none}.a-tag-filter>label{pointer-events:none;display:contents}a.a-tag-filter:hover,button.a-tag-filter:hover{background-color:var(--teal-40);cursor:pointer}a.a-tag-filter:focus,button.a-tag-filter:focus{outline:1px dotted var(--teal);outline-offset:1px}a.a-tag-filter:active,button.a-tag-filter:active{background-color:var(--teal-60)}a.a-tag-filter{color:var(--black);text-decoration:none;-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}a.a-tag-filter.visited,a.a-tag-filter:visited,a.a-tag-filter.hover,a.a-tag-filter:hover,a.a-tag-filter.focus,a.a-tag-filter:focus{color:var(--black);-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}a.a-tag-filter.active,a.a-tag-filter:active{color:var(--black);-webkit-text-decoration-color:var(--teal-60);-webkit-text-decoration-color:var(--teal-60);text-decoration-color:var(--teal-60)}.a-tag-topic{color:var(--gold-80);letter-spacing:1px;text-transform:uppercase;gap:.3125rem;font-size:.875rem;font-weight:600;display:flex}.a-tag-topic .a-tag-topic__text{color:var(--gray);word-break:break-word}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}a.a-tag-topic{border-color:var(--gold-80);color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);text-decoration-color:var(--gold-80)}a.a-tag-topic.visited,a.a-tag-topic:visited,a.a-tag-topic.hover,a.a-tag-topic:hover,a.a-tag-topic.focus,a.a-tag-topic:focus,a.a-tag-topic.active,a.a-tag-topic:active{color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);text-decoration-color:var(--gold-80)}a.a-tag-topic .a-tag-topic__text{border-bottom-color:var(--gold-80)}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}.a-tag-topic__bullet{font-size:1rem;line-height:1rem}@media only screen and (min-width:37.5625em){a.a-tag-topic__text,a.a-tag-topic__text.visited,a.a-tag-topic__text:visited,a.a-tag-topic__text.hover,a.a-tag-topic__text:hover,a.a-tag-topic__text.focus,a.a-tag-topic__text:focus,a.a-tag-topic__text.active,a.a-tag-topic__text:active{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic,a.a-tag-topic:active,a.a-tag-topic:focus,a.a-tag-topic:hover,a.a-tag-topic:visited{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}.m-tag-group{padding-left:0;list-style-type:none}.m-tag-group li{margin-bottom:0;display:contents}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-tag-group:has(.a-tag-filter){flex-wrap:wrap;gap:.9375em;display:flex}html[lang=ar] .m-tag-group{direction:rtl;padding-right:0}.a-text-input{--input-text:var(--input-text-default);--input-text-disabled:var(--input-text-disabled-default);--input-text-placeholder:var(--input-text-placeholder-default);--input-border:var(--input-border-default);--input-border-hover:var(--input-border-hover-default);--input-border-focus:var(--input-border-focus-default);--input-bg:var(--input-bg-default);--input-bg-disabled:var(--input-bg-disabled-default);-webkit-appearance:none;appearance:none;background:var(--input-bg);border:1px solid var(--input-border);box-sizing:border-box;color:var(--input-text);outline:0 solid var(--input-border);padding:.4375em;display:inline-block}.a-text-input.hover,.a-text-input:hover{border-color:var(--input-border-hover);outline:1px solid var(--input-border-hover)}.a-text-input.focus,.a-text-input:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 1px var(--input-border-focus);outline:1px dotted var(--input-border-focus);outline-offset:2px}.a-text-input:disabled{--input-border:var(--input-border-disabled)}.a-text-input:disabled,.a-text-input:disabled.focus,.a-text-input:disabled.hover,.a-text-input:disabled:focus,.a-text-input:disabled:hover{background-color:var(--input-bg-disabled);border-color:var(--input-border);color:var(--input-text-disabled);cursor:not-allowed;outline:none}.a-text-input--error,.a-text-input--success,.a-text-input--warning{outline-width:1px}.a-text-input--error{--input-border:var(--input-border-error)}.a-text-input--warning{--input-border:var(--input-border-warning)}.a-text-input--success{--input-border:var(--input-border-success)}::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::placeholder{color:var(--input-text-placeholder)}input[type=date]::-webkit-datetime-edit{color:var(--input-text-placeholder)}select.o-multiselect{border:1px solid var(--select-border-default);box-sizing:border-box;width:100%;height:5.5em;padding:.25em .4375em;display:block}select.o-multiselect option{padding:.125em .375em}.o-multiselect,.o-multiselect__header{position:relative}.o-multiselect__header:after{background-color:var(--select-icon-bg-default);border:1px solid var(--select-border-default);box-sizing:border-box;content:"";pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,");background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}.o-multiselect__search[type=text]{box-sizing:border-box;width:100%;display:block}.o-multiselect__fieldset{border-color:var(--select-border-default);box-sizing:border-box;z-index:10;border-top:none;width:100%;max-height:0;margin:-1px 0 0;padding:0;transition:max-height .25s ease-out;position:absolute;overflow-x:hidden;overflow-y:scroll}.o-multiselect.u-active .o-multiselect__fieldset{border-color:var(--pacific);border-width:0 2px 2px;border-top-style:none;border-top-color:currentColor;max-height:140px;margin-top:0}.o-multiselect.u-active .o-multiselect__header:after{background-image:url("data:image/svg+xml;charset=utf-8,")}.o-multiselect__options{background-color:var(--white);padding:0;list-style-type:none}.o-multiselect__options li{margin:0}.o-multiselect__options li:first-child .a-label{padding-top:.625em}.o-multiselect__options.u-filtered li:not(.u-filter-match){display:none}.o-multiselect__options.u-max-selections,.o-multiselect__options.u-no-results{padding:.625em}.o-multiselect__options.u-max-selections li,.o-multiselect__options.u-no-results li{display:none}.o-multiselect__options.u-max-selections:after,.o-multiselect__options.u-no-results:after{display:list-item}.o-multiselect__options.u-no-results:after{content:"No results found"}.o-multiselect__options.u-max-selections{pointer-events:none}.o-multiselect__options.u-max-selections:after{content:"Reached maximum number of selections"}.o-multiselect__options .a-label{box-sizing:border-box;width:100%;padding:.3125em 0 .3125em .625em}.cf-icon-svg{vertical-align:middle;fill:currentColor;height:1.1875em}.cf-icon-svg--updating,.cf-icon-svg--updating-round{transform-origin:50%;animation:1.25s linear infinite updating-animation}html[lang=ar] .cf-icon-svg--arrow-left{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-left-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-right{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-right-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--book{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--book-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--bullhorn{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--bullhorn-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--cart{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--cart-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--chart{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--chart-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--disability{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--disability-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--document{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--document-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--edit{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--edit-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--external-link{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--external-link-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--help{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--help-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--left{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--left-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--list{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--list-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--paper-clip{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--paper-clip-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--right{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--right-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--travel{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--travel-round{transform:scaleX(-1)}.m-card{position:relative}.m-card:not(.m-card--breakout)>a{padding:1.875em}.m-card:not(.m-card--breakout) .m-card__footer{margin-top:auto}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:solid var(--gray-20);border-width:1px 1px 3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:solid var(--gray-20);border-width:1px 1px 3px;padding:1.875em}.m-card:not(:is(.m-card--breakout,.m-card--topic)){background:var(--white);border:solid var(--gray-20);border-width:1px 1px 3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card>a{box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card a:focus{outline-offset:2px}.m-card__footer>a{border-bottom-width:1px;font-weight:500}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h4+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h4+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}.h1+.m-card__heading,.h2+.m-card__heading,.h3+.m-card__heading,.h5+.m-card__heading,.h6+.m-card__heading,blockquote+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,h1+.m-card__heading,h2+.m-card__heading,h3+.m-card__heading,h5+.m-card__heading,h6+.m-card__heading,img+.m-card__heading,ol+.m-card__heading,p+.m-card__heading,table+.m-card__heading,ul+.m-card__heading{margin-top:1.66667em}}.m-card__heading>a{color:var(--black)}.m-card__heading>a:hover{color:var(--pacific)}.m-card__heading>a .m-card__icon{vertical-align:bottom;margin-bottom:0;padding-right:.46875em;font-size:1em}.m-card__heading>a .m-card__icon,.m-card__heading>a span{display:table-cell}.m-card>.m-list{margin-top:10px;margin-bottom:30px}.m-card--topic{background:var(--white);text-align:center;width:170px}.m-card--topic>a{border:solid var(--gray-20);border-width:1px 1px 3px}.m-card--topic .m-card__icon{color:var(--green);margin-bottom:.3125em;font-size:1.875em}.m-card--topic:hover>a{box-shadow:0 2px 0 0 inset var(--gray-20),2px 0 0 0 inset var(--gray-20),-2px 0 0 0 inset var(--gray-20)}.m-card--topic:hover:after{background:var(--green);content:"";width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--topic .m-card__footer>span{color:var(--pacific);-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--topic>a:visited .m-card__footer>span{color:var(--teal);-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.m-card--topic:hover .m-card__footer>span{color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--topic>a:focus .m-card__footer>span{color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark)}.m-card--topic>a:active .m-card__footer>span{color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--topic-action .m-card__icon{color:var(--pacific)}.m-card--breakout{text-align:center;min-width:210px}.m-card--breakout>a{padding-top:60px}.m-card--breakout .m-card__inner-wrapper{background:var(--gray-5);border:solid var(--gray-20);z-index:0;border-width:1px 1px 3px;min-height:135px;position:relative}.m-card--breakout .m-card__img{z-index:1;width:210px;height:120px;margin-left:-105px;position:absolute;top:0;left:50%}.m-card--breakout .m-card__footer{margin-top:84px}.m-card--breakout:hover .m-card__inner-wrapper{box-shadow:0 2px 0 0 inset var(--gray-20),2px 0 0 0 inset var(--gray-20),-2px 0 0 0 inset var(--gray-20)}.m-card--breakout:hover:after{background:var(--green);content:"";width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--breakout .m-card__footer>span{color:var(--pacific);-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--breakout>a:visited .m-card__footer>span{color:var(--teal);-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.m-card--breakout:hover .m-card__footer>span{color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--breakout>a:focus .m-card__footer>span{color:var(--pacific);-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific)}.m-card--breakout>a:active .m-card__footer>span{color:var(--navy);-webkit-text-decoration-color:var(--navy);-webkit-text-decoration-color:var(--navy);text-decoration-color:var(--navy);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--breakout .m-card__footer>span{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-card--breakout .m-card__footer>span,.h2+.m-card--breakout .m-card__footer>span,.h4+.m-card--breakout .m-card__footer>span,.h5+.m-card--breakout .m-card__footer>span,.h6+.m-card--breakout .m-card__footer>span,blockquote+.m-card--breakout .m-card__footer>span,dl+.m-card--breakout .m-card__footer>span,figure+.m-card--breakout .m-card__footer>span,h1+.m-card--breakout .m-card__footer>span,h2+.m-card--breakout .m-card__footer>span,h4+.m-card--breakout .m-card__footer>span,h5+.m-card--breakout .m-card__footer>span,h6+.m-card--breakout .m-card__footer>span,img+.m-card--breakout .m-card__footer>span,ol+.m-card--breakout .m-card__footer>span,p+.m-card--breakout .m-card__footer>span,table+.m-card--breakout .m-card__footer>span,ul+.m-card--breakout .m-card__footer>span{margin-top:1.36364em}.o-card-group>h2{margin-bottom:1.875rem}.o-card-group--column-2 .o-card-group__cards{grid-template-columns:1fr 1fr}.o-card-group--column-3 .o-card-group__cards{grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}.o-card-group__cards{gap:1.25em;display:grid}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}.o-card-group--bg-green{background:var(--green-20);padding:1.875em}.o-card-group__cards{display:block}_:-ms-lang(x){display:block}.o-card-group__cards .m-card{float:left;margin-bottom:10px;display:block}_:-ms-lang(x) .m-card{float:left;margin-bottom:10px;display:block}.o-card-group--column-2 .o-card-group__cards .m-card{width:48%;margin-right:2%}.o-card-group--column-2 .o-card-group__cards .m-card:last-child{margin-right:0}.o-card-group--column-3 .o-card-group__cards .m-card{width:32%;margin-right:1%}_:-ms-lang(x) .o-card-group__cards .m-card{width:32%;margin-right:1%}.o-card-group--column-3 .o-card-group__cards .m-card:last-child{margin-right:0}_:-ms-lang(x) .o-card-group__cards .m-card:last-child{margin-right:0}.o-card-group:after{clear:both;content:"";display:table}_:-ms-lang(x){clear:both;content:"";display:table}.o-card-group--count-2 .m-card:first-of-type,.o-card-group--count-3 .m-card:first-of-type,.o-card-group--count-4 .m-card:first-of-type{grid-area:card1}.o-card-group--count-2 .m-card:nth-of-type(2),.o-card-group--count-3 .m-card:nth-of-type(2),.o-card-group--count-4 .m-card:nth-of-type(2){grid-area:card2}.o-card-group--count-2 .m-card:nth-of-type(3),.o-card-group--count-3 .m-card:nth-of-type(3),.o-card-group--count-4 .m-card:nth-of-type(3){grid-area:card3}.o-card-group--count-2 .m-card:nth-of-type(4),.o-card-group--count-3 .m-card:nth-of-type(4),.o-card-group--count-4 .m-card:nth-of-type(4){grid-area:card4}.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2""card1 card3"}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.73077em}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.15385em}@media only screen and (max-width:37.5em){blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type>a{justify-content:center}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2""card3 card4"}.o-card-group--flow .o-card-group__cards{flex-wrap:wrap;justify-content:center;display:flex}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}.o-email-signup .m-notification{margin-bottom:.9375em}.o-email-signup .a-text-input{max-width:23.125rem}.o-email-signup__buttons{flex-wrap:wrap-reverse;align-items:center;gap:.9375em;margin-top:.9375em;display:flex}.o-email-signup .a-btn{text-align:inherit}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}.o-featured-content-module{background-color:var(--gray-5);border:1px solid var(--gray-40);min-height:220px;position:relative}.o-featured-content-module__text{padding-top:1.875em;padding-bottom:1.875em}.o-featured-content-module__img{display:block}@media only screen and (max-width:37.5em){.o-featured-content-module__text,.o-featured-content-module__visual{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}.m-hero{background-color:var(--gray-5)}.m-hero__wrapper{max-width:1200px;margin:0 auto;padding-top:30px;padding-bottom:30px;display:grid}.m-hero__text{padding-left:15px;padding-right:15px}.m-hero__heading{font-size-adjust:var(--font-adjust-h1);letter-spacing:inherit;text-transform:inherit;margin-bottom:.441176em;font-size:2.125em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.76471em}.m-hero__subhead{font-size:22px;line-height:1.25}.m-hero__image-wrapper{box-sizing:border-box;overflow:hidden}.m-hero__image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;display:none}@supports (display:grid){.m-hero__image{display:block}}.m-hero--knockout{background-color:var(--gray);color:var(--white)}.m-hero--overlay .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--50-50,.m-hero--jumbo{background-color:var(--white)}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--50-50 .m-hero__wrapper,.m-hero--jumbo .m-hero__wrapper{min-height:285px}.m-hero--50-50 .m-hero__heading,.m-hero--jumbo .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--50-50 .m-hero__subhead,.m-hero--jumbo .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}blockquote+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,p+.m-hero--jumbo .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead{margin-top:1.73077em}.h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}blockquote+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,ol+.m-hero__heading,p+.m-hero__heading,table+.m-hero__heading,ul+.m-hero__heading{margin-top:1.73077em}.h1+.m-hero__heading,.h3+.m-hero__heading,.h4+.m-hero__heading,.h5+.m-hero__heading,.h6+.m-hero__heading,h1+.m-hero__heading,h3+.m-hero__heading,h4+.m-hero__heading,h5+.m-hero__heading,h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}.content-l{position:relative}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{width:100%}.content-l__col-1,.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-1-2{width:50%}.content-l__col-1-3{width:33.3333%}.content-l__col-1-3,.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-2-3{width:66.6667%}.content-l__col-3-8{width:37.5%}.content-l__col-3-8,.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-5-8{width:62.5%}.content-l__col-1-4{width:25%}.content-l__col-1-4,.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content-l__col-3-4{width:75%}}.content__line{background:var(--block-border);height:1px}.content__intro dd,.content__intro dt,.content__intro h3,.content__intro h4,.content__intro h5,.content__intro h6,.content__intro label,.content__intro li,.content__intro p,.content__main dd,.content__main dt,.content__main h3,.content__main h4,.content__main h5,.content__main h6,.content__main label,.content__main li,.content__main p{max-width:41.875rem}.content__intro,.content__main,.content__sidebar{padding:1.875em .9375em}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{width:100%}.content--1-3 .content__sidebar,.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{width:25%;padding-right:1.875em}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{border-left:1px solid var(--content-main-border);content:"";position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}.content--flush-bottom{padding-bottom:0}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}.block{margin-top:3.75em;margin-bottom:3.75em}.block--border-top{border-top:1px solid var(--block-border-top)}.block--border-right{border-right:1px solid var(--block-border-right)}.block--border-bottom{border-bottom:1px solid var(--block-border-bottom)}.block--border-left{border-left:1px solid var(--block-border-left)}.block--border{border:1px solid var(--block-border)}.block--flush-top{margin-top:0!important}.block--flush-top.block--border,.block--flush-top.block--border-top{border-top:none}.block--flush-bottom{margin-bottom:0!important}.block--flush-bottom.block--border,.block--flush-bottom.block--border-bottom{border-bottom:none}.block--flush-sides{margin-left:-15px;margin-right:-15px}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-left,.block--flush-sides.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}.block--flush{margin-left:-15px;margin-right:-15px;margin-top:0!important;margin-bottom:0!important}.block--flush.block--border,.block--flush.block--border-bottom,.block--flush.block--border-top{border-top:none;border-bottom:none}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-left,.block--flush.block--border-right{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}.block--bg{background:var(--block-bg);padding:1.875em .9375em 3.75em}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}.block--padded-top{margin-top:1.875em;padding-top:1.875em}.block--padded-bottom{margin-bottom:1.875em;padding-bottom:1.875em}.block--sub{margin-top:1.875em;margin-bottom:1.875em}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}.wrapper--match-content{padding-left:15px;padding-right:15px}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}.o-text-introduction{margin-top:0;margin-bottom:60px}.o-text-introduction>*{max-width:41.875rem;margin-top:0;margin-bottom:15px}.o-well{background-color:var(--gray-5);border:1px solid var(--gray-40);box-sizing:border-box;padding:1.875em .9375em}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}.o-banner{background:var(--gold-10);border-bottom:1px solid var(--gray-40);padding:.9375em 0;font-size:.875em}.o-banner .m-notification{border:none;padding:0}.o-banner .m-notification__icon{top:0;left:0}.o-banner--dark{border-color:var(--teal-dark);color:var(--white)}.o-banner--dark,.o-banner--dark .m-notification{background:var(--teal-dark)}.o-banner--dark .m-notification .cf-icon-svg{fill:var(--white)}.o-banner--dark .m-notification a{color:var(--white);-webkit-text-decoration-color:var(--white);-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white)}.o-banner--dark .m-notification a.visited,.o-banner--dark .m-notification a:visited{color:var(--teal-40);-webkit-text-decoration-color:var(--teal-40);-webkit-text-decoration-color:var(--teal-40);text-decoration-color:var(--teal-40)}.o-banner--dark .m-notification a.hover,.o-banner--dark .m-notification a:hover{color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15)}.o-banner--dark .m-notification a.focus,.o-banner--dark .m-notification a:focus{color:var(--white);-webkit-text-decoration-color:var(--white);-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white)}.o-banner--dark .m-notification a.active,.o-banner--dark .m-notification a:active{color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15)}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}.m-notification{background:var(--gray-5);border:1px solid var(--gray-40);padding:.9375rem;display:none}.m-notification>.cf-icon-svg{fill:var(--gray);flex:none}.m-notification--success{background:var(--green-10);border-color:var(--green)}.m-notification--success>.cf-icon-svg{fill:var(--green)}.m-notification--warning{background:var(--gold-10);border-color:var(--gold)}.m-notification--warning>.cf-icon-svg{fill:var(--gold)}.m-notification--error{background:var(--red-10);border-color:var(--red)}.m-notification--error>.cf-icon-svg{fill:var(--red)}.m-notification--error a,.m-notification--success a,.m-notification--warning a{color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark)}.m-notification--error a.visited,.m-notification--error a:visited,.m-notification--success a.visited,.m-notification--success a:visited,.m-notification--warning a.visited,.m-notification--warning a:visited{color:var(--teal);-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.m-notification--error a.hover,.m-notification--error a:hover,.m-notification--success a.hover,.m-notification--success a:hover,.m-notification--warning a.hover,.m-notification--warning a:hover{color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark)}.m-notification--error a.focus,.m-notification--error a:focus,.m-notification--success a.focus,.m-notification--success a:focus,.m-notification--warning a.focus,.m-notification--warning a:focus{color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark)}.m-notification--error a.active,.m-notification--error a:active,.m-notification--success a.active,.m-notification--success a:active,.m-notification--warning a.active,.m-notification--warning a:active{color:var(--navy-dark);-webkit-text-decoration-color:var(--navy-dark);-webkit-text-decoration-color:var(--navy-dark);text-decoration-color:var(--navy-dark)}.m-notification--visible{gap:.3125rem;display:flex}.m-notification__content{max-width:41.875rem}.cf-icon-svg+.m-notification__content{flex-grow:1}.m-notification__message{font-size:1rem;font-weight:500;line-height:1.25}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}.m-notification__explanation{margin-top:.3125rem;margin-bottom:.9375rem}.m-notification__message+.m-list{margin-top:.9375rem}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}html[lang=ar] .m-notification .cf-icon-svg+.m-notification__content{padding-left:0;padding-right:1.5625rem}html[lang=ar] .m-notification .m-list{padding-right:0}.m-pagination{grid-template-columns:auto 1fr auto;grid-template-areas:"pag-btn-prev.pag-btn-next""pag-form pag-form pag-form";row-gap:.9375rem;display:grid}.m-pagination__form{background:var(--gray-5);color:var(--gray);border-radius:.25rem;flex-flow:wrap;grid-area:pag-form;place-content:center;gap:.625rem;padding:.3125rem;display:flex}.m-pagination__current-page{text-align:right;width:2.8125rem;font-weight:500}.m-pagination__label{white-space:nowrap;display:contents}.m-pagination__btn-prev{z-index:1;grid-area:pag-btn-prev}.m-pagination__btn-next{z-index:1;grid-area:pag-btn-next}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}.o-table__cell--right-align{text-align:right}.o-table--scrolling{box-sizing:border-box;overflow-y:hidden}.o-table--scrolling table{border:1px solid var(--gray-40)}.o-table--scrolling table>tbody>tr:nth-child(2n)>td,.o-table--scrolling table>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>td,.o-table--striped>tbody>tr:nth-child(2n)>th{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>td,.o-table--striped tr:nth-child(2n)>th{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small td,.o-table--stack-on-small tr{display:block}.o-table--stack-on-small [data-display-table=cell],.o-table--stack-on-small td,.o-table--stack-on-small th{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small [data-display-table=thead],.o-table--stack-on-small>thead{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small [data-display-table=cell]:last-child,.o-table--stack-on-small td:last-child{margin-bottom:1.875em}}.a-date{color:var(--gray);font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}.h1+.a-date,.h2+.a-date,.h3+.a-date,.h4+.a-date,.h6+.a-date,blockquote+.a-date,dl+.a-date,figure+.a-date,h1+.a-date,h2+.a-date,h3+.a-date,h4+.a-date,h6+.a-date,img+.a-date,ol+.a-date,p+.a-date,table+.a-date,ul+.a-date{margin-top:2.14286em}.no-js .u-js-only,.u-hide-if-js{display:none!important}.no-js .u-hide-if-js{display:block!important}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}.u-clearfix:after{clear:both;content:"";display:table}.u-visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.u-hidden{display:none!important}.u-invisible{visibility:hidden}.u-right{float:right}.u-nowrap{white-space:nowrap}.u-flexible-container{height:0;padding-bottom:56.25%;position:relative}.u-flexible-container__inner{width:100%;height:100%;position:absolute;top:0;left:0}.u-flexible-container--4-3{height:0;padding-bottom:75%;position:relative}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w65pct{width:65%}.u-w25pct{width:25%}.u-w15pct{width:15%}.u-w66pct{width:66.6667%}.u-w33pct{width:33.3333%}.u-small-text,small{font-size:.875em}.u-small-text--subtle,small--subtle{color:var(--gray)}.u-no-animation{transition-duration:0s!important}.u-move-transition{transition:transform .25s ease-out}.u-move-to-origin{transform:translateZ(0)}.u-move-left{transform:translate(-100%)}.u-move-left-2x{transform:translate(-200%)}.u-move-left-3x{transform:translate(-300%)}.u-move-right{transform:translate(100%)}.u-move-up{transform:translateY(-100%)}.u-alpha-transition{transition:opacity .25s linear}.u-alpha-100{opacity:1}.u-alpha-0{opacity:0}.u-max-height-transition{contain:paint;transition:max-height .2s ease-out;overflow:hidden}.u-max-height-zero{max-height:0!important}.u-max-height-summary{max-height:88px!important}.a-link{border-bottom-width:0;-webkit-text-decoration-line:none;text-decoration-line:none}.a-link .a-link__text{overflow-wrap:break-word;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}.a-link:hover .a-link__text{-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-link--jump{font-weight:500}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}.m-list--horizontal,.m-list--links,.m-list--unstyled{padding-left:0;list-style-type:none}.m-list--horizontal .m-list__item,.m-list--links .m-list__item,.m-list--unstyled .m-list__item{margin-left:0}.m-list--horizontal .m-list__item{margin-bottom:0;margin-right:.25em;display:inline-block}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}html[lang=ar] .m-list{padding-right:0}.m-meta-header{flex-flow:column-reverse wrap-reverse;row-gap:.625rem;width:-webkit-fit-content;width:fit-content;padding-bottom:.625rem;overflow:hidden}.m-meta-header,.m-meta-header__item-group{column-gap:1.3125rem;display:flex}.m-meta-header__item-group{flex-wrap:wrap}.m-meta-header__item{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;text-wrap:balance;grid-template-columns:0 auto 1fr;row-gap:.3125rem;margin-bottom:0;font-size:1.125em;font-weight:500;line-height:1.25;display:grid}.h1+.m-meta-header__item,.h2+.m-meta-header__item,.h3+.m-meta-header__item,.h5+.m-meta-header__item,.h6+.m-meta-header__item,blockquote+.m-meta-header__item,dl+.m-meta-header__item,figure+.m-meta-header__item,h1+.m-meta-header__item,h2+.m-meta-header__item,h3+.m-meta-header__item,h5+.m-meta-header__item,h6+.m-meta-header__item,img+.m-meta-header__item,ol+.m-meta-header__item,p+.m-meta-header__item,table+.m-meta-header__item,ul+.m-meta-header__item{margin-top:1.66667em}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}.m-meta-header__item .cf-icon-svg{margin-right:.3125rem}.m-meta-header__item:before{content:"|";margin-left:-.8125rem}.m-meta-header__item .a-date{margin-bottom:0;font-size:.875rem;line-height:1.71429}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}.m-pull-quote__body{color:var(--black);font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}.m-pull-quote__citation{color:var(--gray);font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}.h1+.m-pull-quote__citation,.h2+.m-pull-quote__citation,.h3+.m-pull-quote__citation,.h4+.m-pull-quote__citation,.h6+.m-pull-quote__citation,blockquote+.m-pull-quote__citation,dl+.m-pull-quote__citation,figure+.m-pull-quote__citation,h1+.m-pull-quote__citation,h2+.m-pull-quote__citation,h3+.m-pull-quote__citation,h4+.m-pull-quote__citation,h6+.m-pull-quote__citation,img+.m-pull-quote__citation,ol+.m-pull-quote__citation,p+.m-pull-quote__citation,table+.m-pull-quote__citation,ul+.m-pull-quote__citation{margin-top:2.14286em}.m-pull-quote__citation:before{content:"—"}.m-slug-header{border-top:1px solid var(--gray-40)}.m-slug-header__heading{border-top:5px solid var(--green);font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-top:-3px;margin-bottom:1.07143em;padding-top:.285714em;font-size:.875em;font-weight:600;line-height:1.25;display:inline-block}:root{--beige:#bea96f;--beige-30:#f0e8d8;--beige-60:#d8c8a0;--black:#101820;--font-stack:system-ui,sans-serif;--gold:#ff9e1b;--gold-10:#fff6ec;--gold-20:#fff0dd;--gold-30:#ffe8cb;--gold-40:#ffe1b9;--gold-50:#ffd8a3;--gold-60:#ffce8d;--gold-70:#ffc372;--gold-80:#ffb858;--gold-90:#ffab39;--gold-dark:#dc731c;--gold-mid-dark:#ed881b;--gray:#5a5d61;--gray-10:#e7e8e9;--gray-15:#dcdddf;--gray-20:#d2d3d5;--gray-30:#c3c4c4;--gray-40:#b4b5b6;--gray-5:#f7f8f9;--gray-50:#a2a3a4;--gray-60:#919395;--gray-70:#838588;--gray-80:#75787b;--gray-90:#676a6f;--gray-dark:#43484e;--gray-darker:#293037;--gray-mid-dark:#4f5257;--green:#20aa3f;--green-10:#f0f8eb;--green-20:#e2efd8;--green-30:#d4eac6;--green-40:#c7e5b3;--green-50:#bae0a2;--green-60:#addc91;--green-70:#93cf7c;--green-80:#66c368;--green-90:#48b753;--green-dark:#1e9642;--green-mid-dark:#1fa040;--navy:#254b87;--navy-10:#f4f6fa;--navy-20:#d3daeb;--navy-30:#c3cde2;--navy-40:#b3c0d9;--navy-50:#9daecc;--navy-60:#889cc0;--navy-70:#6f88b2;--navy-80:#5674a3;--navy-90:#3e5f95;--navy-dark:#002d72;--navy-mid-dark:#123c7c;--neutral:#8a6c57;--neutral-10:#f8f5f2;--neutral-20:#e7ddd7;--neutral-30:#ddd1c9;--neutral-40:#d3c5bc;--neutral-50:#c6b4a9;--neutral-60:#baa496;--neutral-70:#ad9484;--neutral-80:#a18573;--neutral-90:#957865;--neutral-dark:#745745;--neutral-mid-dark:#7d604b;--pacific:#0072ce;--pacific-10:#eff8fd;--pacific-20:#d6e8fa;--pacific-30:#c3ddf6;--pacific-40:#afd2f2;--pacific-50:#96c4ed;--pacific-60:#7eb7e8;--pacific-70:#61a7e2;--pacific-80:#4497dc;--pacific-90:#2284d5;--pacific-dark:#0050b4;--pacific-mid-dark:#0061c1;--purple:#b4267a;--purple-10:#fdf3f8;--purple-20:#f0d8e2;--purple-30:#ebc9d9;--purple-40:#e3b2cc;--purple-50:#dc9cbf;--purple-60:#d486b2;--purple-70:#cd70a5;--purple-80:#c55998;--purple-90:#be438b;--purple-dark:#a01b68;--purple-mid-dark:#aa2071;--red:#d14124;--red-10:#fbefec;--red-20:#f7e0d9;--red-30:#f3d1c8;--red-40:#f0c3b8;--red-50:#ebb0a3;--red-60:#e79e8e;--red-70:#e28875;--red-80:#dd735d;--red-90:#d75a40;--red-dark:#b63014;--red-mid-dark:#c3381c;--teal:#257675;--teal-10:#f0f7f6;--teal-20:#d4e7e6;--teal-30:#c4dddc;--teal-40:#b4d2d1;--teal-50:#9ec4c3;--teal-60:#89b6b5;--teal-70:#70a6a5;--teal-80:#579695;--teal-90:#3e8685;--teal-dark:#005e5d;--teal-mid-dark:#126b69;--white:#fff;--block-bg:var(--gray-5);--block-border:var(--gray-40);--choice-bg-default:var(--white);--choice-bg-disabled:var(--gray-10);--choice-bg-selected-default:var(--pacific);--choice-bg-selected-disabled:var(--gray-40);--choice-bg-selected-focus-default:var(--pacific);--choice-border-default:var(--gray-60);--choice-border-disabled:var(--gray-60);--choice-border-error:var(--red);--choice-border-focus-default:var(--pacific);--choice-border-hover-default:var(--pacific);--choice-border-success:var(--green);--choice-border-warning:var(--gold);--choice-label-disabled-default:var(--gray-dark);--choice-outline-focus-default:var(--pacific);--code-bg:var(--gray-5);--content-main-border:var(--gray-40);--form-alert-icon-color-default:var(--gray);--form-alert-icon-color-error:var(--red);--form-alert-icon-color-success:var(--green);--form-alert-icon-color-warning:var(--gold);--form-field-input-lg-target-bg:var(--gray-10);--form-field-input-lg-target-bg-disabled:var(--gray-20);--form-field-input-lg-target-bg-selected:var(--pacific-20);--form-field-input-lg-target-border:var(--pacific);--input-bg-default:var(--white);--input-bg-disabled-default:var(--gray-10);--input-border-default:var(--gray-60);--input-border-disabled:var(--gray-60);--input-border-error:var(--red);--input-border-focus-default:var(--pacific);--input-border-hover-default:var(--pacific);--input-border-success:var(--green);--input-border-warning:var(--gold);--input-text-default:var(--black);--input-text-disabled-default:var(--gray-dark);--input-text-placeholder-default:var(--gray-dark);--label-helper:var(--gray-dark);--link-text:var(--pacific);--link-text-active:var(--navy);--link-text-hover:var(--pacific-dark);--link-text-visited:var(--teal);--link-underline:var(--pacific);--link-underline-active:var(--navy);--link-underline-hover:var(--pacific-dark);--link-underline-visited:var(--teal);--range-bg:var(--gray-10);--range-bg-focused:var(--pacific-20);--range-bg-track:var(--gray-80);--range-border:var(--gray-40);--range-border-focused:var(--pacific);--select-bg-disabled-default:var(--gray-10);--select-border-default:var(--gray-60);--select-border-error:var(--red);--select-border-focus-default:var(--pacific);--select-border-hover-default:var(--pacific);--select-icon-bg-default:var(--gray-10);--select-text-disabled-default:var(--gray-dark);--table-border:var(--gray);--table-head-bg:var(--gray-5);--tag-filter-bg-active-default:var(--teal-60);--tag-filter-bg-default:var(--teal-20);--tag-filter-bg-hover-default:var(--teal-40);--tag-filter-border-default:var(--teal);--tag-filter-outline-focuse-default:var(--teal-dark);--text:var(--black);--block-border-bottom:var(--block-border);--block-border-left:var(--block-border);--block-border-right:var(--block-border);--block-border-top:var(--block-border);--code-text:var(--text);--table-head-text:var(--text);--font-adjust-base:.517;--font-adjust-step:.0054;--font-adjust-h1:calc(var(--font-size-adjust-base) + var(--font-adjust-step)*5);--font-adjust-h2:calc(var(--font-size-adjust-base) + var(--font-adjust-step)*4);--font-adjust-h3:calc(var(--font-size-adjust-base) + var(--font-adjust-step)*3);--font-adjust-h4:calc(var(--font-size-adjust-base) + var(--font-adjust-step)*2);--font-adjust-h5:calc(var(--font-size-adjust-base) + var(--font-adjust-step)*1);--font-adjust-h6:var(--font-adjust-base);--font-adjust-body:var(--font-adjust-base);--select-border-width-default:1px}.a-tagline{grid-template-columns:22px 1fr;column-gap:10px;font-size:.75rem;display:grid}.a-tagline__text{display:inline-block}.a-tagline .u-usa-flag{margin-top:1px}.a-tagline--large{font-size:1rem}.a-tagline--large .u-usa-flag{margin-top:4px}.u-usa-flag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAZCAMAAABAf11LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5QTFRF////sxlC7MbQ2YyhxlNxCjFhR2WJV3GSKUt1dYumOFh/GT5rhZiwwszYsr/OlKW6Zn6c0djh8PL1iR9Ko7LE4OXrl0pttKC0pXWRtYKbSuJhRQAAANFJREFUeNrkkctuwyAUREnSuW/ApHYf//+jBVdZVcJi3aORgAXcMyLBAAJEzsVG3m8TkifyI3zfPQ6nJJLo421CArSBmkgjNEWtQE4zXJmClXuCWIlU5hdQxCqbqnE1KdIz79CVDvBwZxyKfQfmHTyzl01UZSvOWSTbhZLSWeDMufWLC/1ls3amT4qQq394EjIjApxBT+/nr8eEBNuKcB9SWMpmEXalNOylmlUZNTr4vE/4VdKhpC+leQf6y/e0wzL3RdJtkfUJyzwW+ZcdfgQYAJmJD3zerW6OAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;width:24px;height:13px;display:inline-block}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-stack:"Source Sans 3 Variable",arial,sans-serif!important}.complex-example button{margin:10px 0}.complex-example .descriptor{margin:10px 0;text-decoration:underline;display:block} \ No newline at end of file +@keyframes pulse-background{0%{background-color:transparent}50%{background-color:rgba(90,93,97,.05)}to{background-color:transparent}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}@keyframes updating-animation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.print .content__main{display:block;width:100%!important}.print .o-header{min-height:initial}.print .m-global-header-cta,.print .content__wrapper{border:none!important}.print .pill-panel li{margin:3px}.print .m-global-eyebrow,.print .m-global-header-cta,.print .action-bar,.print .search-panel h2,.print .a-tag-filter .cf-icon-svg,.print .pill-panel__clear,.print .state-filters__clear,.print .search-bar,.print .content__hero,.print .content__sidebar,.print .tabbed-navigation,.print .filter-panel hr,.print .refine-bar,.print .map-toolbar,.print .single-checkbox,.print .state-heading .clear,.print .state-navigation,.print .m-pagination,.print .u-right,.print .total,.print #clear-focus,.print .trend-depth-toggle{display:none!important}.print .advanced-container,.print .search-panel{width:100%}.print #tile-chart-map{width:650px;height:520px;margin:0 0 15px}.print #line-chart,.print #stacked-area-chart{width:550px}.print .tooltip-container{width:100px;margin-top:50px}.print .tooltip-container .tooltip-ul span.u-left{width:100%!important;text-decoration:none!important}.print .map-toolbar,.print .row-chart-section{break-before:always}@media print{.map-legend,#tile-chart-map{break-inside:avoid}.map-panel{break-inside:auto}.m-global-eyebrow,.m-global-header-cta,.action-bar,.search-panel h2,.a-tag-filter .cf-icon-svg,.pill-panel__clear,.state-filters__clear,.search-bar,.content__hero,.content__sidebar,.tabbed-navigation,.filter-panel hr,.refine-bar,.single-checkbox,.state-heading .clear,.state-navigation,.m-pagination,.warning,.u-right,.total,.vertical-marker,.circle-container,.a-micro-copy,.filter-button,footer,#clear-focus,.filter-toggle-button,.trend-depth-toggle{display:none!important}}.o-header .wrapper,.o-footer .wrapper{max-width:1170px!important}.ccdb-dev-harness #ccdb-ui-root{box-sizing:border-box;width:100%;max-width:1230px;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media screen and (max-width:600px){.ccdb-dev-harness #ccdb-ui-root{padding-left:15px;padding-right:15px}}.layout-row{flex-flow:wrap;display:flex}.layout-column{flex-direction:column;display:flex}.flex-fixed{flex:none}.flex-all{flex:1 0 auto}.cols{margin-left:-15px;margin-right:-15px;display:block;position:relative}.col:before{content:"";width:100%;display:block}.col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:8.33333%;margin-right:-.25em;display:inline-block}.col-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:16.6667%;margin-right:-.25em;display:inline-block}.col-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.col-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.col-6{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.col-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.col-9{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}.col-10{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:83.3333%;margin-right:-.25em;display:inline-block}.col-12{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3.ccdb-content .content__wrapper{max-width:initial;flex-wrap:wrap;align-items:stretch;padding-left:0;padding-right:0;display:flex}@media screen and (max-width:600px){.content--1-3.ccdb-content .content__wrapper{border:none}}.content--1-3.ccdb-content .content__wrapper>.search-panel{flex:0 0 100%;width:100%}.content--1-3.ccdb-content .content__sidebar{border:0;width:370px;margin:0;padding:0;display:flex}.content--1-3.ccdb-content .content__main{border:0;width:calc(100% - 370px);padding:0 0 0 15px}.content--1-3.ccdb-content .content__main:after{border-left:0}@media screen and (max-width:600px){.content--1-3.ccdb-content .content__main{padding:15px}}@media screen and (min-width:600px) and (max-width:900px){.wrapper-match-content{padding-left:20px;padding-right:20px}}@media screen and (min-width:901px){.wrapper-match-content{padding-left:30px;padding-right:30px}}@media screen and (min-width:600px) and (max-width:900px){.content--1-3.ccdb-content .content__main{width:100%}.content--1-3.ccdb-content .content__sidebar{width:100%;display:block}.filter-button{margin:20px 10px;display:block}.filter-button button{width:100%}}@media screen and (max-width:600px){.filter-button{margin:20px 0;display:block}.filter-button button{width:100%}.content--1-3.ccdb-content{margin-bottom:0}.content--1-3.ccdb-content .content__sidebar,.content--1-3.ccdb-content .content__main{width:100%}.content--1-3.ccdb-content .content__main{padding-left:0;padding-right:0}}::-ms-clear{display:none}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}:root{--btn-bg:var(--pacific);--btn-bg-active:var(--navy);--btn-bg-hover:var(--pacific-dark);--btn-disabled-bg:var(--gray-20);--btn-disabled-divider:var(--gray-60);--btn-disabled-outline:var(--gray-20);--btn-disabled-text:var(--gray-dark);--btn-divider:var(--pacific-60);--btn-secondary-bg:var(--white);--btn-secondary-bg-active:var(--pacific-20);--btn-secondary-bg-hover:var(--pacific-10);--btn-secondary-border:var(--pacific);--btn-secondary-border-active:var(--navy);--btn-secondary-border-hover:var(--pacific-dark);--btn-secondary-divider:var(--pacific-60);--btn-secondary-text:var(--pacific);--btn-secondary-text-active:var(--navy);--btn-secondary-text-hover:var(--pacific-dark);--btn-text:var(--white);--btn-warning-bg:var(--red-mid-dark);--btn-warning-bg-active:var(--gray-dark);--btn-warning-bg-hover:var(--red-dark);--btn-warning-divider:var(--red-60);--btn-warning-text:var(--white)}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}.o-search-input__input input[type=search]:not(:-moz-placeholder-shown){padding-right:34px}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}.o-card-group__cards{-moz-column-gap:1.25em;gap:1.25em;display:grid}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}.m-meta-header{-moz-column-gap:1.3125rem;flex-flow:column-reverse wrap-reverse;gap:.625rem 1.3125rem;width:-webkit-fit-content;width:fit-content;padding-bottom:.625rem;display:flex;overflow:hidden}.m-meta-header__item-group{-moz-column-gap:1.3125rem;flex-wrap:wrap;column-gap:1.3125rem;display:flex}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}.a-tagline{-moz-column-gap:10px;grid-template-columns:22px 1fr;column-gap:10px;font-size:.75rem;display:grid}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}:host{--icon-text-divider-default:var(--pacific-60);--icon-text-divider-disabled:var(--gray-60);--icon-text-divider:var(--icon-text-divider-default)}:host .wrapper{align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;display:flex}:host .left-divider:before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .right-divider:after{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host slot{display:contents}.left-divider ::slotted(svg:first-of-type){order:-1}.right-divider ::slotted(svg:last-of-type){order:1}:host([disabled]){--icon-text-divider:var(--icon-text-divider-disabled)!important}:host([icon-hidden]) ::slotted(svg){display:none!important}:host button.a-btn::-moz-focus-inner{border:0}:host input.a-btn::-moz-focus-inner{border:0}:host .a-btn{-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;text-align:center;border:0;border-radius:.25em;justify-content:center;align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;margin:0;padding:.5em .875em;font-size:1em;font-weight:500;line-height:1.1875;text-decoration:none;transition:background-color .1s;display:flex}:host .a-btn{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:link{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:visited{background-color:var(--btn-bg);color:var(--btn-text)}:host .a-btn:hover{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn.hover{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn:focus{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn.focus{background-color:var(--btn-bg-hover);color:var(--btn-text)}:host .a-btn:focus{outline:1px dotted var(--btn-bg);outline-offset:1px}:host .a-btn.focus{outline:1px dotted var(--btn-bg);outline-offset:1px}:host .a-btn:active{background-color:var(--btn-bg-active)}:host .a-btn.active{background-color:var(--btn-bg-active)}:host .a-btn--secondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:link{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:visited{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 0 0 1px var(--btn-secondary-border)inset}:host .a-btn--secondary:hover{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary.hover{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary:focus{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary.focus{background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-text-hover);box-shadow:0 0 0 1px var(--btn-secondary-border-hover)inset}:host .a-btn--secondary:focus{outline-color:var(--btn-secondary-border)}:host .a-btn--secondary.focus{outline-color:var(--btn-secondary-border)}:host .a-btn--secondary:active{background-color:var(--btn-secondary-bg-active);color:var(--btn-secondary-text-active);box-shadow:0 0 0 1px var(--btn-secondary-border-active)inset}:host .a-btn--secondary.active{background-color:var(--btn-secondary-bg-active);color:var(--btn-secondary-text-active);box-shadow:0 0 0 1px var(--btn-secondary-border-active)inset}:host .a-btn--warning{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:link{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:visited{background-color:var(--btn-warning-bg);color:var(--btn-warning-text)}:host .a-btn--warning:hover{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning.hover{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning:focus{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning.focus{background-color:var(--btn-warning-bg-hover)}:host .a-btn--warning:focus{outline-color:var(--btn-warning-bg)}:host .a-btn--warning.focus{outline-color:var(--btn-warning-bg)}:host .a-btn--warning:active{background-color:var(--btn-warning-bg-active)}:host .a-btn--warning.active{background-color:var(--btn-warning-bg-active)}:host .a-btn--disabled{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled.active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled]:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[disabled].active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:link{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:visited{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].hover{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].focus{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true]:active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn[aria-disabled=true].active{background-color:var(--btn-disabled-bg);color:var(--btn-disabled-text);box-shadow:none;cursor:not-allowed}:host .a-btn--disabled:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn--disabled.focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[disabled]:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[disabled].focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[aria-disabled=true]:focus{outline-color:var(--btn-disabled-outline)}:host .a-btn[aria-disabled=true].focus{outline-color:var(--btn-disabled-outline)}@media only screen and (max-width:37.5em){:host .a-btn--full-on-xs{width:100%}}:host .a-btn:has(svg+span) span{order:3}:host .a-btn:has(span+svg) svg{flex:none;order:3}:host .a-btn:not(.a-btn--hide-icon):has(svg+span):before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .a-btn:not(.a-btn--hide-icon):has(span+svg):before{content:"";border-left:1px solid var(--icon-text-divider);place-self:normal}:host .a-btn--secondary:has(svg):before{border-color:var(--btn-secondary-divider)!important}:host .a-btn--warning:has(svg):before{border-color:var(--btn-warning-divider)!important}:host .a-btn--disabled:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn[disabled]:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn[aria-disabled=true]:has(svg):before{border-color:var(--btn-disabled-divider)!important}:host .a-btn--hide-icon svg{display:none}:host .m-btn-group{flex-wrap:wrap;align-items:center;gap:.9375rem;width:-webkit-fit-content;width:fit-content;display:flex}:host{width:-webkit-fit-content;width:fit-content;display:flex}@media only screen and (max-width:37.5em){:host([full-on-mobile]){width:100%}:host([full-on-mobile]) button{width:100%}:host([full-on-mobile]) [role=button]{width:100%}}:host([flush-left]) button{border-top-left-radius:0;border-bottom-left-radius:0}:host([flush-left]) [role=button]{border-top-left-radius:0;border-bottom-left-radius:0}:host([flush-right]) button{border-top-right-radius:0;border-bottom-right-radius:0}:host([flush-right]) [role=button]{border-top-right-radius:0;border-bottom-right-radius:0}:root,#storybook-root,#storybook-docs{--font-stack:"Source Sans 3 Variable","Source Sans Pro","Arial",sans-serif;font-family:var(--font-stack)}:root dd,:root dt,:root label,:root li,:root p,#storybook-root dd,#storybook-root dt,#storybook-root label,#storybook-root li,#storybook-root p,#storybook-docs dd,#storybook-docs dt,#storybook-docs label,#storybook-docs li,#storybook-docs p{max-width:41.875rem}:root .sbdocs>p,:root .sbdocs .sbdocs-title+div p,:root pre.prismjs,#storybook-root .sbdocs>p,#storybook-root .sbdocs .sbdocs-title+div p,#storybook-root pre.prismjs,#storybook-docs .sbdocs>p,#storybook-docs .sbdocs .sbdocs-title+div p,#storybook-docs pre.prismjs{font-size:16px}:root pre,#storybook-root pre,#storybook-docs pre{color:#fff;background-color:#2b2b2b}pre{line-height:22px!important}#storybook-docs :where(p:not(.sb-story *)){line-height:22px!important}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1170px}}.a-link .a-link__text+svg,.a-link svg+.a-link__text{margin-left:.25em}.a-form-alert .a-form-alert__text .cf-icon-svg{float:none;color:inherit}.a-form-alert .a-form-alert__text,.m-notification .m-notification__explanation{max-width:41.875rem}.m-notification>.cf-icon-svg-wrapper{position:absolute}.m-notification:not(:-webkit-any(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.m-notification:not(:-webkit-any(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.m-notification:not(:is(.m-notification--error,.m-notification--success,.m-notification--warning))>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gray)}.cf-icon-svg-wrapper+.m-notification__content{padding-left:1.5625em}.m-notification .m-list .cf-icon-svg-wrapper{position:relative}.m-notification--success>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--green)}.m-notification--warning>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--gold)}.m-notification--error>.cf-icon-svg-wrapper .cf-icon-svg{fill:var(--red)}.m-notification .m-list .cf-icon-svg-wrapper .cf-icon-svg{fill:currentColor}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}.o-summary__btn[aria-expanded=false]:before{pointer-events:none;height:2.75em;left:0;right:0;top:-moz-calc(-100% + 4px);content:"";top:-moz-calc(4px - 100%);background:linear-gradient(rgba(255,255,255,0) 0%,#fff 100%);margin:0;display:block;position:absolute;top:calc(4px - 100%)}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.m-global-eyebrow{font-size:.75em}.m-global-eyebrow__actions{text-align:right}.m-global-eyebrow__languages{display:inline}.m-global-eyebrow__languages .m-list__item:not(:last-child){margin-bottom:0;margin-right:.583333em}@media only screen and (min-width:63.8125em){.m-global-eyebrow__languages .m-list__item:not(:last-child){margin-right:.833333em}}.m-global-eyebrow__languages a{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.m-global-eyebrow__phone{padding-left:.9375em}.m-global-eyebrow--horizontal{vertical-align:top;background:var(--gray-5);border-bottom:1px solid var(--gray-40);width:100%;padding-top:.625em;padding-bottom:.625em;display:inline-block}.m-global-eyebrow--horizontal cfpb-tagline{float:left}.m-global-eyebrow--horizontal .wrapper--match-content{padding-left:15px}@media (min-width:600px){.m-global-eyebrow--horizontal .wrapper--match-content{padding-left:30px}}.m-global-eyebrow--horizontal .m-global-eyebrow__languages{text-align:right}@media only screen and (max-width:56.25em){.m-global-eyebrow--horizontal .m-global-eyebrow__actions{display:none}.m-global-eyebrow--horizontal .m-global-eyebrow__actions cfpb-tagline{float:none}}.m-global-eyebrow--list{padding:.9375rem .9375rem 1.875rem 1.875rem}.m-global-eyebrow--list .m-global-eyebrow__actions{text-align:left;border:0;margin:0;padding:0}.m-global-eyebrow--list .m-global-eyebrow__phone,.m-global-eyebrow--list .m-global-eyebrow__languages{padding-left:0;display:block}.m-global-eyebrow--list .m-global-eyebrow__phone{border-top:1px solid var(--gray-40);padding-top:"0.9375em"}.m-global-eyebrow--list .m-global-eyebrow__phone a{padding-top:.9375rem;padding-bottom:.9375rem}.m-global-eyebrow--list .m-global-eyebrow__languages{margin-bottom:.9375rem}.m-global-eyebrow--list .m-global-eyebrow__languages .m-list__item a{text-align:center;min-width:48px;padding-top:.9375rem;padding-bottom:.9375rem;display:block}.u-layout-grid__breadcrumbs .m-breadcrumbs{flex-wrap:wrap;align-items:center;gap:.625rem;min-height:33px;padding-top:.9375rem;padding-bottom:.9375rem;font-size:.875rem;display:flex;position:relative}@media only screen and (max-width:56.25em){.u-layout-grid__breadcrumbs{background:var(--gray-5);border-bottom:1px solid var(--gray-40);margin-left:-1.875rem;margin-right:-1.875rem;padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.u-layout-grid__breadcrumbs{padding-left:.9375rem;padding-right:.9375rem}}@media only screen and (min-width:37.5625em){.u-layout-grid__breadcrumbs{margin-top:0}}.o-form__fieldset--inline>.o-form__fieldset-options{flex-wrap:wrap;align-items:flex-start;gap:1.25em;display:flex}.o-form__fieldset--inline>.o-form__fieldset-options>.m-form-field+.m-form-field{margin-top:0}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.o-footer{border-top:5px solid var(--green);background:var(--gray-5);padding-top:3.125em;padding-bottom:3.125em}.o-footer__nav-list .m-list__link{color:var(--black);-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black);font-size:1.125em}.o-footer__nav-list .m-list__link:visited,.o-footer__nav-list .m-list__link.visited,.o-footer__nav-list .m-list__link:hover,.o-footer__nav-list .m-list__link.hover,.o-footer__nav-list .m-list__link:focus,.o-footer__nav-list .m-list__link.focus,.o-footer__nav-list .m-list__link:active,.o-footer__nav-list .m-list__link.active{-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black);color:var(--black)}@media only screen and (min-width:37.5625em){.o-footer__nav-list .m-list__link{margin-right:1em;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.o-footer__nav-list .m-list__link:hover,.o-footer__nav-list .m-list__link.hover,.o-footer__nav-list .m-list__link:focus,.o-footer__nav-list .m-list__link.focus{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}}@media only screen and (min-width:56.3125em){.o-footer__nav-list .m-list__link{margin-right:1.36364em;font-size:1.25em}}.o-footer__nav-list .m-list__link.m-list__link--disabled{border-bottom:1px dotted}@media only screen and (min-width:56.3125em){.o-footer__nav-list .m-list__link.m-list__link--disabled{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}}.o-footer__list .m-list__link{color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark)}.o-footer__list .m-list__link:visited,.o-footer__list .m-list__link.visited,.o-footer__list .m-list__link:hover,.o-footer__list .m-list__link.hover,.o-footer__list .m-list__link:focus,.o-footer__list .m-list__link.focus,.o-footer__list .m-list__link:active,.o-footer__list .m-list__link.active{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.o-footer__pre{margin-bottom:2.8125em;position:relative}.o-footer__pre .o-footer__top-button{text-align:center;width:100%;margin:-2em auto 2em;display:block}.o-footer__pre .o-footer__nav-list{margin-bottom:0}@media only screen and (min-width:37.5625em){.o-footer__pre{border-bottom:1px solid var(--gray-40);margin-bottom:1.875em;padding-bottom:1.875em}.o-footer__pre .o-footer__top-button{display:none}.o-footer__pre .o-footer__nav-list .m-list__item{margin-bottom:0}}@media print{.o-footer__pre{display:none!important}}.o-footer__middle-left .o-footer__list{margin:0}@media only screen and (max-width:37.5em){.o-footer__middle-left .o-footer__col:nth-child(n+2) .o-footer__list .m-list__item .m-list__link{border-top-width:0}}@media only screen and (min-width:37.5625em){.o-footer__middle-left{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;border-right:1px solid var(--gray-40);border-left:0;width:66.6667%;margin-right:-.25em;display:inline-block}.o-footer__middle-left .o-footer__col{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-left:0;border-right:0;width:50%;margin-right:-.25em;padding-right:.9375em;display:inline-block}}@media print{.o-footer__middle-left{display:none!important}}@media only screen and (max-width:37.5em){.o-footer__middle-right .o-footer__list .m-list__item .m-list__link{border-top-width:0}}@media only screen and (min-width:37.5625em){.o-footer__middle-right{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.o-footer__middle-right .o-footer__list{padding-left:30px;padding-right:30px}}@media print{.o-footer__middle-right{display:none!important}}.o-footer__post{margin-top:1.875em}@media only screen and (min-width:37.5625em){.o-footer__post{border-top:1px solid var(--gray-40);padding-top:1.875em}}@media print{.o-footer__post{border:none;margin:0;padding:0}}.o-footer .cf-icon-svg--external-link{margin-left:3px}@media (max-width:600px){.o-footer .m-list__link,.o-footer .o-footer-post,.o-footer .m-social-media{padding-left:15px}.o-footer .o-footer__top-button{width:95%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.m-social-media{display:inline-block}.m-social-media__heading{font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+.m-social-media__heading,ul+.m-social-media__heading,ol+.m-social-media__heading,dl+.m-social-media__heading,figure+.m-social-media__heading,img+.m-social-media__heading,table+.m-social-media__heading,blockquote+.m-social-media__heading,h1+.m-social-media__heading,.h1+.m-social-media__heading,h2+.m-social-media__heading,.h2+.m-social-media__heading,h3+.m-social-media__heading,.h3+.m-social-media__heading,h4+.m-social-media__heading,.h4+.m-social-media__heading,h6+.m-social-media__heading,.h6+.m-social-media__heading{margin-top:2.14286em}.m-social-media__heading{vertical-align:middle;margin-bottom:0;display:inline-block}.m-social-media .m-list{vertical-align:middle;display:inline-block}.m-social-media .m-list .m-list__item{margin-bottom:0}.m-social-media .m-list .m-list__item:last-child{margin-right:0}.m-social-media__icon{color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);font-size:1.875em;line-height:1}.m-social-media__icon:visited,.m-social-media__icon.visited{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.m-social-media__icon:hover,.m-social-media__icon.hover,.m-social-media__icon:focus,.m-social-media__icon.focus{-webkit-text-decoration-color:var(--pacific-80);-webkit-text-decoration-color:var(--pacific-80);text-decoration-color:var(--pacific-80);color:var(--pacific-80)}.m-social-media__icon:active,.m-social-media__icon.active{-webkit-text-decoration-color:var(--gray-dark);-webkit-text-decoration-color:var(--gray-dark);text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.m-social-media__icon{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.m-social-media__print{padding-left:"0.9375em";border-left:1px solid var(--black)}@media print{.m-social-media{display:none}}.no-js .m-social-media__print{display:none}:root{--font-adjust-base:.517;--font-adjust-step:.0054;--font-adjust-h1:calc(var(--font-size-adjust-base) + (5*var(--font-adjust-step)));--font-adjust-h2:calc(var(--font-size-adjust-base) + (4*var(--font-adjust-step)));--font-adjust-h3:calc(var(--font-size-adjust-base) + (3*var(--font-adjust-step)));--font-adjust-h4:calc(var(--font-size-adjust-base) + (2*var(--font-adjust-step)));--font-adjust-h5:calc(var(--font-size-adjust-base) + (1*var(--font-adjust-step)));--font-adjust-h6:var(--font-adjust-base);--font-adjust-body:var(--font-adjust-base);--select-border-width-default:1px;--select-border-width-error:2px;--block-bg:var(--gray-5);--block-border:var(--gray-40);--choice-bg-default:var(--white);--choice-bg-disabled:var(--gray-10);--choice-bg-selected-default:var(--pacific);--choice-bg-selected-disabled:var(--gray-40);--choice-bg-selected-focus-default:var(--pacific);--choice-border-default:var(--gray-60);--choice-border-disabled:var(--gray-60);--choice-border-error:var(--red);--choice-border-focus-default:var(--pacific);--choice-border-hover-default:var(--pacific);--choice-border-success:var(--green);--choice-border-warning:var(--gold);--choice-label-disabled-default:var(--gray-dark);--choice-outline-focus-default:var(--pacific);--code-bg:var(--gray-5);--content-main-border:var(--gray-40);--form-alert-icon-color-default:var(--gray);--form-alert-icon-color-error:var(--red);--form-alert-icon-color-success:var(--green);--form-alert-icon-color-warning:var(--gold);--form-field-input-lg-target-bg:var(--gray-10);--form-field-input-lg-target-bg-disabled:var(--gray-20);--form-field-input-lg-target-bg-selected:var(--pacific-20);--form-field-input-lg-target-border:var(--pacific);--input-bg-default:var(--white);--input-bg-disabled-default:var(--gray-10);--input-border-default:var(--gray-60);--input-border-disabled:var(--gray-60);--input-border-error:var(--red);--input-border-focus-default:var(--pacific);--input-border-hover-default:var(--pacific);--input-border-success:var(--green);--input-border-warning:var(--gold);--input-text-default:var(--black);--input-text-disabled-default:var(--gray-dark);--input-text-placeholder-default:var(--gray-dark);--label-helper:var(--gray-dark);--link-text:var(--pacific);--link-text-active:var(--navy);--link-text-hover:var(--pacific-dark);--link-text-visited:var(--teal);--link-underline:var(--pacific);--link-underline-active:var(--navy);--link-underline-hover:var(--pacific-dark);--link-underline-visited:var(--teal);--range-bg:var(--gray-10);--range-bg-focused:var(--pacific-20);--range-bg-track:var(--gray-80);--range-border:var(--gray-40);--range-border-focused:var(--pacific);--select-bg-disabled-default:var(--gray-10);--select-border-default:var(--gray-60);--select-border-error:var(--red);--select-border-focus-default:var(--pacific);--select-border-hover-default:var(--pacific);--select-icon-bg-default:var(--gray-10);--select-text-disabled-default:var(--gray-dark);--table-border:var(--gray);--table-head-bg:var(--gray-5);--tag-filter-bg-active-default:var(--teal-60);--tag-filter-bg-default:var(--teal-20);--tag-filter-bg-hover-default:var(--teal-40);--tag-filter-border-default:var(--teal);--tag-filter-outline-focuse-default:var(--teal-dark);--text:var(--black);--block-border-bottom:var(--block-border);--block-border-left:var(--block-border);--block-border-right:var(--block-border);--block-border-top:var(--block-border);--code-text:var(--text);--table-head-text:var(--text)}.demo .col{background-color:var(--gray-5)}.demo .col p{background-color:var(--gray-10);text-align:center;font-weight:700;max-width:100%!important}.grid{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}.grid .grid{padding-bottom:15px}@media (min-width:720px){.grid .col{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;margin-bottom:15px;display:inline-block}.col-1{width:8.33333%}.col-2{width:16.6667%}.col-3{width:25%}.col-4{width:33.3333%}.col-5{width:41.6667%}.col-6{width:50%}.col-7{width:58.3333%}.col-8{width:66.6667%}.col-9{width:75%}.col-10{width:83.3333%}.col-11{width:91.6667%}.col-12{width:100%}.grid.centered{flex-direction:column;justify-content:center;display:flex}.grid.centered .row{justify-content:center;width:100%;display:flex}.grid .grid{padding-bottom:0}}.o-header-scope .o-header__content{background-color:var(--white);z-index:1000;width:100%;height:auto}.o-header-scope .o-header__content .navbar{flex-direction:column;align-items:flex-start;font-size:16px;display:flex}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar{flex-direction:row;align-items:stretch;min-height:60px;padding:0}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar{flex-direction:row;justify-content:space-between;align-items:center}}.o-header-scope .o-header__content .navbar .o-header__logo{min-width:237px}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .o-header__logo{border-left:1px solid var(--gray-40);padding-left:15px}.o-header-scope .o-header__content .navbar .o-header__logo .o-header__logo-img{height:40px}}.o-header-scope .o-header__content .navbar .o-header__logo-img{vertical-align:middle;height:34px;margin-top:10px;margin-bottom:10px}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .o-header__logo-img{height:50px}}.o-header-scope .o-header__content .navbar .menu-toggle{cursor:pointer;z-index:1000;background-color:transparent;border:none;justify-content:center;align-self:stretch;align-items:center;width:54px;margin-bottom:0;margin-right:0;padding:0 15px;display:flex}.o-header-scope .o-header__content .navbar .menu-toggle .cf-icon-svg{height:21.38px}.o-header-scope .o-header__content .navbar .menu-toggle:hover,.o-header-scope .o-header__content .navbar .menu-toggle[aria-expanded=true]:hover{background-color:var(--gray-20)}.o-header-scope .o-header__content .navbar .menu-toggle[aria-expanded=true]{background-color:var(--gray-10)}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .menu-toggle{display:none}}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items{background-color:var(--white);border-top:1px solid var(--gray-40);z-index:1000;width:100%;padding-top:15px;padding-left:30px;transition:left .3s ease-in-out;position:absolute;top:54px;left:-115%;overflow-y:auto}}.o-header-scope .o-header__content .navbar .nav-items{flex-direction:column;width:100%;display:flex}.o-header-scope .o-header__content .navbar .nav-items.open{display:flex;left:0}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items{background-color:transparent;flex-direction:row;justify-content:flex-end;width:auto;height:auto;display:flex;position:static;overflow-y:visible}}.o-header-scope .o-header__content .navbar .nav-items .links{flex-direction:column;width:100%;padding:0 0 30px;display:flex}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links{flex-direction:row;justify-content:flex-end;align-items:baseline;width:auto;padding:0}}.o-header-scope .o-header__content .navbar .nav-items .links a,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{cursor:pointer;border-bottom:1px solid var(--gray-40);color:var(--pacific);text-align:left;margin-right:0;padding:10px 0;font-weight:500;position:relative}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{border-bottom:1px dotted transparent;margin-right:60px;padding:0}}.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{position:relative}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items .links a:hover:before,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover:before{background-color:var(--green);content:"";width:5px;height:100%;display:block;position:absolute;top:0;left:-15px}.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{color:var(--black)}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a:hover,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link:hover{border-bottom:1px solid var(--pacific)}}.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active{color:var(--black)}@media (max-width:56.25em){.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active:before,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active:before{background-color:var(--black);content:" ";width:5px;height:100%;display:block;position:absolute;top:0;left:-15px}}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links a.nav-item.active,.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link.nav-item.active{border-bottom:2px solid var(--black)}}.o-header-scope .o-header__content .navbar .nav-items .links .a-btn{font-weight:500}.o-header-scope .o-header__content .navbar .nav-items .links .a-btn--link{-moz-box-pack:left;justify-content:left;width:auto;font-size:14px;line-height:normal;text-decoration:none}.o-header-scope .o-header__content .navbar .nav-items .links>:first-child{border-top:0 dotted var(--pacific)}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links>:first-child{border-top:none}}.o-header-scope .o-header__content .navbar .nav-items .links>:last-child{margin-right:0}.o-header-scope .o-header__content .navbar .nav-items .links .profile span{display:none}.o-header-scope .o-header__content .navbar .nav-items .links .profile:after{content:"Profile"}@media (min-width:56.3125em){.o-header-scope .o-header__content .navbar .nav-items .links .profile span{display:inline}.o-header-scope .o-header__content .navbar .nav-items .links .profile:after{content:""}}.o-header-scope .menu-overlay{z-index:999;opacity:0;background-color:rgba(0,0,0,.5);width:100%;height:100vh;transition:opacity 1s ease-in-out;display:none;position:absolute}.o-header-scope .menu-overlay.open{opacity:1;display:block}@media (min-width:56.3125em){.o-header-scope .menu-overlay{display:none!important}}.o-header-scope .sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.o-header{z-index:10;background-color:var(--white);min-width:320px;position:relative}.o-header.bottom-border{border-bottom:5px solid var(--green)}.o-header .o-header__content{position:relative}.o-header .o-header__content>.wrapper,.o-header .o-header__content>.wrapper{position:initial}.o-header .o-header__content>.wrapper>.m-global-search,.o-header .o-header__content>.wrapper>.m-global-search{float:right}@media only all and (max-width:37.5em){.o-header .o-header__content>.wrapper>.m-global-search,.o-header .o-header__content>.wrapper>.m-global-search{margin-right:-15px}}@media only all and (min-width:37.5625em) and (max-width:56.25em){.o-header .o-header__content>.wrapper>.m-global-search,.o-header .o-header__content>.wrapper>.m-global-search{margin-right:-30px}}@media only all and (min-width:56.3125em){.o-header .o-header__content{padding:.9375em 0}.o-header .o-header__content>.wrapper>.m-global-header-cta,.o-header .o-header__content>.wrapper>.m-global-header-cta{float:right}.o-header html.js .o-header__content>.wrapper>.m-global-search,.o-header html.js .o-header__content>.wrapper>.m-global-search{min-width:373px}}@media only all and (max-width:56.25em){.o-header .o-header__content>.wrapper>.m-global-header-cta,.o-header .o-header__content>.wrapper>.m-global-header-cta{display:none}.o-header .js .o-header__content>.o-mega-menu{position:absolute;top:0;left:0}}@media only all and (min-width:56.3125em){.o-header .o-header__mega-menu{min-height:167px}}@media only all and (max-width:56.25em){.o-header .js .o-header__mega-menu .o-header__logo{margin-left:54px}}.o-header.o-header--no-nav{min-height:auto}@media only all and (min-width:56.3125em){.o-header.o-header--no-nav{margin-top:15px}}@media print{.o-header .o-header__logo{margin-left:15px!important}}.print .o-header .o-header__logo{margin-left:15px!important}.m-hero{--m-hero-background-color:var(--gray-30);background-color:var(--gray-30)}.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{background-size:0 0}@media screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-size:cover}.m-hero--50-50 .m-hero__image{display:block}}@media only all and (min-width:37.5625em){.content--2-1 .content__main,.content--1-3 .content__sidebar{margin-right:0!important}}.o-secondary-nav__list{margin:0;padding:0;list-style:none}.o-secondary-nav__list--children{padding-left:.9375rem}.o-secondary-nav__item{margin:0;padding:0}.o-secondary-nav__link{color:var(--pacific);overflow-wrap:anywhere;word-break:normal;border:0 solid transparent;border-left-width:5px;padding:.5rem 0 .5rem .9375rem;text-decoration:none;display:block}.o-secondary-nav__link:hover,.o-secondary-nav__link:focus{border-left-color:var(--green);color:var(--black);-webkit-text-decoration-color:var(--green);-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green)}.o-secondary-nav__link:focus{outline:1px dotted var(--pacific);outline-offset:-1px}.o-secondary-nav__link:visited{color:var(--pacific);-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.o-secondary-nav__link--current{border-left-color:var(--black);color:var(--black);cursor:text;text-decoration:none;-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black)}.o-secondary-nav__link--current:hover,.o-secondary-nav__link--current:focus,.o-secondary-nav__link--current:visited{border-left-color:var(--black);color:var(--black);text-decoration:none;-webkit-text-decoration-color:var(--black);-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black)}.o-secondary-nav__link--parent{font-size:18px;font-weight:500}:root{--beige:#bea96f;--beige-30:#f0e8d8;--beige-60:#d8c8a0;--black:#101820;--font-stack:system-ui,sans-serif;--gold:#ff9e1b;--gold-10:#fff6ec;--gold-20:#fff0dd;--gold-30:#ffe8cb;--gold-40:#ffe1b9;--gold-50:#ffd8a3;--gold-60:#ffce8d;--gold-70:#ffc372;--gold-80:#ffb858;--gold-90:#ffab39;--gold-dark:#dc731c;--gold-mid-dark:#ed881b;--gray:#5a5d61;--gray-10:#e7e8e9;--gray-15:#dcdddf;--gray-20:#d2d3d5;--gray-30:#c3c4c4;--gray-40:#b4b5b6;--gray-5:#f7f8f9;--gray-50:#a2a3a4;--gray-60:#919395;--gray-70:#838588;--gray-80:#75787b;--gray-90:#676a6f;--gray-dark:#43484e;--gray-darker:#293037;--gray-mid-dark:#4f5257;--green:#20aa3f;--green-10:#f0f8eb;--green-20:#e2efd8;--green-30:#d4eac6;--green-40:#c7e5b3;--green-50:#bae0a2;--green-60:#addc91;--green-70:#93cf7c;--green-80:#66c368;--green-90:#48b753;--green-dark:#1e9642;--green-mid-dark:#1fa040;--navy:#254b87;--navy-10:#f4f6fa;--navy-20:#d3daeb;--navy-30:#c3cde2;--navy-40:#b3c0d9;--navy-50:#9daecc;--navy-60:#889cc0;--navy-70:#6f88b2;--navy-80:#5674a3;--navy-90:#3e5f95;--navy-dark:#002d72;--navy-mid-dark:#123c7c;--neutral:#8a6c57;--neutral-10:#f8f5f2;--neutral-20:#e7ddd7;--neutral-30:#ddd1c9;--neutral-40:#d3c5bc;--neutral-50:#c6b4a9;--neutral-60:#baa496;--neutral-70:#ad9484;--neutral-80:#a18573;--neutral-90:#957865;--neutral-dark:#745745;--neutral-mid-dark:#7d604b;--pacific:#0072ce;--pacific-10:#eff8fd;--pacific-20:#d6e8fa;--pacific-30:#c3ddf6;--pacific-40:#afd2f2;--pacific-50:#96c4ed;--pacific-60:#7eb7e8;--pacific-70:#61a7e2;--pacific-80:#4497dc;--pacific-90:#2284d5;--pacific-dark:#0050b4;--pacific-mid-dark:#0061c1;--purple:#b4267a;--purple-10:#fdf3f8;--purple-20:#f0d8e2;--purple-30:#ebc9d9;--purple-40:#e3b2cc;--purple-50:#dc9cbf;--purple-60:#d486b2;--purple-70:#cd70a5;--purple-80:#c55998;--purple-90:#be438b;--purple-dark:#a01b68;--purple-mid-dark:#aa2071;--red:#d14124;--red-10:#fbefec;--red-20:#f7e0d9;--red-30:#f3d1c8;--red-40:#f0c3b8;--red-50:#ebb0a3;--red-60:#e79e8e;--red-70:#e28875;--red-80:#dd735d;--red-90:#d75a40;--red-dark:#b63014;--red-mid-dark:#c3381c;--teal:#257675;--teal-10:#f0f7f6;--teal-20:#d4e7e6;--teal-30:#c4dddc;--teal-40:#b4d2d1;--teal-50:#9ec4c3;--teal-60:#89b6b5;--teal-70:#70a6a5;--teal-80:#579695;--teal-90:#3e8685;--teal-dark:#005e5d;--teal-mid-dark:#126b69;--white:#fff;--block-bg:var(--gray-5);--block-border:var(--gray-40);--choice-bg-default:var(--white);--choice-bg-disabled:var(--gray-10);--choice-bg-selected-default:var(--pacific);--choice-bg-selected-disabled:var(--gray-40);--choice-bg-selected-focus-default:var(--pacific);--choice-border-default:var(--gray-60);--choice-border-disabled:var(--gray-60);--choice-border-error:var(--red);--choice-border-focus-default:var(--pacific);--choice-border-hover-default:var(--pacific);--choice-border-success:var(--green);--choice-border-warning:var(--gold);--choice-label-disabled-default:var(--gray-dark);--choice-outline-focus-default:var(--pacific);--code-bg:var(--gray-5);--content-main-border:var(--gray-40);--form-alert-icon-color-default:var(--gray);--form-alert-icon-color-error:var(--red);--form-alert-icon-color-success:var(--green);--form-alert-icon-color-warning:var(--gold);--form-field-input-lg-target-bg:var(--gray-10);--form-field-input-lg-target-bg-disabled:var(--gray-20);--form-field-input-lg-target-bg-selected:var(--pacific-20);--form-field-input-lg-target-border:var(--pacific);--input-bg-default:var(--white);--input-bg-disabled-default:var(--gray-10);--input-border-default:var(--gray-60);--input-border-disabled:var(--gray-60);--input-border-error:var(--red);--input-border-focus-default:var(--pacific);--input-border-hover-default:var(--pacific);--input-border-success:var(--green);--input-border-warning:var(--gold);--input-text-default:var(--black);--input-text-disabled-default:var(--gray-dark);--input-text-placeholder-default:var(--gray-dark);--label-helper:var(--gray-dark);--link-text:var(--pacific);--link-text-active:var(--navy);--link-text-hover:var(--pacific-dark);--link-text-visited:var(--teal);--link-underline:var(--pacific);--link-underline-active:var(--navy);--link-underline-hover:var(--pacific-dark);--link-underline-visited:var(--teal);--range-bg:var(--gray-10);--range-bg-focused:var(--pacific-20);--range-bg-track:var(--gray-80);--range-border:var(--gray-40);--range-border-focused:var(--pacific);--select-bg-disabled-default:var(--gray-10);--select-border-default:var(--gray-60);--select-border-error:var(--red);--select-border-focus-default:var(--pacific);--select-border-hover-default:var(--pacific);--select-icon-bg-default:var(--gray-10);--select-text-disabled-default:var(--gray-dark);--table-border:var(--gray);--table-head-bg:var(--gray-5);--tag-filter-bg-active-default:var(--teal-60);--tag-filter-bg-default:var(--teal-20);--tag-filter-bg-hover-default:var(--teal-40);--tag-filter-border-default:var(--teal);--tag-filter-outline-focuse-default:var(--teal-dark);--text:var(--black);--block-border-bottom:var(--block-border);--block-border-left:var(--block-border);--block-border-right:var(--block-border);--block-border-top:var(--block-border);--code-text:var(--text);--table-head-text:var(--text);--font-adjust-base:.517;--font-adjust-step:.0054;--font-adjust-h1:calc(var(--font-size-adjust-base) + (5*var(--font-adjust-step)));--font-adjust-h2:calc(var(--font-size-adjust-base) + (4*var(--font-adjust-step)));--font-adjust-h3:calc(var(--font-size-adjust-base) + (3*var(--font-adjust-step)));--font-adjust-h4:calc(var(--font-size-adjust-base) + (2*var(--font-adjust-step)));--font-adjust-h5:calc(var(--font-size-adjust-base) + (1*var(--font-adjust-step)));--font-adjust-h6:var(--font-adjust-base);--font-adjust-body:var(--font-adjust-base);--select-border-width-default:1px;--select-border-width-error:2px}.skip-nav{position:relative}.skip-nav__link{z-index:11;background:0 0;width:1px;height:1px;transition:transform 1s,background .5s linear;position:absolute;top:auto;left:-10000px;overflow:hidden}.skip-nav__link:focus{outline:1px dotted var(--pacific);outline-offset:1px;width:auto;height:auto;padding:.611111em 1.61111em;font-size:1.125em;transition:transform .1s,background .2s linear;top:15px;left:15px;overflow:visible}.skip-nav__link__flush-left:focus{left:0}.white-space-nowrap{white-space:nowrap}.word-break-break-all{word-break:break-all}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.card-container{max-width:100%;margin-bottom:30px;padding:15px}.card-container nav{justify-content:space-between;width:100%}.card-container nav a,.card-container nav button{font-size:16px}.card-container nav .a-btn--link{border:0}.card-container nav .a-btn--link span{margin-right:15px}.card-container h1{margin:30px 0 15px}.card-container h2.company-information{margin-top:45px}.card-container .card{flex-flow:row;display:flex}@media screen and (max-width:600px){.card-container .card{flex-wrap:wrap}}.card-container .card .card-left{box-sizing:border-box;width:33%;min-width:260px;padding-right:30px}@media screen and (min-width:600px) and (max-width:900px){.card-container .card .card-left{padding-right:15px}}@media screen and (max-width:600px){.card-container .card .card-left{width:100%;padding-right:10px}}.card-container .card .card-right{width:67%}@media screen and (max-width:600px){.card-container .card .card-right{width:100%;padding-top:15px}}.card-container .card .cf-icon__before{padding-right:10px;font-size:16px}.card-container .card .cf-icon__before.cf-icon-approved-round{color:var(--green)}.card-container .card .cf-icon__before.cf-icon-delete-round{color:var(--red)}.card-container .card .cf-icon__before.cf-icon-minus-round{color:var(--gold)}.card-container .card .cf-icon__before.cf-icon-help-round{color:var(--navy)}.card-container .card .cf-icon__before.cf-icon-error-round{color:var(--gray-80)}.card-container .card .cf-icon__before.cf-icon-clock-round{color:var(--green)}.card-container .card .cf-icon__before.cf-icon-clock-round.not-timely{color:var(--gold)}.card-container .card .layout-column h3,.card-container .card .layout-column h4{margin-top:0;margin-bottom:5px}.card-container .card .subitem{margin-right:5px;font-weight:500}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.light-box{--faded-gray-dark:67,72,78;background-color:rgb(var(--faded-gray-dark),.75);z-index:1;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loading-box{border:1px solid var(--gray-dark);background:var(--gray-5);border-radius:4px;outline:none;max-width:480px;padding:30px;overflow:auto}.loading-box span.cf-icon-svg{padding-right:10px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.content__hero{padding-bottom:1.875rem}.content__hero p{max-width:670px}.content__hero ul{padding-top:5px}.content__hero .m-list--horizontal{flex-wrap:wrap;align-items:center;column-gap:10px;display:flex}.content__hero li{border-bottom:0;padding-bottom:0}.content__hero li button,.content__hero li a{font-size:16px;display:inline-block}.content__hero li.m-list__item{margin-right:0}.content__hero li:after{content:"|";margin-left:10px}.content__hero li:last-of-type:after{content:"";margin:0}.content__hero .m-list--horizontal .m-list__item>.a-btn--link,.content__hero .m-list--horizontal .m-list__item>.a-link{width:auto;display:inline}.content__hero .content-header{display:inline-flex}.content__hero h4.content-header{box-sizing:border-box;color:var(--gray-dark);text-transform:uppercase;vertical-align:text-bottom;margin-top:0;margin-left:10px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.filter-panel{border-left:1px solid var(--gray-40);border-right:1px solid var(--gray-40);background:var(--gray-5);padding:15px}@media screen and (min-width:901px){.filter-panel{padding:30px}}@media screen and (max-width:600px){.filter-panel{border-right:none}}.filter-panel .a-form-alert{margin-top:15px}.filter-panel hr{color:var(--gray-40);margin:0}.filter-panel .single-checkbox{margin:15px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.o-expandable{margin-bottom:0}.o-expandable h4{box-sizing:border-box;max-width:calc(100% - 55px);padding-right:5px}.o-expandable p{color:var(--gray);font-size:16px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.typeahead input{box-sizing:border-box;width:100%}.typeahead input:focus{border:solid 2px var(--pacific)}.typeahead-selector{width:100%;position:relative}.typeahead-selector ul{border:solid 2px var(--pacific);border-top:0;padding-left:0;position:absolute;top:0;left:0;right:0}.typeahead-selector ul li.footer{border-top:solid 1px var(--gray-40);background-color:var(--pacific-20);cursor:default;text-align:center;margin:0;padding:15px;font-size:12px;font-style:italic;list-style-type:none}.typeahead-selector input{padding-bottom:.28em!important;padding-left:1.78571em!important}.typeahead .a-btn.a-btn--link{color:var(--gray-80)}.typeahead .rbt-menu.dropdown-menu.show{z-index:100;overflow:visible!important}.typeahead .dropdown-item.disabled{color:#000}.typeahead .rbt-input-hint{color:transparent!important}.typeahead .dropdown-item.rbt-menu-pagination-option{border-top:solid 1px var(--gray-40);background-color:var(--pacific-20);cursor:default;text-align:center;width:auto;margin:0;padding:15px;font-size:12px;font-style:italic;list-style-type:none;display:block;position:relative}.typeahead .typeahead-option{border-top:solid 1px var(--gray-40);background-color:var(--white);cursor:default;margin:0;padding:15px;list-style-type:none}.typeahead .typeahead-option:hover,.typeahead .typeahead-option.selected{border-top:solid 2px var(--pacific);border-bottom:solid 2px var(--pacific);background-color:var(--gray-10)}.typeahead .typeahead-option__sub{color:var(--pacific);margin-left:10px;font-size:14px}.typeahead .typeahead-option--multi{color:var(--pacific);flex-direction:column;gap:5px;display:flex}.typeahead .o-search-input__input-label{z-index:1}.input-contains-label__before{cursor:pointer;font-size:.875em;position:absolute;top:.5em;left:.857143em}.input-contains-label__before~input[type=text]{padding-bottom:.28em;padding-left:1.78571em}.input-contains-label__before--search .cf-icon-svg{position:relative;top:2px}.input-contains-label__before .cf-icon-svg{z-index:9}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.date-filter h4{margin-bottom:0}.date-filter ul.date-inputs{margin:0}.date-filter ul.date-inputs li{width:calc(50% - 8px);list-style:none;display:inline-block}.date-filter ul.date-inputs li:first-of-type{margin-right:15px}.date-filter ul.date-inputs li input{width:100%}.date-filter ul.messages{padding-top:10px}.date-filter ul.messages li{margin:0;list-style:none}.date-ranges .date-selector{background-color:var(--pacific-20);color:var(--black)}.date-ranges .date-selector.selected{background-color:var(--pacific-60);font-weight:600}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.aggregation ul{margin-top:20px;padding-left:0}.aggregation ul li{border:0;align-items:baseline;margin-bottom:15px;padding:0;position:relative}.aggregation ul li .a-label:before{box-sizing:border-box;text-indent:0;width:20px;height:20px}.aggregation ul li .bucket-key{vertical-align:top;max-width:calc(100% - 65px)}.aggregation ul li .bucket-count{color:var(--gray-dark);font-size:14px;position:absolute;top:0;right:0}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}li.aggregation-branch.parent{align-items:baseline;list-style-type:none;position:relative}li.aggregation-branch.parent .toggle.a-label:before{box-sizing:border-box;text-indent:0;width:20px;height:20px}li.aggregation-branch.parent .toggle.indeterminate:before{border:solid 2px var(--gray-dark);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAA6klEQVQoFVWS3RbDIAiDFenj7mI3e/n6s3xQ240zPaJJCHT1836tOWdhEa017fU+11oLy6yWtUqx8zx1WAJaPATyZ9uEOWbgrPce6sE2iwqQraYAYgQ7Zz+OIy+UoLYBSmTDlKdVd493x/MG8tj7UK4K5ldltEeIIuAoQkiii9Ajp8k9iEdQloKq7Z+Yk8E+JAj6xTkqcEm5MUdZk4kx2kcEsTGwpb4AkwBkFH30wqi3HYSIXckpRwC0pUdsMBl6EziIV59A1UN+RUDpNQVypOvuTV1IthZV0OeWUlxInftmGrWW/jN3P7ggvpSOn4eXbS7WAAAAAElFTkSuQmCC) 50% no-repeat}.a-checkbox:checked+li.aggregation-branch.parent .toggle.a-label:before{border:solid 2px var(--gray-dark)}li.aggregation-branch.parent button{text-align:left;vertical-align:top;max-width:calc(100% - 95px);font-size:16px;font-weight:400;display:inline-block}li.aggregation-branch.parent button .cf-icon-svg{padding-left:5px}li.aggregation-branch.parent .a-btn--link{border:0}li.aggregation-branch.parent .parent-count{color:var(--gray-dark);font-size:14px;position:absolute;top:0;right:0}li.aggregation-branch+ul.children{padding-left:22.5px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.list-panel h2{margin:15px}.list-panel .cards-panel{margin:0;padding:30px}@media screen and (max-width:600px){.list-panel .cards-panel{padding:15px}}.list-panel .m-pagination .a-btn[disabled],.list-panel .m-pagination .m-pagination__label,.list-panel .m-pagination .m-pagination__btn-submit{color:var(--gray)}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cf-select{border:1px solid var(--gray-40);position:relative}.cf-select select{-webkit-appearance:none;appearance:none;background-color:var(--white);width:100%;color:var(--black);border:0;border-radius:0;margin-right:30px;padding:.25em 0 .375em 1rem}.cf-select select:hover,.cf-select select.hover,.cf-select select:active,.cf-select select:focus{outline:2px solid var(--pacific);outline-offset:0}.cf-select select[disabled]{color:var(--gray-80);background-color:var(--gray-10);cursor:not-allowed}.cf-select select[disabled]:hover{outline:none}.cf-select select[disabled] option,.cf-select select[disabled] option:disabled,.cf-select select option:disabled{color:var(--gray-10)}.cf-select select::-ms-expand{display:none}.cf-select:after{background-color:var(--gray-5);color:var(--gray-80);content:"▾";text-align:center;pointer-events:none;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}.no-csspointerevents .cf-select:after{content:"";border:0;width:0;height:0}.refine-bar section{margin:10px 0 10px 15px}.refine-bar section p{color:var(--gray);font-size:12px;font-weight:600}.refine-bar section button.selected{background-color:var(--pacific-60);font-weight:600}.refine-bar section button:not(.selected){background-color:var(--pacific-20)}.refine-bar section:not(.filter-panel-toggle) button{color:var(--black)}.refine-bar section.cf-select{border:none}.refine-bar section.cf-select select{background-color:var(--white);color:var(--black);border:1px solid var(--gray-40)}.refine-bar section.cf-select:after{background-color:var(--white);transform:translate(-5px)}@media screen and (min-width:901px){.refine-bar .separator{display:none}}@media screen and (min-width:601px) and (max-width:900px){.refine-bar .separator{display:none}}@media screen and (max-width:600px){.refine-bar .separator{display:none}}@media screen and (max-width:600px),screen and (min-width:600px) and (max-width:900px){.refine-bar button>span{display:none}}.refine-bar button.disabled.a-btn__disabled{background-color:var(--gray-10)}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.action-bar{border-left:1px solid transparent;border-right:1px solid var(--gray-40);border-bottom:1px solid var(--gray-40);background-color:var(--green-20);margin-left:-15px;padding:15px 30px}.action-bar h2{margin:0}@media screen and (max-width:600px){.action-bar h2{padding:15px}}.action-bar .export-results{margin:0 0 5px;padding-top:5px}.action-bar .export-results .a-btn{margin-right:15px;font-size:14px;display:inline-block}.action-bar .export-results .a-btn svg{margin-right:5px}@media screen and (max-width:600px){.action-bar{border:1px solid var(--gray-40);box-sizing:border-box;width:100%;margin:0;padding-left:15px;padding-right:15px}.action-bar .export-results{margin-left:0}}@media screen and (max-width:749px){.action-bar{border-left:1px solid var(--gray-40)}}.warning.m-notification{margin:10px}.warning.m-notification .m-notification__message{padding-right:18px}.warning .close{cursor:pointer;margin:5px 10px;position:absolute;top:0;right:0}.warning .close svg{fill:var(--gray)}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.card-container .card .card-left{min-width:initial}li.card-container{border-bottom:1px solid var(--gray-40);margin:0;padding:30px 0;list-style-type:none}li.card-container:first-of-type{padding-top:0}li.card-container:last-of-type{border:0;padding-bottom:0}li.card-container .card{flex-flow:row;display:flex}@media screen and (max-width:600px){li.card-container .card{flex-wrap:wrap}}li.card-container .card .card-left{box-sizing:border-box;width:260px;padding-right:30px}@media screen and (min-width:600px) and (max-width:900px){li.card-container .card .card-left{width:50%;padding-right:15px}}@media screen and (max-width:600px){li.card-container .card .card-left{width:100%;padding-right:10px}li.card-container .card .card-right{width:100%;padding-top:15px}}li.card-container .card .layout-row .spacer{margin:10px}li.card-container .card .layout-row h4{margin-right:5px;font-size:16px}li.card-container .card .layout-column h3{margin-top:0;margin-bottom:5px}li.card-container .card .layout-column h3 a{border-bottom-width:2px}li.card-container .card .layout-column h3.to-detail{margin-bottom:15px}li.card-container .card .layout-column h4{margin-top:0;margin-bottom:5px}li.card-container .card .subitem{margin-right:5px;font-weight:500}li.card-container .card em{background-color:var(--teal-20);font-style:normal}.error.m-notification{margin:10px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media screen and (min-width:601px) and (max-width:900px){.filter-panel-toggle{display:none}}@media screen and (min-width:901px){.filter-panel-toggle{display:none}}@media screen and (min-width:600px) and (max-width:900px){.filter-panel-toggle{width:90vw;margin-left:auto;margin-right:auto;display:block}.filter-panel-toggle .a-btn{width:100%}}@media screen and (max-width:600px){.filter-panel-toggle{width:90vw;margin-left:auto;margin-right:auto;display:block}.filter-panel-toggle .a-btn{width:100%}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.separator{border-left:solid 1px var(--gray-40);height:38px;margin-top:35px;margin-left:10px}@media screen and (min-width:901px){.separator{display:none}}@media screen and (min-width:601px) and (max-width:900px){.separator{display:none}}@media screen and (max-width:600px){.separator{display:none}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.map-toolbar{margin:0 30px}@media screen and (max-width:600px){.map-toolbar{margin:0}}.map-toolbar .state-heading{padding:30px 0 15px}.map-toolbar .state-heading__title{font-weight:600}.map-toolbar .state-filters{padding:0 0 15px}.map-toolbar .state-filters .state-filters__list{margin:0;padding:0}.map-toolbar .state-filters .state-filters__clear{align-items:baseline;display:flex}.map-toolbar .state-filters .state-filters__clear .state-filters__clear-button{align-items:center;padding:4px 0;line-height:1;display:inline-flex;position:relative;top:2px}.map-toolbar .state-filters .state-filters__clear .state-filters__clear-button .cf-icon-svg{align-self:baseline;position:relative;top:1px}.map-toolbar .state-navigation{padding:0}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.row-chart-section{margin-top:30px;margin-left:30px}.row-chart-section p{max-width:none}@media screen and (max-width:600px){.row-chart-section{margin-left:0}.metadata-group{display:none}}@media screen and (max-width:749px){.row-chart-section{margin-left:0}}.row-chart .bg-hover,.row-chart .visibility,.row-chart line,.row-chart path.domain,.row-chart .x-axis-group{display:none}.row-chart .expandable{color:var(--pacific);cursor:pointer}.row-chart text{font-size:16px}.row-chart text.adjust-upwards{transform:translateY(-12px)}.row-chart text.hidden{display:none}.row-chart .view-more-group .view-more-background{fill:var(--pacific-20)}.row-chart .view-more-group .view-more-label{fill:var(--pacific);text-anchor:end;cursor:pointer;font-size:14px;font-weight:700;text-decoration:underline}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#tile-chart-map{margin:30px}@media screen and (max-width:600px){#tile-chart-map{margin:15px 0}}.highcharts-container{text-align:left;z-index:0;-webkit-tap-highlight-color:transparent;width:100%;height:100%;line-height:normal;position:relative;overflow:hidden}.highcharts-root{display:block}.highcharts-root text{stroke-width:0;font-weight:500}.highcharts-anchor{cursor:pointer}.highcharts-background{fill:var(--white)}.highcharts-plot-border,.highcharts-plot-background,.highcharts-label-box{fill:none}.highcharts-button-box{fill:inherit}.cfpb-chart{position:relative}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label{color:var(--black);font-weight:500}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state{text-align:center;cursor:default;flex-direction:column;align-items:center;line-height:1.1;display:flex}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .value{margin-top:4px}.cfpb-chart[data-chart-type=tile_map] .highcharts-label{pointer-events:none}.cfpb-chart[data-chart-type=tile_map] .u-point-hover-state,.cfpb-chart[data-chart-type=tile_map] .selected{stroke:var(--black);cursor:default;stroke-linecap:square;stroke-width:3px}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point{stroke:var(--gray-80);stroke-width:1px;cursor:pointer}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point.selected,.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point.highcharts-point-hover{stroke:var(--black);stroke-width:4px}.cfpb-chart[data-chart-type=tile_map] .highcharts-map-series .highcharts-point.selected.highcharts-point-hover{stroke:var(--black);stroke-width:6px}.cfpb-chart[data-chart-type=tile_map] .highcharts-point:focus,.cfpb-chart[data-chart-type=tile_map] .highcharts-point.highcharts-keyboard-focused{outline:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-focus-border{fill:none;stroke:var(--black);stroke-width:2px;stroke-dasharray:2 2}.cfpb-chart[data-chart-type=tile_map] .highcharts-label-box{display:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip{--caret-size:8px;--caret-pos:50%;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.2));min-width:200px;color:var(--gray-dark);overflow:visible}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span{background-color:var(--gray-5);border:1px solid var(--gray-40);box-sizing:border-box;white-space:normal;width:355px;max-width:355px;padding:15px 15px 0;font-family:inherit;position:relative;overflow:visible}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span h4.title{text-align:left;margin:0 0 15px;font-weight:600}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row{align-items:flex-start;gap:15px;margin:0;padding:15px 0;display:flex}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row:first-of-type{padding-top:0}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row p{white-space:normal;overflow-wrap:anywhere;word-break:normal;margin:0}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row .u-float-left{float:none;color:var(--gray-dark);flex:0 0 45%;font-weight:500;display:block}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row .u-right{float:none;color:var(--gray-dark);flex:auto;font-weight:400;display:block}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row+.row{border-top:1px solid var(--gray-40)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count-mobile{display:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret]:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret]:after{content:"";width:0;height:0;position:absolute}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=top]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=top]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=top]:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=top]:after{left:var(--caret-pos);transform:translate(-50%)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=top]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=top]:before{bottom:calc(var(--caret-size)*-1);border-width:var(--caret-size)var(--caret-size)0 var(--caret-size);border-style:solid;border-color:var(--gray-40)transparent transparent transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=top]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=top]:after{bottom:calc((var(--caret-size) - 1px)*-1);border-width:calc(var(--caret-size) - 1px)calc(var(--caret-size) - 1px)0;border-style:solid;border-color:var(--gray-5)transparent transparent transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=bottom]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=bottom]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=bottom]:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=bottom]:after{left:var(--caret-pos);transform:translate(-50%)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=bottom]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=bottom]:before{top:calc(var(--caret-size)*-1);border-width:0 var(--caret-size)var(--caret-size)var(--caret-size);border-style:solid;border-color:transparent transparent var(--gray-40)transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=bottom]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=bottom]:after{top:calc((var(--caret-size) - 1px)*-1);border-width:0 calc(var(--caret-size) - 1px)calc(var(--caret-size) - 1px);border-style:solid;border-color:transparent transparent var(--gray-5)transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=left]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=left]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=left]:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=left]:after{top:var(--caret-pos);transform:translateY(-50%)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=left]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=left]:before{right:calc(var(--caret-size)*-1);border-width:var(--caret-size)0 var(--caret-size)var(--caret-size);border-style:solid;border-color:transparent transparent transparent var(--gray-40)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=left]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=left]:after{right:calc((var(--caret-size) - 1px)*-1);border-width:calc(var(--caret-size) - 1px)0 calc(var(--caret-size) - 1px)calc(var(--caret-size) - 1px);border-style:solid;border-color:transparent transparent transparent var(--gray-5)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=right]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=right]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=right]:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=right]:after{top:var(--caret-pos);transform:translateY(-50%)}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=right]>span:before,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=right]:before{left:calc(var(--caret-size)*-1);border-width:var(--caret-size)var(--caret-size)var(--caret-size)0;border-style:solid;border-color:transparent var(--gray-40)transparent transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip[data-caret=right]>span:after,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip>span[data-caret=right]:after{left:calc((var(--caret-size) - 1px)*-1);border-width:calc(var(--caret-size) - 1px)calc(var(--caret-size) - 1px)calc(var(--caret-size) - 1px)0;border-style:solid;border-color:transparent var(--gray-5)transparent transparent}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label{line-height:1.1}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state{flex-direction:column;align-items:center;display:flex}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .abbr{margin-bottom:0;font-weight:600}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .value{margin-top:4px;font-weight:400}@media screen and (max-width:1024px){.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label{line-height:1}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .value{display:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span{padding:15px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span h4.title{margin-bottom:10px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--product,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--issue,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count{display:none}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count-mobile{padding:0;display:block}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row+.row{border-top:0}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span{width:230px;max-width:230px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count-mobile{padding:0}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count{flex-direction:column;align-items:flex-start;gap:6px}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count .u-float-left,.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .row--count .u-right{flex:none;width:100%}.cfpb-chart[data-chart-type=tile_map] .highcharts-tooltip span .top-volume{display:none}}@media screen and (max-width:400px){.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label{line-height:1}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .abbr{font-size:12px}.cfpb-chart[data-chart-type=tile_map] .highcharts-data-label .highcharts-data-label-state .value{display:none}}@media screen and (min-width:600px) and (max-width:900px){.highcharts-series-group{transform:translateY(15px)}.highcharts-data-labels.highcharts-map-series{margin-top:15px}}@media screen and (max-width:600px){.highcharts-series-group{transform:translateY(15px)}.highcharts-data-labels.highcharts-map-series{margin-top:15px}}.no-js .cfpb-chart{height:inherit}.no-js .cfpb-chart:after{border:0}.map-legend{background-color:var(--white);border-bottom:1px solid var(--gray-20);padding:30px;display:grid}.map-legend .map-legend__description{color:var(--label-helper)}.map-legend__bins{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));margin:0;padding:0;list-style:none;display:grid}.map-legend__bin{flex-direction:column;align-items:stretch;min-width:0;margin-bottom:0;display:flex}.map-legend__swatch{border-top:1px solid var(--gray-80);border-bottom:1px solid var(--gray-80);border-left:1px solid var(--gray-80);height:15px}.map-legend__bin:last-child .map-legend__swatch{border-right:1px solid var(--gray-80)}.map-legend__label{color:var(--black);text-align:center;margin-top:10px}@media only screen and (max-width:601px){.map-legend{padding:0 0 30px}.map-legend__bins{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:0}.map-legend__swatch{width:100%;height:10px}.map-legend__label{white-space:normal;overflow-wrap:break-word;width:100%;max-width:96px;font-size:inherit;margin-top:6px;line-height:1.3}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.map-state-navigation{margin:15px 30px 60px}@media screen and (max-width:601px){.map-state-navigation{margin:0 0 60px}}.print-info,.print-info-footer{background:var(--gray-5);word-break:break-all;width:100%;padding:15px}.print-info span,.print-info-footer span{font-weight:600}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.trends-panel .refine-bar section:nth-of-type(2){margin-left:0}.trends-panel .refine-bar .separator{margin-right:10px;display:inline-block}.trends-panel .company-overlay{justify-content:center}.trends-panel .company-overlay .company-search{margin:45px}.trends-panel .company-overlay .company-search .typeahead{width:100%}.trends-panel .chart-description p{max-width:none}.trends-panel .chart{width:100%}.trends-panel .chart .m-notification{margin-bottom:10px}.trends-panel.external-tooltip section.chart{width:70%}.trends-panel.external-tooltip section.tooltip-container{width:25%}.trends-panel.external-tooltip section.tooltip-container .typeahead{margin-bottom:25px}.trends-panel.external-tooltip section.tooltip-container.legend{margin-top:20px}.trends-panel.external-tooltip section.tooltip-container.legend .tooltip-ul{border-bottom:none}.trends-panel.external-tooltip section.tooltip-container{padding:0 1%;position:relative}.trends-panel.external-tooltip section.tooltip-container .scrollable{border-bottom:solid 1px var(--black);max-height:300px;overflow-x:hidden;overflow-y:auto}.trends-panel.external-tooltip section.tooltip-container .scrollable ul.tooltip-ul{cursor:pointer;color:var(--pacific);border-bottom-color:var(--gray-10)}.trends-panel.external-tooltip section.tooltip-container .scrollable ul.tooltip-ul li:before{opacity:0}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy{border-bottom:solid 1px var(--gray-40);width:100%;margin-bottom:0;padding-top:5px;font-size:12px;font-weight:600;display:inline-block}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy span.heading{color:var(--gray)}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy span.date{float:right}.trends-panel.external-tooltip section.tooltip-container p.a-micro-copy.warn{border-bottom:0;padding-top:15px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul{border-bottom:solid 1px var(--gray-40);margin-bottom:0;padding-top:2px;padding-bottom:2px;padding-left:0;list-style:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.recommended{background:rgba(231,232,233,.4)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active{color:var(--black)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__23{background-color:var(--purple-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__24{background-color:var(--red-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active.color__25{background-color:var(--gold-20)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.active li:before{opacity:1}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span{border:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span.u-left{text-align:left;width:70%;display:inline-block}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li span.u-right.close{padding-left:10px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li{border-bottom:1px solid var(--gray-20);margin-bottom:0;padding-left:14px;position:relative}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li:before{content:"";border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:4px;left:0}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__0:before{background-color:#2cb34a}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__1:before{background-color:#addc91}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__2:before{background-color:#0072ce}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__3:before{background-color:#96c4ed}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__4:before{background-color:#257675}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__5:before{background-color:#9ec4c3}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__6:before{background-color:#254b87}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__7:before{background-color:#9daecc}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__8:before{background-color:#b4267a}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__9:before{background-color:#dc9cbf}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__10:before{background-color:#a2a3a4}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__12:before{background-color:#93cf7c}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__13:before{background-color:var(--purple-60)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__14:before{background-color:var(--red-60)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li.color__15:before{background-color:var(--gold-80)}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul li:last-child{border:none}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul .dot{background-color:red;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul{font-size:12px;font-weight:500}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.total{border-bottom:none;font-size:16px}.trends-panel.external-tooltip section.tooltip-container ul.tooltip-ul.total li .u-left{width:50%}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button{width:100%}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button span.pull-left{display:none}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button:before{content:"Reset recommended set";border-right:solid 1px var(--white);padding-right:10px}.trends-panel.external-tooltip section.tooltip-container .tooltip-button-panel .reset-set>button>.caret{border-top-color:var(--white);border-right-color:var(--white);vertical-align:top;border-style:solid;border-width:2px 2px 0 0;width:8px;height:8px;display:inline-block;position:relative;top:.15em;right:-10px;transform:rotate(135deg)}.trends-panel.external-tooltip section.tooltip-container:not(.focus) ul.tooltip-ul .u-left.a-btn--link{text-decoration:underline}.trends-panel h2.area-chart-title{margin-bottom:0;padding-top:15px}.trends-panel .chart-helper-text{padding-bottom:15px}@media screen and (max-width:600px){.trends-panel .refine-bar .cf-select{flex-grow:1;width:46%}.trends-panel .refine-bar .date-ranges{margin:10px 0}.trends-panel .refine-bar .chart-toggles{margin-left:0}}@media screen and (max-width:600px),screen and (min-width:600px) and (max-width:900px){.trends-panel .chart,.trends-panel.external-tooltip section.chart,.trends-panel.external-tooltip section.tooltip-container{width:100%}}.trends-panel .layout-row.date-range-disclaimer{margin-bottom:15px}.trends-panel .layout-row .m-notification{width:100%;margin-top:0;margin-bottom:0;margin-left:0}@media screen and (min-width:600px) and (max-width:900px){.trends-panel .layout-row{padding-left:20px}}@media screen and (min-width:901px){.trends-panel .layout-row{padding-left:30px}}.chart-toggles button svg#line-chart-icon .cls-1{opacity:.4}.chart-toggles button svg#line-chart-icon .cls-2{fill:none;stroke:#101820;stroke-miterlimit:10;stroke-width:2px}.chart-toggles button svg#line-chart-icon .cls-3,.chart-toggles button svg#area-chart-icon .cls-1{fill:#101820}.chart-toggles button svg#area-chart-icon .cls-2{opacity:.4}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.focus-header .clear-focus{margin:15px}.focus-header .clear-focus .cf-icon-svg{margin-right:5px}.focus-header .focus{text-align:center;margin-left:10%}.focus-header .focus .divider{background-color:var(--green-60);width:75px;height:5px;display:inline-block}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.tabbed-navigation.lens{border-bottom:1px solid var(--gray-40);background:0 0}.tabbed-navigation.lens .tab{font-size:medium}.tabbed-navigation.lens .tab.active{background:var(--white)}.tabbed-navigation.lens .tab:not(.active){background:var(--pacific-20)}#line-chart .y-axis-group path,#line-chart .x-axis-group .month-axis .domain,#line-chart .masking-rectangle{display:none}#stacked-area-chart svg,#line-chart svg{overflow:visible}#stacked-area-chart .topic .line,#line-chart .topic .line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}#stacked-area-chart .circle-container circle,#line-chart .circle-container circle{fill:var(--white)}#stacked-area-chart .grid-lines-group,#line-chart .grid-lines-group{stroke:var(--gray-20);stroke-width:.1%}#stacked-area-chart .x-axis-group line,#line-chart .x-axis-group line{display:none}#stacked-area-chart .vertical-marker,#line-chart .vertical-marker{stroke:var(--gray-20);stroke-width:2px;stroke-dasharray:4 4}#stacked-area-chart .chart-group .area path.area,#line-chart .chart-group .area path.area{fill:var(--gray-10);opacity:.4}#stacked-area-chart .chart-group .area-outline,#line-chart .chart-group .area-outline{fill:none}#stacked-area-chart .extended-x-line,#line-chart .extended-x-line{stroke:var(--black);stroke-width:.2%}.chart-wrapper{padding:0 10px}#stacked-area-chart .stacked-area .y-axis-group .domain{display:none}.chart-wrapper p{color:var(--gray);font-size:12px;font-weight:600}.chart-wrapper p.x-axis-label{margin-left:45%}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.tabbed-navigation{border-bottom:1px solid var(--gray-20);margin-top:30px}.tabbed-navigation section{padding-left:10px}.tabbed-navigation section .tab{margin:0;padding:4px 30px 8px;font-size:1.1875em;font-weight:500}.tabbed-navigation section .tab .cf-icon-svg{margin-top:4px;margin-right:5px;font-size:.8125em}.tabbed-navigation section .tab:not(.active){color:var(--pacific-dark);background:var(--gray-5);border:1px solid var(--gray-20);border-bottom:none}.tabbed-navigation section .tab:not(.active):hover,.tabbed-navigation section .tab:not(.active):focus{color:var(--navy-dark)}.tabbed-navigation section .tab:not(.active):after{content:"";border-top:1px solid;display:block}.tabbed-navigation section .tab.active{border:1px solid var(--gray-40);background:var(--white);pointer-events:none;padding-top:8px;position:relative}.tabbed-navigation section .tab.active:after{content:"";outline:1px solid var(--white);width:calc(100% - 2px);display:block;position:absolute;bottom:-1px;left:1px}.trend-depth-toggle{background:var(--gray-10);text-align:center;justify-content:center;display:flex}.trend-depth-toggle button{margin:5px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.modal-overlay{z-index:100;--faded-gray-dark:67,72,78;background-color:rgb(var(--faded-gray-dark),.75);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-body{border:1px solid var(--gray-dark);border-top:12px solid var(--green);background:var(--white);border-radius:4px;outline:none;max-width:480px;max-height:100%;margin:45px;padding:0;overflow:auto}.modal-body .header{align-items:flex-start;padding:15px 15px 0}.modal-body .header .a-btn--link{border:0}.modal-body .header .cf-icon-svg{padding-left:5px}.modal-body .body{padding:0 15px}.modal-body .body p:last-of-type{margin-bottom:15px}.modal-body .footer{background-color:var(--gray-5);align-items:baseline;padding:15px}.modal-body .footer button{margin-right:15px}.modal-body .footer button.a-btn--link{height:18px}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.export-modal .body .a-btn__icon{padding-right:5px}.export-modal .body .export-url-copied{border:solid 1px var(--green);background-color:var(--green-20);color:var(--black);border-left:0}.export-modal .body .export-url-copied .cf-icon-svg{fill:var(--green)}.export-modal .body .instructions,.export-modal .body .group{margin-bottom:15px}.export-modal .body .group .group-title{margin:15px 0;font-size:18px;font-weight:700}.export-modal .body .group .m-form-field{margin-bottom:15px}.export-modal .body .group .m-form-field .multiline-label{display:inline-block}.export-modal .body .group .other-formats{margin-top:22.5px}.export-modal .body .group .required-helper{color:var(--gray)}.export-modal .body .timeliness-warning{margin-bottom:22.5px;font-size:smaller}.introjs-overlay{box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out;position:absolute}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative;z-index:9999999!important}.introjs-disableInteraction{opacity:0;background-color:#fff;position:absolute;z-index:99999999!important}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;z-index:9999998;border-radius:4px;transition:all .3s ease-out;position:absolute}.introjs-helperLayer *,.introjs-helperLayer :before,.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{box-sizing:content-box;visibility:hidden;z-index:100000000;background-color:transparent;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif;transition:all .3s ease-out;position:absolute}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-arrow{content:"";border:5px solid transparent;position:absolute}.introjs-arrow.top{border-bottom-color:#fff;top:-10px;left:10px}.introjs-arrow.top-right{border-bottom-color:#fff;top:-10px;right:10px}.introjs-arrow.top-middle{border-bottom-color:#fff;margin-left:-5px;top:-10px;left:50%}.introjs-arrow.right{border-left-color:#fff;top:10px;right:-10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px;left:10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;margin-left:-5px;bottom:-10px;left:50%}.introjs-arrow.left{border-right-color:#fff;top:10px;left:-10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{box-sizing:content-box;visibility:visible;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;transition:opacity .1s ease-out;position:absolute;box-shadow:0 3px 30px rgba(33,33,33,.3)}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{width:10px;height:10px;margin:0 0 2px;padding:0;display:inline}.introjs-dontShowAgain label{color:#616161;-webkit-user-select:none;user-select:none;background-color:#fff;margin:0 0 0 5px;padding:0;font-size:14px;font-weight:400;display:inline-block}.introjs-tooltip-title{width:90%;min-height:1.5em;margin:0;padding:0;font-size:18px;font-weight:700;line-height:1.5}.introjs-tooltip-header{min-height:1.5em;padding-top:10px;padding-left:20px;padding-right:20px;position:relative}.introjs-tooltipbuttons{text-align:right;white-space:nowrap;border-top:1px solid #e0e0e0;padding:10px}.introjs-tooltipbuttons:after{content:"";visibility:hidden;clear:both;height:0;display:block}.introjs-button{box-sizing:content-box;text-shadow:1px 1px #fff;color:#424242;white-space:nowrap;cursor:pointer;zoom:1;background-color:#f4f4f4;border:1px solid #bdbdbd;border-radius:.2em;outline:0;padding:.5rem 1rem;font-size:14px;text-decoration:none;display:inline;position:relative;overflow:visible}.introjs-button:hover{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button:focus{color:#212121;background-color:#eee;border:1px solid #616161;outline:0;text-decoration:none;box-shadow:0 0 0 .2rem rgba(158,158,158,.5)}.introjs-button:active{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{color:#616161;cursor:pointer;text-align:center;width:45px;height:45px;font-size:22px;font-weight:700;line-height:45px;text-decoration:none;display:inline-block;position:absolute;top:0;right:0}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;border-color:#bdbdbd;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;float:left;margin:0 2px;list-style:none}.introjs-bullets ul li a{box-sizing:content-box;cursor:pointer;background:#ccc;border-radius:10px;width:6px;height:6px;text-decoration:none;transition:width .1s ease-in;display:block}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{background:#999;outline:0;width:15px;text-decoration:none}.introjs-bullets ul li a.active{background:#999;width:15px}.introjs-progress{box-sizing:content-box;background-color:#e0e0e0;border-radius:4px;height:10px;margin:10px;overflow:hidden}.introjs-progressbar{box-sizing:content-box;float:left;text-align:center;background-color:#08c;width:0%;height:100%;font-size:10px;line-height:10px}.introjsFloatingElement{width:0;height:0;position:absolute;top:50%;left:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;cursor:pointer;background:0 0;width:20px;height:15px;position:absolute}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;z-index:10;background-color:rgba(136,136,136,.24);border-radius:30px;width:15px;height:15px;transition:all .2s ease-out;animation:2s infinite introjspulse;position:absolute}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;z-index:1;opacity:0;background:0 0;border-radius:60px;width:50px;height:50px;position:absolute;top:-18px;left:-18px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.introjs-tooltip.wide{width:80vw;margin-left:-40vw;max-width:80vw!important}.introjs-tooltip.wide .left{float:left;width:80%}.introjs-tooltip.wide .right{margin-left:15px;display:inline-block}@media screen and (min-width:601px) and (max-width:900px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-110vh!important}}@media screen and (min-width:600px) and (max-width:900px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-130vh!important}}@media screen and (max-width:600px){.introjs-tooltipReferenceLayer>.first-step{margin-top:-110vh!important}}.tour-button{background-color:var(--pacific);height:40px;color:var(--white);border-radius:5px;position:fixed;bottom:21px;right:25px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.date-subscript{color:var(--gray);font-size:16px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.pill-panel{flex-flow:row;align-items:baseline;padding-right:10px;display:flex}.pill-panel .pill-panel__list{margin:0}.pill-panel .pill-panel__clear button{align-items:baseline;margin-left:10px}.pill-panel .pill-panel__clear button svg{position:relative;top:3px}.pill-panel .pill-label{margin-bottom:0;padding-right:15px}.pill-panel ul{margin:0;padding-top:10px}@media screen and (max-width:600px){.pill-panel{flex-direction:column;margin-top:70px}.pill-panel .pill-panel__clear{display:block}.pill-panel .pill-panel__clear button{margin:0}}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}@supports (display:grid){.m-hero__image{display:block}}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media screen and (max-width:600px){.search-bar h4,.search-bar .advanced-container{width:0;display:none}}.search-bar .cf-select{box-sizing:border-box;background-color:var(--gray);flex-direction:column;justify-content:center;display:flex}@media screen and (max-width:600px){.search-bar .cf-select{width:0;display:none}}.search-bar .cf-select select{background-color:var(--gray);color:var(--white)}.search-bar .cf-select select:focus{outline:none}.search-bar .cf-select:after{background-color:var(--gray);color:var(--white);border-left:solid 1px var(--gray-60);padding-left:10px}.search-bar a.u-visually-hidden:focus{width:auto;height:auto;position:static}.search-bar button.a-btn.flex-fixed{border-top-left-radius:0;border-bottom-left-radius:0}.search-bar .typeahead-portal{min-width:12em;height:30px;position:relative}.search-bar .typeahead-portal .typeahead{height:100%;position:absolute;top:0;left:0;right:0}.search-bar .typeahead-portal .typeahead span.waiting,.search-bar .typeahead-portal .typeahead span.error,.search-bar .typeahead-portal .typeahead span.no-results{position:absolute;top:-25px;left:0}.search-bar .advanced-container{width:175px;margin-left:10px}.search-bar h4{margin-bottom:5px}.advanced-tips{box-sizing:border-box;background-color:var(--gray-20);margin:15px -15px;padding:15px}.advanced-tips .tip{padding:15px 0}.advanced-tips .tip input{box-sizing:border-box;color:var(--gray);margin-right:1%;display:inline-block}.advanced-tips .tip .example-input{box-sizing:border-box;color:var(--gray);width:100%}.advanced-tips .tip .tip-description{padding-top:10px}.advanced-tips .tip .tip-description p{color:var(--black)}.advanced-tips .footer{border-top:dashed 2px var(--gray-70)}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:.375rem;--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-tooltip-font-size);overflow-wrap:break-word;opacity:0;text-decoration:none;display:block}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height);display:block}.tooltip .tooltip-arrow:before{content:"";border-style:solid;border-color:transparent;position:absolute}.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{border-width:var(--bs-tooltip-arrow-height)calc(var(--bs-tooltip-arrow-width)*.5)0;border-top-color:var(--bs-tooltip-bg);top:-1px}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width);left:0}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{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);right:-1px}.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{border-width:0 calc(var(--bs-tooltip-arrow-width)*.5)var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);bottom:-1px}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width);right:0}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{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);left:-1px}.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:.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:.5rem;--bs-popover-inner-border-radius:calc(.5rem - 1px);--bs-popover-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-popover-font-size);overflow-wrap:break-word;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width)solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);background-clip:padding-box;text-decoration:none;display:block}.popover .popover-arrow{width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height);display:block}.popover .popover-arrow:before,.popover .popover-arrow:after{content:"";border:0 solid transparent;display:block;position:absolute}.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{border-top-color:var(--bs-popover-arrow-border);bottom:0}.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{border-right-color:var(--bs-popover-arrow-border);left:0}.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{border-bottom-color:var(--bs-popover-arrow-border);top:0}.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{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);display:block;position:absolute;top:0;left:50%}.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{border-left-color:var(--bs-popover-arrow-border);right:0}.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);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);margin-bottom:0}.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)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button{-webkit-appearance:button;appearance:button;cursor:pointer}html input[type=button]{-webkit-appearance:button;appearance:button;cursor:pointer}input[type=reset]{-webkit-appearance:button;appearance:button;cursor:pointer}input[type=submit]{-webkit-appearance:button;appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox]{box-sizing:border-box;padding:0}input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}textarea{vertical-align:top;overflow:auto}table{border-collapse:collapse;border-spacing:0}:not(:defined){border-radius:4px;width:100%;animation:1.5s infinite pulse-background;display:block;box-shadow:inset 0 0 3px rgba(90,93,97,.1)}cfpb-tagline:not(:defined){min-height:16.5px}cfpb-tagline[islarge]:not(:defined){min-height:22px}cfpb-form-search:not(:defined){min-height:35px}@media only screen and (max-width:37.5625em){cfpb-form-search:not(:defined){min-height:85px}}body{color:var(--text);font-family:var(--font-stack);font-size-adjust:var(--font-adjust-body);-webkit-font-smoothing:antialiased;font-size:100%;line-height:1.375}button,input,select,textarea{font-family:var(--font-stack);font-size-adjust:var(--font-adjust-body);line-height:1.1875}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}h1,.h1{font-size-adjust:var(--font-adjust-h1);letter-spacing:inherit;text-transform:inherit;margin-bottom:.441176em;font-size:2.125em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.76471em}@media only screen and (max-width:37.5em){h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}h1,.h1{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.73077em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.15385em}}h2,.h2{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.73077em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.15385em}@media only screen and (max-width:37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.36364em}h2,.h2{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.36364em}}h3,.h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.36364em}@media only screen and (max-width:37.5em){h3,.h3{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.66667em}}h4,.h4{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:500;line-height:1.25}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.66667em}@media only screen and (max-width:37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.14286em}h6,.h6{font-size-adjust:var(--font-adjust-h6);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.25em;font-size:.75em;font-weight:600;line-height:1.25}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}.lead-paragraph{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.lead-paragraph{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}.superheading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{color:var(--link-text);-webkit-text-decoration-color:var(--link-underline);-webkit-text-decoration-color:var(--link-underline);text-decoration-color:var(--link-underline);text-underline-offset:4.5px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}a:visited,a.visited{-webkit-text-decoration-color:var(--link-underline-visited);-webkit-text-decoration-color:var(--link-underline-visited);text-decoration-color:var(--link-underline-visited);color:var(--link-text-visited)}a:hover,a.hover{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--link-underline-hover);-webkit-text-decoration-color:var(--link-underline-hover);text-decoration-color:var(--link-underline-hover);color:var(--link-text-hover)}a:focus,a.focus{outline-offset:1px;outline:thin dotted}a:active,a.active{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--link-underline-active);-webkit-text-decoration-color:var(--link-underline-active);text-decoration-color:var(--link-underline-active);color:var(--link-text-active)}nav a{-webkit-text-decoration-line:none;text-decoration-line:none}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none}caption{text-align:left;margin-bottom:.625em}th,td{padding:.625em}thead th,thead td{background:var(--table-head-bg);color:var(--table-head-text);vertical-align:top;padding:.714286em;font-size:1em}thead,tbody tr{border-bottom:1px solid var(--table-border)}th{text-align:left;font-weight:600}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit;margin:0}blockquote{margin-left:.9375em;margin-right:.9375em}@media only screen and (min-width:37.5625em){blockquote{margin-left:1.875em;margin-right:1.875em}}img{max-width:100%}figure{margin-left:0;margin-right:0}figure img{vertical-align:middle}pre,code{background:var(--code-bg);color:var(--code-text);border-radius:4px;font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.230769em .230769em 0;font-size:.8125em}pre{white-space:pre-wrap;overflow-wrap:break-word;padding:.625em .9375em;display:block}pre code{background-color:transparent;padding:0}button.a-btn::-moz-focus-inner{border:0}input.a-btn::-moz-focus-inner{border:0}.a-btn{-webkit-appearance:none;appearance:none;box-sizing:border-box;cursor:pointer;text-align:center;border:0;border-radius:.25em;justify-content:center;align-items:center;gap:.625rem;width:-webkit-fit-content;width:fit-content;height:-webkit-fit-content;height:fit-content;margin:0;padding:.5em .875em;font-size:1em;font-weight:500;text-decoration:none;transition:background-color .1s;display:flex}.a-btn,.a-btn:link,.a-btn:visited{background-color:var(--pacific);color:var(--white)}.a-btn:hover,.a-btn.hover,.a-btn:focus,.a-btn.focus{background-color:var(--pacific-dark);color:var(--white)}.a-btn:focus,.a-btn.focus{outline:1px dotted var(--pacific);outline-offset:1px}.a-btn:active,.a-btn.active{background-color:var(--navy)}.a-btn--secondary,.a-btn--secondary:link,.a-btn--secondary:visited{background-color:var(--white);color:var(--pacific);box-shadow:0 0 0 1px var(--pacific)inset}.a-btn--secondary:hover,.a-btn--secondary.hover,.a-btn--secondary:focus,.a-btn--secondary.focus{background-color:var(--pacific-10);color:var(--pacific-dark);box-shadow:0 0 0 1px var(--pacific-dark)inset}.a-btn--secondary:focus,.a-btn--secondary.focus{outline-color:var(--pacific)}.a-btn--secondary:active,.a-btn--secondary.active{background-color:var(--pacific-20);color:var(--navy);box-shadow:0 0 0 1px var(--navy)inset}.a-btn--warning,.a-btn--warning:link,.a-btn--warning:visited{background-color:var(--red-mid-dark);color:var(--white)}.a-btn--warning:hover,.a-btn--warning.hover,.a-btn--warning:focus,.a-btn--warning.focus{background-color:var(--red-dark)}.a-btn--warning:focus,.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--warning:active,.a-btn--warning.active{background-color:var(--gray-dark)}.a-btn--disabled,.a-btn--disabled:link,.a-btn--disabled:visited,.a-btn--disabled:hover,.a-btn--disabled.hover,.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn--disabled:active,.a-btn--disabled.active,.a-btn[disabled],.a-btn[disabled]:link,.a-btn[disabled]:visited,.a-btn[disabled]:hover,.a-btn[disabled].hover,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[disabled]:active,.a-btn[disabled].active,.a-btn[aria-disabled=true],.a-btn[aria-disabled=true]:link,.a-btn[aria-disabled=true]:visited,.a-btn[aria-disabled=true]:hover,.a-btn[aria-disabled=true].hover,.a-btn[aria-disabled=true]:focus,.a-btn[aria-disabled=true].focus,.a-btn[aria-disabled=true]:active,.a-btn[aria-disabled=true].active{background-color:var(--gray-20);color:var(--gray-dark);cursor:default;cursor:not-allowed}.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[aria-disabled=true]:focus,.a-btn[aria-disabled=true].focus{outline-color:var(--gray-20)}@media only screen and (max-width:37.5em){.a-btn--full-on-xs{width:100%}}.a-btn:has(svg+span) span{order:3}.a-btn:has(span+svg) svg{flex:none;order:3}.a-btn:not(.a-btn--hide-icon):has(svg+span):before{content:"";border-left:1px solid var(--pacific-60);order:2;place-self:normal}.a-btn:not(.a-btn--hide-icon):has(span+svg):before{content:"";border-left:1px solid var(--pacific-60);order:2;place-self:normal}.a-btn--secondary:has(svg):before{border-color:var(--pacific-60)!important}.a-btn--warning:has(svg):before{border-color:var(--red-60)!important}.a-btn--disabled:has(svg):before{border-color:var(--gray-60)!important}.a-btn[disabled]:has(svg):before{border-color:var(--gray-60)!important}.a-btn[aria-disabled=true]:has(svg):before{border-color:var(--gray-60)!important}.a-btn--hide-icon svg{display:none}.m-btn-group{flex-wrap:wrap;align-items:center;gap:.9375rem;width:-webkit-fit-content;width:fit-content;display:flex}:root{--beige:#bea96f;--beige-30:#f0e8d8;--beige-60:#d8c8a0;--black:#101820;--font-stack:var(--font-stack-branded,system-ui,sans-serif);--font-stack-branded:initial;--gold:#ff9e1b;--gold-10:#fff6ec;--gold-20:#fff0dd;--gold-30:#ffe8cb;--gold-40:#ffe1b9;--gold-50:#ffd8a3;--gold-60:#ffce8d;--gold-70:#ffc372;--gold-80:#ffb858;--gold-90:#ffab39;--gold-dark:#dc731c;--gold-mid-dark:#ed881b;--gray:#5a5d61;--gray-10:#e7e8e9;--gray-15:#dcdddf;--gray-20:#d2d3d5;--gray-30:#c3c4c4;--gray-40:#b4b5b6;--gray-5:#f7f8f9;--gray-50:#a2a3a4;--gray-60:#919395;--gray-70:#838588;--gray-80:#75787b;--gray-90:#676a6f;--gray-dark:#43484e;--gray-darker:#293037;--gray-mid-dark:#4f5257;--green:#20aa3f;--green-10:#f0f8eb;--green-20:#e2efd8;--green-30:#d4eac6;--green-40:#c7e5b3;--green-50:#bae0a2;--green-60:#addc91;--green-70:#93cf7c;--green-80:#66c368;--green-90:#48b753;--green-dark:#1e9642;--green-mid-dark:#1fa040;--navy:#254b87;--navy-10:#f4f6fa;--navy-20:#d3daeb;--navy-30:#c3cde2;--navy-40:#b3c0d9;--navy-50:#9daecc;--navy-60:#889cc0;--navy-70:#6f88b2;--navy-80:#5674a3;--navy-90:#3e5f95;--navy-dark:#002d72;--navy-mid-dark:#123c7c;--neutral:#8a6c57;--neutral-10:#f8f5f2;--neutral-20:#e7ddd7;--neutral-30:#ddd1c9;--neutral-40:#d3c5bc;--neutral-50:#c6b4a9;--neutral-60:#baa496;--neutral-70:#ad9484;--neutral-80:#a18573;--neutral-90:#957865;--neutral-dark:#745745;--neutral-mid-dark:#7d604b;--pacific:#0072ce;--pacific-10:#eff8fd;--pacific-20:#d6e8fa;--pacific-30:#c3ddf6;--pacific-40:#afd2f2;--pacific-50:#96c4ed;--pacific-60:#7eb7e8;--pacific-70:#61a7e2;--pacific-80:#4497dc;--pacific-90:#2284d5;--pacific-dark:#0050b4;--pacific-mid-dark:#0061c1;--purple:#b4267a;--purple-10:#fdf3f8;--purple-20:#f0d8e2;--purple-30:#ebc9d9;--purple-40:#e3b2cc;--purple-50:#dc9cbf;--purple-60:#d486b2;--purple-70:#cd70a5;--purple-80:#c55998;--purple-90:#be438b;--purple-dark:#a01b68;--purple-mid-dark:#aa2071;--red:#d14124;--red-10:#fbefec;--red-20:#f7e0d9;--red-30:#f3d1c8;--red-40:#f0c3b8;--red-50:#ebb0a3;--red-60:#e79e8e;--red-70:#e28875;--red-80:#dd735d;--red-90:#d75a40;--red-dark:#b63014;--red-mid-dark:#c3381c;--teal:#257675;--teal-10:#f0f7f6;--teal-20:#d4e7e6;--teal-30:#c4dddc;--teal-40:#b4d2d1;--teal-50:#9ec4c3;--teal-60:#89b6b5;--teal-70:#70a6a5;--teal-80:#579695;--teal-90:#3e8685;--teal-dark:#005e5d;--teal-mid-dark:#126b69;--white:#fff;--block-bg:var(--gray-5);--block-border:var(--gray-40);--choice-bg-default:var(--white);--choice-bg-disabled:var(--gray-10);--choice-bg-selected-default:var(--pacific);--choice-bg-selected-disabled:var(--gray-40);--choice-bg-selected-focus-default:var(--pacific);--choice-border-default:var(--gray-60);--choice-border-disabled:var(--gray-60);--choice-border-error:var(--red);--choice-border-focus-default:var(--pacific);--choice-border-hover-default:var(--pacific);--choice-border-success:var(--green);--choice-border-warning:var(--gold);--choice-label-disabled-default:var(--gray-dark);--choice-outline-focus-default:var(--pacific);--code-bg:var(--gray-5);--content-main-border:var(--gray-40);--form-alert-icon-color-default:var(--gray);--form-alert-icon-color-error:var(--red);--form-alert-icon-color-success:var(--green);--form-alert-icon-color-warning:var(--gold);--form-field-input-lg-target-bg:var(--gray-10);--form-field-input-lg-target-bg-disabled:var(--gray-20);--form-field-input-lg-target-bg-selected:var(--pacific-20);--form-field-input-lg-target-border:var(--pacific);--input-bg-default:var(--white);--input-bg-disabled-default:var(--gray-10);--input-border-default:var(--gray-60);--input-border-disabled:var(--gray-60);--input-border-error:var(--red);--input-border-focus-default:var(--pacific);--input-border-hover-default:var(--pacific);--input-border-success:var(--green);--input-border-warning:var(--gold);--input-text-default:var(--black);--input-text-disabled-default:var(--gray-dark);--input-text-placeholder-default:var(--gray-dark);--label-helper:var(--gray-dark);--link-text:var(--pacific);--link-text-active:var(--navy);--link-text-hover:var(--pacific-dark);--link-text-visited:var(--teal);--link-underline:var(--pacific);--link-underline-active:var(--navy);--link-underline-hover:var(--pacific-dark);--link-underline-visited:var(--teal);--range-bg:var(--gray-10);--range-bg-focused:var(--pacific-20);--range-bg-track:var(--gray-80);--range-border:var(--gray-40);--range-border-focused:var(--pacific);--select-bg-disabled-default:var(--gray-10);--select-border-default:var(--gray-60);--select-border-error:var(--red);--select-border-focus-default:var(--pacific);--select-border-hover-default:var(--pacific);--select-icon-bg-default:var(--gray-10);--select-text-disabled-default:var(--gray-dark);--table-border:var(--gray);--table-head-bg:var(--gray-5);--text:var(--black);--block-border-bottom:var(--block-border);--block-border-left:var(--block-border);--block-border-right:var(--block-border);--block-border-top:var(--block-border);--code-text:var(--text);--table-head-text:var(--text);--font-adjust-base:.517;--font-adjust-step:.0054;--font-adjust-h1:calc(var(--font-size-adjust-base) + (5*var(--font-adjust-step)));--font-adjust-h2:calc(var(--font-size-adjust-base) + (4*var(--font-adjust-step)));--font-adjust-h3:calc(var(--font-size-adjust-base) + (3*var(--font-adjust-step)));--font-adjust-h4:calc(var(--font-size-adjust-base) + (2*var(--font-adjust-step)));--font-adjust-h5:calc(var(--font-size-adjust-base) + (1*var(--font-adjust-step)));--font-adjust-h6:var(--font-adjust-base);--font-adjust-body:var(--font-adjust-base);--select-border-width-default:1px;--select-border-width-error:2px;--btn-bg:var(--pacific);--btn-bg-active:var(--navy);--btn-bg-hover:var(--pacific-dark);--btn-disabled-bg:var(--gray-20);--btn-disabled-divider:var(--gray-60);--btn-disabled-outline:var(--gray-20);--btn-disabled-text:var(--gray-dark);--btn-divider:var(--pacific-60);--btn-secondary-bg:var(--white);--btn-secondary-bg-active:var(--pacific-20);--btn-secondary-bg-hover:var(--pacific-10);--btn-secondary-border:var(--pacific);--btn-secondary-border-active:var(--navy);--btn-secondary-border-hover:var(--pacific-dark);--btn-secondary-divider:var(--pacific-60);--btn-secondary-text:var(--pacific);--btn-secondary-text-active:var(--navy);--btn-secondary-text-hover:var(--pacific-dark);--btn-text:var(--white);--btn-warning-bg:var(--red-mid-dark);--btn-warning-bg-active:var(--gray-dark);--btn-warning-bg-hover:var(--red-dark);--btn-warning-divider:var(--red-60);--btn-warning-text:var(--white)}:host .a-btn--link{box-shadow:none;text-underline-offset:4.5px;background-color:transparent;border-radius:0;padding:1.5px 0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}:host .a-btn--link:has(svg){gap:.3125rem}:host .a-btn--link:has(svg):before{display:none}:host .a-btn--link{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:link{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:visited{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link:focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link.focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}:host .a-btn--link:active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:link{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:visited{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning.hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning:focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning.focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}:host .a-btn--link.a-btn--warning:active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}:host .a-btn--link.a-btn--warning.active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link{text-underline-offset:4.5px;border-radius:0;padding:1.5px 0;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}.a-btn--link:has(svg){gap:.3125rem}.a-btn--link:has(svg):before{display:none}.a-btn--link,.a-btn--link:link,.a-btn--link:visited{-webkit-text-decoration-color:var(--link-text);-webkit-text-decoration-color:var(--link-text);text-decoration-color:var(--link-text);color:var(--link-text);background-color:transparent}.a-btn--link:hover,.a-btn--link.hover{-webkit-text-decoration-color:var(--link-text-hover);-webkit-text-decoration-color:var(--link-text-hover);text-decoration-color:var(--link-text-hover);color:var(--link-text-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link:focus,.a-btn--link.focus{outline:1px dotted var(--link-text);color:var(--link-text);background-color:transparent}.a-btn--link:active,.a-btn--link.active{-webkit-text-decoration-color:var(--link-text-active);-webkit-text-decoration-color:var(--link-text-active);text-decoration-color:var(--link-text-active);color:var(--link-text-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning,.a-btn--link.a-btn--warning:link,.a-btn--link.a-btn--warning:visited{-webkit-text-decoration-color:var(--btn-warning-bg);-webkit-text-decoration-color:var(--btn-warning-bg);text-decoration-color:var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning:hover,.a-btn--link.a-btn--warning.hover{-webkit-text-decoration-color:var(--btn-warning-bg-hover);-webkit-text-decoration-color:var(--btn-warning-bg-hover);text-decoration-color:var(--btn-warning-bg-hover);color:var(--btn-warning-bg-hover);box-shadow:none;background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-btn--link.a-btn--warning:focus,.a-btn--link.a-btn--warning.focus{outline:1px dotted var(--btn-warning-bg);color:var(--btn-warning-bg);background-color:transparent}.a-btn--link.a-btn--warning:active,.a-btn--link.a-btn--warning.active{-webkit-text-decoration-color:var(--btn-warning-bg-active);-webkit-text-decoration-color:var(--btn-warning-bg-active);text-decoration-color:var(--btn-warning-bg-active);color:var(--btn-warning-bg-active);background-color:transparent;-webkit-text-decoration-style:solid;text-decoration-style:solid}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.o-expandable{position:relative}.o-expandable__header{cursor:pointer;background-color:transparent;border:0;justify-content:space-between;gap:10px;padding:.625em .9375em;display:flex}.o-expandable__header:focus{outline:1px dotted var(--black);outline-offset:2px}.o-expandable__header .o-expandable__cue-close,.o-expandable__header .o-expandable__cue-open{display:none}.o-expandable__header[aria-expanded=false] .o-expandable__cue-open,.o-expandable__header[aria-expanded=true] .o-expandable__cue-close{display:block}.o-expandable button.o-expandable__header{text-align:left;width:100%}.o-expandable__label{color:var(--black);flex-grow:1;margin-bottom:0;font-weight:500}.o-expandable__icon,.o-expandable__label{font-size:1.125em}@media only screen and (max-width:37.5em){.o-expandable__icon,.o-expandable__label{font-size:1em}}.o-expandable__cues{color:var(--pacific);align-self:center;font-size:1em;line-height:1.375}.o-expandable__content{padding:0 .9375em .9375em}.o-expandable__content:before{content:"";border-top:1px solid var(--gray-40);padding-top:.9375em;display:block}.o-expandable__content:after{width:100%;padding-bottom:.9375em}.o-expandable--padded .o-expandable__header{padding:1.5625em .9375em}.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.625em}@media only screen and (max-width:37.5em){.o-expandable--padded .o-expandable__icon,.o-expandable--padded .o-expandable__label{font-size:1.375em}}.o-expandable--background{background:var(--gray-5)}.o-expandable--border{border:1px solid var(--gray-40)}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}html[lang=ar] .o-expandable__header{text-align:right}html[lang=ar] .o-expandable__cues{text-align:left}.o-expandable-group .o-expandable{border-bottom:1px solid var(--gray-40)}.o-expandable-group .o-expandable:first-child{border-top:1px solid var(--gray-40)}@media print{.o-expandable__header[aria-expanded=true] .o-expandable__cue-close,.o-expandable__header[aria-expanded=false] .o-expandable__cue-open{display:none}.o-expandable__content[aria-expanded=false]{display:block;max-height:99999px!important}}.o-summary__content{padding:2px;position:relative;top:-2px;left:-2px;overflow-y:hidden}.o-summary__btn{z-index:2;border:dotted var(--pacific);text-align:center;width:100%;color:var(--pacific);background:#fff;border-width:1px 0;justify-content:center;align-items:center;gap:.3125rem;padding-top:15px;padding-bottom:15px;display:flex;position:relative}.o-summary__btn svg{flex:none}.o-summary__btn:focus{outline:1px dotted var(--pacific);outline-offset:1px}.o-summary__btn[aria-expanded=false]:before{pointer-events:none;content:"";background:linear-gradient(rgba(255,255,255,0) 0%,#fff 100%);height:2.75em;margin:0;display:block;position:absolute;top:calc(4px - 100%);left:0;right:0}@media print{.o-summary__btn[aria-expanded=false]:before{background:0 0}}.no-js .o-summary__btn{display:none}@media only screen and (min-width:601px){.o-summary--mobile .o-summary__btn{display:none}}.o-summary-minimal__content{padding:2px;position:relative;top:-2px;left:-2px;overflow-y:hidden}.o-summary-minimal__btn{text-align:left;color:var(--pacific);background:0 0;border:none;margin-top:5px;padding-left:0;padding-right:0;display:block}.o-summary-minimal__btn:focus{outline:1px dotted var(--pacific);outline-offset:1px}.o-summary-minimal__btn .o-summary-minimal__cue-close,.o-summary-minimal__btn .o-summary-minimal__cue-open{display:none}.o-summary-minimal__btn[aria-expanded=false] .o-summary-minimal__cue-open,.o-summary-minimal__btn[aria-expanded=true] .o-summary-minimal__cue-close{display:block}.o-summary-minimal__btn svg{margin-top:1px}.no-js .o-summary-minimal__btn{display:none}.o-form__group{margin-bottom:1.875em}.o-form__fieldset{border:none;margin:0;padding:0}.o-form__fieldset .m-form-field+.m-form-field{margin-top:.625em}.a-form-alert{--form-alert-icon-color:var(--form-alert-icon-color-default);gap:.3125rem;display:flex}.a-form-alert .cf-icon-svg{color:var(--form-alert-icon-color);flex:none;margin-top:.0625rem}.a-form-alert__text{display:block}.a-form-alert--success .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-success)}.a-form-alert--warning .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-warning)}.a-form-alert--error .cf-icon-svg{--form-alert-icon-color:var(--form-alert-icon-color-error)}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.m-form-field{--choice-border:var(--choice-border-default);--choice-border-hover:var(--choice-border-hover-default);--choice-border-focus:var(--choice-border-focus-default);--choice-outline-focus:var(--choice-outline-focus-default);--choice-bg:var(--choice-bg-default);--choice-bg-selected:var(--choice-bg-selected-default);--choice-bg-selected-focus:var(--choice-bg-selected-focus-default);--choice-label-disabled:var(--choice-label-disabled-default);--choice-border-width-addendum:0}.m-form-field .a-text-input--full{width:100%}.m-form-field .a-label+.a-text-input{margin-top:.3125em}.m-form-field--checkbox .a-label,.m-form-field--radio .a-label{vertical-align:top;cursor:pointer;overflow-wrap:anywhere;grid-template-columns:1.875em auto;display:inline-grid}.m-form-field--checkbox .a-label:before,.m-form-field--radio .a-label:before{border:1px solid var(--choice-border);outline:var(--choice-border-width-addendum)solid var(--choice-border);background-color:var(--choice-bg);content:"";vertical-align:top;grid-row:1/3;width:1.125em;height:1.125em;margin-right:10px;display:inline-block;position:relative;top:1px;left:1px}.m-form-field--checkbox .a-label:hover:before,.m-form-field--checkbox .a-label.hover:before,.m-form-field--radio .a-label:hover:before,.m-form-field--radio .a-label.hover:before{border-color:var(--choice-border-hover)}.m-form-field--checkbox .a-checkbox,.m-form-field--checkbox .a-radio,.m-form-field--radio .a-checkbox,.m-form-field--radio .a-radio{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.m-form-field--checkbox .a-checkbox:focus+.a-label,.m-form-field--checkbox .a-checkbox.focus+.a-label,.m-form-field--checkbox .a-radio:focus+.a-label,.m-form-field--checkbox .a-radio.focus+.a-label,.m-form-field--radio .a-checkbox:focus+.a-label,.m-form-field--radio .a-checkbox.focus+.a-label,.m-form-field--radio .a-radio:focus+.a-label,.m-form-field--radio .a-radio.focus+.a-label{outline:1px dotted var(--choice-outline-focus);outline-offset:1px}.m-form-field--checkbox .a-checkbox:disabled:checked+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled.focus+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled:hover+.a-label:before,.m-form-field--checkbox .a-checkbox:disabled.hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled:checked+.a-label:before,.m-form-field--checkbox .a-radio:disabled:focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled.focus+.a-label:before,.m-form-field--checkbox .a-radio:disabled:hover+.a-label:before,.m-form-field--checkbox .a-radio:disabled.hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled:checked+.a-label:before,.m-form-field--radio .a-checkbox:disabled:focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled.focus+.a-label:before,.m-form-field--radio .a-checkbox:disabled:hover+.a-label:before,.m-form-field--radio .a-checkbox:disabled.hover+.a-label:before,.m-form-field--radio .a-radio:disabled:checked+.a-label:before,.m-form-field--radio .a-radio:disabled:focus+.a-label:before,.m-form-field--radio .a-radio:disabled.focus+.a-label:before,.m-form-field--radio .a-radio:disabled:hover+.a-label:before,.m-form-field--radio .a-radio:disabled.hover+.a-label:before{border-color:var(--choice-border);box-shadow:none;outline:none}.m-form-field--checkbox .a-checkbox:disabled+.a-label,.m-form-field--checkbox .a-radio:disabled+.a-label,.m-form-field--radio .a-checkbox:disabled+.a-label,.m-form-field--radio .a-radio:disabled+.a-label{cursor:not-allowed;color:var(--choice-label-disabled)}.m-form-field--checkbox .a-checkbox:disabled+.a-label:before,.m-form-field--checkbox .a-radio:disabled+.a-label:before,.m-form-field--radio .a-checkbox:disabled+.a-label:before,.m-form-field--radio .a-radio:disabled+.a-label:before{outline:none}:-webkit-any(.m-form-field--checkbox:has(.a-checkbox:disabled),.m-form-field--checkbox:has(.a-radio:disabled),.m-form-field--radio:has(.a-checkbox:disabled),.m-form-field--radio:has(.a-radio:disabled)){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}:is(.m-form-field--checkbox:has(.a-checkbox:disabled),.m-form-field--checkbox:has(.a-radio:disabled),.m-form-field--radio:has(.a-checkbox:disabled),.m-form-field--radio:has(.a-radio:disabled)){--choice-border:var(--choice-border-disabled);--choice-bg:var(--choice-bg-disabled);--choice-bg-selected:var(--choice-bg-selected-disabled)}.m-form-field--checkbox-success,.m-form-field--checkbox-warning,.m-form-field--checkbox-error,.m-form-field--radio-success,.m-form-field--radio-warning,.m-form-field--radio-error{--choice-border-width-addendum:1px}.m-form-field--checkbox-success,.m-form-field--radio-success{--choice-border:var(--choice-border-success)}.m-form-field--checkbox-warning,.m-form-field--radio-warning{--choice-border:var(--choice-border-warning)}.m-form-field--checkbox-error,.m-form-field--radio-error{--choice-border:var(--choice-border-error)}.m-form-field--checkbox .a-checkbox:focus+.a-label:before,.m-form-field--checkbox .a-checkbox.focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline-color:var(--choice-border-focus)}.m-form-field--checkbox .a-checkbox:hover+.a-label:before,.m-form-field--checkbox .a-checkbox.hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline-color:var(--choice-border-hover)}.m-form-field--checkbox .a-checkbox:checked+.a-label:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--approved%22%20viewBox%3D%220%200%2012%2019%22%3E%3Cpath%20d%3D%22M4.63%2015.638a1.03%201.03%200%200%201-.79-.37L.36%2011.09a1.03%201.03%200%201%201%201.58-1.316l2.535%203.043L9.958%203.32a1.029%201.029%200%200%201%201.783%201.03L5.52%2015.122a1.03%201.03%200%200%201-.803.511l-.088.004z%22%2F%3E%3C%2Fsvg%3E);background-position:50% 0;background-repeat:no-repeat;background-size:auto 1.1875em}.m-form-field--checkbox .a-checkbox:disabled:checked+.a-label:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--approved%22%20viewBox%3D%220%200%2012%2019%22%20fill%3D%22rgb%2890%2C93%2C97%29%22%3E%3Cpath%20d%3D%22M4.63%2015.638a1.03%201.03%200%200%201-.79-.37L.36%2011.09a1.03%201.03%200%201%201%201.58-1.316l2.535%203.043L9.958%203.32a1.029%201.029%200%200%201%201.783%201.03L5.52%2015.122a1.03%201.03%200%200%201-.803.511l-.088.004z%22%2F%3E%3C%2Fsvg%3E)}.m-form-field--radio .a-label:before{border-radius:50%;transform:rotate(0)}.m-form-field--radio .a-radio:focus+.a-label:before,.m-form-field--radio .a-radio.focus+.a-label:before{border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus);outline:none}.m-form-field--radio .a-radio:hover+.a-label:before,.m-form-field--radio .a-radio.hover+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover);outline:none}.m-form-field--radio .a-radio:checked+.a-label:before{background-color:var(--choice-bg-selected);box-shadow:inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio:focus:checked+.a-label:before,.m-form-field--radio .a-radio.focus:checked+.a-label:before{background-color:var(--choice-bg-selected-focus);border-color:var(--choice-border-focus);box-shadow:0 0 0 1px var(--choice-border-focus),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio:hover:checked+.a-label:before,.m-form-field--radio .a-radio.hover:checked+.a-label:before{border-color:var(--choice-border-hover);box-shadow:0 0 0 1px var(--choice-border-hover),inset 0 0 0 2px var(--white)}.m-form-field--radio .a-radio:checked:disabled+.a-label:before,.m-form-field--radio .a-radio:hover:checked:disabled+.a-label:before,.m-form-field--radio .a-radio.hover:checked:disabled+.a-label:before{background-color:var(--choice-bg-selected);box-shadow:inset 0 0 0 2px var(--gray-10);border-color:var(--choice-border-disabled)}.m-form-field--lg-target{display:block}.m-form-field--lg-target .a-label{box-sizing:border-box;background-color:var(--form-field-input-lg-target-bg);width:100%;padding:15px}.m-form-field--lg-target .a-checkbox:checked+.a-label,.m-form-field--lg-target .a-radio:checked+.a-label{background-color:var(--form-field-input-lg-target-bg-selected);box-shadow:inset 0 0 0 1px var(--form-field-input-lg-target-border)}.m-form-field--lg-target .a-checkbox:hover+.a-label,.m-form-field--lg-target .a-checkbox.hover+.a-label,.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-radio:hover+.a-label,.m-form-field--lg-target .a-radio.hover+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label{box-shadow:inset 0 0 0 2px var(--form-field-input-lg-target-border)}.m-form-field--lg-target .a-checkbox:focus+.a-label,.m-form-field--lg-target .a-checkbox.focus+.a-label,.m-form-field--lg-target .a-checkbox:checked+.a-label,.m-form-field--lg-target .a-radio:focus+.a-label,.m-form-field--lg-target .a-radio.focus+.a-label,.m-form-field--lg-target .a-radio:checked+.a-label{outline-offset:1px}.m-form-field--lg-target .a-checkbox:disabled+.a-label,.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label,.m-form-field--lg-target .a-checkbox:hover:disabled+.a-label,.m-form-field--lg-target .a-radio:disabled+.a-label,.m-form-field--lg-target .a-radio:checked:disabled+.a-label,.m-form-field--lg-target .a-radio:hover:disabled+.a-label{color:var(--choice-label-disabled);box-shadow:none;background-color:var(--form-field-input-lg-target-bg-disabled)}.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label,.m-form-field--lg-target .a-checkbox:checked:disabled+.a-label:before,.m-form-field--lg-target .a-radio:checked:disabled+.a-label,.m-form-field--lg-target .a-radio:checked:disabled+.a-label:before{border:1px solid var(--form-field-border-disabled)}.m-form-field .a-form-alert{margin-top:.9375em}.a-label{display:inline-block}.a-label__helper{color:var(--label-helper);font-size:1rem;font-weight:400}.a-label__helper--block{margin-top:.833333em;display:block}.a-label--heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.555556em;font-size:1.125em;font-weight:500;line-height:1.25;display:block}p+.a-label--heading,ul+.a-label--heading,ol+.a-label--heading,dl+.a-label--heading,figure+.a-label--heading,img+.a-label--heading,table+.a-label--heading,blockquote+.a-label--heading,h1+.a-label--heading,.h1+.a-label--heading,h2+.a-label--heading,.h2+.a-label--heading,h3+.a-label--heading,.h3+.a-label--heading,h5+.a-label--heading,.h5+.a-label--heading,h6+.a-label--heading,.h6+.a-label--heading{margin-top:1.66667em}@media only screen and (max-width:37.5em){.a-label--heading{margin-bottom:.625em;font-size:1em;line-height:1.125}}.a-label--heading .a-label__helper--block{margin-top:.625rem}.a-range{-webkit-appearance:none;appearance:none;width:100%;min-height:49px}.a-range::-webkit-slider-runnable-track{background-color:var(--range-bg-track);border:1px solid var(--range-border);cursor:pointer;border-radius:8px;width:100%;height:.6875rem}.a-range::-moz-range-track{background-color:var(--range-bg-track);border:1px solid var(--range-border);cursor:pointer;border-radius:8px;width:100%;height:.6875rem}.a-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border:1px solid var(--range-border);background-color:var(--range-bg);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range::-moz-range-thumb{-webkit-appearance:none;appearance:none;border:1px solid var(--range-border);background-color:var(--range-bg);cursor:pointer;border-radius:50%;width:2.8125rem;height:2.8125rem;margin-top:-1.125rem}.a-range:focus,.a-range.focus{box-shadow:none;outline:none}.a-range:focus::-webkit-slider-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range.focus::-webkit-slider-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range:focus::-moz-range-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.a-range.focus::-moz-range-thumb{background-color:var(--range-bg-focused);border:2px solid var(--range-border-focused)}.o-search-input{flex-direction:column;row-gap:.9375rem;display:flex}.o-search-input__input{width:initial;flex:0 100%;display:flex;position:relative}.o-search-input__input-label{cursor:pointer;align-self:center;line-height:.9;position:absolute;left:10px}.o-search-input__input input[type=search]{white-space:nowrap;-webkit-appearance:none;appearance:none;width:100%;padding-left:30px}.o-search-input__input button[type=reset]{color:var(--gray-40);text-align:right;background-color:transparent;border:1px solid transparent;outline:0;align-self:center;width:44px;padding:5px;font-size:20px;display:none;position:absolute;right:0}.o-search-input__input button[type=reset]>svg{cursor:pointer;pointer-events:none;width:25px}.o-search-input__input button[type=reset]:hover{color:var(--black)}.o-search-input__input button[type=reset]:focus{color:var(--black)}.o-search-input__input button[type=reset]:focus>svg{outline:1px dotted var(--pacific)}.o-search-input__input input[type=search]:placeholder-shown~button[type=reset]{display:none}.o-search-input__input input[type=search]:not(:placeholder-shown){padding-right:34px}.o-search-input__input input[type=search]::-webkit-search-decoration{display:none}.o-search-input__input input[type=search]::-webkit-search-cancel-button{display:none}.o-search-input__input input[type=search]::-webkit-search-results-button{display:none}.o-search-input__input input[type=search]::-webkit-search-results-decoration{display:none}.o-search-input:focus-within button[type=reset]{display:block}.o-search-input .o-search-input__input:hover button[type=reset]{display:block}@media only screen and (min-width:37.5625em){.o-search-input{border-left:0;flex-direction:row}.o-search-input button[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0;flex-basis:25%}}.no-js .o-search-input button[type=reset]{display:none!important}.a-select{--select-border:var(--select-border-default);--select-border-width:var(--select-border-width-default);border:var(--select-border-width)solid var(--select-border);position:relative}.a-select:has(select[disabled]){border:var(--select-border-width-default)solid var(--select-border-default)}.a-select select{-webkit-appearance:none;appearance:none;background-color:var(--white);width:100%;color:var(--black);border:0;border-radius:0;padding:.4375em .375em .375em;line-height:1.375}.a-select select:hover,.a-select select.hover{outline:2px solid var(--select-border-hover-default);outline-offset:0;cursor:pointer}.a-select select:active,.a-select select:focus,.a-select select.focus{box-shadow:0 0 0 2px var(--select-border-focus-default);outline:1px dotted var(--select-border-focus-default);outline-offset:3px}.a-select select[disabled]{background-color:var(--select-bg-disabled-default);cursor:not-allowed}.a-select select[disabled]:hover,.a-select select[disabled].hover,.a-select select[disabled]:focus,.a-select select[disabled].focus{outline:none}.a-select select[disabled],.a-select select[disabled] option,.a-select select[disabled] option:disabled,.a-select select option:disabled{color:var(--select-text-disabled-default)}.a-select:after{box-sizing:border-box;border-left:1px solid var(--select-border-default);background-color:var(--select-icon-bg-default);content:"";pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--down%22%20viewBox%3D%220%200%2017%2019%22%3E%3Cpath%20d%3D%22M8.5%2015.313a1.03%201.03%200%200%201-.728-.302l-6.8-6.8a1.03%201.03%200%200%201%201.455-1.456L8.5%2012.828l6.073-6.073a1.03%201.03%200%200%201%201.455%201.456l-6.8%206.8a1.03%201.03%200%200%201-.728.302%22%2F%3E%3C%2Fsvg%3E);background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}.a-select--disabled:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--down%22%20viewBox%3D%220%200%2017%2019%22%20fill%3D%22rgb%2890%2C93%2C97%29%22%3E%3Cpath%20d%3D%22M8.5%2015.313a1.03%201.03%200%200%201-.728-.302l-6.8-6.8a1.03%201.03%200%200%201%201.455-1.456L8.5%2012.828l6.073-6.073a1.03%201.03%200%200%201%201.455%201.456l-6.8%206.8a1.03%201.03%200%200%201-.728.302%22%2F%3E%3C%2Fsvg%3E)}.a-select--error{--select-border:var(--select-border-error);--select-border-width:var(--select-border-width-error)}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.a-tag-filter{border:1px solid var(--teal);background-color:var(--teal-20);color:var(--black);text-align:left;border-radius:.1875rem;gap:.625rem;min-width:-webkit-fit-content;min-width:fit-content;padding:4px 6px;line-height:1.1875;display:flex}.a-tag-filter .cf-icon-svg{pointer-events:none;flex:none}.a-tag-filter>label{pointer-events:none;display:contents}button.a-tag-filter:hover,a.a-tag-filter:hover{background-color:var(--teal-40);cursor:pointer}button.a-tag-filter:focus,a.a-tag-filter:focus{outline:1px dotted var(--teal);outline-offset:1px}button.a-tag-filter:active,a.a-tag-filter:active{background-color:var(--teal-60)}a.a-tag-filter{color:var(--black);text-decoration:none;-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}a.a-tag-filter:visited,a.a-tag-filter.visited,a.a-tag-filter:hover,a.a-tag-filter.hover,a.a-tag-filter:focus,a.a-tag-filter.focus{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--black)}a.a-tag-filter:active,a.a-tag-filter.active{-webkit-text-decoration-color:var(--teal-60);-webkit-text-decoration-color:var(--teal-60);text-decoration-color:var(--teal-60);color:var(--black)}.a-tag-topic{text-transform:uppercase;color:var(--gold-80);letter-spacing:1px;gap:.3125rem;font-size:.875rem;font-weight:600;display:flex}.a-tag-topic .a-tag-topic__text{color:var(--gray);word-break:break-word}@media only screen and (max-width:37.5em){.a-tag-topic{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-tag-topic .cf-icon-svg--right{margin-left:auto}.a-tag-topic .a-tag-topic__text{flex-shrink:10;text-decoration:none}}a.a-tag-topic{border-color:var(--gold-80);color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);text-decoration-color:var(--gold-80)}a.a-tag-topic:visited,a.a-tag-topic.visited,a.a-tag-topic:hover,a.a-tag-topic.hover,a.a-tag-topic:focus,a.a-tag-topic.focus,a.a-tag-topic:active,a.a-tag-topic.active{-webkit-text-decoration-color:var(--gold-80);-webkit-text-decoration-color:var(--gold-80);text-decoration-color:var(--gold-80);color:var(--gold-80)}a.a-tag-topic .a-tag-topic__text{border-bottom-color:var(--gold-80)}@media only screen and (max-width:37.5em){a.a-tag-topic{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-tag-topic:hover{border-top-style:solid;border-bottom-style:solid}a.a-tag-topic:focus{outline:none}a.a-tag-topic:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-tag-topic)+li:has(.a-tag-topic) .a-tag-topic{border-top:none;position:relative}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-tag-topic)+li:has(.a-tag-topic) a.a-tag-topic:focus:before{border-top-style:dotted}}.a-tag-topic__bullet{font-size:1rem;line-height:1rem}@media only screen and (min-width:37.5625em){a.a-tag-topic__text{color:var(--gray);-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}a.a-tag-topic__text:visited,a.a-tag-topic__text.visited,a.a-tag-topic__text:hover,a.a-tag-topic__text.hover,a.a-tag-topic__text:focus,a.a-tag-topic__text.focus,a.a-tag-topic__text:active,a.a-tag-topic__text.active{-webkit-text-decoration-color:var(--gray);-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}a.a-tag-topic,a.a-tag-topic:visited,a.a-tag-topic:hover,a.a-tag-topic:focus,a.a-tag-topic:active{outline-offset:1px;border-bottom:none;text-decoration:none}a.a-tag-topic .a-tag-topic__text,a.a-tag-topic:visited .a-tag-topic__text,a.a-tag-topic:hover .a-tag-topic__text,a.a-tag-topic:focus .a-tag-topic__text,a.a-tag-topic:active .a-tag-topic__text{border-bottom:1px dotted var(--gold-80);padding-bottom:1px}a.a-tag-topic:hover .a-tag-topic__text{border-bottom:1px solid var(--gold-80)}a.a-tag-topic:focus{outline-color:var(--gray)}a.a-tag-topic:focus .a-tag-topic__text{border-bottom-style:solid!important}}.m-tag-group{padding-left:0;list-style-type:none}.m-tag-group li{margin-bottom:0;display:contents}@media only screen and (min-width:37.5625em){.m-tag-group{flex-wrap:wrap;gap:.9375em;display:flex}.m-tag-group--stacked{flex-direction:column;width:-webkit-fit-content;width:fit-content}}.m-tag-group:has(.a-tag-filter){flex-wrap:wrap;gap:.9375em;display:flex}html[lang=ar] .m-tag-group{direction:rtl;padding-right:0}.a-text-input{--input-text:var(--input-text-default);--input-text-disabled:var(--input-text-disabled-default);--input-text-placeholder:var(--input-text-placeholder-default);--input-border:var(--input-border-default);--input-border-hover:var(--input-border-hover-default);--input-border-focus:var(--input-border-focus-default);--input-bg:var(--input-bg-default);--input-bg-disabled:var(--input-bg-disabled-default);-webkit-appearance:none;appearance:none;border:1px solid var(--input-border);outline:0 solid var(--input-border);background:var(--input-bg);color:var(--input-text);box-sizing:border-box;padding:.4375em;display:inline-block}.a-text-input:hover,.a-text-input.hover{border-color:var(--input-border-hover);outline:1px solid var(--input-border-hover)}.a-text-input:focus,.a-text-input.focus{border-color:var(--input-border-focus);box-shadow:0 0 0 1px var(--input-border-focus);outline:1px dotted var(--input-border-focus);outline-offset:2px}.a-text-input:disabled{--input-border:var(--input-border-disabled)}.a-text-input:disabled,.a-text-input:disabled:hover,.a-text-input:disabled.hover,.a-text-input:disabled:focus,.a-text-input:disabled.focus{color:var(--input-text-disabled);background-color:var(--input-bg-disabled);cursor:not-allowed;border-color:var(--input-border);outline:none}.a-text-input--error,.a-text-input--warning,.a-text-input--success{outline-width:1px}.a-text-input--error{--input-border:var(--input-border-error)}.a-text-input--warning{--input-border:var(--input-border-warning)}.a-text-input--success{--input-border:var(--input-border-success)}::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::placeholder{color:var(--input-text-placeholder)}input[type=date]::-webkit-datetime-edit{color:var(--input-text-placeholder)}select.o-multiselect{box-sizing:border-box;border:1px solid var(--select-border-default);width:100%;height:5.5em;padding:.25em .4375em;display:block}select.o-multiselect option{padding:.125em .375em}.o-multiselect,.o-multiselect__header{position:relative}.o-multiselect__header:after{box-sizing:border-box;border:1px solid var(--select-border-default);background-color:var(--select-icon-bg-default);content:"";pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--down%22%20viewBox%3D%220%200%2017%2019%22%3E%3Cpath%20d%3D%22M8.5%2015.313a1.03%201.03%200%200%201-.728-.302l-6.8-6.8a1.03%201.03%200%200%201%201.455-1.456L8.5%2012.828l6.073-6.073a1.03%201.03%200%200%201%201.455%201.456l-6.8%206.8a1.03%201.03%200%200%201-.728.302%22%2F%3E%3C%2Fsvg%3E);background-position:50%;background-repeat:no-repeat;background-size:auto 1.1875em;width:2.1875em;position:absolute;top:0;bottom:0;right:0}.o-multiselect__search[type=text]{box-sizing:border-box;width:100%;display:block}.o-multiselect__fieldset{border-color:var(--select-border-default);box-sizing:border-box;z-index:10;border-top:none;width:100%;max-height:0;margin:-1px 0 0;padding:0;transition:max-height .25s ease-out;position:absolute;overflow-x:hidden;overflow-y:scroll}.o-multiselect.u-active .o-multiselect__fieldset{border-color:var(--pacific);border-width:0 2px 2px;border-top-style:none;border-top-color:currentColor;max-height:140px;margin-top:0}.o-multiselect.u-active .o-multiselect__header:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20class%3D%22cf-icon-svg%20cf-icon-svg--up%22%20viewBox%3D%220%200%2017%2019%22%3E%3Cpath%20d%3D%22M15.3%2015.32a1.03%201.03%200%200%201-.727-.302L8.5%208.946l-6.073%206.072a1.03%201.03%200%200%201-1.456-1.455l6.801-6.8a1.03%201.03%200%200%201%201.456%200l6.8%206.8a1.03%201.03%200%200%201-.727%201.757z%22%2F%3E%3C%2Fsvg%3E)}.o-multiselect__options{background-color:var(--white);padding:0;list-style-type:none}.o-multiselect__options li{margin:0}.o-multiselect__options li:first-child .a-label{padding-top:.625em}.o-multiselect__options.u-filtered li:not(.u-filter-match){display:none}.o-multiselect__options.u-no-results,.o-multiselect__options.u-max-selections{padding:.625em}.o-multiselect__options.u-no-results li,.o-multiselect__options.u-max-selections li{display:none}.o-multiselect__options.u-no-results:after,.o-multiselect__options.u-max-selections:after{display:list-item}.o-multiselect__options.u-no-results:after{content:"No results found"}.o-multiselect__options.u-max-selections{pointer-events:none}.o-multiselect__options.u-max-selections:after{content:"Reached maximum number of selections"}.o-multiselect__options .a-label{box-sizing:border-box;width:100%;padding:.3125em 0 .3125em .625em}.cf-icon-svg{vertical-align:middle;fill:currentColor;height:1.1875em}.cf-icon-svg--updating,.cf-icon-svg--updating-round{transform-origin:50%;animation:1.25s linear infinite updating-animation}html[lang=ar] .cf-icon-svg--right{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--right-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--left{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--left-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-right{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-right-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-left{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--arrow-left-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--help{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--help-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--book{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--book-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--document{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--document-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--edit{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--edit-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--paper-clip{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--paper-clip-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--cart{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--cart-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--disability{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--disability-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--travel{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--travel-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--bullhorn{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--bullhorn-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--chart{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--chart-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--list{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--list-round{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--external-link{transform:scaleX(-1)}html[lang=ar] .cf-icon-svg--external-link-round{transform:scaleX(-1)}.m-card{position:relative}.m-card:not(.m-card--breakout)>a{padding:1.875em}.m-card:not(.m-card--breakout) .m-card__footer{margin-top:auto}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:is(.m-card--breakout,.m-card--topic)){background:var(--white);border:1px solid var(--gray-20);border-bottom-width:3px;padding:1.875em}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card>a{box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:-webkit-any(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card:not(:is(.m-card--breakout,.m-card--topic)){box-sizing:border-box;flex-direction:column;flex-grow:1;flex-basis:0;height:100%;display:flex}.m-card a:focus{outline-offset:2px}.m-card__footer>a{border-bottom-width:1px;font-weight:500}@media only screen and (max-width:56.3125em){.m-card__heading{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h4+.m-card__heading,.h4+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.36364em}}@media only screen and (max-width:56.3125em) and (max-width:37.5em){.m-card__heading{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;margin-bottom:.833333em;font-size:1.125em;font-weight:400;line-height:1.25}p+.m-card__heading,ul+.m-card__heading,ol+.m-card__heading,dl+.m-card__heading,figure+.m-card__heading,img+.m-card__heading,table+.m-card__heading,blockquote+.m-card__heading,h1+.m-card__heading,.h1+.m-card__heading,h2+.m-card__heading,.h2+.m-card__heading,h3+.m-card__heading,.h3+.m-card__heading,h5+.m-card__heading,.h5+.m-card__heading,h6+.m-card__heading,.h6+.m-card__heading{margin-top:1.66667em}}.m-card__heading>a{color:var(--black)}.m-card__heading>a:hover{color:var(--pacific)}.m-card__heading>a .m-card__icon{vertical-align:bottom;margin-bottom:0;padding-right:.46875em;font-size:1em}.m-card__heading>a .m-card__icon,.m-card__heading>a span{display:table-cell}.m-card>.m-list{margin-top:10px;margin-bottom:30px}.m-card--topic{text-align:center;background:var(--white);width:170px}.m-card--topic>a{border:1px solid var(--gray-20);border-bottom-width:3px}.m-card--topic .m-card__icon{color:var(--green);margin-bottom:.3125em;font-size:1.875em}.m-card--topic:hover>a{box-shadow:0 2px 0 0 inset var(--gray-20),2px 0 0 0 inset var(--gray-20),-2px 0 0 0 inset var(--gray-20)}.m-card--topic:hover:after{content:"";background:var(--green);width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--topic .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--topic>a:visited .m-card__footer>span{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-card--topic:hover .m-card__footer>span{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--topic>a:focus .m-card__footer>span{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--topic>a:active .m-card__footer>span{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--topic-action .m-card__icon{color:var(--pacific)}.m-card--breakout{text-align:center;min-width:210px}.m-card--breakout>a{padding-top:60px}.m-card--breakout .m-card__inner-wrapper{z-index:0;background:var(--gray-5);border:1px solid var(--gray-20);border-bottom-width:3px;min-height:135px;position:relative}.m-card--breakout .m-card__img{z-index:1;width:210px;height:120px;margin-left:-105px;position:absolute;top:0;left:50%}.m-card--breakout .m-card__footer{margin-top:84px}.m-card--breakout:hover .m-card__inner-wrapper{box-shadow:0 2px 0 0 inset var(--gray-20),2px 0 0 0 inset var(--gray-20),-2px 0 0 0 inset var(--gray-20)}.m-card--breakout:hover:after{content:"";background:var(--green);width:100%;height:5px;position:absolute;bottom:1px;left:0}.m-card--breakout .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific);font-weight:500;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;display:inline}.m-card--breakout>a:visited .m-card__footer>span{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-card--breakout:hover .m-card__footer>span{-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-card--breakout>a:focus .m-card__footer>span{-webkit-text-decoration-color:var(--pacific);-webkit-text-decoration-color:var(--pacific);text-decoration-color:var(--pacific);color:var(--pacific)}.m-card--breakout>a:active .m-card__footer>span{-webkit-text-decoration-color:var(--navy);-webkit-text-decoration-color:var(--navy);text-decoration-color:var(--navy);color:var(--navy);-webkit-text-decoration-style:solid;text-decoration-style:solid}.m-card--breakout .m-card__footer>span{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-card--breakout .m-card__footer>span,ul+.m-card--breakout .m-card__footer>span,ol+.m-card--breakout .m-card__footer>span,dl+.m-card--breakout .m-card__footer>span,figure+.m-card--breakout .m-card__footer>span,img+.m-card--breakout .m-card__footer>span,table+.m-card--breakout .m-card__footer>span,blockquote+.m-card--breakout .m-card__footer>span,h1+.m-card--breakout .m-card__footer>span,.h1+.m-card--breakout .m-card__footer>span,h2+.m-card--breakout .m-card__footer>span,.h2+.m-card--breakout .m-card__footer>span,h4+.m-card--breakout .m-card__footer>span,.h4+.m-card--breakout .m-card__footer>span,h5+.m-card--breakout .m-card__footer>span,.h5+.m-card--breakout .m-card__footer>span,h6+.m-card--breakout .m-card__footer>span,.h6+.m-card--breakout .m-card__footer>span{margin-top:1.36364em}.o-card-group>h2{margin-bottom:1.875rem}.o-card-group--column-2 .o-card-group__cards{grid-template-columns:1fr 1fr}.o-card-group--column-3 .o-card-group__cards{grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width:63.8125em){.o-card-group--column-3 .o-card-group__cards{grid-template-columns:1fr 1fr}}.o-card-group__cards{gap:1.25em;display:grid}@media only screen and (max-width:37.5em){.o-card-group__cards{grid-template-columns:100%!important}}.o-card-group--bg-green{background:var(--green-20);padding:1.875em}.o-card-group__cards{display:block}_:-ms-lang(x){display:block}.o-card-group__cards .m-card{float:left;margin-bottom:10px;display:block}_:-ms-lang(x) .m-card{float:left;margin-bottom:10px;display:block}.o-card-group--column-2 .o-card-group__cards .m-card{width:48%;margin-right:2%}.o-card-group--column-2 .o-card-group__cards .m-card:last-child{margin-right:0}.o-card-group--column-3 .o-card-group__cards .m-card{width:32%;margin-right:1%}_:-ms-lang(x) .o-card-group__cards .m-card{width:32%;margin-right:1%}.o-card-group--column-3 .o-card-group__cards .m-card:last-child{margin-right:0}_:-ms-lang(x) .o-card-group__cards .m-card:last-child{margin-right:0}.o-card-group:after{content:"";clear:both;display:table}_:-ms-lang(x){content:"";clear:both;display:table}.o-card-group--count-2 .m-card:first-of-type,.o-card-group--count-3 .m-card:first-of-type,.o-card-group--count-4 .m-card:first-of-type{grid-area:card1}.o-card-group--count-2 .m-card:nth-of-type(2),.o-card-group--count-3 .m-card:nth-of-type(2),.o-card-group--count-4 .m-card:nth-of-type(2){grid-area:card2}.o-card-group--count-2 .m-card:nth-of-type(3),.o-card-group--count-3 .m-card:nth-of-type(3),.o-card-group--count-4 .m-card:nth-of-type(3){grid-area:card3}.o-card-group--count-2 .m-card:nth-of-type(4),.o-card-group--count-3 .m-card:nth-of-type(4),.o-card-group--count-4 .m-card:nth-of-type(4){grid-area:card4}.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2""card1 card3"}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.73077em}h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h3+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.15385em}@media only screen and (max-width:37.5em){p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:600;line-height:1.25}p+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ul+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,ol+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,dl+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,figure+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,img+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,table+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,blockquote+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h1+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h2+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h4+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h5+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3,.h6+.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type h3{margin-top:1.36364em}}.o-card-group--count-3 .o-card-group__cards .m-card:first-of-type>a{justify-content:center}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card2""card3 card4"}.o-card-group--flow .o-card-group__cards{flex-wrap:wrap;justify-content:center;display:flex}@media only screen and (min-width:37.5625em) and (max-width:56.25em){.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr 1fr;grid-template-areas:"card1 card1""card2 card3"}}@media only screen and (max-width:37.5em){.o-card-group--count-2 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2"}.o-card-group--count-3 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3"}.o-card-group--count-4 .o-card-group__cards{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4"}.o-card-group--flow .o-card-group__cards{display:block}.o-card-group--flow .o-card-group__cards .m-card{width:100%;margin-bottom:1.875em}}.o-email-signup .m-notification{margin-bottom:.9375em}.o-email-signup .a-text-input{max-width:23.125rem}.o-email-signup__buttons{flex-wrap:wrap-reverse;align-items:center;gap:.9375em;margin-top:.9375em;display:flex}.o-email-signup .a-btn{text-align:inherit}@media only screen and (max-width:37.5em){.o-email-signup .a-label--heading{font-size:1em}}.o-featured-content-module{border:1px solid var(--gray-40);background-color:var(--gray-5);min-height:220px;position:relative}.o-featured-content-module__text{padding-top:1.875em;padding-bottom:1.875em}.o-featured-content-module__img{display:block}@media only screen and (max-width:37.5em){.o-featured-content-module__text{padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__visual{padding-bottom:.9375em;padding-left:.9375em;padding-right:.9375em}.o-featured-content-module__img{margin-left:auto;margin-right:auto}}@media only screen and (min-width:37.5625em){.o-featured-content-module__text{padding-left:1.875em;padding-right:300px}.o-featured-content-module__visual{width:270px;height:100%;position:absolute;top:0;right:0;overflow:hidden}.o-featured-content-module__img{max-width:none;height:100%;position:absolute;left:50%;transform:translate(-50%)}}.m-hero{background-color:var(--gray-5)}.m-hero__wrapper{max-width:1200px;margin:0 auto;padding-top:30px;padding-bottom:30px;display:grid}.m-hero__text{padding-left:15px;padding-right:15px}.m-hero__heading{font-size-adjust:var(--font-adjust-h1);letter-spacing:inherit;text-transform:inherit;margin-bottom:.441176em;font-size:2.125em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.76471em}.m-hero__subhead{font-size:22px;line-height:1.25}.m-hero__image-wrapper{box-sizing:border-box;overflow:hidden}.m-hero__image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;display:none}@supports (display:grid){.m-hero__image{display:block}}.m-hero--knockout{background-color:var(--gray);color:var(--white)}.m-hero--overlay .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo,.m-hero--50-50{background-color:var(--white)}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}@media only screen and (min-width:37.5625em){.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;margin-bottom:.681818em;font-size:1.375em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h2+.m-hero--jumbo .m-hero__subhead,.h2+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h2+.m-hero--50-50 .m-hero__subhead,.h2+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.36364em}}@media only screen and (min-width:63.8125em){.m-hero--jumbo .m-hero__wrapper,.m-hero--50-50 .m-hero__wrapper{min-height:285px}.m-hero--jumbo .m-hero__heading,.m-hero--50-50 .m-hero__heading{margin-bottom:.416667em;font-size:3em;font-weight:400;line-height:1.25}.m-hero--jumbo .m-hero__subhead,.m-hero--50-50 .m-hero__subhead{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:400;line-height:1.25}p+.m-hero--jumbo .m-hero__subhead,ul+.m-hero--jumbo .m-hero__subhead,ol+.m-hero--jumbo .m-hero__subhead,dl+.m-hero--jumbo .m-hero__subhead,figure+.m-hero--jumbo .m-hero__subhead,img+.m-hero--jumbo .m-hero__subhead,table+.m-hero--jumbo .m-hero__subhead,blockquote+.m-hero--jumbo .m-hero__subhead,p+.m-hero--50-50 .m-hero__subhead,ul+.m-hero--50-50 .m-hero__subhead,ol+.m-hero--50-50 .m-hero__subhead,dl+.m-hero--50-50 .m-hero__subhead,figure+.m-hero--50-50 .m-hero__subhead,img+.m-hero--50-50 .m-hero__subhead,table+.m-hero--50-50 .m-hero__subhead,blockquote+.m-hero--50-50 .m-hero__subhead{margin-top:1.73077em}h1+.m-hero--jumbo .m-hero__subhead,.h1+.m-hero--jumbo .m-hero__subhead,h3+.m-hero--jumbo .m-hero__subhead,.h3+.m-hero--jumbo .m-hero__subhead,h4+.m-hero--jumbo .m-hero__subhead,.h4+.m-hero--jumbo .m-hero__subhead,h5+.m-hero--jumbo .m-hero__subhead,.h5+.m-hero--jumbo .m-hero__subhead,h6+.m-hero--jumbo .m-hero__subhead,.h6+.m-hero--jumbo .m-hero__subhead,h1+.m-hero--50-50 .m-hero__subhead,.h1+.m-hero--50-50 .m-hero__subhead,h3+.m-hero--50-50 .m-hero__subhead,.h3+.m-hero--50-50 .m-hero__subhead,h4+.m-hero--50-50 .m-hero__subhead,.h4+.m-hero--50-50 .m-hero__subhead,h5+.m-hero--50-50 .m-hero__subhead,.h5+.m-hero--50-50 .m-hero__subhead,h6+.m-hero--50-50 .m-hero__subhead,.h6+.m-hero--50-50 .m-hero__subhead{margin-top:1.15385em}}@media only screen and (max-width:37.5em){.m-hero__image-wrapper{margin-top:1.875em}.m-hero--overlay .m-hero__wrapper{background-image:none!important}.m-hero--jumbo .m-hero__wrapper{padding-bottom:0}}@media only screen and (max-width:56.25em){.m-hero__heading{font-size-adjust:var(--font-adjust-h2);letter-spacing:inherit;text-transform:inherit;margin-bottom:.576923em;font-size:1.625em;font-weight:600;line-height:1.25}p+.m-hero__heading,ul+.m-hero__heading,ol+.m-hero__heading,dl+.m-hero__heading,figure+.m-hero__heading,img+.m-hero__heading,table+.m-hero__heading,blockquote+.m-hero__heading{margin-top:1.73077em}h1+.m-hero__heading,.h1+.m-hero__heading,h3+.m-hero__heading,.h3+.m-hero__heading,h4+.m-hero__heading,.h4+.m-hero__heading,h5+.m-hero__heading,.h5+.m-hero__heading,h6+.m-hero__heading,.h6+.m-hero__heading{margin-top:1.15385em}.m-hero__subhead{font-size:18px}}@media only screen and (min-width:37.5625em){.m-hero__wrapper{grid-template-columns:7fr 5fr;min-height:225px;padding-left:15px;padding-right:15px}.m-hero__text{margin:auto 0}.m-hero__image-wrapper{align-items:center;padding-left:15px;padding-right:15px;display:flex}.m-hero--bleeding .m-hero__image-wrapper{width:100%;margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--bleeding .m-hero__image{background-size:cover;width:100%;height:100%;padding-bottom:0!important}.m-hero--overlay .m-hero__image{display:none}.m-hero--jumbo .m-hero__wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.m-hero--jumbo .m-hero__image{display:none}.m-hero--50-50 .m-hero__wrapper{border:1px solid var(--gray-40);background-position:100%;background-repeat:no-repeat;background-size:50%;border-top:none;grid-template-columns:1fr 1fr}.m-hero--50-50 .m-hero__image{display:none}}@media only screen and (min-width:63.8125em){.m-hero__wrapper{min-height:195px;padding-top:2.8125em;padding-bottom:2.8125em}.m-hero--bleeding .m-hero__image-wrapper{margin-top:-2.8125em;margin-bottom:-2.8125em}.m-hero--50-50 .m-hero__wrapper{min-height:345px}}.content-l{position:relative}@media only screen and (min-width:37.5625em){.content-l{margin-left:-15px;margin-right:-15px;display:block;position:relative}}@media only screen and (max-width:37.5em){.content-l__col+.content-l__col{margin-top:1.875em}}@media only screen and (min-width:37.5625em){.content-l__col-1{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content-l__col-1-2{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:50%;margin-right:-.25em;display:inline-block}.content-l__col-1-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;display:inline-block}.content-l__col-2-3{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content-l__col-3-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:37.5%;margin-right:-.25em;display:inline-block}.content-l__col-5-8{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:62.5%;margin-right:-.25em;display:inline-block}.content-l__col-1-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;display:inline-block}.content-l__col-3-4{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block}}.content__line{background:var(--block-border);height:1px}.content__main dd,.content__main dt,.content__main h3,.content__main h4,.content__main h5,.content__main h6,.content__main li,.content__main p,.content__main label,.content__intro dd,.content__intro dt,.content__intro h3,.content__intro h4,.content__intro h5,.content__intro h6,.content__intro li,.content__intro p,.content__intro label{max-width:41.875rem}.content__intro,.content__main,.content__sidebar{padding:1.875em .9375em}@media only screen and (min-width:37.5625em){.content__intro,.content__main,.content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;padding:2.8125em .9375em;display:inline-block}}@media only screen and (min-width:56.3125em){.content__intro,.content__main,.content__sidebar{padding:2.8125em 0}.content__intro{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:100%;margin-right:-.25em;display:inline-block}.content--1-3 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:25%;margin-right:-.25em;padding-right:1.875em;display:inline-block}.content--1-3 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:75%;margin-right:-.25em;display:inline-block;position:relative}.content--1-3 .content__main:after{content:"";border-left:1px solid var(--content-main-border);position:absolute;top:2.8125em;bottom:0;left:-1.875em}.content--2-1 .content__main{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:66.6667%;margin-right:-.25em;display:inline-block}.content--2-1 .content__main:after{right:-1.875em}.content--2-1 .content__sidebar{box-sizing:border-box;vertical-align:top;border:0 solid transparent;border-width:0 15px;width:33.3333%;margin-right:-.25em;padding-left:1.875em;display:inline-block}}.content--flush-bottom{padding-bottom:0}@media only screen and (max-width:56.25em){.content--flush-top-on-small{padding-top:0}.content--flush-all-on-small{border:none;padding:0}}.block{margin-top:3.75em;margin-bottom:3.75em}.block--border-top{border-top:1px solid var(--block-border-top)}.block--border-right{border-right:1px solid var(--block-border-right)}.block--border-bottom{border-bottom:1px solid var(--block-border-bottom)}.block--border-left{border-left:1px solid var(--block-border-left)}.block--border{border:1px solid var(--block-border)}.block--flush-top{margin-top:0!important}.block--flush-top.block--border,.block--flush-top.block--border-top{border-top:none}.block--flush-bottom{margin-bottom:0!important}.block--flush-bottom.block--border,.block--flush-bottom.block--border-bottom{border-bottom:none}.block--flush-sides{margin-left:-15px;margin-right:-15px}@media only screen and (max-width:37.5em){.block--flush-sides.block--border,.block--flush-sides.block--border-right,.block--flush-sides.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush-sides{margin-left:-30px;margin-right:-30px}}.block--flush{margin-left:-15px;margin-right:-15px;margin-top:0!important;margin-bottom:0!important}.block--flush.block--border,.block--flush.block--border-top,.block--flush.block--border-bottom{border-top:none;border-bottom:none}@media only screen and (max-width:37.5em){.block--flush.block--border,.block--flush.block--border-right,.block--flush.block--border-left{border-left:none;border-right:none}}@media only screen and (min-width:37.5625em){.block--flush{margin-left:-30px;margin-right:-30px}}.block--bg{background:var(--block-bg);padding:1.875em .9375em 3.75em}@media only screen and (min-width:37.5625em){.block--bg{padding:2.8125em 1.875em}}.block--padded-top{margin-top:1.875em;padding-top:1.875em}.block--padded-bottom{margin-bottom:1.875em;padding-bottom:1.875em}.block--sub{margin-top:1.875em;margin-bottom:1.875em}@media only screen and (min-width:56.3125em){.wrapper{clear:both;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}}.wrapper--match-content{padding-left:15px;padding-right:15px}@media only screen and (min-width:37.5625em){.wrapper--match-content{max-width:1200px;padding-left:30px;padding-right:30px}}.o-text-introduction{margin-top:0;margin-bottom:60px}.o-text-introduction>*{max-width:41.875rem;margin-top:0;margin-bottom:15px}.o-well{box-sizing:border-box;border:1px solid var(--gray-40);background-color:var(--gray-5);padding:1.875em .9375em}@media only screen and (min-width:37.5625em){.o-well{padding-left:1.875em;padding-right:1.875em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.o-banner{background:var(--gold-10);border-bottom:1px solid var(--gray-40);padding:.9375em 0;font-size:.875em}.o-banner .m-notification{border:none;padding:0}.o-banner .m-notification__icon{top:0;left:0}.o-banner--dark{background:var(--teal-dark);border-color:var(--teal-dark);color:var(--white)}.o-banner--dark .m-notification{background:var(--teal-dark)}.o-banner--dark .m-notification .cf-icon-svg{fill:var(--white)}.o-banner--dark .m-notification a{color:var(--white);-webkit-text-decoration-color:var(--white);-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white)}.o-banner--dark .m-notification a:visited,.o-banner--dark .m-notification a.visited{-webkit-text-decoration-color:var(--teal-40);-webkit-text-decoration-color:var(--teal-40);text-decoration-color:var(--teal-40);color:var(--teal-40)}.o-banner--dark .m-notification a:hover,.o-banner--dark .m-notification a.hover{-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15);color:var(--gray-15)}.o-banner--dark .m-notification a:focus,.o-banner--dark .m-notification a.focus{-webkit-text-decoration-color:var(--white);-webkit-text-decoration-color:var(--white);text-decoration-color:var(--white);color:var(--white)}.o-banner--dark .m-notification a:active,.o-banner--dark .m-notification a.active{-webkit-text-decoration-color:var(--gray-15);-webkit-text-decoration-color:var(--gray-15);text-decoration-color:var(--gray-15);color:var(--gray-15)}@media only screen and (min-width:37.5625em){.o-banner{font-size:1em}}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.m-notification{background:var(--gray-5);border:1px solid var(--gray-40);padding:.9375rem;display:none}.m-notification>.cf-icon-svg{fill:var(--gray);flex:none}.m-notification--success{background:var(--green-10);border-color:var(--green)}.m-notification--success>.cf-icon-svg{fill:var(--green)}.m-notification--warning{background:var(--gold-10);border-color:var(--gold)}.m-notification--warning>.cf-icon-svg{fill:var(--gold)}.m-notification--error{background:var(--red-10);border-color:var(--red)}.m-notification--error>.cf-icon-svg{fill:var(--red)}.m-notification--success a,.m-notification--warning a,.m-notification--error a{color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark)}.m-notification--success a:visited,.m-notification--success a.visited,.m-notification--warning a:visited,.m-notification--warning a.visited,.m-notification--error a:visited,.m-notification--error a.visited{-webkit-text-decoration-color:var(--teal);-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);color:var(--teal)}.m-notification--success a:hover,.m-notification--success a.hover,.m-notification--warning a:hover,.m-notification--warning a.hover,.m-notification--error a:hover,.m-notification--error a.hover{-webkit-text-decoration-color:var(--pacific-dark);-webkit-text-decoration-color:var(--pacific-dark);text-decoration-color:var(--pacific-dark);color:var(--pacific-dark)}.m-notification--success a:focus,.m-notification--success a.focus,.m-notification--warning a:focus,.m-notification--warning a.focus,.m-notification--error a:focus,.m-notification--error a.focus{-webkit-text-decoration-color:var(--pacific-mid-dark);-webkit-text-decoration-color:var(--pacific-mid-dark);text-decoration-color:var(--pacific-mid-dark);color:var(--pacific-mid-dark)}.m-notification--success a:active,.m-notification--success a.active,.m-notification--warning a:active,.m-notification--warning a.active,.m-notification--error a:active,.m-notification--error a.active{-webkit-text-decoration-color:var(--navy-dark);-webkit-text-decoration-color:var(--navy-dark);text-decoration-color:var(--navy-dark);color:var(--navy-dark)}.m-notification--visible{gap:.3125rem;display:flex}.m-notification__content{max-width:41.875rem}.cf-icon-svg+.m-notification__content{flex-grow:1}.m-notification__message{font-size:1rem;font-weight:500;line-height:1.25}@media only screen and (min-width:37.5625em){.m-notification__message{font-size:1.125rem}}.m-notification__explanation{margin-top:.3125rem;margin-bottom:.9375rem}.m-notification__message+.m-list{margin-top:.9375rem}@media only screen and (min-width:37.5625em){.m-notification .cf-icon-svg{font-size:1.125rem}.m-notification__explanation{margin-bottom:0}.m-notification .m-list{margin-top:.3125rem}.m-notification .m-list__item{margin-bottom:.3125rem}}html[lang=ar] .m-notification .cf-icon-svg+.m-notification__content{padding-left:initial;padding-right:1.5625rem}html[lang=ar] .m-notification .m-list{padding-right:0}.m-pagination{grid-template-columns:auto 1fr auto;grid-template-areas:"pag-btn-prev.pag-btn-next""pag-form pag-form pag-form";row-gap:.9375rem;display:grid}.m-pagination__form{background:var(--gray-5);color:var(--gray);border-radius:.25rem;flex-flow:wrap;grid-area:pag-form;place-content:center;gap:.625rem;padding:.3125rem;display:flex}.m-pagination__current-page{text-align:right;width:2.8125rem;font-weight:500}.m-pagination__label{white-space:nowrap;display:contents}.m-pagination__btn-prev{z-index:1;grid-area:pag-btn-prev}.m-pagination__btn-next{z-index:1;grid-area:pag-btn-next}@media only screen and (min-width:37.5625em){.m-pagination{grid-template-areas:"pag-btn-prev pag-form pag-btn-next"}.m-pagination__btn-prev{border-top-right-radius:0;border-bottom-right-radius:0}.m-pagination__btn-next{border-top-left-radius:0;border-bottom-left-radius:0}}.o-table__cell--right-align{text-align:right}.o-table--scrolling{box-sizing:border-box;overflow-y:hidden}.o-table--scrolling table{border:1px solid var(--gray-40)}.o-table--scrolling table>tbody>tr:nth-child(2n)>th,.o-table--scrolling table>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}@media only screen and (min-width:37.5625em){.o-table--striped>tbody>tr:nth-child(2n)>th,.o-table--striped>tbody>tr:nth-child(2n)>td{background:var(--gray-5)}}@media only screen and (max-width:600px){.o-table{width:100%}.o-table--striped tr:nth-child(2n)>th,.o-table--striped tr:nth-child(2n)>td{background:var(--white)}.o-table--stack-on-small{border-top:1px solid var(--gray-40)}.o-table--stack-on-small tr,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=row],.o-table--stack-on-small [data-display-table=cell]{display:block}.o-table--stack-on-small th,.o-table--stack-on-small td,.o-table--stack-on-small [data-display-table=cell]{width:100%;padding-left:0;padding-right:0}.o-table--stack-on-small>thead,.o-table--stack-on-small [data-display-table=thead]{display:none}.o-table--stack-on-small td[data-label]:before{content:attr(data-label);letter-spacing:1px;text-transform:uppercase;margin-top:0;margin-bottom:.3125em;font-size:.875em;font-weight:600;line-height:1.83333;display:block}.o-table--stack-on-small td:last-child,.o-table--stack-on-small [data-display-table=cell]:last-child{margin-bottom:1.875em}}.a-date{color:var(--gray);white-space:nowrap;font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+.a-date,ul+.a-date,ol+.a-date,dl+.a-date,figure+.a-date,img+.a-date,table+.a-date,blockquote+.a-date,h1+.a-date,.h1+.a-date,h2+.a-date,.h2+.a-date,h3+.a-date,.h3+.a-date,h4+.a-date,.h4+.a-date,h6+.a-date,.h6+.a-date{margin-top:2.14286em}.no-js .u-js-only,.u-hide-if-js{display:none!important}.no-js .u-hide-if-js{display:block!important}@media screen{.u-print-only{display:none}}@media print{.u-screen-only{display:none}}.u-clearfix:after{content:"";clear:both;display:table}.u-visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media only screen and (max-width:37.5em){.u-hide-on-mobile{display:none}}@media only screen and (min-width:37.5625em){.u-show-on-mobile{display:none}}.u-hidden{display:none!important}.u-invisible{visibility:hidden}.u-right{float:right}.u-nowrap{white-space:nowrap}.u-flexible-container{height:0;padding-bottom:56.25%;position:relative}.u-flexible-container__inner{width:100%;height:100%;position:absolute;top:0;left:0}.u-flexible-container--4-3{height:0;padding-bottom:75%;position:relative}.u-mt0{margin-top:0!important}.u-mb0{margin-bottom:0!important}.u-mt5{margin-top:5px!important}.u-mb5{margin-bottom:5px!important}.u-mt10{margin-top:10px!important}.u-mb10{margin-bottom:10px!important}.u-mt15{margin-top:15px!important}.u-mb15{margin-bottom:15px!important}.u-mt20{margin-top:20px!important}.u-mb20{margin-bottom:20px!important}.u-mt30{margin-top:30px!important}.u-mb30{margin-bottom:30px!important}.u-mt45{margin-top:45px!important}.u-mb45{margin-bottom:45px!important}.u-mt60{margin-top:60px!important}.u-mb60{margin-bottom:60px!important}.u-w100pct{width:100%}.u-w90pct{width:90%}.u-w80pct{width:80%}.u-w70pct{width:70%}.u-w60pct{width:60%}.u-w50pct{width:50%}.u-w40pct{width:40%}.u-w30pct{width:30%}.u-w20pct{width:20%}.u-w10pct{width:10%}.u-w75pct{width:75%}.u-w65pct{width:65%}.u-w25pct{width:25%}.u-w15pct{width:15%}.u-w66pct{width:66.6667%}.u-w33pct{width:33.3333%}small,.u-small-text{font-size:.875em}small--subtle,.u-small-text--subtle{color:var(--gray)}.u-no-animation{transition-duration:0s!important}.u-move-transition{transition:transform .25s ease-out}.u-move-to-origin{transform:translate(0)}.u-move-left{transform:translate(-100%)}.u-move-left-2x{transform:translate(-200%)}.u-move-left-3x{transform:translate(-300%)}.u-move-right{transform:translate(100%)}.u-move-up{transform:translateY(-100%)}.u-alpha-transition{transition:opacity .25s linear}.u-alpha-100{opacity:1}.u-alpha-0{opacity:0}.u-max-height-transition{contain:paint;transition:max-height .2s ease-out;overflow:hidden}.u-max-height-zero{max-height:0!important}.u-max-height-summary{max-height:88px!important}.a-link{border-bottom-width:0;-webkit-text-decoration-line:none;text-decoration-line:none}.a-link .a-link__text{overflow-wrap:break-word;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:1px}.a-link:hover .a-link__text{-webkit-text-decoration-style:solid;text-decoration-style:solid}.a-link--jump{font-weight:500}@media only screen and (max-width:37.5em){.a-link--jump{box-sizing:border-box;align-items:center;gap:.3125rem;width:100%;padding-top:.625em;padding-bottom:.625em;display:flex;position:relative}.a-link--jump .cf-icon-svg--right{margin-left:auto}.a-link--jump .a-link__text{flex-shrink:10;text-decoration:none}a.a-link--jump{border-top-style:dotted;border-top-width:1px;border-bottom-style:dotted;border-bottom-width:1px;text-decoration:none}a.a-link--jump:hover{border-top-style:solid;border-bottom-style:solid}a.a-link--jump:focus{outline:none}a.a-link--jump:focus:after{content:"";outline:1px dotted var(--gray);outline-offset:2px;width:100%;height:100%;display:block;position:absolute}li:has(.a-link--jump)+li:has(.a-link--jump) .a-link--jump{border-top:none;position:relative}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:hover:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{content:"";border-top:1px solid;width:100%;height:1px;display:block;position:absolute;top:-1px}li:has(.a-link--jump)+li:has(.a-link--jump) a.a-link--jump:focus:before{border-top-style:dotted}}.m-list--unstyled,.m-list--horizontal,.m-list--links{padding-left:0;list-style-type:none}.m-list--unstyled .m-list__item,.m-list--horizontal .m-list__item,.m-list--links .m-list__item{margin-left:0}.m-list--horizontal .m-list__item{margin-bottom:0;margin-right:.25em;display:inline-block}@media only screen and (max-width:37.5em){.m-list--links .m-list__item{margin-bottom:0}}html[lang=ar] .m-list{padding-right:0}.m-meta-header{flex-flow:column-reverse wrap-reverse;gap:.625rem 1.3125rem;width:-webkit-fit-content;width:fit-content;padding-bottom:.625rem;display:flex;overflow:hidden}.m-meta-header__item-group{flex-wrap:wrap;column-gap:1.3125rem;display:flex}.m-meta-header__item{text-wrap:balance;font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;grid-template-columns:0 auto 1fr;row-gap:.3125rem;margin-bottom:0;font-size:1.125em;font-weight:500;line-height:1.25;display:grid}p+.m-meta-header__item,ul+.m-meta-header__item,ol+.m-meta-header__item,dl+.m-meta-header__item,figure+.m-meta-header__item,img+.m-meta-header__item,table+.m-meta-header__item,blockquote+.m-meta-header__item,h1+.m-meta-header__item,.h1+.m-meta-header__item,h2+.m-meta-header__item,.h2+.m-meta-header__item,h3+.m-meta-header__item,.h3+.m-meta-header__item,h5+.m-meta-header__item,.h5+.m-meta-header__item,h6+.m-meta-header__item,.h6+.m-meta-header__item{margin-top:1.66667em}@media only screen and (max-width:37.5em){.m-meta-header__item{margin-bottom:.3125rem;font-size:1em;line-height:1.125}}.m-meta-header__item .cf-icon-svg{margin-right:.3125rem}.m-meta-header__item:before{content:"|";margin-left:-.8125rem}.m-meta-header__item .a-date{margin-bottom:0;font-size:.875rem;line-height:1.71429}@media only screen and (min-width:37.5625em){.m-meta-header{flex-direction:row}}.m-pull-quote__body{color:var(--black);font-size-adjust:var(--font-adjust-h3);letter-spacing:inherit;text-transform:inherit;font-size:1.375em;font-weight:400;line-height:1.25}@media only screen and (max-width:37.5em){.m-pull-quote__body{font-size-adjust:var(--font-adjust-h4);letter-spacing:inherit;text-transform:inherit;font-size:1.125em;font-weight:400;line-height:1.25}}.m-pull-quote__citation{color:var(--gray);font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.07143em;font-size:.875em;font-weight:600;line-height:1.25}p+.m-pull-quote__citation,ul+.m-pull-quote__citation,ol+.m-pull-quote__citation,dl+.m-pull-quote__citation,figure+.m-pull-quote__citation,img+.m-pull-quote__citation,table+.m-pull-quote__citation,blockquote+.m-pull-quote__citation,h1+.m-pull-quote__citation,.h1+.m-pull-quote__citation,h2+.m-pull-quote__citation,.h2+.m-pull-quote__citation,h3+.m-pull-quote__citation,.h3+.m-pull-quote__citation,h4+.m-pull-quote__citation,.h4+.m-pull-quote__citation,h6+.m-pull-quote__citation,.h6+.m-pull-quote__citation{margin-top:2.14286em}.m-pull-quote__citation:before{content:"—"}.m-slug-header{border-top:1px solid var(--gray-40)}.m-slug-header__heading{border-top:5px solid var(--green);font-size-adjust:var(--font-adjust-h5);letter-spacing:1px;text-transform:uppercase;margin-top:-3px;margin-bottom:1.07143em;padding-top:.285714em;font-size:.875em;font-weight:600;line-height:1.25;display:inline-block}:root{--beige:#bea96f;--beige-30:#f0e8d8;--beige-60:#d8c8a0;--black:#101820;--font-stack:var(--font-stack-branded,system-ui,sans-serif);--font-stack-branded:initial;--gold:#ff9e1b;--gold-10:#fff6ec;--gold-20:#fff0dd;--gold-30:#ffe8cb;--gold-40:#ffe1b9;--gold-50:#ffd8a3;--gold-60:#ffce8d;--gold-70:#ffc372;--gold-80:#ffb858;--gold-90:#ffab39;--gold-dark:#dc731c;--gold-mid-dark:#ed881b;--gray:#5a5d61;--gray-10:#e7e8e9;--gray-15:#dcdddf;--gray-20:#d2d3d5;--gray-30:#c3c4c4;--gray-40:#b4b5b6;--gray-5:#f7f8f9;--gray-50:#a2a3a4;--gray-60:#919395;--gray-70:#838588;--gray-80:#75787b;--gray-90:#676a6f;--gray-dark:#43484e;--gray-darker:#293037;--gray-mid-dark:#4f5257;--green:#20aa3f;--green-10:#f0f8eb;--green-20:#e2efd8;--green-30:#d4eac6;--green-40:#c7e5b3;--green-50:#bae0a2;--green-60:#addc91;--green-70:#93cf7c;--green-80:#66c368;--green-90:#48b753;--green-dark:#1e9642;--green-mid-dark:#1fa040;--navy:#254b87;--navy-10:#f4f6fa;--navy-20:#d3daeb;--navy-30:#c3cde2;--navy-40:#b3c0d9;--navy-50:#9daecc;--navy-60:#889cc0;--navy-70:#6f88b2;--navy-80:#5674a3;--navy-90:#3e5f95;--navy-dark:#002d72;--navy-mid-dark:#123c7c;--neutral:#8a6c57;--neutral-10:#f8f5f2;--neutral-20:#e7ddd7;--neutral-30:#ddd1c9;--neutral-40:#d3c5bc;--neutral-50:#c6b4a9;--neutral-60:#baa496;--neutral-70:#ad9484;--neutral-80:#a18573;--neutral-90:#957865;--neutral-dark:#745745;--neutral-mid-dark:#7d604b;--pacific:#0072ce;--pacific-10:#eff8fd;--pacific-20:#d6e8fa;--pacific-30:#c3ddf6;--pacific-40:#afd2f2;--pacific-50:#96c4ed;--pacific-60:#7eb7e8;--pacific-70:#61a7e2;--pacific-80:#4497dc;--pacific-90:#2284d5;--pacific-dark:#0050b4;--pacific-mid-dark:#0061c1;--purple:#b4267a;--purple-10:#fdf3f8;--purple-20:#f0d8e2;--purple-30:#ebc9d9;--purple-40:#e3b2cc;--purple-50:#dc9cbf;--purple-60:#d486b2;--purple-70:#cd70a5;--purple-80:#c55998;--purple-90:#be438b;--purple-dark:#a01b68;--purple-mid-dark:#aa2071;--red:#d14124;--red-10:#fbefec;--red-20:#f7e0d9;--red-30:#f3d1c8;--red-40:#f0c3b8;--red-50:#ebb0a3;--red-60:#e79e8e;--red-70:#e28875;--red-80:#dd735d;--red-90:#d75a40;--red-dark:#b63014;--red-mid-dark:#c3381c;--teal:#257675;--teal-10:#f0f7f6;--teal-20:#d4e7e6;--teal-30:#c4dddc;--teal-40:#b4d2d1;--teal-50:#9ec4c3;--teal-60:#89b6b5;--teal-70:#70a6a5;--teal-80:#579695;--teal-90:#3e8685;--teal-dark:#005e5d;--teal-mid-dark:#126b69;--white:#fff;--block-bg:var(--gray-5);--block-border:var(--gray-40);--choice-bg-default:var(--white);--choice-bg-disabled:var(--gray-10);--choice-bg-selected-default:var(--pacific);--choice-bg-selected-disabled:var(--gray-40);--choice-bg-selected-focus-default:var(--pacific);--choice-border-default:var(--gray-60);--choice-border-disabled:var(--gray-60);--choice-border-error:var(--red);--choice-border-focus-default:var(--pacific);--choice-border-hover-default:var(--pacific);--choice-border-success:var(--green);--choice-border-warning:var(--gold);--choice-label-disabled-default:var(--gray-dark);--choice-outline-focus-default:var(--pacific);--code-bg:var(--gray-5);--content-main-border:var(--gray-40);--form-alert-icon-color-default:var(--gray);--form-alert-icon-color-error:var(--red);--form-alert-icon-color-success:var(--green);--form-alert-icon-color-warning:var(--gold);--form-field-input-lg-target-bg:var(--gray-10);--form-field-input-lg-target-bg-disabled:var(--gray-20);--form-field-input-lg-target-bg-selected:var(--pacific-20);--form-field-input-lg-target-border:var(--pacific);--input-bg-default:var(--white);--input-bg-disabled-default:var(--gray-10);--input-border-default:var(--gray-60);--input-border-disabled:var(--gray-60);--input-border-error:var(--red);--input-border-focus-default:var(--pacific);--input-border-hover-default:var(--pacific);--input-border-success:var(--green);--input-border-warning:var(--gold);--input-text-default:var(--black);--input-text-disabled-default:var(--gray-dark);--input-text-placeholder-default:var(--gray-dark);--label-helper:var(--gray-dark);--link-text:var(--pacific);--link-text-active:var(--navy);--link-text-hover:var(--pacific-dark);--link-text-visited:var(--teal);--link-underline:var(--pacific);--link-underline-active:var(--navy);--link-underline-hover:var(--pacific-dark);--link-underline-visited:var(--teal);--range-bg:var(--gray-10);--range-bg-focused:var(--pacific-20);--range-bg-track:var(--gray-80);--range-border:var(--gray-40);--range-border-focused:var(--pacific);--select-bg-disabled-default:var(--gray-10);--select-border-default:var(--gray-60);--select-border-error:var(--red);--select-border-focus-default:var(--pacific);--select-border-hover-default:var(--pacific);--select-icon-bg-default:var(--gray-10);--select-text-disabled-default:var(--gray-dark);--table-border:var(--gray);--table-head-bg:var(--gray-5);--text:var(--black);--block-border-bottom:var(--block-border);--block-border-left:var(--block-border);--block-border-right:var(--block-border);--block-border-top:var(--block-border);--code-text:var(--text);--table-head-text:var(--text);--font-adjust-base:.517;--font-adjust-step:.0054;--font-adjust-h1:calc(var(--font-size-adjust-base) + (5*var(--font-adjust-step)));--font-adjust-h2:calc(var(--font-size-adjust-base) + (4*var(--font-adjust-step)));--font-adjust-h3:calc(var(--font-size-adjust-base) + (3*var(--font-adjust-step)));--font-adjust-h4:calc(var(--font-size-adjust-base) + (2*var(--font-adjust-step)));--font-adjust-h5:calc(var(--font-size-adjust-base) + (1*var(--font-adjust-step)));--font-adjust-h6:var(--font-adjust-base);--font-adjust-body:var(--font-adjust-base);--select-border-width-default:1px;--select-border-width-error:2px}.a-tagline{grid-template-columns:22px 1fr;column-gap:10px;font-size:.75rem;display:grid}.a-tagline__text{display:inline-block}.a-tagline .u-usa-flag{margin-top:1px}.a-tagline--large{font-size:1rem}.a-tagline--large .u-usa-flag{margin-top:4px}.u-usa-flag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAZCAMAAABAf11LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5QTFRF////sxlC7MbQ2YyhxlNxCjFhR2WJV3GSKUt1dYumOFh/GT5rhZiwwszYsr/OlKW6Zn6c0djh8PL1iR9Ko7LE4OXrl0pttKC0pXWRtYKbSuJhRQAAANFJREFUeNrkkctuwyAUREnSuW/ApHYf//+jBVdZVcJi3aORgAXcMyLBAAJEzsVG3m8TkifyI3zfPQ6nJJLo421CArSBmkgjNEWtQE4zXJmClXuCWIlU5hdQxCqbqnE1KdIz79CVDvBwZxyKfQfmHTyzl01UZSvOWSTbhZLSWeDMufWLC/1ls3amT4qQq394EjIjApxBT+/nr8eEBNuKcB9SWMpmEXalNOylmlUZNTr4vE/4VdKhpC+leQf6y/e0wzL3RdJtkfUJyzwW+ZcdfgQYAJmJD3zerW6OAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;width:24px;height:13px;display:inline-block}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:fallback;font-weight:200 900;src:url(/static/fonts/source-sans-3-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-stack-branded:"Source Sans 3 Variable",arial,sans-serif}.complex-example button{margin:10px 0}.complex-example .descriptor{margin:10px 0;text-decoration:underline;display:block} \ No newline at end of file diff --git a/dist/ccdb5.js b/dist/ccdb5.js index 50d2f83a1..f9cebf186 100644 --- a/dist/ccdb5.js +++ b/dist/ccdb5.js @@ -1,5 +1,23 @@ /*! For license information please see ccdb5.js.LICENSE.txt */ -(()=>{var e,t,n={5462(e,t,n){let r;self,r=n(7801),e.exports=(()=>{var e={128:(e,t,n)=>{"use strict";function r(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(a){for(n=0;nr,p:()=>i})},183:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6452);function i(e){return"string"==typeof e?new r.LN([[document.querySelector(e)]],[document.documentElement]):new r.LN([[e]],r.zr)}},204:e=>{e.exports=function(){"use strict";var e={BASE:!0,HEAD:!0,HTML:!0,META:!0,NOFRAME:!0,NOSCRIPT:!0,PARAM:!0,SCRIPT:!0,STYLE:!0,TITLE:!0},t=["A","ABBR","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BASE","BDI","BDO","BLOCKQUOTE","BODY","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATALIST","DD","DEL","DETAILS","DFN","DIV","DL","DT","EM","EMBED","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEAD","HEADER","HGROUP","HR","HTML","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","LINK","MAP","MARK","MATH","MENU","META","METER","NAV","NOBR","NOSCRIPT","OBJECT","OL","OPTION","OPTGROUP","OUTPUT","P","PARAM","PRE","PROGRESS","Q","RP","RT","RUBY","S","SAMP","SCRIPT","SECTION","SELECT","SMALL","SOURCE","SPAN","STRONG","STYLE","SUB","SUMMARY","SUP","SVG","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TITLE","TR","TRACK","U","UL","VAR","VIDEO","WBR"],n=function(e){var t={},n=document.body.appendChild(document.createElement(e)),r=window.getComputedStyle(n);return[].forEach.call(r,function(e){t[e]=r[e]}),document.body.removeChild(n),t};return{initializeSerializer:function(){var r={};return[].forEach.call(t,function(t){e[t]||(r[t]=n(t))}),function(t){var i,a,o,s,l=[];if(t&&t.nodeType===Node.ELEMENT_NODE)return l=[],i=t.querySelectorAll("*"),[].forEach.call(i,function(t,i){var s;e[t.tagName]||(a=window.getComputedStyle(t),r[s=(s=t.tagName).toUpperCase()]||(r[s]=n(s)),o=r[s],l[i]=t.style.cssText,[].forEach.call(a,function(e){a[e]!==o[e]&&(t.style[e]=a[e])}))}),s=(new XMLSerializer).serializeToString(t),i=[].map.call(i,function(e,t){return e.style.cssText=l[t],e}),s}}}}()},349:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[]),p=c.scaleBand().domain(e.map(D)).rangeRound([0,n]).paddingInner(0),m=c.scaleLinear().domain([0,t.max(e,R)]).rangeRound([f,0]),g=r.axisBottom(p),b=r.axisLeft(m).ticks(P).tickPadding(8).tickFormat(j),_||((o=(_=u.select(this).append("svg").classed("britechart step-chart",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(M.left,", ").concat(M.top,")"))).append("g").classed("grid-lines-group",!0),o.append("g").classed("chart-group",!0),o.append("g").classed("x-axis-group axis",!0).append("g").classed("x-axis-label",!0),o.append("g").classed("y-axis-group axis",!0).append("g").classed("y-axis-label",!0),o.append("g").classed("metadata-group",!0)),_.attr("width",A).attr("height",E),k&&_.selectAll(".horizontal-grid-line").remove(),S&&_.selectAll(".extended-x-line").remove(),k=_.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(m.ticks(P)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",0).attr("x2",n).attr("y1",function(e){return m(e)}).attr("y2",function(e){return m(e)}),S&&_.selectAll(".extended-x-line").remove(),S=_.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",0).attr("x2",n).attr("y1",f).attr("y2",f),(a=_.select(".chart-group").selectAll(".step").data(e)).enter().append("rect").classed("step",!0).attr("x",n).attr("y",function(e){return m(e.value)}).attr("width",p.bandwidth()).attr("height",function(e){return f-m(e.value)}).on("mouseover",function(e){L.call("customMouseOver",this,e,u.pointer(e,this),[n,f])}).on("mousemove",function(e){L.call("customMouseMove",this,e,u.pointer(e,this),[n,f])}).on("mouseout",function(e){L.call("customMouseOut",this,e,u.pointer(this,e),[n,f])}).merge(a).transition().ease(C).attr("x",function(e){return p(e.key)}).attr("y",function(e){return m(e.value)}).attr("width",p.bandwidth()).attr("height",function(e){return f-m(e.value)}),a.exit().transition().style("opacity",0).remove(),_.select(".x-axis-group.axis").attr("transform","translate(0, ".concat(f,")")).call(g),_.selectAll(".x-axis-group .tick text").style("text-anchor","start").attr("transform","rotate(45 -1 10)"),v&&(y&&_.selectAll(".x-axis-label-text").remove(),y=_.select(".x-axis-label").append("text").attr("y",N).attr("text-anchor","middle").classed("x-axis-label-text",!0).attr("x",n/2).text(v)),_.select(".y-axis-group.axis").call(b),x&&(w&&_.selectAll(".y-axis-label-text").remove(),w=_.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-f/2).attr("y",O).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(x))})}return z.exportChart=function(e){h.call(z,_,e)},z.margin=function(e){return arguments.length?(M=o(o({},M),e),this):M},z.yTicks=function(e){return arguments.length?(P=e,this):P},z.height=function(e){return arguments.length?(E=e,this):E},z.loadingState=function(e){return arguments.length?(T=e,this):T},z.on=function(){var e=L.on.apply(L,arguments);return e===L?z:e},z.width=function(e){return arguments.length?(A=e,this):A},z.xAxisLabel=function(e){return arguments.length?(v=e,this):v},z.xAxisLabelOffset=function(e){return arguments.length?(N=e,this):N},z.yAxisLabel=function(e){return arguments.length?(x=e,this):x},z.yAxisLabelOffset=function(e){return arguments.length?(O=e,this):O},z}}).call(t,n,t,e))||(e.exports=r)},465:(e,t,n)=>{var r;void 0===(r=(function(e){return n(4710),{addDays:function(e,t){var n=new Date(e);return n.setDate(n.getDate()+t),String(n)},convertMillisecondsToDays:function(e){return Math.ceil(e/864e5)},diffDays:function(e,t){return Math.ceil(Math.abs((new Date(e).getTime()-new Date(t).getTime())/864e5))},getLocaleDateFormatter:function(e){var t=localeTimeMap[arguments.length>1&&void 0!==arguments[1]?arguments[1]:"day"],n=new Intl.DateTimeFormat(e,t);return function(e){return n.format(e)}}}}).call(t,n,t,e))||(e.exports=r)},526:(e,t,n)=>{"use strict";n.d(t,{$Z:()=>m,Cf:()=>v,lk:()=>g,yE:()=>y});var r=n(6037),i=n(6946),a=n(1134),o=n(2613),s=n(5030),l=n(3298),c=n(4612),u=n(5334),h=n(8926),d=n(5878),f=n(4355);function p(e,t,n,l,c,u){let h=[[s.R,1,a.Tt],[s.R,5,5*a.Tt],[s.R,15,15*a.Tt],[s.R,30,30*a.Tt],[u,1,a.rR],[u,5,5*a.rR],[u,15,15*a.rR],[u,30,30*a.rR],[c,1,a.JJ],[c,3,3*a.JJ],[c,6,6*a.JJ],[c,12,12*a.JJ],[l,1,a.Nm],[l,2,2*a.Nm],[n,1,a.Fq],[t,1,a.Pv],[t,3,3*a.Pv],[e,1,a.MP]];function d(t,n,s){let l=Math.abs(n-t)/s,c=(0,r.A)(([,,e])=>e).right(h,l);if(c===h.length)return e.every((0,i.sG)(t/a.MP,n/a.MP,s));if(0===c)return o.y.every(Math.max((0,i.sG)(t,n,s),1));let[u,d]=h[l/h[c-1][2]{"use strict";function r(){}function i(e){return null==e?r:function(){return this.querySelector(e)}}n.d(t,{A:()=>i})},676:(e,t,n)=>{var r;void 0===(r=(function(e){"use strict";var t=n(4710),r=0,i={small:{limit:10,format:t.format("")},medium:{limit:1e3,format:t.format("")},large:{limit:null,format:t.format(",d")}},a={small:{limit:10,format:t.format(".3f")},medium:{limit:100,format:t.format(".1f")},large:{limit:null,format:t.format(".2s")}},o=function(e,t){var n="large";return e{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[]),e=r.scaleOrdinal().range(S),d||(d=i.select(this).append("svg").classed("britechart britechart-legend",!0)).append("g").classed("legend-container-group",!0).attr("transform","translate(".concat(f.left,",").concat(f.top,")")).append("g").classed("legend-group",!0),d.attr("width",p).attr("height",m),w?(D=g,d.select(".legend-group").selectAll("g").remove(),d.select(".legend-group").append("g").classed("legend-line",!0),(n=d.select(".legend-line").selectAll("g.legend-entry").data(h)).enter().append("g").classed("legend-entry",!0).attr("data-item",M).attr("transform",function(e){var t=e.name,n=D,r=u/2,i=a.getTextWidth(t,12);return D+=g+v*g*2+i,"translate(".concat(n,",").concat(r,")")}).merge(n).append("circle").classed("legend-circle",!0).attr("cx",g/2).attr("cy",-5).attr("r",g/2).style("fill",T).style("stroke-width",1),d.select(".legend-group").selectAll("g.legend-entry").append("text").classed("legend-entry-name",!0).text(A).attr("x",v*g).style("font-size","".concat(12,"px")).style("letter-spacing","".concat(.5,"px")),d.select(".legend-group").selectAll("g.legend-entry").exit().transition().style("opacity",0).remove(),c-(d.select(".legend-line").node().getBoundingClientRect().width+g)<=0&&(l=(o=d.selectAll(".legend-entry")).size(),y=u/2*1.7,b=d.select(".legend-group").append("g").classed("legend-line",!0).attr("transform","translate(0, ".concat(y,")")),(x=o.filter(":nth-child(".concat(l,")"))).attr("transform","translate(".concat(g,",0)")),b.append(function(){return x.node()})),P=d.select("g.legend-container-group").node().getBoundingClientRect().width+v*g,j=(L=p-P)/2,L>0&&d.select("g.legend-container-group").attr("transform","translate(".concat(j,",0)"))):(d.select(".legend-group").selectAll("g").remove(),(n=d.select(".legend-group").selectAll("g.legend-line").data(h)).enter().append("g").classed("legend-line",!0).append("g").classed("legend-entry",!0).attr("data-item",M).attr("transform",function(e,t){var n=g+v*g,r=(t+1)*(u/(h.length+1));return"translate(".concat(n,",").concat(r,")")}).merge(n).append("circle").classed("legend-circle",!0).attr("cx",g/2).attr("cy",-5).attr("r",g/2).style("fill",T).style("stroke-width",1),d.select(".legend-group").selectAll("g.legend-line").selectAll("g.legend-entry").append("text").classed("legend-entry-name",!0).text(A).attr("x",v*g).style("font-size","".concat(12,"px")).style("letter-spacing","".concat(.5,"px")),k?d.select(".legend-group").selectAll("g.legend-line").selectAll("g.legend-entry").append("text").classed("legend-entry-value",!0).text(E).attr("x",c-40).style("font-size","".concat(12,"px")).style("letter-spacing","".concat(.8,"px")).style("text-anchor","end").style("startOffset","100%"):(R=d.select("g.legend-container-group").node().getBoundingClientRect().width,(z=p-R)>0&&d.select("g.legend-container-group").attr("transform","translate(".concat(z/2-R/2,",0)"))),d.select(".legend-group").selectAll("g.legend-line").exit().transition().style("opacity",0).remove()),_&&(N(),O(_))})}function N(){d.select(".legend-group").selectAll("g.legend-entry").classed(x,!1)}function O(e){var t=d.select('[data-item="'.concat(e,'"]'));t.nodes().length&&(d.select(".legend-group").selectAll("g.legend-entry").classed(x,!0),t.classed(x,!1))}return P.clearHighlight=function(){N()},P.colorSchema=function(e){return arguments.length?(S=e,this):S},P.height=function(e){return arguments.length?(m=e,this):m},P.highlight=function(e){N(),O(e)},P.highlightEntryById=function(e){return arguments.length?(_=e,this):_},P.isHorizontal=function(e){return arguments.length?(w=e,this):w},P.margin=function(e){return arguments.length?(f=o(o({},f),e),this):f},P.marginRatio=function(e){return arguments.length?(v=e,this):v},P.markerSize=function(e){return arguments.length?(g=e,this):g},P.numberFormat=function(e){return arguments.length?(y=e,this):y},P.unit=function(e){return arguments.length?(b=e,this):b},P.width=function(e){return arguments.length?(p=e,this):p},P}}).call(t,n,t,e))||(e.exports=r)},726:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[])).map(function(e){return{value:0,name:String(e[ee])}}),v={data:m,dataZeroed:g}).data,$=v.dataZeroed,T&&(L.sort(T),$.sort(T)),{data:L,dataZeroed:$});e=el.data,n=el.dataZeroed,Q=Math.min(B*t.max(e,ed)),W?(x=u.scaleLinear().domain([0,Q]).rangeRound([0,y]),w=u.scaleBand().domain(e.map(eh)).rangeRound([b,0]).padding(q)):(x=u.scaleBand().domain(e.map(eh)).rangeRound([0,y]).padding(q),w=u.scaleLinear().domain([0,Q]).rangeRound([b,0])),_=es?e.map(function(e){return e}).reverse().map(function(e,t){return{name:e.name,color:j[t%j.length]}}):e.map(function(e){return e}).map(function(e,t){return{name:e.name,color:j[t%j.length]}}),k=function(e){return _.filter(function(t){return t.name===e})[0].color},a=ec,W?(M=i.axisBottom(x).ticks(I,a.format(F)).tickSizeInner([-b]),A=i.axisLeft(w)):(M=i.axisBottom(x),A=i.axisLeft(w).ticks(z,a.format(F))),E||((o=(E=h.select(this).append("svg").classed("britechart bar-chart",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(P.left+Y,", ").concat(P.top,")"))).append("g").classed("grid-lines-group",!0),o.append("g").classed("chart-group",!0),o.append("g").classed("x-axis-group axis",!0).append("g").classed("x-axis-label",!0),o.append("g").attr("transform","translate(".concat(-1*Y,", 0)")).classed("y-axis-group axis",!0).append("g").classed("y-axis-label",!0),o.append("g").classed("metadata-group",!0)),E.attr("width",N).attr("height",O),!S&&D&&(S=E.select(".metadata-group").append("linearGradient").attr("id",R).attr("x1","0%").attr("y1","0%").attr("x2","100%").attr("y2","100%").attr("gradientUnits","userSpaceOnUse").selectAll("stop").data([{offset:"0%",color:D[0]},{offset:"50%",color:D[1]}]).enter().append("stop").attr("offset",function(e){return e.offset}).attr("stop-color",function(e){return e.color})),E.select(".grid-lines-group").selectAll("line").remove(),W?(E.select(".grid-lines-group").selectAll("line.vertical-grid-line").data(x.ticks(I).slice(1)).enter().append("line").attr("class","vertical-grid-line").attr("y1",0).attr("y2",b).attr("x1",function(e){return x(e)}).attr("x2",function(e){return x(e)}),E.select(".grid-lines-group").selectAll("line.extended-y-line").data([0]).enter().append("line").attr("class","extended-y-line").attr("y1",0).attr("y2",b).attr("x1",0).attr("x2",0)):(E.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(w.ticks(z).slice(1)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",0).attr("x2",y).attr("y1",function(e){return w(e)}).attr("y2",function(e){return w(e)}),E.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",0).attr("x2",y).attr("y1",b).attr("y2",b)),E.select(".x-axis-group.axis").attr("transform","translate(0, ".concat(b,")")).call(M),E.select(".y-axis-group.axis").call(A),E.selectAll(".y-axis-group .tick text").call(eb,P.left-Y),ea&&(ei&&ei.remove(),ei=E.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-b/2).attr("y",eo).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(ea)),en&&(et&&et.remove(),et=E.select(".x-axis-label").append("text").attr("y",er).attr("text-anchor","middle").classed("x-axis-label-text",!0).attr("x",y/2).text(en)),X?(G=E.select(".chart-group").selectAll(".bar").data(n),W?ex(G):ew(G),G=E.select(".chart-group").selectAll(".bar").data(e),W?((l=G).enter().append("rect").classed("bar",!0).attr("x",0).attr("y",b).attr("height",w.bandwidth()).attr("width",function(e){var t=e.value;return x(t)}).on("mouseover",function(e,t){e_(this,e,t,y,b)}).on("mousemove",function(e,t){ek(this,e,t,y,b)}).on("mouseout",function(e,t){eS(this,e,t,y,b)}).on("click",function(e,t){eM(this,e,t,y)}),l.attr("x",0).attr("y",function(e){var t=e.name;return w(t)}).attr("height",w.bandwidth()).attr("fill",function(e){return ey(e.name)}).transition().duration(800).delay(Z).ease(K).attr("width",function(e){var t=e.value;return x(t)})):(c=G).enter().append("rect").classed("bar",!0).attr("x",y).attr("y",function(e){var t=e.value;return w(t)}).attr("width",x.bandwidth()).attr("height",function(e){var t=e.value;return b-w(t)}).on("mouseover",function(e,t){e_(this,e,t,y,b)}).on("mousemove",function(e,t){ek(this,e,t,y,b)}).on("mouseout",function(e,t){eS(this,e,t,y,b)}).on("click",function(e,t){eM(this,e,t,y)}).merge(c).attr("x",function(e){var t=e.name;return x(t)}).attr("width",x.bandwidth()).attr("fill",function(e){return ey(e.name)}).transition().duration(800).delay(Z).ease(K).attr("y",function(e){var t=e.value;return w(t)}).attr("height",function(e){var t=e.value;return b-w(t)}),G.exit().transition().style("opacity",0).remove()):(G=E.select(".chart-group").selectAll(".bar").data(e),W?ex(G):ew(G),G.exit().remove()),H&&(d=ec,f=W?ef:em,p=W?ep:eg,C&&E.selectAll(".percentage-label-group").remove(),(C=E.select(".metadata-group").append("g").classed("percentage-label-group",!0).selectAll("text").data(e.reverse()).enter().append("text")).classed("percentage-label",!0).attr("x",f).attr("y",p).text(function(e){var t=e.value;return d.format(U)(t)}).attr("font-size",V+"px"))})}function ey(e){return D?"url(#".concat(R,")"):k(e)}function eb(e,t){d.wrapTextWithEllipses(e,t,0,1)}function ex(e){e.enter().append("rect").classed("bar",!0).attr("y",b).attr("x",0).attr("height",w.bandwidth()).attr("width",function(e){var t=e.value;return x(t)}).on("mouseover",function(e,t){e_(this,e,t,y,b)}).on("mousemove",function(e,t){ek(this,e,t,y,b)}).on("mouseout",function(e,t){eS(this,e,t,y,b)}).on("click",function(e,t){eM(this,e,t,y)}).merge(e).attr("x",0).attr("y",function(e){var t=e.name;return w(t)}).attr("height",w.bandwidth()).attr("width",function(e){var t=e.value;return x(t)}).attr("fill",function(e){return ey(e.name)})}function ew(e){e.enter().append("rect").classed("bar",!0).attr("x",y).attr("y",function(e){var t=e.value;return w(t)}).attr("width",x.bandwidth()).attr("height",function(e){var t=e.value;return b-w(t)}).on("mouseover",function(e,t){e_(this,e,t,y,b)}).on("mousemove",function(e,t){ek(this,e,t,y,b)}).on("mouseout",function(e,t){eS(this,e,t,y,b)}).on("click",function(e,t){eM(this,e,t,y)}).merge(e).attr("x",function(e){var t=e.name;return x(t)}).attr("y",function(e){var t=e.value;return w(t)}).attr("width",x.bandwidth()).attr("height",function(e){var t=e.value;return b-w(t)}).attr("fill",function(e){return ey(e.name)})}function e_(e,t,n,r,i){eu.call("customMouseOver",e,n,h.pointer(t,e),[r,i]),Q=Q||function(){},G?Q(h.select(e)):E.selectAll(".bar").nodes().forEach(function(t){t!==e&&Q(h.select(t))})}function ek(e,t,n,r,i){eu.call("customMouseMove",e,n,h.pointer(t,e),[r,i])}function eS(e,t,n,r,i){eu.call("customMouseOut",e,n,h.pointer(t,e),[r,i]),E.selectAll(".bar").each(function(){h.select(this).attr("fill",function(e){return ey(e.name)})})}function eM(e,t,n,r){eu.call("customClick",e,t,h.pointer(t,e),[n,r])}return ev.chartGradient=function(e){return arguments.length?(D=e,this):D},ev.betweenBarsPadding=function(e){return arguments.length?(q=e,this):q},ev.colorSchema=function(e){return arguments.length?(j=e,this):j},ev.enableLabels=function(e){return arguments.length?(H=e,this):H},ev.exportChart=function(e,t){f.call(ev,E,e,t)},ev.hasPercentage=function(e){return arguments.length?(F=e?"%":",f",this):"%"===F},ev.hasSingleBarHighlight=function(e){return arguments.length?(G=e,this):G},ev.height=function(e){return arguments.length?(O=e,this):O},ev.highlightBarFunction=function(e){return arguments.length?(Q=e,this):Q},ev.isAnimated=function(e){return arguments.length?(X=e,this):X},ev.isHorizontal=function(e){return arguments.length?(W=e,this):W},ev.labelsMargin=function(e){return arguments.length?($=e,this):$},ev.labelsNumberFormat=function(e){return arguments.length?(U=e,this):U},ev.labelsSize=function(e){return arguments.length?(V=e,this):V},ev.loadingState=function(e){return arguments.length?(L=e,this):L},ev.margin=function(e){return arguments.length?(P=o(o({},P),e),this):P},ev.nameLabel=function(e){return arguments.length?(ee=e,this):ee},ev.numberFormat=function(e){return arguments.length?(F=e,this):F},ev.on=function(){var e=eu.on.apply(eu,arguments);return e===eu?ev:e},ev.percentageAxisToMaxRatio=function(e){return arguments.length?(B=e,this):B},ev.shouldReverseColorList=function(e){return arguments.length?(es=e,this):es},ev.orderingFunction=function(e){return arguments.length?(T=e,this):T},ev.valueLabel=function(e){return arguments.length?(J=e,this):J},ev.width=function(e){return arguments.length?(N=e,this):N},ev.xAxisLabel=function(e){return arguments.length?(en=e,this):en},ev.xAxisLabelOffset=function(e){return arguments.length?(er=e,this):er},ev.xTicks=function(e){return arguments.length?(I=e,this):I},ev.yAxisLabel=function(e){return arguments.length?(ea=e,this):ea},ev.yAxisLabelOffset=function(e){return arguments.length?(eo=e,this):eo},ev.yAxisPaddingBetweenChart=function(e){return arguments.length?(Y=e,this):Y},ev.yTicks=function(e){return arguments.length?(z=e,this):z},ev.locale=function(e){return arguments.length?(el=e,this):el},ev}}).call(t,n,t,e))||(e.exports=r)},747:(e,t,n)=>{"use strict";function r(){return[]}function i(e){return null==e?r:function(){return this.querySelectorAll(e)}}n.d(t,{A:()=>i})},846:(e,t,n)=>{"use strict";function r(e,t){let n;if(void 0===t)for(let t of e)null!=t&&(n=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n=i)&&(n=i)}return n}n.d(t,{A:()=>r})},871:(e,t,n)=>{"use strict";function r(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function i(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}n.d(t,{A:()=>r,X:()=>i})},1089:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r={value:()=>{}};function i(){for(var e,t=0,n=arguments.length,r={};t=0&&(t=e.slice(n+1),e=e.slice(0,n)),e&&!r.hasOwnProperty(e))throw Error("unknown type: "+e);return{type:e,name:t}}),a=-1,s=i.length;if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw Error("invalid callback: "+t);for(;++a0)for(var n,r,i=Array(n),a=0;a{"use strict";n.d(t,{Fq:()=>s,JJ:()=>a,MP:()=>c,Nm:()=>o,Pv:()=>l,Tt:()=>r,rR:()=>i});let r=1e3,i=6e4,a=36e5,o=864e5,s=6048e5,l=2592e6,c=31536e6},1180:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:te?1:t>=e?0:NaN}n.d(t,{A:()=>r})},1197:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,Ik:()=>c,uL:()=>u});var r=n(6957),i=n(6160),a=n(9804),o=n(4709);let s=function e(t){var n=(0,o.uN)(t);function i(e,t){var i=n((e=(0,r.Qh)(e)).r,(t=(0,r.Qh)(t)).r),a=n(e.g,t.g),s=n(e.b,t.b),l=(0,o.Ay)(e.opacity,t.opacity);return function(t){return e.r=i(t),e.g=a(t),e.b=s(t),e.opacity=l(t),e+""}}return i.gamma=e,i}(1);function l(e){return function(t){var n,i,a=t.length,o=Array(a),s=Array(a),l=Array(a);for(n=0;n{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||l(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||l(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[])).map(function(e){return et(e)}).filter(function(e,t,n){return n.indexOf(e)==t}),N=Array.from(t.group(h,J),function(e){var n=s(e,2),r=n[0],i=n[1],a={};return i.forEach(function(e){e&&e[Z]&&(a[e[Z]]=ee(e))}),a.values=i,p({},{total:t.sum(t.permute(a,C)),key:r},a)}),u=t.max(T.map(ee)),q?(e=d.scaleLinear().domain([0,u]).rangeRound([0,A-1]),b=d.scaleBand().domain(T.map(J)).rangeRound([E,0]).padding(.1),x=d.scaleBand().domain(T.map(et)).rangeRound([b.bandwidth(),0]).padding(.1)):(e=d.scaleBand().domain(T.map(J)).rangeRound([0,A]).padding(.1),n=d.scaleBand().domain(T.map(et)).rangeRound([0,e.bandwidth()]).padding(.1),b=d.scaleLinear().domain([0,u]).rangeRound([E,0]).nice()),k=(_=d.scaleOrdinal().range(U).domain(T.map(et))).domain(T.map(J)).domain().reduce(function(e,t){return T.forEach(function(n){J(n)==t&&(e[n.name]=_(n.group),e[n.group]=_(n.group),e[n.group+t]=_(n.group))}),e},{}),S=N.map(function(e){var t={};return C.forEach(function(n){t[n]=e[n]}),p({},e,t)}),M||((m=(M=f.select(this).append("svg").classed("britechart grouped-bar",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(D.left,",").concat(D.top,")"))).append("g").classed("x-axis-group",!0).append("g").classed("x axis",!0),m.selectAll(".x-axis-group").append("g").classed("month-axis",!0),m.append("g").classed("y-axis-group axis",!0),m.append("g").classed("y-axis-label",!0),m.append("g").classed("grid-lines-group",!0),m.append("g").classed("chart-group",!0),m.append("g").classed("metadata-group",!0)),M.attr("width",R).attr("height",z),o=q?e:b,M.select(".grid-lines-group").selectAll("line").remove(),("horizontal"===G||"full"===G)&&M.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(o.ticks(H).slice(1)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",1).attr("x2",A).attr("y1",function(e){return b(e)}).attr("y2",function(e){return b(e)}),"vertical"!==G&&"full"!==G||M.select(".grid-lines-group").selectAll("line.vertical-grid-line").data(o.ticks($).slice(1)).enter().append("line").attr("class","vertical-grid-line").attr("y1",0).attr("y2",E).attr("x1",function(t){return e(t)}).attr("x2",function(t){return e(t)}),q?M.select(".grid-lines-group").selectAll("line.extended-y-line").data([0]).enter().append("line").attr("class","extended-y-line").attr("y1",0).attr("y2",E).attr("x1",0).attr("x2",0):M.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",0).attr("x2",A).attr("y1",E).attr("y2",E),q?(y=r.axisBottom(e).ticks($,Q),w=r.axisLeft(b)):(y=r.axisBottom(e),w=r.axisLeft(b).ticks(H,Q)),q?(M.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(E," )")).call(y),M.select(".y-axis-group.axis").attr("transform","translate( ".concat(-0,", 0)")).call(w)):(M.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(E," )")).call(y),M.select(".y-axis-group.axis").attr("transform","translate( ".concat(-0,", 0)")).call(w).call(ea)),O&&(L&&M.selectAll(".y-axis-label-text").remove(),L=M.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-E/2).attr("y",W).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(O)),P&&M.selectAll(".layer").remove(),v=M.select(".chart-group").selectAll(".layer"),j=t.range(20,20*(S.length+1),20),q?(g=(P=v.data(S).enter().append("g").attr("transform",function(e){var t=e.key;return"translate(0,".concat(b(t),")")}).classed("layer",!0)).selectAll(".bar").data(function(e){return e.values}).enter().append("rect").classed("bar",!0).attr("x",1).attr("y",function(e){return x(et(e))}).attr("height",x.bandwidth()).attr("fill",function(e){return k[e.group]}),en?g.style("opacity",.24).transition().delay(function(e,t){return j[t]}).duration(1e3).ease(V).tween("attr.width",ec):g.attr("width",function(t){return e(ee(t))})):(I=(P=v.data(S).enter().append("g").attr("transform",function(t){var n=t.key;return"translate(".concat(e(n),",0)")}).classed("layer",!0)).selectAll(".bar").data(function(e){return e.values}).enter().append("rect").classed("bar",!0).attr("x",function(e){return n(et(e))}).attr("y",function(e){var t=e.value;return b(t)}).attr("width",n.bandwidth).attr("fill",function(e){return k[e.group]}),en?I.style("opacity",.24).transition().delay(function(e,t){return j[t]}).duration(1e3).ease(V).tween("attr.height",eu):I.attr("height",function(e){return E-b(ee(e))})),v.exit().transition().style("opacity",0).remove(),R>Y&&M.on("mouseover",function(e){er.call("customMouseOver",this,e,f.pointer(e,this))}).on("mouseout",function(e){M.select(".metadata-group").attr("transform","translate(9999, 0)"),er.call("customMouseOut",this,e,f.pointer(e,this))}).on("mousemove",function(t){var r,i,a,o,l,c,u,h;c=(l=s(eo(this,t),2))[0],u=l[1],(h=q?el(u):es(c))&&(q?(r=c-D.left,i=b(h.key)+b.bandwidth()/2):(r=e(h.key)+n(h[Z]),i=u-D.bottom),a=r,o=i,M.select(".metadata-group").attr("transform","translate(".concat(a,",").concat(o,")")),er.call("customMouseMove",this,h,k,r,i))}).on("click",function(e){var t,n,r,i;n=(t=s(eo(this,e),2))[0],r=t[1],i=q?el(r):es(n),er.call("customClick",this,i,f.pointer(e,this))}),M.selectAll(".bar").on("mouseover",function(e,t){f.select(this).attr("fill",function(){return i.color(k[t.group]).darker()})}).on("mouseout",function(e,t){f.select(this).attr("fill",function(){return k[t.group]})})})}function ea(e){e.selectAll(".tick text").attr("transform","translate(".concat(F.x,", ").concat(F.y,")"))}function eo(e,t){return f.pointer(t,e)}function es(t){var r=t-D.left,i=n.bandwidth(),a=[];return S.forEach(function(t){var o=t.values.find(function(t){return Math.abs(r>=e(t[X])+n(t[Z]))&&Math.abs(r-n(t[Z])-e(t[X])<=i)});o&&(o.values=t.values,o.key=o.name,a.push(o))}),a.length?a[0]:void 0}function el(e){var t=e-D.bottom,n=b.bandwidth(),r=[];return S.map(function(e){var i=e.values.find(function(e){return Math.abs(t>=b(e[X]))&&Math.abs(t-b(e[X])<=2*n)});i&&(i.values=e.values,i.key=i.name,r.push(i))}),r.length?r[0]:void 0}function ec(t){var n=f.select(this),r=h.interpolateRound(0,e(ee(t))),i=h.interpolateNumber(0,1);return function(e){n.attr("width",r(e)).style("opacity",i(e))}}function eu(e){var t=f.select(this),n=h.interpolateRound(0,E-b(ee(e))),r=h.interpolateRound(E,b(ee(e))),i=h.interpolateNumber(0,1);return function(e){t.attr("y",r(e)).attr("height",n(e)).style("opacity",i(e))}}return ei.aspectRatio=function(e){return arguments.length?(B=e,this):B},ei.colorSchema=function(e){return arguments.length?(U=e,this):U},ei.exportChart=function(e,t){m.call(ei,M,e,t)},ei.groupLabel=function(e){return arguments.length?(Z=e,this):Z},ei.grid=function(e){return arguments.length?(G=e,this):G},ei.height=function(e){return arguments.length?(B&&(R=Math.ceil(e/B)),z=e,this):z},ei.isHorizontal=function(e){return arguments.length?(q=e,this):q},ei.isAnimated=function(e){return arguments.length?(en=e,this):en},ei.loadingState=function(e){return arguments.length?(I=e,this):I},ei.margin=function(e){return arguments.length?(D=o(o({},D),e),this):D},ei.nameLabel=function(e){return arguments.length?(X=e,this):X},ei.yTicks=function(e){return arguments.length?(H=e,this):H},ei.on=function(){var e=er.on.apply(er,arguments);return e===er?ei:e},ei.tooltipThreshold=function(e){return arguments.length?(Y=e,this):Y},ei.valueLabel=function(e){return arguments.length?(K=e,this):K},ei.valueLabelFormat=function(e){return arguments.length?(Q=e,this):Q},ei.width=function(e){return arguments.length?(B&&(z=Math.ceil(e*B)),R=e,this):R},ei.xTicks=function(e){return arguments.length?($=e,this):$},ei.yAxisLabel=function(e){return arguments.length?(O=e,this):O},ei.yAxisLabelOffset=function(e){return arguments.length?(W=e,this):W},ei.yTickTextOffset=function(e){return arguments.length?(F=e,this):F},ei}}).call(t,n,t,e))||(e.exports=r)},1631:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,S:()=>a});var r=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function i(e){var t;if(!(t=r.exec(e)))throw Error("invalid format: "+e);return new a({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function a(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}i.prototype=a.prototype,a.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}},1706:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Delaunay:()=>A,Voronoi:()=>w});let r=(3+8881784197001252e-31)*11102230246251565e-32;function i(e,t,n,r,i){let a,o,s,l,c=t[0],u=r[0],h=0,d=0;u>c==u>-c?(a=c,c=t[++h]):(a=u,u=r[++d]);let f=0;if(hc==u>-c?(o=c+a,s=a-(o-c),c=t[++h]):(o=u+a,s=a-(o-u),u=r[++d]),a=o,0!==s&&(i[f++]=s);hc==u>-c?(l=(o=a+c)-a,s=a-(o-l)+(c-l),c=t[++h]):(l=(o=a+u)-a,s=a-(o-l)+(u-l),u=r[++d]),a=o,0!==s&&(i[f++]=s);for(;h=33306690738754716e-32*g?m:-function(e,t,n,a,h,d,f){let p,m,g,v,y,b,x,w,_,k,S,M,A,E,T,C,P,N,O=e-h,L=n-h,j=t-d,D=a-d;E=O*D,x=(b=0x8000001*O)-(b-O),w=O-x,_=(b=0x8000001*D)-(b-D),T=w*(k=D-_)-(E-x*_-w*_-x*k),C=j*L,x=(b=0x8000001*j)-(b-j),w=j-x,_=(b=0x8000001*L)-(b-L),S=T-(P=w*(k=L-_)-(C-x*_-w*_-x*k)),y=T-S,o[0]=T-(S+y)+(y-P),y=(M=E+S)-E,S=(A=E-(M-y)+(S-y))-C,y=A-S,o[1]=A-(S+y)+(y-C),y=(N=M+S)-M,o[2]=M-(N-y)+(S-y),o[3]=N;let R=function(e){let t=e[0];for(let n=1;n<4;n++)t+=e[n];return t}(o),z=22204460492503146e-32*f;if(R>=z||-R>=z||(y=e-O,p=e-(O+y)+(y-h),y=n-L,g=n-(L+y)+(y-h),y=t-j,m=t-(j+y)+(y-d),y=a-D,v=a-(D+y)+(y-d),0===p&&0===m&&0===g&&0===v)||(z=11093356479670487e-47*f+r*Math.abs(R),(R+=O*v+D*p-(j*g+L*m))>=z||-R>=z))return R;E=p*D,x=(b=0x8000001*p)-(b-p),w=p-x,_=(b=0x8000001*D)-(b-D),T=w*(k=D-_)-(E-x*_-w*_-x*k),C=m*L,x=(b=0x8000001*m)-(b-m),w=m-x,_=(b=0x8000001*L)-(b-L),S=T-(P=w*(k=L-_)-(C-x*_-w*_-x*k)),y=T-S,u[0]=T-(S+y)+(y-P),y=(M=E+S)-E,S=(A=E-(M-y)+(S-y))-C,y=A-S,u[1]=A-(S+y)+(y-C),y=(N=M+S)-M,u[2]=M-(N-y)+(S-y),u[3]=N;let I=i(4,o,4,u,s);E=O*v,x=(b=0x8000001*O)-(b-O),w=O-x,_=(b=0x8000001*v)-(b-v),T=w*(k=v-_)-(E-x*_-w*_-x*k),C=j*g,x=(b=0x8000001*j)-(b-j),w=j-x,_=(b=0x8000001*g)-(b-g),S=T-(P=w*(k=g-_)-(C-x*_-w*_-x*k)),y=T-S,u[0]=T-(S+y)+(y-P),y=(M=E+S)-E,S=(A=E-(M-y)+(S-y))-C,y=A-S,u[1]=A-(S+y)+(y-C),y=(N=M+S)-M,u[2]=M-(N-y)+(S-y),u[3]=N;let B=i(I,s,4,u,l);E=p*v,x=(b=0x8000001*p)-(b-p),w=p-x,_=(b=0x8000001*v)-(b-v),T=w*(k=v-_)-(E-x*_-w*_-x*k),C=m*g,x=(b=0x8000001*m)-(b-m),w=m-x,_=(b=0x8000001*g)-(b-g),S=T-(P=w*(k=g-_)-(C-x*_-w*_-x*k)),y=T-S,u[0]=T-(S+y)+(y-P),y=(M=E+S)-E,S=(A=E-(M-y)+(S-y))-C,y=A-S,u[1]=A-(S+y)+(y-C),y=(N=M+S)-M,u[2]=M-(N-y)+(S-y),u[3]=N;let F=i(B,l,4,u,c);return c[F-1]}(e,t,n,a,h,d,g)}a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(8),a(8),a(8),a(4),a(8),a(8),a(8),a(12),a(192),a(192),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(8),a(8),a(8),a(8),a(8),a(8),a(8),a(8),a(8),a(4),a(4),a(4),a(8),a(16),a(16),a(16),a(32),a(32),a(48),a(64),a(1152),a(1152),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(4),a(24),a(24),a(24),a(24),a(24),a(24),a(24),a(24),a(24),a(24),a(1152),a(1152),a(1152),a(1152),a(1152),a(2304),a(2304),a(3456),a(5760),a(8),a(8),a(8),a(16),a(24),a(48),a(48),a(96),a(192),a(384),a(384),a(384),a(768),a(96),a(96),a(96),a(1152);let d=new Uint32Array(512);class f{static from(e,t=v,n=y){let r=e.length,i=new Float64Array(2*r);for(let a=0;a>1;if(t>0&&"number"!=typeof e[0])throw Error("Expected coords to contain numbers.");this.coords=e;const n=Math.max(2*t-5,0);this._triangles=new Uint32Array(3*n),this._halfedges=new Int32Array(3*n),this._hashSize=Math.ceil(Math.sqrt(t)),this._hullPrev=new Uint32Array(t),this._hullNext=new Uint32Array(t),this._hullTri=new Uint32Array(t),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(t),this._dists=new Float64Array(t),this.update()}update(){var e,t,n,r;let i,a,o,s,l,c,u,d,f,g,{coords:v,_hullPrev:y,_hullNext:b,_hullTri:x,_hullHash:w}=this,_=v.length>>1,k=1/0,S=1/0,M=-1/0,A=-1/0;for(let e=0;e<_;e++){let t=v[2*e],n=v[2*e+1];tM&&(M=t),n>A&&(A=n),this._ids[e]=e}let E=(k+M)/2,T=(S+A)/2;for(let e=0,t=1/0;e<_;e++){let n=p(E,T,v[2*e],v[2*e+1]);n0&&(a=e,t=n)}let N=v[2*a],O=v[2*a+1],L=1/0;for(let e=0;e<_;e++){if(e===i||e===a)continue;let t=function(e,t,n,r,i,a){let o=n-e,s=r-t,l=i-e,c=a-t,u=o*o+s*s,h=l*l+c*c,d=.5/(o*c-s*l),f=(c*u-s*h)*d,p=(o*h-l*u)*d;return f*f+p*p}(C,P,N,O,v[2*e],v[2*e+1]);tr&&(e[t++]=i,r=a)}return this.hull=e.subarray(0,t),this.triangles=new Uint32Array(0),void(this.halfedges=new Uint32Array(0))}if(0>h(C,P,N,O,j,D)){let e=a,t=N,n=O;a=o,N=j,O=D,o=e,j=t,D=n}let R=(e=N,t=O,n=j,r=D,s=e-C,l=t-P,c=n-C,u=r-P,d=s*s+l*l,f=c*c+u*u,g=.5/(s*u-l*c),{x:C+(u*d-l*f)*g,y:P+(s*f-c*d)*g});this._cx=R.x,this._cy=R.y;for(let e=0;e<_;e++)this._dists[e]=p(v[2*e],v[2*e+1],R.x,R.y);m(this._ids,this._dists,0,_-1),this._hullStart=i;let z=3;b[i]=y[o]=a,b[a]=y[i]=o,b[o]=y[a]=i,x[i]=0,x[a]=1,x[o]=2,w.fill(-1),w[this._hashKey(C,P)]=i,w[this._hashKey(N,O)]=a,w[this._hashKey(j,D)]=o,this.trianglesLen=0,this._addTriangle(i,a,o,-1,-1,-1);for(let e,t,n=0;n0&&2220446049250313e-31>=Math.abs(s-e)&&2220446049250313e-31>=Math.abs(l-t)||(e=s,t=l,r===i||r===a||r===o))continue;let c=0;for(let e=0,t=this._hashKey(s,l);e=0;)if((d=u)===c){d=-1;break}if(-1===d)continue;let f=this._addTriangle(d,r,b[d],-1,-1,x[d]);x[r]=this._legalize(f+2),x[d]=f,z++;let p=b[d];for(;u=b[p],0>h(s,l,v[2*p],v[2*p+1],v[2*u],v[2*u+1]);)f=this._addTriangle(p,r,u,x[r],-1,x[p]),x[r]=this._legalize(f+2),b[p]=p,z--,p=u;if(d===c)for(;0>h(s,l,v[2*(u=y[d])],v[2*u+1],v[2*d],v[2*d+1]);)f=this._addTriangle(u,r,d,-1,x[d],x[u]),this._legalize(f+2),x[u]=f,b[d]=d,z--,d=u;this._hullStart=y[r]=d,b[d]=y[p]=r,b[r]=p,w[this._hashKey(s,l)]=r,w[this._hashKey(v[2*d],v[2*d+1])]=d}this.hull=new Uint32Array(z);for(let e=0,t=this._hullStart;e0?3-i:1+i)/4*this._hashSize))%this._hashSize}_legalize(e){let{_triangles:t,_halfedges:n,coords:r}=this,i=0,a=0;for(;;){let o=n[e],s=e-e%3;if(a=s+(e+2)%3,-1===o){if(0===i)break;e=d[--i];continue}let l=o-o%3,c=s+(e+1)%3,u=l+(o+2)%3,h=t[a],f=t[e],p=t[c],m=t[u];if(function(e,t,n,r,i,a,o,s){let l=e-o,c=t-s,u=n-o,h=r-s,d=i-o,f=a-s,p=u*u+h*h,m=d*d+f*f;return l*(h*m-p*f)-c*(u*m-p*d)+(l*l+c*c)*(u*f-h*d)<0}(r[2*h],r[2*h+1],r[2*f],r[2*f+1],r[2*p],r[2*p+1],r[2*m],r[2*m+1])){t[e]=m,t[o]=h;let r=n[u];if(-1===r){let t=this._hullStart;do{if(this._hullTri[t]===u){this._hullTri[t]=e;break}t=this._hullPrev[t]}while(t!==this._hullStart)}this._link(e,r),this._link(o,n[a]),this._link(a,u);let s=l+(o+1)%3;i=n&&t[e[o]]>a;)e[o+1]=e[o--];e[o+1]=r}else{let i=n+1,a=r;g(e,n+r>>1,i),t[e[n]]>t[e[r]]&&g(e,n,r),t[e[i]]>t[e[r]]&&g(e,i,r),t[e[n]]>t[e[i]]&&g(e,n,i);let o=e[i],s=t[o];for(;;){do i++;while(t[e[i]]s);if(a=a-n?(m(e,t,i,r),m(e,t,n,a-1)):(m(e,t,n,a-1),m(e,t,i,r))}}function g(e,t,n){let r=e[t];e[t]=e[n],e[n]=r}function v(e){return e[0]}function y(e){return e[1]}class b{constructor(){this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(e,t){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(e,t){this._+=`L${this._x1=+e},${this._y1=+t}`}arc(e,t,n){let r=(e*=1)+(n*=1),i=t*=1;if(n<0)throw Error("negative radius");null===this._x1?this._+=`M${r},${i}`:(Math.abs(this._x1-r)>1e-6||Math.abs(this._y1-i)>1e-6)&&(this._+="L"+r+","+i),n&&(this._+=`A${n},${n},0,1,1,${e-n},${t}A${n},${n},0,1,1,${this._x1=r},${this._y1=i}`)}rect(e,t,n,r){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${+n}v${+r}h${-n}Z`}value(){return this._||null}}class x{constructor(){this._=[]}moveTo(e,t){this._.push([e,t])}closePath(){this._.push(this._[0].slice())}lineTo(e,t){this._.push([e,t])}value(){return this._.length?this._:null}}class w{constructor(e,[t,n,r,i]=[0,0,960,500]){if(!((r*=1)>=(t*=1)&&(i*=1)>=(n*=1)))throw Error("invalid bounds");this.delaunay=e,this._circumcenters=new Float64Array(2*e.points.length),this.vectors=new Float64Array(2*e.points.length),this.xmax=r,this.xmin=t,this.ymax=i,this.ymin=n,this._init()}update(){return this.delaunay.update(),this._init(),this}_init(){let e,t,{delaunay:{points:n,hull:r,triangles:i},vectors:a}=this,o=this.circumcenters=this._circumcenters.subarray(0,i.length/3*2);for(let a,s,l=0,c=0,u=i.length;lMath.abs(k)){if(void 0===e){for(let i of(e=t=0,r))e+=n[2*i],t+=n[2*i+1];e/=r.length,t/=r.length}let i=1e9*Math.sign((e-f)*_-(t-p)*w);a=(f+v)/2-i*_,s=(p+y)/2+i*w}else{let e=1/k,t=b*b+x*x,n=w*w+_*_;a=f+(_*t-x*n)*e,s=p+(b*n-w*t)*e}o[c]=a,o[c+1]=s}let s,l,c,u=r[r.length-1],h=4*u,d=n[2*u],f=n[2*u+1];a.fill(0);for(let e=0;e1;)i-=2;for(let e=2;e0){if(t>=this.ymax)return null;(i=(this.ymax-t)/r)0){if(e>=this.xmax)return null;(i=(this.xmax-e)/n)this.xmax))|(tthis.ymax))}_simplify(e){if(e&&e.length>4){for(let t=0;t2&&function(e){let{triangles:t,coords:n}=e;for(let e=0;e1e-10)return!1}return!0}(e)){this.collinear=Int32Array.from({length:t.length/2},(e,t)=>t).sort((e,n)=>t[2*e]-t[2*n]||t[2*e+1]-t[2*n+1]);let e=this.collinear[0],i=this.collinear[this.collinear.length-1],a=[t[2*e],t[2*e+1],t[2*i],t[2*i+1]],o=1e-8*Math.hypot(a[3]-a[1],a[2]-a[0]);for(let e=0,i=t.length/2;e0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=a[0],s[a[0]]=1,2===a.length&&(s[a[1]]=0,this.triangles[1]=a[1],this.triangles[2]=a[1]))}voronoi(e){return new w(this,e)}*neighbors(e){let{inedges:t,hull:n,_hullIndex:r,halfedges:i,triangles:a,collinear:o}=this;if(o){let t=o.indexOf(e);return t>0&&(yield o[t-1]),void(t=0&&r!==n&&r!==i;)n=r;return r}_step(e,t,n){let{inedges:r,hull:i,_hullIndex:a,halfedges:o,triangles:s,points:l}=this;if(-1===r[e]||!l.length)return(e+1)%(l.length>>1);let c=e,u=k(t-l[2*e],2)+k(n-l[2*e+1],2),h=r[e],d=h;do{let r=s[d],h=k(t-l[2*r],2)+k(n-l[2*r+1],2);if(h{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e){return Math.max(0,-(0,r.A)(Math.abs(e)))}},1772:(e,t,n)=>{var r;function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n2&&void 0!==arguments[2]?arguments[2]:null,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,u=new Date(e[0].date),m=new Date(e[e.length-1].date)-u;s&&("u"typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,r,i,a,o=[],s=!0,l=!1;try{for(i=(t=t.call(e)).next;!(s=(n=i.call(t)).done)&&(o.push(n.value),2!==o.length);s=!0);}catch(e){l=!0,r=e}finally{try{if(!s&&null!=t.return&&(a=t.return(),Object(a)!==a))return}finally{if(l)throw r}}return o}}(y)||function(e){if(e){if("string"==typeof e)return i(e,2);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?i(e,2):void 0}}(y)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),x=b[0],w=b[1],_=p[o],k=(g=h(m),v=Math.ceil(n/70),g<5?t.timeDay:Math.min(g,v));return{minor:{format:s?d(s,x):f[x],tick:k},major:{format:s?d(s,w):f[w],tick:_}}}}}).call(t,n,t,e))||(e.exports=r)},1879:(e,t,n)=>{"use strict";n.r(t),n.d(t,{easeBack:()=>I,easeBackIn:()=>R,easeBackInOut:()=>I,easeBackOut:()=>z,easeBounce:()=>j,easeBounceIn:()=>L,easeBounceInOut:()=>D,easeBounceOut:()=>j,easeCircle:()=>_,easeCircleIn:()=>x,easeCircleInOut:()=>_,easeCircleOut:()=>w,easeCubic:()=>s.wq,easeCubicIn:()=>s.EY,easeCubicInOut:()=>s.wq,easeCubicOut:()=>s.Jx,easeElastic:()=>H,easeElasticIn:()=>F,easeElasticInOut:()=>$,easeElasticOut:()=>H,easeExp:()=>b,easeExpIn:()=>v,easeExpInOut:()=>b,easeExpOut:()=>y,easeLinear:()=>r,easePoly:()=>u,easePolyIn:()=>l,easePolyInOut:()=>u,easePolyOut:()=>c,easeQuad:()=>o,easeQuadIn:()=>i,easeQuadInOut:()=>o,easeQuadOut:()=>a,easeSin:()=>m,easeSinIn:()=>f,easeSinInOut:()=>m,easeSinOut:()=>p});let r=e=>+e;function i(e){return e*e}function a(e){return e*(2-e)}function o(e){return((e*=2)<=1?e*e:--e*(2-e)+1)/2}var s=n(2101),l=function e(t){function n(e){return Math.pow(e,t)}return t*=1,n.exponent=e,n}(3),c=function e(t){function n(e){return 1-Math.pow(1-e,t)}return t*=1,n.exponent=e,n}(3),u=function e(t){function n(e){return((e*=2)<=1?Math.pow(e,t):2-Math.pow(2-e,t))/2}return t*=1,n.exponent=e,n}(3),h=Math.PI,d=h/2;function f(e){return 1==+e?1:1-Math.cos(e*d)}function p(e){return Math.sin(e*d)}function m(e){return(1-Math.cos(h*e))/2}function g(e){return 1.0009775171065494*(Math.pow(2,-10*e)-9765625e-10)}function v(e){return g(1-e)}function y(e){return 1-g(e)}function b(e){return((e*=2)<=1?g(1-e):2-g(e-1))/2}function x(e){return 1-Math.sqrt(1-e*e)}function w(e){return Math.sqrt(1- --e*e)}function _(e){return((e*=2)<=1?1-Math.sqrt(1-e*e):Math.sqrt(1-(e-=2)*e)+1)/2}var k=4/11,S=6/11,M=8/11,A=3/4,E=9/11,T=10/11,C=15/16,P=21/22,N=63/64,O=1/(4/11)/(4/11);function L(e){return 1-j(1-e)}function j(e){return(e*=1){"use strict";n.d(t,{Ay:()=>u,Jj:()=>s,WD:()=>c,ah:()=>l});var r=n(2902),i=n(6037),a=n(3131);let o=(0,i.A)(r.A),s=o.right,l=o.left,c=(0,i.A)(a.A).center,u=s},2090:(e,t,n)=>{"use strict";n.r(t),n.d(t,{color:()=>r.Ay,cubehelix:()=>a.A,gray:()=>i.wm,hcl:()=>i.aq,hsl:()=>r.KI,lab:()=>i.Ay,lch:()=>i.s1,rgb:()=>r.Qh});var r=n(6957),i=n(9853),a=n(5653)},2101:(e,t,n)=>{"use strict";function r(e){return e*e*e}function i(e){return--e*e*e+1}function a(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}n.d(t,{EY:()=>r,Jx:()=>i,wq:()=>a})},2324:(e,t,n)=>{"use strict";function r(e){let t;for(;t=e.sourceEvent;)e=t;return e}n.d(t,{A:()=>r})},2440:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||c(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return u(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);nA?t-r-10:t}).attr("y",function(e){return _(eu(e))+16}).text(function(e){return eb(el(e))+U(ec(e))+"%"}),Z=z.enter().append("rect").classed("striped",!0).attr("x",1).attr("y",function(e){return _(eu(e))}).attr("height",_.bandwidth()).attr("fill","url(#diagonalHatch)"),g.enter().append("rect").classed("bg-hover",!0).on("click",function(e,t){ek(this,e)}).attr("x",-I.left).attr("y",function(e){return _(eu(e))}).attr("height",_.bandwidth()*C.length+4*C.length).attr("width",A+I.left).attr("fill",W).attr("fill-opacity",0).on("mouseover",eS).on("mouseout",eM),ed?($.style("opacity",.24).transition().delay(function(e,t){return D[t]}).duration(1e3).ease(K).tween("attr.width",eA),Q&&H.style("opacity",.24).transition().delay(function(e,t){return D[t]}).duration(1e3).ease(K).tween("attr.width",eE),Z.style("opacity",.24).transition().delay(function(e,t){return D[t]}).duration(1e3).ease(K).tween("attr.width",eA)):($.attr("width",function(e){return n(Q?eh(e):ec(e))}),Q&&H.attr("width",function(e){return n(es(e))}),Z.attr("width",function(e){return n(Q?eh(e):ec(e))})),ep.exit().transition().style("opacity",0).remove(),M.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(E," )")).call(x),M.select(".y-axis-group.axis").attr("transform","translate( ".concat(-0,", 0)")).call(k),M.selectAll(".y-axis-group.axis .tick").call(eT),M.selectAll(".y-axis-group.axis .tick text").on("mouseover",eS).on("mouseout",eM).call(ev,I.left-50).selectAll("tspan"),L&&(j&&M.selectAll(".y-axis-label-text").remove(),j=M.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-E/2).attr("y",ee).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(L)),function(){if(ef){var e=Number.parseInt(A)+Number.parseInt(I.right);R=M.selectAll(".legend-group").append("g").attr("transform","translate("+e+", -30)").classed("tooltip-text",!0).append("g").classed("tooltip-body",!0).style("transform","translateY(8px)").style("fill","#282C35"),l(new Set(T.map(function(e){return e.group}))).reverse().forEach(ey)}}(),B>J&&M.on("mouseover",function(e){em.call("customMouseOver",this,e,f.pointer(e,this)),eS.call(this,e)}).on("mouseout",function(e){M.select(".metadata-group").attr("transform","translate(9999, 0)"),em.call("customMouseOut",this,e,f.pointer(e,this))}).on("mousemove",function(e){var t,n,r,i,a,o,l;o=(a=s(ew(this,e),2))[0],(l=e_(a[1]))&&(r=t=o-I.left,i=n=w(l.key)+w.bandwidth()/2,M.select(".metadata-group").attr("transform","translate(".concat(r,",").concat(i,")")),em.call("customMouseMove",this,l,X,t,n))}).on("click",function(e){ek(this,e)}),M.selectAll(".row").on("mouseover",function(e,t){f.select(this).attr("fill",function(){return i.color(X[t.group]).darker()})}).on("mouseout",function(e,t){f.select(this).attr("fill",function(){return X[t.group]})})})}function ev(e,t){m.wrapTextWithEllipses(e,t,-10,2,.8)}function ey(e){z=R.append("text").classed("tooltip-left-text",!0).attr("dy","1em").attr("dx",0).attr("y",ep).style("fill","#000000").style("font-size","12px").text(e).call(ex,200,12,-25).node().getBBox().height,R.append("circle").classed("tooltip-circle",!0).attr("cx",-39.5).attr("cy",ep+10).attr("r",5).style("fill",X[e]).style("stroke-width",1),ep+=z+7}function eb(e){return e?e+" | ":""}function ex(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;e.each(function(){var i,a,o,s,l,c,u;for(i=(e=f.select(this)).text().split(/\s+/).reverse(),o=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",r).attr("y",l).attr("dy",c+"em");a=i.pop();)o.push(a),u.text(o.join(" ")),m.getTextWidth(o.join(" "),n,"Karla, sans-serif")>t&&(o.pop(),u.text(o.join(" ")),s<4&&(o=[a],u=e.append("tspan").attr("x",r).attr("y",l).attr("dy",1.2*++s+c+"em").text(a)))})}function ew(e,t){return f.pointer(t,e)}function e_(e){var t=e-I.bottom,n=w.bandwidth(),r=[];return S.map(function(e){var i=e.values.find(function(e){return Math.abs(t>=w(e[en]))&&Math.abs(t-w(e[en])<=2*n)});i&&(i.values=e.values,i.key=i.name,r.push(i))}),r.length?r[0]:void 0}function ek(e,t){var n=s(ew(e,t),2),r=(n[0],e_(n[1]));em.call("customClick",e,r,f.pointer(t,e))}function eS(t,n){var r=null;this&&(r=f.select(this.parentNode).attr("class").replace("layer layer-","")),"string"==typeof t&&(r=eC(t)),parseInt(r)>-1&&(f.select(e).select(".tick svg.visibility-"+r).attr("opacity",1),f.select(e).select("g .layer-"+r+" .bg-hover").attr("fill-opacity",.3))}function eM(t,n){var r=null;this&&(r=f.select(this.parentNode).attr("class").replace("layer layer-","")),"string"==typeof t&&(r=eC(t)),parseInt(r)>-1&&(f.select(e).select(".tick svg.visibility-"+r).attr("opacity",0),f.select(e).select("g .layer-"+r+" .bg-hover").attr("fill-opacity",0))}function eA(e){var t=f.select(this),r=h.interpolateNumber(0,1),i=Q?h.interpolateRound(0,n(eh(e))):h.interpolateRound(0,n(ec(e)));return function(e){t.attr("width",i(e)).style("opacity",r(e))}}function eE(e){var t=f.select(this),r=h.interpolateRound(0,n(es(e))),i=h.interpolateNumber(0,1);return function(e){t.attr("width",r(e)).style("opacity",i(e))}}function eT(e){e.each(function(){var t=(e=f.select(this)).node().getBBox().height/2,n=e.append("svg").attr("class",function(e){return"visibility visibility-"+eC(e)}).attr("x",-(I.left-5)).attr("y",-t).attr("width","300").attr("height","300").attr("viewBox","0 0 600 600").attr("fill","none").attr("opacity",0);n.append("rect").attr("x",-10).attr("y",-10).attr("height","50").attr("width","50").attr("fill",W).on("mouseover",eS).on("mouseout",eM).attr("opacity",0),n.append("path").attr("d","M 10,10 L 30,30 M 30,10 L 10,30").attr("stroke","#0072ce").attr("stroke-width","2").on("mouseover",eS).on("mouseout",eM)})}function eC(e){return P.indexOf(e)}return eg.aspectRatio=function(e){return arguments.length?($=e,this):$},eg.colorSchema=function(e){return arguments.length?(G=e,this):G},eg.exportChart=function(e,t){g.call(eg,M,e,t)},eg.groupLabel=function(e){return arguments.length?(ei=e,this):ei},eg.grid=function(e){return arguments.length?(et=e,this):et},eg.height=function(e){return arguments.length?($&&(B=Math.ceil(e/$)),F=e,this):F},eg.isHorizontal=function(e){return arguments.length?(Z=e,this):Z},eg.isPrintMode=function(e){return arguments.length?(ef=e,this):ef},eg.isStacked=function(e){return arguments.length?(Q=e,this):Q},eg.isAnimated=function(e){return arguments.length?(ed=e,this):ed},eg.loadingState=function(e){return arguments.length?(H=e,this):H},eg.margin=function(e){return arguments.length?(I=o(o({},I),e),this):I},eg.nameLabel=function(e){return arguments.length?(en=e,this):en},eg.yTicks=function(e){return arguments.length?(V=e,this):V},eg.on=function(){var e=em.on.apply(em,arguments);return e===em?eg:e},eg.percentageAxisToMaxRatio=function(e){return arguments.length?(Y=e,this):Y},eg.tooltipThreshold=function(e){return arguments.length?(J=e,this):J},eg.valueLabel=function(e){return arguments.length?(er=e,this):er},eg.valueLabelFormat=function(e){return arguments.length?(ea=e,this):ea},eg.width=function(e){return arguments.length?($&&(F=Math.ceil(e*$)),B=e,this):B},eg.xTicks=function(e){return arguments.length?(q=e,this):q},eg.yAxisLabel=function(e){return arguments.length?(L=e,this):L},eg.yAxisLabelOffset=function(e){return arguments.length?(ee=e,this):ee},eg.yTickTextOffset=function(e){return arguments.length?(U=e,this):U},eg}}).call(t,n,t,e))||(e.exports=r)},2472:(e,t,n)=>{"use strict";n.r(t),n.d(t,{timeDay:()=>l.UA,timeDays:()=>l.NT,timeFriday:()=>c.TU,timeFridays:()=>c.SQ,timeHour:()=>s.Ag,timeHours:()=>s.L6,timeInterval:()=>r.f,timeMillisecond:()=>i.y,timeMilliseconds:()=>i.R,timeMinute:()=>o.wX,timeMinutes:()=>o.rn,timeMonday:()=>c.AB,timeMondays:()=>c.h8,timeMonth:()=>u.Ui,timeMonths:()=>u.Bz,timeSaturday:()=>c.rG,timeSaturdays:()=>c._M,timeSecond:()=>a.R,timeSeconds:()=>a.Y,timeSunday:()=>c.YP,timeSundays:()=>c.vD,timeThursday:()=>c.Mo,timeThursdays:()=>c.HU,timeTickInterval:()=>d.yE,timeTicks:()=>d.Cf,timeTuesday:()=>c.PG,timeTuesdays:()=>c.OK,timeWednesday:()=>c.Gu,timeWednesdays:()=>c.Dr,timeWeek:()=>c.YP,timeWeeks:()=>c.vD,timeYear:()=>h.he,timeYears:()=>h.Yo,unixDay:()=>l.TW,unixDays:()=>l.yE,utcDay:()=>l.dA,utcDays:()=>l.ou,utcFriday:()=>c.a1,utcFridays:()=>c.Zn,utcHour:()=>s.pz,utcHours:()=>s.iA,utcMillisecond:()=>i.y,utcMilliseconds:()=>i.R,utcMinute:()=>o.vD,utcMinutes:()=>o.Y4,utcMonday:()=>c.rt,utcMondays:()=>c.ON,utcMonth:()=>u.R6,utcMonths:()=>u.oi,utcSaturday:()=>c.c8,utcSaturdays:()=>c.Xo,utcSecond:()=>a.R,utcSeconds:()=>a.Y,utcSunday:()=>c.Hl,utcSundays:()=>c.aZ,utcThursday:()=>c.pT,utcThursdays:()=>c.wr,utcTickInterval:()=>d.lk,utcTicks:()=>d.$Z,utcTuesday:()=>c.sr,utcTuesdays:()=>c.jN,utcWednesday:()=>c.z2,utcWednesdays:()=>c.G6,utcWeek:()=>c.Hl,utcWeeks:()=>c.aZ,utcYear:()=>h.Mb,utcYears:()=>h.jH});var r=n(7591),i=n(2613),a=n(5030),o=n(3298),s=n(4612),l=n(5334),c=n(8926),u=n(5878),h=n(4355),d=n(526)},2613:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,y:()=>i});var r=n(7591);let i=(0,r.f)(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);i.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?(0,r.f)(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):i:null;let a=i.range},2683:(e,t,n)=>{var r;void 0===(r=(function(e){n(9062);var t="highlight-filter";return{bounceCircleHighlight:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2*n;e.transition().ease(t).duration(100).attr("r",r).transition().ease(t).delay(50).duration(100).attr("r",n)},createFilterContainer:function(e){return e.append("defs").append("filter").attr("id",t)},createGausianBlur:function(e){return e.append("feGaussianBlur").attr("stdDeviation",1).attr("result","coloredBlur"),t},createWhiteGlow:function(e){e.attr("x","-5000%").attr("y","-5000%").attr("width","10000%").attr("height","10000%"),e.append("feFlood").attr("result","flood").attr("flood-color","#ffffff").attr("flood-opacity","1"),e.append("feComposite").attr("result","mask").attr("in2","SourceGraphic").attr("operator","in").attr("in","flood"),e.append("feMorphology").attr("result","dilated").attr("operator","dilate").attr("radius","2").attr("in","mask"),e.append("feGaussianBlur").attr("result","blurred").attr("stdDeviation","5").attr("in","dilated");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","blurred"),n.append("feMergeNode").attr("in","SourceGraphic"),t},createGlow:function(e){e.attr("x","-30%").attr("y","-30%").attr("width","160%").attr("height","160%"),e.append("feGaussianBlur").attr("stdDeviation","0.9 0.9").attr("result","glow");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","glow"),n.append("feMergeNode").attr("in","glow"),n.append("feMergeNode").attr("in","glow"),t},createGlowWithMatrix:function(e){e.attr("x","-500%").attr("y","-500%").attr("width","1800%").attr("height","1800%"),e.append("feColorMatrix").attr("type","matrix").attr("values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"),e.append("feGaussianBlur").attr("stdDeviation","1").attr("result","coloredBlur").attr("in","SourceGraphic");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","coloredBlur"),n.append("feMergeNode").attr("in","SourceGraphic"),t}}}).call(t,n,t,e))||(e.exports=r)},2719:(e,t,n)=>{var r;void 0===(r=(function(e){"use strict";var t=n(9326).colorSchemas,r=(n(3456),n(204)),i="u">typeof window&&window.btoa;i||(i=n(5914).encode);var a={styleClass:"britechartStyle",defaultFilename:"britechart.png",chartBackground:"#ffffff",imageSourceBase:"data:image/svg+xml;base64,",titleFontSize:"36px",titleFontFamily:"'Source Sans 3 Variable', sans-serif",titleTopOffset:25,titleLeftOffset:10,get styleBackgroundString(){return"")}};function o(e,t){if(e){e.attr("version",1.1).attr("xmlns","http://www.w3.org/2000/svg");var n,i=r.initializeSerializer()(e.node());return n=i,(i=u.call(this,i=navigator.userAgent.search("FireFox")>-1?n.replace(/url.*"\)/,'url("linearGradient[id*="-gradient-"]");'):n,t,parseInt(e.attr("width"),10))).replace(">",">".concat(a.styleBackgroundString))}}function s(e){var t=new Image;return t.src="".concat(a.imageSourceBase).concat(i(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,function(e,t){return String.fromCharCode("0x"+t)}))),t}function l(e,t){return t.getContext("2d").drawImage(e,0,0),t}function c(e,t,n){n.preventDefault(),function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.defaultFilename,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"image/png",r=e.toDataURL(n),i=document.createElement("a");i.href=r,i.download=t,document.body.appendChild(i),i.click(),document.body.removeChild(i)}(l(this,e),t)}function u(e,n,r){if(!n||!r)return e;var i=t.grey;return e.replace(/ ').concat(n," {"use strict";function r(e){return e}function i(e){return"translate("+e+",0)"}function a(e){return"translate(0,"+e+")"}function o(){return!this.__axis}function s(e,t){var n=[],s=null,l=null,c=6,u=6,h=3,d="u">typeof window&&window.devicePixelRatio>1?0:.5,f=1===e||4===e?-1:1,p=4===e||2===e?"x":"y",m=1===e||3===e?i:a;function g(i){var a=null==s?t.ticks?t.ticks.apply(t,n):t.domain():s,g=null==l?t.tickFormat?t.tickFormat.apply(t,n):r:l,v=Math.max(c,0)+h,y=t.range(),b=+y[0]+d,x=+y[y.length-1]+d,w=(t.bandwidth?function(e,t){return t=Math.max(0,e.bandwidth()-2*t)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}:function(e){return t=>+e(t)})(t.copy(),d),_=i.selection?i.selection():i,k=_.selectAll(".domain").data([null]),S=_.selectAll(".tick").data(a,t).order(),M=S.exit(),A=S.enter().append("g").attr("class","tick"),E=S.select("line"),T=S.select("text");k=k.merge(k.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(A),E=E.merge(A.append("line").attr("stroke","currentColor").attr(p+"2",f*c)),T=T.merge(A.append("text").attr("fill","currentColor").attr(p,f*v).attr("dy",1===e?"0em":3===e?"0.71em":"0.32em")),i!==_&&(k=k.transition(i),S=S.transition(i),E=E.transition(i),T=T.transition(i),M=M.transition(i).attr("opacity",1e-6).attr("transform",function(e){return isFinite(e=w(e))?m(e+d):this.getAttribute("transform")}),A.attr("opacity",1e-6).attr("transform",function(e){var t=this.parentNode.__axis;return m((t&&isFinite(t=t(e))?t:w(e))+d)})),M.remove(),k.attr("d",4===e||2===e?u?"M"+f*u+","+b+"H"+d+"V"+x+"H"+f*u:"M"+d+","+b+"V"+x:u?"M"+b+","+f*u+"V"+d+"H"+x+"V"+f*u:"M"+b+","+d+"H"+x),S.attr("opacity",1).attr("transform",function(e){return m(w(e)+d)}),E.attr(p+"2",f*c),T.attr(p,f*v).text(g),_.filter(o).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",2===e?"start":4===e?"end":"middle"),_.each(function(){this.__axis=w})}return g.scale=function(e){return arguments.length?(t=e,g):t},g.ticks=function(){return n=Array.from(arguments),g},g.tickArguments=function(e){return arguments.length?(n=null==e?[]:Array.from(e),g):n.slice()},g.tickValues=function(e){return arguments.length?(s=null==e?null:Array.from(e),g):s&&s.slice()},g.tickFormat=function(e){return arguments.length?(l=e,g):l},g.tickSize=function(e){return arguments.length?(c=u=+e,g):c},g.tickSizeInner=function(e){return arguments.length?(c=+e,g):c},g.tickSizeOuter=function(e){return arguments.length?(u=+e,g):u},g.tickPadding=function(e){return arguments.length?(h=+e,g):h},g.offset=function(e){return arguments.length?(d=+e,g):d},g}function l(e){return s(1,e)}function c(e){return s(2,e)}function u(e){return s(3,e)}function h(e){return s(4,e)}n.r(t),n.d(t,{axisBottom:()=>u,axisLeft:()=>h,axisRight:()=>c,axisTop:()=>l})},2902:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:et?1:e>=t?0:NaN}n.d(t,{A:()=>r})},3104:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(8503);function i(e,t){void 0===t&&(t=e,e=r.A);for(var n=0,i=t.length-1,a=t[0],o=Array(i<0?0:i);n{"use strict";n.d(t,{A:()=>r});let r=e=>()=>e},3131:(e,t,n)=>{"use strict";function r(e){return null===e?NaN:+e}function*i(e,t){if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(yield t);else{let n=-1;for(let r of e)null!=(r=t(r,++n,e))&&(r*=1)>=r&&(yield r)}}n.d(t,{A:()=>r,n:()=>i})},3298:(e,t,n)=>{"use strict";n.d(t,{Y4:()=>l,rn:()=>o,vD:()=>s,wX:()=>a});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getMinutes()),o=a.range,s=(0,r.f)(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getUTCMinutes()),l=s.range},3456:(e,t,n)=>{var r;void 0===(r=(function(){var e=n(6303),t=n(2472);return{axisTimeCombinations:{MINUTE_HOUR:"minute-hour",HOUR_DAY:"hour-daymonth",DAY_MONTH:"day-month",MONTH_YEAR:"month-year",CUSTOM:"custom"},curveMap:{linear:e.curveLinear,basis:e.curveBasis,cardinal:e.curveCardinal,catmullRom:e.curveCatmullRom,monotoneX:e.curveMonotoneX,monotoneY:e.curveMonotoneY,natural:e.curveNatural,step:e.curveStep,stepAfter:e.curveStepAfter,stepBefore:e.curveStepBefore},emptyDonutData:[{quantity:1,percentage:100}],timeBenchmarks:{ONE_AND_A_HALF_YEARS:47304e6,ONE_YEAR:0x757b12d6d,ONE_DAY:0x5265c01},lineGradientId:"lineGradientId",timeIntervals:{timeMillisecond:t.timeMillisecond,utcMillisecond:t.utcMillisecond,timeSecond:t.timeSecond,utcSecond:t.utcSecond,timeMinute:t.timeMinute,utcMinute:t.utcMinute,timeHour:t.timeHour,utcHour:t.utcHour,timeDay:t.timeDay,utcDay:t.utcDay,timeWeek:t.timeWeek,utcWeek:t.utcWeek,timeSunday:t.timeSunday,utcSunday:t.utcSunday,timeMonday:t.timeMonday,utcMonday:t.utcMonday,timeTuesday:t.timeTuesday,utcTuesday:t.utcTuesday,timeWednesday:t.timeWednesday,utcWednesday:t.utcWednesday,timeThursday:t.timeThursday,utcThursday:t.utcThursday,timeFriday:t.timeFriday,utcFriday:t.utcFriday,timeSaturday:t.timeSaturday,utcSaturday:t.utcSaturday,timeMonth:t.timeMonth,utcMonth:t.utcMonth,timeYear:t.timeYear,utcYear:t.utcYear},FORMAT_LOCALE_URL:"https://cdn.jsdelivr.net/npm/d3-format/locale"}}).call(t,n,t,e))||(e.exports=r)},3578:(e,t,n)=>{function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i,a=["dates"];function o(e){return function(e){if(Array.isArray(e))return h(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||u(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function l(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||u(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(e,t){if(e){if("string"==typeof e)return h(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(e,t):void 0}}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);nen&&($||($=e.select(".metadata-group").append("rect").attr("class","overlay").attr("y1",0).attr("y2",J).attr("height",k).attr("width",x).attr("fill","rgba(0, 0, 0, 0)").style("display","none")),U||(V=(U=e.select(".metadata-group").append("g").attr("class","hover-marker vertical-marker-container").attr("transform","translate(9999, 0)")).selectAll("path").data([{x1:0,y1:0,x2:0,y2:0}]).enter().append("line").classed("vertical-marker",!0).attr("x1",0).attr("y1",k).attr("x2",0).attr("y2",0)),e.on("mouseover",function(e){$.style("display","block"),V.classed("bc-is-active",!0),eO.call("customMouseOver",this,e,f.pointer(e,this))}).on("mouseout",function(e){$.style("display","none"),V.classed("bc-is-active",!1),eO.call("customMouseOut",this,e,f.pointer(e,this))}).on("mousemove",function(e){var t,n,r,i,a;r=(n=c(f.pointer(e,this),2))[0],i=n[1],(a=eI(r+-Z.left))&&(eH(t=E(new Date(a.date))),eF(a),eO.call("customMouseMove",this,a,R,t,i))})),ec&&(e.select(".chart-group").selectAll(".data-points-container").remove(),w=n.nodes().reduce(function(e,t){return e[t.id]=t,e},{}),F.reduce(function(e,t){var n=t.topics.map(function(e){return{topic:e,node:w[e.name]}});return[].concat(o(e),o(n))},[])),e.on("touchmove",function(e){eO.call("customTouchMove",this,e,f.pointer(e,this))}),ed&&(T=eI(x))&&(eH(E(new Date(T.date))),eF(T))})}function ej(e){e.selectAll(".tick text").attr("transform","translate(0, -7)")}function eD(e){var t;return t=P(e)?T:C,q&&(t=u.format(q)),t(e)}function eR(e){return new Date(e).toLocaleDateString()}function ez(e){var t,n,r,i;n=e.topicName,r=e.sum.toLocaleString(),i=G.append("text").classed("tooltip-left-text",!0).attr("dy","1em").attr("x",-15).attr("y",eA).style("fill",eT).style("font-size","12px").text(n).call(eB,200,12,-25),t=G.append("text").classed("tooltip-right-text",!0).attr("dy","1em").attr("x",-15).attr("y",eA).style("fill",eT).style("font-size","12px").text(r),K=i.node().getBBox().height,Y=t.node().getBBox().width?t.node().getBBox().width:Y,t.attr("x",300-Y-75),G.append("circle").classed("tooltip-circle",!0).attr("cx",-35).attr("cy",eA+8).attr("r",5).style("fill",R[e.topic]).style("stroke-width",1),eA+=K+7}function eI(e){var n=E.invert(e),r=(0,t.bisector(eC).left)(F,n,1),i=F[r],a=F[r-1];return a&&i?new Date(n).getTime()-new Date(i.date).getTime()>new Date(a.date).getTime()-new Date(n).getTime()?i:a:i}function eB(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;e.each(function(){var i,a,o,s,l,c,u;for(i=(e=f.select(this)).text().split(/\s+/).reverse(),o=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",r).attr("y",l).attr("dy",c+"em");a=i.pop();)o.push(a),u.text(o.join(" ")),m.getTextWidth(o.join(" "),n,"Karla, sans-serif")>t&&(o.pop(),u.text(o.join(" ")),s<4&&(o=[a],u=e.append("tspan").attr("x",r).attr("y",l).attr("dy",1.2*++s+c+"em").text(a)))})}function eF(t){U.selectAll(".circle-container").remove();var r=n.nodes().reduce(function(e,t){return e[t.id]=t,e},{}),i=B.filter(function(e){return!e.show}).map(function(e){return e.topicName}),a=t.topics.map(function(e){return{topic:e,node:r[e.name]}}).filter(function(e){return!!e.topic}).sort(function(e,t){return R[e.topic.name]s.x+r;){var c=(a+o)/2;if(e<(s=t.getPointAtLength(c)).x?o=c:a=c,100<(l+=1))break}return eM[i]=s.y,eM[i]}(E(new Date(t.topics[r].date)),s,n.name);o.attr("transform","translate( ".concat(-12,", ").concat(l," )"))})}function eH(e){U.attr("transform","translate(".concat(e,",0)"))}return eL.aspectRatio=function(e){return arguments.length?(et=e,this):et},eL.xAxisLabel=function(e){return arguments.length?(ey=e,this):ey},eL.yAxisLabel=function(e){return arguments.length?(ex=e,this):ex},eL.colorSchema=function(e){return arguments.length?(er=e,this):er},eL.dateLabel=function(e){return arguments.length?(em=e,this):em},eL.xAxisFormat=function(e){return arguments.length?(eo=e,this):eo},eL.xAxisCustomFormat=function(e){return arguments.length?(el=e,this):el},eL.xTicks=function(e){return arguments.length?(es=e,this):es},eL.grid=function(e){return arguments.length?(eS=e,this):eS},eL.height=function(e){return arguments.length?(et&&(Q=Math.ceil(e/et)),J=e,this):J},eL.initializeVerticalMarker=function(e){return arguments.length?(ed=e,this):ed},eL.isAnimated=function(e){return arguments.length?(eu=e,this):eu},eL.isPrintMode=function(e){return arguments.length?(eh=e,this):eh},eL.loadingState=function(e){return arguments.length?(ee=e,this):ee},eL.margin=function(e){return arguments.length?(Z=l(l({},Z),e),this):Z},eL.numberFormat=function(e){return arguments.length?(q=e,this):q},eL.lineCurve=function(e){return arguments.length?(ep=e,this):ep},eL.shouldShowAllDataPoints=function(e){return arguments.length?(ec=e,this):ec},eL.tooltipThreshold=function(e){return arguments.length?(en=e,this):en},eL.topicLabel=function(e){return arguments.length?(ev=e,this):ev},eL.valueLabel=function(e){return arguments.length?(eg=e,this):eg},eL.yAxisLabelPadding=function(e){return arguments.length?(e_=e,this):e_},eL.yTicks=function(e){return arguments.length?(ek=e,this):ek},eL.width=function(e){return arguments.length?(et&&(J=Math.ceil(e*et)),Q=e,this):Q},eL.locale=function(e){return arguments.length?(z=e,this):z},eL.exportChart=function(t,n){g.call(eL,e,t,n)},eL.on=function(){var e=eO.on.apply(eO,arguments);return e===eO?eL:e},eL.axisTimeCombinations=w,eL}}).call(t,n,t,e))||(e.exports=i)},3659:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return l(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?l(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n0?"+":"")+u.format(H)(t)+"%"},ev=function(e){var t=e.parentCount,n=e.value;return t?x(t)+F:x(n)+F},ey=function(e){var t=e.name;return w(t)+3/8*U};function eb(i){i.each(function(i){var o,l,c,u,p,m,g,O,j,I=C.left+C.right;y=P>600?P-I-1.2*K-100:P-I,b=N-C.top-C.bottom;var B,F,H,$,U=(F=(B=i.reduce(function(e,t){return t.name=String(t[eu]),t.pctOfSet=+t.pctOfSet,t.pctChange=+t[eh],t.value=+t[el],t.width=+t.width,[].concat(s(e),[t])},[])).slice(),{data:B,dataZeroed:F});n=U.data,v=U.dataZeroed,E=function(e,n){var r=e.length,i=t.sum(e,n),a=e_(e),o=(b-(r-1)*W*b/r-2*X*b/r)/i;if(0===a.length)return o;var s=h.scalePow().exponent(1/a.length).domain([0,100]).range([0,10*a.length])(r);return o-(ed?2*s:s)}(n,ex),p=ew(c=n,ex,u=E),m=c.length,o=e_(c),l=[],o.forEach(function(e){var t=c.map(function(t,n){return t.name===e||t.parent===e?n:null}).filter(function(e){return e});l.push(t)}),T=function(e,n){var r=W*b/m,i=X*b/m+t.sum(c.slice(0,n),ex)*u+n*r+p(n)/2;return l.forEach(function(e){e[0]>1&&n>=e[0]&&(i+=ed?20:G),n>e[e.length-1]&&(i+=ed?20:G)}),i+C.top},ew(n,ex,E),g=Math.min(R*r.max(n,em)),x=h.scaleLinear().domain([0,g]).rangeRound([0,y]),O=n.map(T),w=h.scaleOrdinal().domain(n.map(ep)).range(O),_=n.map(function(e){return e}).map(function(e,t){return{name:e.name,color:L[t%L.length]}}),k=function(e){return _.filter(function(t){return t.name===e})[0].color},S=a.axisBottom(x).ticks(D,z).tickSizeInner([-b]),M=a.axisLeft(w),e=this,A||((A=d.select(this).append("svg").classed("britechart row-chart",!0)).append("rect").classed("export-wrapper",!0).attr("width",P).attr("height",N).attr("fill","white"),(j=A.append("g").classed("container-group",!0).attr("transform","translate(".concat(C.left+K,", ").concat(C.top,")"))).append("g").classed("chart-group",!0),j.append("g").classed("title-group",!0),j.append("g").classed("x-axis-group axis",!0),j.append("g").attr("transform","translate(".concat(-1*K,", 0)")).classed("y-axis-group axis",!0),j.append("g").classed("metadata-group",!0)),A.attr("width",P).attr("height",N),function(){if(n&&n[0]){var e=n[0].parentCount?x(n[0].parentCount):1;e=e>0?e:1;var t=n[0].parentCount;if(A.select(".title-group").selectAll("g").remove(),A.select(".title-group").selectAll("text").remove(),ei&&t){for(var r="".concat(ei," ").concat(t.toLocaleString()),i=f.getTextWidth(r,V,"sans-serif"),a=ed?100:40,o=C.left+e-a,s=!1;i>o;)ei=ei.slice(0,-1),s=!0,r="".concat(ei,"... ").concat(t.toLocaleString()),i=f.getTextWidth(r,V,"sans-serif");var l=A.select(".title-group").append("text").text(null).attr("y",10);ei=s?ei+"...":ei;var c=l.append("tspan").text(ei).attr("font-size",V);l.append("tspan").text(t.toLocaleString()).classed("count",!0).attr("dx",5).attr("font-size",V).attr("font-weight",600);var u=e-(c.node().getBoundingClientRect().width+10)-5;l.attr("x",u)}if(eo){var h=eo.toLocaleString(),d=ea+" "+h,p=f.getTextWidth(d,V,"Karla, sans-serif"),m=A.select(".title-group").append("text").text(null).attr("x",y-p-15).attr("y",10);m.append("tspan").text(ea).attr("font-size",V),m.append("tspan").text(h).classed("count",!0).attr("dx",5).attr("font-size",V).attr("font-weight",600);var g=y-m.node().getBoundingClientRect().width-10;m.attr("x",g)}es&&P>600&&A.select(".title-group").append("text").text("Change in past ".concat(es)).attr("font-size",V).attr("x",y+5).attr("y",10)}}(),Q?(eT($=A.select(".chart-group").selectAll(".row").data(v)),n&&n[0]&&n[0].parentCount&&A.select(".chart-group").append("line").classed("focus-separator",!0).attr("y1",-10).attr("x1",x(n[0].parentCount)).attr("y2",b+C.top+C.bottom).attr("x2",x(n[0].parentCount)).style("stroke",q).style("stroke-width",1),A.select(".chart-group").append("line").classed("pct-separator",!0).attr("y1",-10).attr("x1",y).attr("y2",b).attr("x2",y).style("stroke","#000").style("stroke-width",1),($=A.select(".chart-group").selectAll(".row rect.pct").data(n)).attr("x",0).attr("y",function(e,t){return w(e.name)-E*e.width/2}).attr("height",function(e){return E*e.width}).attr("fill",function(e){return k(e.name)}).attr("width",0).transition().duration(800).ease(J).attr("width",function(e){var t=e.value;return x(t)})):eT($=A.select(".chart-group").selectAll("rect").data(n)),$.exit().transition().style("opacity",0).remove(),H=C.left,A.select(".x-axis-group.axis").attr("transform","translate(0, ".concat(b,")")).call(S),A.select(".y-axis-group.axis").call(M),ed||(A.selectAll(".y-axis-group.axis .tick").call(eA),H=C.left-K-30),A.selectAll(".y-axis-group.axis .tick text").classed("child",function(e){return n.find(function(t){return t.name===e}).parent}).classed("print-mode",ed).on("mouseover",eC).on("mouseout",eP).call(eM,H).selectAll("tspan").attr("font-size",eS),A.selectAll(".y-axis-group.axis .tick text").classed("hidden",function(e){return n.find(function(t){return t.name===e}).splitterText}),ed||A.selectAll(".y-axis-group.axis .tick").classed("expandable",function(e){return n.find(function(t){return t.name===e}).hasChildren}).call(eE),function(){var e=Number(A.selectAll(".row-wrapper").size())-1,t=A.select(".row_"+e).select(".bg-hover");if(t._groups[0]&&t._groups[0][0]){var n=Number(t.attr("y"))+Number(t.attr("height"))+40;A.select("line.pct-separator").attr("y2",n),A.select(".export-wrapper").attr("height",n),A.attr("height",n)}}()})}function ex(e){return+e.width}function ew(e,t,n){return function(r){return t(e[r])*n}}function e_(e){return s(new Set(e.filter(function(e){return e.parent&&!1===e.isParent}).map(function(e){return e.parent})))}function ek(e){return n.find(function(t){return(t.name===e.name||t.name===e)&&t.isParent})}function eS(e){var t=ek(e);return"".concat(t?U:V,"px")}function eM(e,t){if(ec){var n=Z>1?.8:1.2;f.wrapTextWithEllipses(e,t,0,Z,n)}}function eA(e){e.each(function(){var t=(e=d.select(this)).node().getBBox().height/2,r=e.append("svg").attr("class",function(e){return n.find(function(t){return t.name===e}).splitterText?"hidden":"visibility visibility-"+eN(e)}).attr("x",30-C.left).attr("y",-t).attr("width","300").attr("height","300").attr("viewBox","0 0 600 600").attr("fill","none").attr("opacity",0);r.append("rect").attr("x",-10).attr("y",-10).attr("height","50").attr("width","50").attr("fill",et).on("mouseover",eC).on("mouseout",eP),r.append("path").attr("d","M 10,10 L 30,30 M 30,10 L 10,30").attr("stroke","#0072ce").attr("stroke-width","2")})}function eE(e){e.each(function(){d.select(this).selectAll("polygon").remove(),(e=d.select(this)).append("polygon").attr("transform",function(e){return n.find(function(t){return t.parent===e})?"translate(".concat(K-5,", 2.5) rotate(180)"):"translate(".concat(K-15,", -2.5)")}).attr("points",function(e){return"0,0 10,0 5,5"}).style("fill",function(e){return"#0072ce"}).style("fill-opacity",function(e){return+!!n.find(function(t){return t.name===e&&t.hasChildren})})})}function eT(e){var t=e.enter().append("g").attr("class",function(e,t){return"row_".concat(t," row-wrapper")}),n=t.filter(function(e){return e.splitterText});t.append("rect").attr("class","bg").on("click",function(e,t){eO(this,e,t,y,b)}).attr("x",0).attr("y",function(e,t){return w(e.name)-E*e.width/2}).attr("height",function(e){return E*e.width}).attr("width",y).attr("fill",function(e){return e.splitterText?"#fff":ee}),t.append("rect").attr("class","bg-hover").attr("x",-C.left).attr("y",function(e,t){return w(e.name)-E*e.width/2}).attr("width",P).attr("height",function(e){return E*e.width}).on("mouseover",eC).on("mouseout",eP).attr("fill-opacity",0).attr("fill",function(e){return e.splitterText?"#fff":et}),t.append("rect").attr("class","focus-bar").attr("x",0).attr("y",function(e,t){return w(e.name)-E*e.width/2}).attr("height",function(e){return E*e.width}).attr("width",function(e){var t=e.parentCount;return t?x(t):0}).attr("fill",q).attr("fill-opacity",function(e){return e.parent?.5:1}),t.append("rect").attr("class","pct").on("mouseover",function(e,t){var n,r;n=y,r=b,t.splitterText||(ef.call("customMouseOver",this,t,d.pointer(e,this),[n,r]),eC(),d.select(this).attr("fill",function(e){var t=e.name;return t?l.color(k(t)).darker():""}))}).on("mousemove",function(e,t){var n,r;n=y,r=b,t.splitterText||ef.call("customMouseMove",this,t,d.pointer(e,this),[n,r])}).on("mouseout",function(e,t){var n,r;n=y,r=b,t.splitterText||(ef.call("customMouseOut",this,t,d.pointer(e,this),[n,r]),eP(),A.selectAll(".pct").attr("fill",function(e){var t=e.name;return t?k(t):""}))}).on("click",function(e,t){eO(this,e,t,y,b)}).attr("x",0).attr("y",function(e,t){return w(e.name)-E*e.width/2}).attr("height",function(e){return E*e.width}).attr("width",function(e){var t=e.value;return x(t)}).attr("fill",function(e){return k(e.name)}).attr("fill-opacity",function(e){return e.parent?.5:1});var r=d.select(".chart-group .bg");if(I&&r.node()){var i=r.node().getBBox().x||r.node().getBoundingClientRect().width;t.append("text").attr("class","percentage-label").classed("child",function(e){return!ek(e)}).attr("x",ev).attr("y",ey).text(function(e){return function(e,t){var n=e.isNotFilter,r=e.pctOfSet,i=e.parent,a=e.value,o=e.isParent;if(!e.splitterText){var s="";if(n)return"";r&&!i&&P>600&&(s=" | "+r+"%"),1===Number(a)&&($=$.replace(/s$/,""));var l=u.format(H)(a)+" "+$+s,c=o?U:V,h=f.getTextWidth(l,c,"sans-serif")+10,d=x(a);return h>d&&h>t-d?u.format(H)(a):l}}(e,i)}).attr("font-size",eS).attr("fill",function(e,n){var r=x(e.value),a=t.selectAll("text")._groups[n][0].getComputedTextLength()+10;return i>0&&i-r0&&i-r600){var o=t.append("g").attr("transform","translate(".concat(y+10,", 0)")).attr("class","change-label-group");o.append("text").attr("y",ey).attr("font-size",eS).attr("font-weight","600").style("fill",function(e){return 0===e.pctChange||isNaN(e.pctChange)?"#919395":e.pctChange>0?er:en}).text(eg),o.append("polygon").attr("transform",function(e){var t=ey(e);return ek(e)?e.pctChange<0?"translate(65, ".concat(t+5,") rotate(180) scale(1.5)"):"translate(50, ".concat(t-15,") scale(1.5)"):e.pctChange<0?"translate(50, ".concat(t+5,") rotate(180)"):"translate(40, ".concat(t-10,")")}).attr("points",function(e){return"2,8 2,13 8,13 8,8 10,8 5,0 0,8"}).style("fill",function(e){return e.pctChange>0?er:en}).attr("class",function(e){return e.pctChange<0?"down":"up"}).attr("fill-opacity",function(e){var t=e.pctChange;return isNaN(t)||0===t?0:1})}}function eC(t,n){var r;n&&n.splitterText||(n&&("string"==typeof n.name||"string"==typeof n)&&(r=n.name?eN(n.name):eN(n)),"number"!=typeof r||r<0||(d.select(e).select(".tick svg.visibility-"+r).attr("opacity",1),d.select(e).select("g.row_"+r+" .bg-hover").attr("fill-opacity",1)))}function eP(t,n){var r;n&&n.splitterText||(n&&("string"==typeof n.name||"string"==typeof n)&&(r=n.name?eN(n.name):eN(n)),"number"!=typeof r||r<0||(d.select(e).select(".tick svg.visibility-"+r).attr("opacity",0),d.select(e).select("g.row_"+r+" .bg-hover").attr("fill-opacity",0)))}function eN(e){return n.findIndex(function(t){return t.name===e})}function eO(e,t,n,r,i){ef.call("customClick",e,n,d.pointer(t,e),[r,i])}return eb.backgroundColor=function(e){return arguments.length?(ee=e,this):ee},eb.upArrowColor=function(e){return arguments.length?(er=e,this):er},eb.downArrowColor=function(e){return arguments.length?(en=e,this):en},eb.colorSchema=function(e){return arguments.length?(L=e,this):L},eb.enableLabels=function(e){return arguments.length?(I=e,this):I},eb.enableYAxisRight=function(e){return arguments.length?(B=e,this):B},eb.exportChart=function(e,t){p.call(eb,A,e,t)},eb.height=function(e){return arguments.length?(N=e,this):N},eb.isAnimated=function(e){return arguments.length?(Q=e,this):Q},eb.labelsMargin=function(e){return arguments.length?(F=e,this):F},eb.labelsNumberFormat=function(e){return arguments.length?(H=e,this):H},eb.labelsSuffix=function(e){return arguments.length?($=e,this):$},eb.labelsSize=function(e){return arguments.length?(U=e,this):U},eb.labelsSizeChild=function(e){return arguments.length?(V=e,this):V},eb.pctChangeLabelSize=function(e){return arguments.length?(Y=e,this):Y},eb.loadingState=function(e){return arguments.length?(O=e,this):O},eb.margin=function(e){return arguments.length?(C=o(o({},C),e),this):C},eb.nameLabel=function(e){return arguments.length?(eu=e,this):eu},eb.numberFormat=function(e){return arguments.length?(z=e,this):z},eb.on=function(){var e=ef.on.apply(ef,arguments);return e===ef?eb:e},eb.percentageAxisToMaxRatio=function(e){return arguments.length?(R=e,this):R},eb.isPrintMode=function(e){return arguments.length?(ed=e,this):ed},eb.outerPadding=function(e){return arguments.length?(X=e,this):X},eb.padding=function(e){return arguments.length?(W=e,this):W},eb.paddingBetweenGroups=function(e){return arguments.length?(G=e,this):G},eb.pctChangeLabel=function(e){return arguments.length?(eh=e,this):eh},eb.yAxisLineWrapLimit=function(e){return arguments.length?(Z=e,this):Z},eb.labelsFocusTitle=function(e){return arguments.length?(ei=e,this):ei},eb.labelsTotalCount=function(e){return arguments.length?(eo=e,this):eo},eb.labelsTotalText=function(e){return arguments.length?(ea=e,this):ea},eb.labelsInterval=function(e){return arguments.length?(es=e,this):es},eb.valueLabel=function(e){return arguments.length?(el=e,this):el},eb.width=function(e){return arguments.length?(P=e,this):P},eb.xTicks=function(e){return arguments.length?(D=e,this):D},eb.yAxisPaddingBetweenChart=function(e){return arguments.length?(K=e,this):K},eb.yTicks=function(e){return arguments.length?(j=e,this):j},eb.wrapLabels=function(e){return arguments.length?(ec=e,this):ec},eb}}).call(t,n,t,e))||(e.exports=r)},3663:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(7268),i=n(7947);function a(e){var t=(0,r.A)(e);return(t.local?function(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}:function(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===i.g&&t.documentElement.namespaceURI===i.g?t.createElement(e):t.createElementNS(n,e)}})(t)}},3683:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,j:()=>a});var r=n(6747);function i(e,t,n){return arguments.length>1?this.each((null==t?function(e){return function(){this.style.removeProperty(e)}}:"function"==typeof t?function(e,t,n){return function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}:function(e,t,n){return function(){this.style.setProperty(e,t,n)}})(e,t,null==n?"":n)):a(this.node(),e)}function a(e,t){return e.style.getPropertyValue(t)||(0,r.A)(e).getComputedStyle(e,null).getPropertyValue(t)}},3705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,DC:()=>i,GY:()=>s,T6:()=>a,aL:()=>o});var r,i,a,o,s,l=n(4398);function c(e){return i=(r=(0,l.A)(e)).format,a=r.parse,o=r.utcFormat,s=r.utcParse,r}c({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]})},3842:(e,t,n)=>{"use strict";n.r(t),n.d(t,{active:()=>K,interrupt:()=>C,transition:()=>Y});var r,i,a=n(6452),o=n(1089),s=0,l=0,c=0,u=0,h=0,d=0,f="object"==typeof performance&&performance.now?performance:Date,p="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function m(){return h||(p(g),h=f.now()+d)}function g(){h=0}function v(){this._call=this._time=this._next=null}function y(e,t,n){var r=new v;return r.restart(e,t,n),r}function b(){h=(u=f.now())+d,s=l=0;try{m(),++s;for(var e,t=r;t;)(e=h-t._time)>=0&&t._call.call(void 0,e),t=t._next;--s}finally{s=0,function(){for(var e,t,n=r,a=1/0;n;)n._call?(a>n._time&&(a=n._time),e=n,n=n._next):(t=n._next,n._next=null,n=e?e._next=t:r=t);i=e,w(a)}(),h=0}}function x(){var e=f.now(),t=e-u;t>1e3&&(d-=t,u=e)}function w(e){s||(l&&(l=clearTimeout(l)),e-h>24?(e<1/0&&(l=setTimeout(b,e-f.now()-d)),c&&(c=clearInterval(c))):(c||(u=f.now(),c=setInterval(x,1e3)),s=1,p(b)))}function _(e,t,n){var r=new v;return t=null==t?0:+t,r.restart(n=>{r.stop(),e(n+t)},t,n),r}v.prototype=y.prototype={constructor:v,restart:function(e,t,n){if("function"!=typeof e)throw TypeError("callback is not a function");n=(null==n?m():+n)+(null==t?0:+t),this._next||i===this||(i?i._next=this:r=this,i=this),this._call=e,this._time=n,w()},stop:function(){this._call&&(this._call=null,this._time=1/0,w())}};var k=(0,o.A)("start","end","cancel","interrupt"),S=[];function M(e,t,n,r,i,a){var o=e.__transition;if(o){if(n in o)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function a(l){var c,u,h,d;if(1!==n.state)return s();for(c in i)if((d=i[c]).name===n.name){if(3===d.state)return _(a);4===d.state?(d.state=6,d.timer.stop(),d.on.call("interrupt",e,e.__data__,d.index,d.group),delete i[c]):+c0)throw Error("too late; already scheduled");return n}function E(e,t){var n=T(e,t);if(n.state>3)throw Error("too late; already running");return n}function T(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw Error("transition not found");return n}function C(e,t){var n,r,i,a=e.__transition,o=!0;if(a){for(i in t=null==t?null:t+"",a)(n=a[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete a[i]):o=!1;o&&delete e.__transition}}var P=n(9587),N=n(7268);function O(e,t,n){var r=e._id;return e.each(function(){var e=E(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)}),function(e){return T(e,r).value[t]}}var L=n(6957),j=n(8981),D=n(1197),R=n(7737);function z(e,t){var n;return("number"==typeof t?j.A:t instanceof L.Ay?D.Ay:(n=(0,L.Ay)(t))?(t=n,D.Ay):R.A)(e,t)}var I=n(6541),B=n(574),F=n(747),H=a.Ay.prototype.constructor,$=n(3683);function U(e){return function(){this.style.removeProperty(e)}}var V=0;function q(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Y(e){return(0,a.Ay)().transition(e)}var W=a.Ay.prototype;q.prototype=Y.prototype={constructor:q,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=(0,B.A)(e));for(var r=this._groups,i=r.length,a=Array(i),o=0;o=0&&(e=e.slice(0,t)),!e||"start"===e})?A:E,function(){var o=i(this,a),s=o.on;s!==n&&(r=(n=s).copy()).on(e,t),o.on=r}))},attr:function(e,t){var n=(0,N.A)(e),r="transform"===n?P.I:z;return this.attrTween(e,"function"==typeof t?(n.local?function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttributeNS(e.space,e.local)}}:function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttribute(e))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttribute(e)}})(n,r,O(this,"attr."+e,t)):null==t?(n.local?function(e){return function(){this.removeAttributeNS(e.space,e.local)}}:function(e){return function(){this.removeAttribute(e)}})(n):(n.local?function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttributeNS(e.space,e.local);return o===a?null:o===r?i:i=t(r=o,n)}}:function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttribute(e);return o===a?null:o===r?i:i=t(r=o,n)}})(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw Error();var r=(0,N.A)(e);return this.tween(n,(r.local?function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttributeNS(e.space,e.local,i.call(this,t))}),n}return i._value=t,i}:function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttribute(e,i.call(this,t))}),n}return i._value=t,i})(r,t))},style:function(e,t,n){var r,i,a,o,s,l,c,u,h,d,f,p,m,g,v,y,b,x,w,_,k,S="transform"==(e+="")?P.T:z;return null==t?this.styleTween(e,(r=e,function(){var e=(0,$.j)(this,r),t=(this.style.removeProperty(r),(0,$.j)(this,r));return e===t?null:e===i&&t===a?o:o=S(i=e,a=t)})).on("end.style."+e,U(e)):"function"==typeof t?this.styleTween(e,(s=e,l=O(this,"style."+e,t),function(){var e=(0,$.j)(this,s),t=l(this),n=t+"";return null==t&&(this.style.removeProperty(s),n=t=(0,$.j)(this,s)),e===n?null:e===c&&n===u?h:(u=n,h=S(c=e,t))})).each((d=this._id,b="end."+(y="style."+(f=e)),function(){var e=E(this,d),t=e.on,n=null==e.value[y]?v||(v=U(f)):void 0;t===p&&g===n||(m=(p=t).copy()).on(b,g=n),e.on=m})):this.styleTween(e,(x=e,k=t+"",function(){var e=(0,$.j)(this,x);return e===k?null:e===w?_:_=S(w=e,t)}),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw Error();return this.tween(r,function(e,t,n){var r,i;function a(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&function(t){this.style.setProperty(e,a.call(this,t),n)}),r}return a._value=t,a}(e,t,null==n?"":n))},text:function(e){var t,n;return this.tween("text","function"==typeof e?(t=O(this,"text",e),function(){var e=t(this);this.textContent=null==e?"":e}):(n=null==e?"":e+"",function(){this.textContent=n}))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw Error();return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){this.textContent=r.call(this,e)}),t}return r._value=e,r}(e))},remove:function(){var e;return this.on("end.remove",(e=this._id,function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=T(this.node(),n).tween,a=0,o=i.length;a1&&n.name===t)return new q([[e]],X,t,+r)}return null}},3867:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t]))},[])).reduce(function(e,t){return t.quantity+e},0))&&B.showEmptySlice&&(j=!0),e=r.map(function(e){return e.percentage=String(e.percentage||f(e[F],i,H)),e}),v=l.pie().padAngle(0).value(W).sort(Y),$&&(S=a.scaleOrdinal().range($)),y=l.arc().innerRadius(O).padRadius(N),x||((o=(x=c.select(this).append("svg").classed("britechart donut-chart",!0)).append("g").classed("container-group",!0)).append("g").classed("chart-group",!0),o.append("g").classed("legend-group",!0)),x.select(".container-group").attr("transform","translate(".concat(A/2,", ").concat(E/2,")")),x.attr("width",A).attr("height",E),b&&x.selectAll("g.arc").remove(),u=(b=x.select(".chart-group").selectAll("g.arc").data(v(e))).enter().append("g").each(V).each(q).classed("arc",!0).append("path"),L?u.merge(b).attr("fill",G).on("mouseover",function(e,t){J(this,e,t,n,g)}).on("mousemove",function(e,t){ee(this,e,t,n,g)}).on("mouseout",function(e,t){et(this,e,t,n,g)}).on("click",function(e,t){en(this,e,t,n,g)}).transition().ease(C).duration(1200).attrTween("d",ei):u.merge(b).attr("fill",G).attr("d",y).on("mouseover",function(e,t){J(this,e,t,n,g)}).on("mousemove",function(e,t){ee(this,e,t,n,g)}).on("mouseout",function(e,t){et(this,e,t,n,g)}).on("click",function(e,t){en(this,e,t,n,g)}),b.exit().remove(),x.select(".legend-group").append("text").attr("class","donut-text"),w&&(_=x.selectAll(".chart-group .arc path").select(Q).node())&&(Z(_.__data__),er(_,N,1200)),j&&B.showEmptySlice&&(b&&x.selectAll("g.arc").remove(),(b=x.select(".chart-group").selectAll("g.arc").data(v(p))).enter().append("g").each(V).each(q).classed("arc",!0).append("path").merge(b).attr("fill",B.emptySliceColor).attr("d",y).transition().ease(C).duration(1200).attrTween("d",ei),b.exit().remove())})}function Z(e){e.data&&(x.select(".donut-text").text(function(){return U(e.data)}).attr("dy",".2em").attr("text-anchor","middle"),x.select(".donut-text").call(ea,185.5))}function Q(e){if(e.data.id===w)return this}function J(e,t,n,r,i){Z(n),X.call("customMouseOver",e,n,c.pointer(t,e),[r,i]),R&&(I&&e!==I&&er(I,N-P,150),_&&e!==_&&er(_,N-P),er(e,N))}function ee(e,t,n,r,i){X.call("customMouseMove",e,n,c.pointer(t,e),[r,i])}function et(e,t,n,r,i){x.select(".donut-text").text(""),_&&D&&!z&&(Z(_.__data__),er(_,N)),e===_&&(D||e!==_)||er(e,N-P,150),z&&(Z(e.__data__),er(e,N),I=e),X.call("customMouseOut",e,n,c.pointer(t,e),[r,i])}function en(e,t,n,r,i){X.call("customClick",e,n,c.pointer(t,e),[r,i])}function er(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;c.select(e).transition().delay(n).attrTween("d",function(e){var n=i.interpolate(e.outerRadius,t);return function(t){return e.outerRadius=n(t),y(e)}})}function ei(e){var t;return e.innerRadius=0,t=i.interpolate({startAngle:0,endAngle:0},e),function(e){return y(t(e))}}function ea(e,t){var n=N/5;h.wrapText.call(null,0,n,t,e.node())}return K.centeredTextFunction=function(e){return arguments.length?(U=e,this):U},K.colorSchema=function(e){return arguments.length?($=e,this):$},K.emptyDataConfig=function(e){return arguments.length?(B=e,this):B},K.exportChart=function(e,t){u.call(K,x,e,t)},K.externalRadius=function(e){return arguments.length?(N=e,this):N},K.hasHoverAnimation=function(e){return arguments.length?(R=e,this):R},K.hasFixedHighlightedSlice=function(e){return arguments.length?(D=e,this):D},K.hasLastHoverSliceHighlighted=function(e){return arguments.length?(z=e,this):z},K.height=function(e){return arguments.length?(E=e,this):E},K.highlightSliceById=function(e){return arguments.length?(w=e,this):w},K.internalRadius=function(e){return arguments.length?(O=e,this):O},K.isAnimated=function(e){return arguments.length?(L=e,this):L},K.loadingState=function(e){return arguments.length?(T=e,this):T},K.margin=function(e){return arguments.length?(M=o(o({},M),e),this):M},K.numberFormat=function(e){return arguments.length?(k=e,this):k},K.on=function(){var e=X.on.apply(X,arguments);return e===X?K:e},K.orderingFunction=function(e){return arguments.length?(Y=e,this):Y},K.percentageFormat=function(e){return arguments.length?(H=e,this):H},K.radiusHoverOffset=function(e){return arguments.length?(P=e,this):P},K.width=function(e){return arguments.length?(A=e,this):A},K}}).call(t,n,t,e))||(e.exports=r)},3893:e=>{"use strict";e.exports=r},4119:(e,t,n)=>{"use strict";n.d(t,{B:()=>r,v:()=>i});class r extends Map{constructor(e,t=l){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,n]of e)this.set(t,n)}get(e){return super.get(a(this,e))}has(e){return super.has(a(this,e))}set(e,t){return super.set(o(this,e),t)}delete(e){return super.delete(s(this,e))}}class i extends Set{constructor(e,t=l){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const t of e)this.add(t)}has(e){return super.has(a(this,e))}add(e){return super.add(o(this,e))}delete(e){return super.delete(s(this,e))}}function a({_intern:e,_key:t},n){let r=t(n);return e.has(r)?e.get(r):n}function o({_intern:e,_key:t},n){let r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}function s({_intern:e,_key:t},n){let r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}function l(e){return null!==e&&"object"==typeof e?e.valueOf():e}},4163:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}void 0===(r=(function(e){var t=n(4710).formatDefaultLocale,r=["decimal","thousands","grouping","currency"];return{setDefaultLocale:function(e){if("object"==i(e)&&r.every(function(t){return e.hasOwnProperty(t)}))return t(e);throw Error("Please pass in a valid locale object definition")}}}).call(t,n,t,e))||(e.exports=r)},4184:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n2&&void 0!==arguments[2]?arguments[2]:0;e.each(function(){var r,i,a,s,l,c,u;for(r=(e=o.select(this)).text().split(/\s+/).reverse(),a=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",n).attr("y",l).attr("dy",c+"em");i=r.pop();)a.push(i),u.text(a.join(" ")),f(a.join(" "),16,"Karla, sans-serif")>t&&(a.pop(),u.text(a.join(" ")),s<2&&(a=[i],u=e.append("tspan").attr("x",n).attr("y",l).attr("dy",1.2*++s+c+"em").text(i)))})}return $.axisTimeCombinations=l,$.dateFormat=function(e){return arguments.length?(D=e,this):D||j},$.dateCustomFormat=function(e){return arguments.length?(R=e,this):R},$.dateLabel=function(e){return arguments.length?(P=e,this):P},$.hide=function(){return x.style("visibility","hidden"),this},$.locale=function(e){return arguments.length?(b=e,this):b},$.nameLabel=function(e){return arguments.length?(O=e,this):O},$.numberFormat=function(e){return arguments.length?(I=e,this):I},$.valueFormatter=function(e){return arguments.length?(B=e,this):B},$.shouldShowDateInTitle=function(e){return arguments.length?(_=e,this):_},$.show=function(){return x.style("visibility","visible"),this},$.title=function(e){return arguments.length?(w=e,this):w},$.tooltipOffset=function(e){return arguments.length?(k=e,this):k},$.topicsOrder=function(e){return arguments.length?(z=e,this):z},$.topicLabel=function(e){return arguments.length?(L=e,this):L},$.update=function(t,r,o){var u,h,d,f,g,v,x,T,C,N,O,I,B,$;return y=r,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,$=(x=t)[L],z.length?$=function(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:z).map(function(t){return e.filter(function(e){return e.name===t})[0]})}($):$.length&&$[0].name&&($=$.map(function(e){return e}).sort(function(e,t){return e.name>t.name?1:e.name===t.name?0:-1})),p.selectAll("text").remove(),p.selectAll("circle").remove(),I=w,T=new Date(x[P]),N=null,O={month:"short",day:"numeric"},(C=D||j)===l.DAY_MONTH||C===l.MONTH_YEAR?(N=F,O.year="numeric"):C===l.HOUR_DAY||C===l.MINUTE_HOUR?(N=H,O.hour="numeric"):C===l.CUSTOM&&"string"==typeof R&&(N=s.timeFormat(R)),B=b&&"u">typeof Intl&&"object"===("u"{"use strict";n.d(t,{A:()=>i});var r=n(8503);function i(e,t){var n,i={},a={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?i[n]=(0,r.A)(e[n],t[n]):a[n]=t[n];return function(e){for(n in i)a[n]=i[n](e);return a}}},4355:(e,t,n)=>{"use strict";n.d(t,{Mb:()=>o,Yo:()=>a,he:()=>i,jH:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());i.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)}):null;let a=i.range,o=(0,r.f)(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());o.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)}):null;let s=o.range},4398:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(5334),i=n(8926),a=n(4355);function o(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function s(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function l(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function c(e){var t=e.dateTime,n=e.date,a=e.time,c=e.periods,h=e.days,d=e.shortDays,f=e.months,p=e.shortMonths,m=g(c),X=v(c),em=g(h),eE=v(h),eT=g(d),eC=v(d),eP=g(f),eN=v(f),eO=g(p),eL=v(p),ej={a:function(e){return d[e.getDay()]},A:function(e){return h[e.getDay()]},b:function(e){return p[e.getMonth()]},B:function(e){return f[e.getMonth()]},c:null,d:I,e:I,f:U,g:ee,G:en,H:B,I:F,j:H,L:$,m:V,M:q,p:function(e){return c[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:eM,s:eA,S:Y,u:W,U:G,V:K,w:Z,W:Q,x:null,X:null,y:J,Y:et,Z:er,"%":eS},eD={a:function(e){return d[e.getUTCDay()]},A:function(e){return h[e.getUTCDay()]},b:function(e){return p[e.getUTCMonth()]},B:function(e){return f[e.getUTCMonth()]},c:null,d:ei,e:ei,f:ec,g:ex,G:e_,H:ea,I:eo,j:es,L:el,m:eu,M:eh,p:function(e){return c[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:eM,s:eA,S:ed,u:ef,U:ep,V:eg,w:ev,W:ey,x:null,X:null,y:eb,Y:ew,Z:ek,"%":eS},eR={a:function(e,t,n){var r=eT.exec(t.slice(n));return r?(e.w=eC.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=em.exec(t.slice(n));return r?(e.w=eE.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=eO.exec(t.slice(n));return r?(e.m=eL.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=eP.exec(t.slice(n));return r?(e.m=eN.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return eB(e,t,n,r)},d:T,e:T,f:j,g:S,G:k,H:P,I:P,j:C,L:L,m:E,M:N,p:function(e,t,n){var r=m.exec(t.slice(n));return r?(e.p=X.get(r[0].toLowerCase()),n+r[0].length):-1},q:A,Q:R,s:z,S:O,u:b,U:x,V:w,w:y,W:_,x:function(e,t,r){return eB(e,n,t,r)},X:function(e,t,n){return eB(e,a,t,n)},y:S,Y:k,Z:M,"%":D};function ez(e,t){return function(n){var r,i,a,o=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s53)return null;"w"in u||(u.w=1),"Z"in u?(a=(c=(a=s(l(u.y,0,1))).getUTCDay())>4||0===c?i.rt.ceil(a):(0,i.rt)(a),a=r.dA.offset(a,7*(u.V-1)),u.y=a.getUTCFullYear(),u.m=a.getUTCMonth(),u.d=a.getUTCDate()+(u.w+6)%7):(a=(c=(a=o(l(u.y,0,1))).getDay())>4||0===c?i.AB.ceil(a):(0,i.AB)(a),a=r.UA.offset(a,7*(u.V-1)),u.y=a.getFullYear(),u.m=a.getMonth(),u.d=a.getDate()+(u.w+6)%7)}else("W"in u||"U"in u)&&("w"in u||(u.w="u"in u?u.u%7:+("W"in u)),c="Z"in u?s(l(u.y,0,1)).getUTCDay():o(l(u.y,0,1)).getDay(),u.m=0,u.d="W"in u?(u.w+6)%7+7*u.W-(c+5)%7:u.w+7*u.U-(c+6)%7);return"Z"in u?(u.H+=u.Z/100|0,u.M+=u.Z%100,s(u)):o(u)}}function eB(e,t,n,r){for(var i,a,o=0,s=t.length,l=n.length;o=l)return -1;if(37===(i=t.charCodeAt(o++))){if(!(a=eR[(i=t.charAt(o++))in u?t.charAt(o++):i])||(r=a(e,n,r))<0)return -1}else if(i!=n.charCodeAt(r++))return -1}return r}return ej.x=ez(n,ej),ej.X=ez(a,ej),ej.c=ez(t,ej),eD.x=ez(n,eD),eD.X=ez(a,eD),eD.c=ez(t,eD),{format:function(e){var t=ez(e+="",ej);return t.toString=function(){return e},t},parse:function(e){var t=eI(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=ez(e+="",eD);return t.toString=function(){return e},t},utcParse:function(e){var t=eI(e+="",!0);return t.toString=function(){return e},t}}}var u={"-":"",_:" ",0:"0"},h=/^\s*\d+/,d=/^%/,f=/[\\^$*+?|[\]().{}]/g;function p(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",a=i.length;return r+(a[e.toLowerCase(),t]))}function y(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function b(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function x(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function w(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function _(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function k(e,t,n){var r=h.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function S(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function M(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function A(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function E(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function T(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function C(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function P(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function N(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function O(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function L(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function j(e,t,n){var r=h.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function D(e,t,n){var r=d.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function R(e,t,n){var r=h.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function z(e,t,n){var r=h.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function I(e,t){return p(e.getDate(),t,2)}function B(e,t){return p(e.getHours(),t,2)}function F(e,t){return p(e.getHours()%12||12,t,2)}function H(e,t){return p(1+r.UA.count((0,a.he)(e),e),t,3)}function $(e,t){return p(e.getMilliseconds(),t,3)}function U(e,t){return $(e,t)+"000"}function V(e,t){return p(e.getMonth()+1,t,2)}function q(e,t){return p(e.getMinutes(),t,2)}function Y(e,t){return p(e.getSeconds(),t,2)}function W(e){var t=e.getDay();return 0===t?7:t}function G(e,t){return p(i.YP.count((0,a.he)(e)-1,e),t,2)}function X(e){var t=e.getDay();return t>=4||0===t?(0,i.Mo)(e):i.Mo.ceil(e)}function K(e,t){return e=X(e),p(i.Mo.count((0,a.he)(e),e)+(4===(0,a.he)(e).getDay()),t,2)}function Z(e){return e.getDay()}function Q(e,t){return p(i.AB.count((0,a.he)(e)-1,e),t,2)}function J(e,t){return p(e.getFullYear()%100,t,2)}function ee(e,t){return p((e=X(e)).getFullYear()%100,t,2)}function et(e,t){return p(e.getFullYear()%1e4,t,4)}function en(e,t){var n=e.getDay();return p((e=n>=4||0===n?(0,i.Mo)(e):i.Mo.ceil(e)).getFullYear()%1e4,t,4)}function er(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+p(t/60|0,"0",2)+p(t%60,"0",2)}function ei(e,t){return p(e.getUTCDate(),t,2)}function ea(e,t){return p(e.getUTCHours(),t,2)}function eo(e,t){return p(e.getUTCHours()%12||12,t,2)}function es(e,t){return p(1+r.dA.count((0,a.Mb)(e),e),t,3)}function el(e,t){return p(e.getUTCMilliseconds(),t,3)}function ec(e,t){return el(e,t)+"000"}function eu(e,t){return p(e.getUTCMonth()+1,t,2)}function eh(e,t){return p(e.getUTCMinutes(),t,2)}function ed(e,t){return p(e.getUTCSeconds(),t,2)}function ef(e){var t=e.getUTCDay();return 0===t?7:t}function ep(e,t){return p(i.Hl.count((0,a.Mb)(e)-1,e),t,2)}function em(e){var t=e.getUTCDay();return t>=4||0===t?(0,i.pT)(e):i.pT.ceil(e)}function eg(e,t){return e=em(e),p(i.pT.count((0,a.Mb)(e),e)+(4===(0,a.Mb)(e).getUTCDay()),t,2)}function ev(e){return e.getUTCDay()}function ey(e,t){return p(i.rt.count((0,a.Mb)(e)-1,e),t,2)}function eb(e,t){return p(e.getUTCFullYear()%100,t,2)}function ex(e,t){return p((e=em(e)).getUTCFullYear()%100,t,2)}function ew(e,t){return p(e.getUTCFullYear()%1e4,t,4)}function e_(e,t){var n=e.getUTCDay();return p((e=n>=4||0===n?(0,i.pT)(e):i.pT.ceil(e)).getUTCFullYear()%1e4,t,4)}function ek(){return"+0000"}function eS(){return"%"}function eM(e){return+e}function eA(e){return Math.floor(e/1e3)}},4413:(e,t,n)=>{var r;void 0===(r=(function(){var e='\n \n \n \n \n \n \n \n \n \n ';return{bar:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n '),donut:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n '),line:'\n \n '.concat(e,'\n \n \n \n \n '),row:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n '),stackedArea:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n ')}}).call(t,n,t,e))||(e.exports=r)},4504:(e,t,n)=>{"use strict";function r(e,t){let n,r=-1,i=-1;if(void 0===t)for(let t of e)++i,null!=t&&(n=t)&&(n=t,r=i);else for(let a of e)null!=(a=t(a,++i,e))&&(n=a)&&(n=a,r=i);return r}n.d(t,{A:()=>r})},4612:(e,t,n)=>{"use strict";n.d(t,{Ag:()=>a,L6:()=>o,iA:()=>l,pz:()=>s});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt-e.getMinutes()*i.rR)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getHours()),o=a.range,s=(0,r.f)(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getUTCHours()),l=s.range},4709:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,lG:()=>a,uN:()=>o});var r=n(3116);function i(e,t){return function(n){return e+n*t}}function a(e,t){var n=t-e;return n?i(e,n>180||n<-180?n-360*Math.round(n/360):n):(0,r.A)(isNaN(e)?t:e)}function o(e){return 1==(e*=1)?s:function(t,n){var i,a,o;return n-t?(i=t,a=n,i=Math.pow(i,o=e),a=Math.pow(a,o)-i,o=1/o,function(e){return Math.pow(i+e*a,o)}):(0,r.A)(isNaN(t)?n:t)}}function s(e,t){var n=t-e;return n?i(e,n):(0,r.A)(isNaN(e)?t:e)}},4710:(e,t,n)=>{"use strict";n.r(t),n.d(t,{FormatSpecifier:()=>a.S,format:()=>r.GP,formatDefaultLocale:()=>r.Ay,formatLocale:()=>i.A,formatPrefix:()=>r.s,formatSpecifier:()=>a.A,precisionFixed:()=>o.A,precisionPrefix:()=>s.A,precisionRound:()=>l.A});var r=n(8701),i=n(6390),a=n(1631),o=n(1734),s=n(7590),l=n(9460)},4855:(e,t,n)=>{"use strict";n.d(t,{AX:()=>f,Ay:()=>h,Z4:()=>d});var r=n(846),i=n(4504),a=n(9216),o=n(8026),s=n(5671),l=n(3131),c=n(8886),u=n(6205);function h(e,t,n){if((i=(e=Float64Array.from((0,l.n)(e,n))).length)&&!isNaN(t*=1)){if(t<=0||i<2)return(0,a.A)(e);if(t>=1)return(0,r.A)(e);var i,o=(i-1)*t,c=Math.floor(o),u=(0,r.A)((0,s.A)(e,c).subarray(0,c+1));return u+((0,a.A)(e.subarray(c+1))-u)*(o-c)}}function d(e,t,n=l.A){if((r=e.length)&&!isNaN(t*=1)){if(t<=0||r<2)return+n(e[0],0,e);if(t>=1)return+n(e[r-1],r-1,e);var r,i=(r-1)*t,a=Math.floor(i),o=+n(e[a],a,e);return o+(n(e[a+1],a+1,e)-o)*(i-a)}}function f(e,t,n=l.A){if(!isNaN(t*=1)){if(r=Float64Array.from(e,(t,r)=>(0,l.A)(n(e[r],r,e))),t<=0)return(0,o.A)(r);if(t>=1)return(0,i.A)(r);var r,a=Uint32Array.from(e,(e,t)=>t),h=r.length-1,d=Math.floor(h*t);return(0,s.A)(a,d,0,h,(e,t)=>(0,c.o2)(r[e],r[t])),(d=(0,u.A)(a.subarray(0,d+1),e=>r[e]))>=0?d:-1}}},4889:(e,t,n)=>{"use strict";n.r(t),n.d(t,{interpolate:()=>r.A,interpolateArray:()=>i.A,interpolateBasis:()=>a.A,interpolateBasisClosed:()=>o.A,interpolateCubehelix:()=>N,interpolateCubehelixLong:()=>O,interpolateDate:()=>s.A,interpolateDiscrete:()=>l,interpolateHcl:()=>E,interpolateHclLong:()=>T,interpolateHsl:()=>_,interpolateHslLong:()=>k,interpolateHue:()=>u,interpolateLab:()=>M,interpolateNumber:()=>h.A,interpolateNumberArray:()=>d.A,interpolateObject:()=>f.A,interpolateRgb:()=>b.Ay,interpolateRgbBasis:()=>b.Ik,interpolateRgbBasisClosed:()=>b.uL,interpolateRound:()=>p.A,interpolateString:()=>m.A,interpolateTransformCss:()=>g.T,interpolateTransformSvg:()=>g.I,interpolateZoom:()=>y,piecewise:()=>L.A,quantize:()=>j});var r=n(8503),i=n(8079),a=n(6160),o=n(9804),s=n(8172);function l(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}var c=n(4709);function u(e,t){var n=(0,c.lG)(+e,+t);return function(e){var t=n(e);return t-360*Math.floor(t/360)}}var h=n(8981),d=n(128),f=n(4287),p=n(9770),m=n(7737),g=n(9587);function v(e){return((e=Math.exp(e))+1/e)/2}let y=function e(t,n,r){function i(e,i){var a,o,s=e[0],l=e[1],c=e[2],u=i[0],h=i[1],d=i[2],f=u-s,p=h-l,m=f*f+p*p;if(m<1e-12)o=Math.log(d/c)/t,a=function(e){return[s+e*f,l+e*p,c*Math.exp(t*e*o)]};else{var g=Math.sqrt(m),y=(d*d-c*c+r*m)/(2*c*n*g),b=(d*d-c*c-r*m)/(2*d*n*g),x=Math.log(Math.sqrt(y*y+1)-y);o=(Math.log(Math.sqrt(b*b+1)-b)-x)/t,a=function(e){var r,i,a=e*o,u=v(x),h=c/(n*g)*(u*(((i=Math.exp(2*(i=t*a+x)))-1)/(i+1))-((r=Math.exp(r=x))-1/r)/2);return[s+h*f,l+h*p,c*u/v(t*a+x)]}}return a.duration=1e3*o*t/Math.SQRT2,a}return i.rho=function(t){var n=Math.max(.001,+t),r=n*n;return e(n,r,r*r)},i}(Math.SQRT2,2,4);var b=n(1197),x=n(6957);function w(e){return function(t,n){var r=e((t=(0,x.KI)(t)).h,(n=(0,x.KI)(n)).h),i=(0,c.Ay)(t.s,n.s),a=(0,c.Ay)(t.l,n.l),o=(0,c.Ay)(t.opacity,n.opacity);return function(e){return t.h=r(e),t.s=i(e),t.l=a(e),t.opacity=o(e),t+""}}}let _=w(c.lG);var k=w(c.Ay),S=n(9853);function M(e,t){var n=(0,c.Ay)((e=(0,S.Ay)(e)).l,(t=(0,S.Ay)(t)).l),r=(0,c.Ay)(e.a,t.a),i=(0,c.Ay)(e.b,t.b),a=(0,c.Ay)(e.opacity,t.opacity);return function(t){return e.l=n(t),e.a=r(t),e.b=i(t),e.opacity=a(t),e+""}}function A(e){return function(t,n){var r=e((t=(0,S.aq)(t)).h,(n=(0,S.aq)(n)).h),i=(0,c.Ay)(t.c,n.c),a=(0,c.Ay)(t.l,n.l),o=(0,c.Ay)(t.opacity,n.opacity);return function(e){return t.h=r(e),t.c=i(e),t.l=a(e),t.opacity=o(e),t+""}}}let E=A(c.lG);var T=A(c.Ay),C=n(5653);function P(e){return function t(n){function r(t,r){var i=e((t=(0,C.A)(t)).h,(r=(0,C.A)(r)).h),a=(0,c.Ay)(t.s,r.s),o=(0,c.Ay)(t.l,r.l),s=(0,c.Ay)(t.opacity,r.opacity);return function(e){return t.h=i(e),t.s=a(e),t.l=o(Math.pow(e,n)),t.opacity=s(e),t+""}}return n*=1,r.gamma=t,r}(1)}let N=P(c.lG);var O=P(c.Ay),L=n(3104);function j(e,t){for(var n=Array(t),r=0;r{"use strict";n.d(t,{R:()=>a,Y:()=>o});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*i.Tt)},(e,t)=>(t-e)/i.Tt,e=>e.getUTCSeconds()),o=a.range},5204:(e,t,n)=>{"use strict";function r(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function i(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}n.d(t,{A:()=>r,f:()=>i})},5334:(e,t,n)=>{"use strict";n.d(t,{NT:()=>o,TW:()=>c,UA:()=>a,dA:()=>s,ou:()=>l,yE:()=>u});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Nm,e=>e.getDate()-1),o=a.range,s=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>e.getUTCDate()-1),l=s.range,c=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>Math.floor(e/i.Nm)),u=c.range},5478:(e,t,n)=>{"use strict";function r(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}n.d(t,{A:()=>r})},5653:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(871),i=n(6957),a=n(9710),o=-1.78277*.29227-.1347134789;function s(e,t,n,r){return 1==arguments.length?function(e){if(e instanceof l)return new l(e.h,e.s,e.l,e.opacity);e instanceof i.Gw||(e=(0,i.b)(e));var t=e.r/255,n=e.g/255,r=e.b/255,s=(o*r+-1.7884503806*t-3.5172982438*n)/(o+-1.7884503806-3.5172982438),c=r-s,u=-((1.97294*(n-s)- -.29227*c)/.90649),h=Math.sqrt(u*u+c*c)/(1.97294*s*(1-s)),d=h?Math.atan2(u,c)*a.u-120:NaN;return new l(d<0?d+360:d,h,s,e.opacity)}(e):new l(e,t,n,null==r?1:r)}function l(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}(0,r.A)(l,s,(0,r.X)(i.Q1,{brighter(e){return e=null==e?i.Uw:Math.pow(i.Uw,e),new l(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?i.ef:Math.pow(i.ef,e),new l(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*a.F,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),o=Math.sin(e);return new i.Gw(255*(t+n*(-.14861*r+1.78277*o)),255*(t+n*(-.29227*r+-.90649*o)),255*(t+1.97294*r*n),this.opacity)}}))},5671:(e,t,n)=>{"use strict";n.d(t,{A:()=>function e(t,n,a=0,o=1/0,s){if(n=Math.floor(n),a=Math.floor(Math.max(0,a)),o=Math.floor(Math.min(t.length-1,o)),!(a<=n&&n<=o))return t;for(s=void 0===s?r.o2:(0,r.JC)(s);o>a;){if(o-a>600){let r=o-a+1,i=n-a+1,l=Math.log(r),c=.5*Math.exp(2*l/3),u=.5*Math.sqrt(l*c*(r-c)/r)*(i-r/2<0?-1:1);e(t,n,Math.max(a,Math.floor(n-i*c/r+u)),Math.min(o,Math.floor(n+(r-i)*c/r+u)),s)}let r=t[n],l=a,c=o;for(i(t,a,n),s(t[o],r)>0&&i(t,a,o);ls(t[l],r);)++l;for(;s(t[c],r)>0;)--c}0===s(t[a],r)?i(t,a,c):i(t,++c,o),c<=n&&(a=c+1),n<=c&&(o=c-1)}return t}});var r=n(8886);function i(e,t,n){let r=e[t];e[t]=e[n],e[n]=r}},5878:(e,t,n)=>{"use strict";n.d(t,{Bz:()=>a,R6:()=>o,Ui:()=>i,oi:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear()),e=>e.getMonth()),a=i.range,o=(0,r.f)(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear()),e=>e.getUTCMonth()),s=o.range},5914:function(e,t,n){var r,i,a,o,s,l,c;((e=n.nmd(e))&&e.exports,i="object"==typeof n.g&&n.g).global!==i&&i.window,((a=function(e){this.message=e}).prototype=Error()).name="InvalidCharacterError",o=function(e){throw new a(e)},s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\t\n\f\r ]/g,c={encode:function(e){e=String(e),/[^\0-\xFF]/.test(e)&&o("The string to be encoded contains characters outside of the Latin1 range.");for(var t,n,r,i,a=e.length%3,l="",c=-1,u=e.length-a;++c>18&63)+s.charAt(i>>12&63)+s.charAt(i>>6&63)+s.charAt(63&i);return 2==a?(t=e.charCodeAt(c)<<8,n=e.charCodeAt(++c),l+=s.charAt((i=t+n)>>10)+s.charAt(i>>4&63)+s.charAt(i<<2&63)+"="):1==a&&(i=e.charCodeAt(c),l+=s.charAt(i>>2)+s.charAt(i<<4&63)+"=="),l},decode:function(e){var t=(e=String(e).replace(l,"")).length;t%4==0&&(t=(e=e.replace(/==?$/,"")).length),(t%4==1||/[^+a-zA-Z0-9/]/.test(e))&&o("Invalid character: the string to be decoded is not correctly encoded.");for(var n,r,i=0,a="",c=-1;++c>(-2*i&6)));return a},version:"1.0.0"},void 0===(r=(function(){return c}).call(t,n,t,e))||(e.exports=r)},5970:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(2324);function i(e,t){if(e=(0,r.A)(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var i=n.createSVGPoint();return i.x=e.clientX,i.y=e.clientY,[(i=i.matrixTransform(t.getScreenCTM().inverse())).x,i.y]}if(t.getBoundingClientRect){var a=t.getBoundingClientRect();return[e.clientX-a.left-t.clientLeft,e.clientY-a.top-t.clientTop]}}return[e.pageX,e.pageY]}},6037:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(2902),i=n(1180);function a(e){let t,n,a;function s(e,r,i=0,a=e.length){if(i>>1;0>n(e[t],r)?i=t+1:a=t}while(i(0,r.A)(e(t),n),a=(t,n)=>e(t)-n):(t=e===r.A||e===i.A?e:o,n=e,a=e),{left:s,center:function(e,t,n=0,r=e.length){let i=s(e,t,n,r-1);return i>n&&a(e[i-1],t)>-a(e[i],t)?i-1:i},right:function(e,r,i=0,a=e.length){if(i>>1;0>=n(e[t],r)?i=t+1:a=t}while(i{"use strict";function r(e,t,n,r,i){var a=e*e,o=a*e;return((1-3*e+3*a-o)*t+(4-6*a+3*o)*n+(1+3*e+3*a-3*o)*r+o*i)/6}function i(e){var t=e.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),a=e[i],o=e[i+1],s=i>0?e[i-1]:2*a-o,l=ii,H:()=>r})},6199:(e,t,n)=>{"use strict";n.r(t),n.d(t,{scaleBand:()=>c,scaleDiverging:()=>function e(){var t=N(ev()(y));return t.copy=function(){return ef(t,e())},a.apply(t,arguments)},scaleDivergingLog:()=>function e(){var t=B(ev()).domain([.1,1,10]);return t.copy=function(){return ef(t,e()).base(t.base())},a.apply(t,arguments)},scaleDivergingPow:()=>ey,scaleDivergingSqrt:()=>eb,scaleDivergingSymlog:()=>function e(){var t=$(ev());return t.copy=function(){return ef(t,e()).constant(t.constant())},a.apply(t,arguments)},scaleIdentity:()=>function e(t){var n;function r(e){return null==e||isNaN(e*=1)?n:e}return r.invert=r,r.domain=r.range=function(e){return arguments.length?(t=Array.from(e,g),r):t.slice()},r.unknown=function(e){return arguments.length?(n=e,r):n},r.copy=function(){return e(t).unknown(n)},t=arguments.length?Array.from(t,g):[0,1],N(r)},scaleImplicit:()=>s,scaleLinear:()=>function e(){var t=S();return t.copy=function(){return _(t,e())},i.apply(t,arguments),N(t)},scaleLog:()=>function e(){let t=B(k()).domain([1,10]);return t.copy=()=>_(t,e()).base(t.base()),i.apply(t,arguments),t},scaleOrdinal:()=>l,scalePoint:()=>u,scalePow:()=>W,scaleQuantile:()=>function e(){var t,n=[],r=[],a=[];function o(){var e=0,t=Math.max(1,r.length);for(a=Array(t-1);++e0?a[t-1]:n[0],tfunction e(){var t,n=0,r=1,a=1,o=[.5],s=[0,1];function l(e){return null!=e&&e<=e?s[(0,d.Ay)(o,e,0,a)]:t}function c(){var e=-1;for(o=Array(a);++e=a?[o[a-1],r]:[o[t-1],o[t]]},l.unknown=function(e){return arguments.length&&(t=e),l},l.thresholds=function(){return o.slice()},l.copy=function(){return e().domain([n,r]).range(s).unknown(t)},i.apply(N(l),arguments)},scaleRadial:()=>function e(){var t,n=S(),r=[0,1],a=!1;function o(e){var r,i=Math.sign(r=n(e))*Math.sqrt(Math.abs(r));return isNaN(i)?t:a?Math.round(i):i}return o.invert=function(e){return n.invert(X(e))},o.domain=function(e){return arguments.length?(n.domain(e),o):n.domain()},o.range=function(e){return arguments.length?(n.range((r=Array.from(e,g)).map(X)),o):r.slice()},o.rangeRound=function(e){return o.range(e).round(!0)},o.round=function(e){return arguments.length?(a=!!e,o):a},o.clamp=function(e){return arguments.length?(n.clamp(e),o):n.clamp()},o.unknown=function(e){return arguments.length?(t=e,o):t},o.copy=function(){return e(n.domain(),r).round(a).clamp(n.clamp()).unknown(t)},i.apply(o,arguments),N(o)},scaleSequential:()=>function e(){var t=N(ed()(y));return t.copy=function(){return ef(t,e())},a.apply(t,arguments)},scaleSequentialLog:()=>function e(){var t=B(ed()).domain([1,10]);return t.copy=function(){return ef(t,e()).base(t.base())},a.apply(t,arguments)},scaleSequentialPow:()=>ep,scaleSequentialQuantile:()=>function e(){var t=[],n=y;function r(e){if(null!=e&&!isNaN(e*=1))return n(((0,d.Ay)(t,e,1)-1)/(t.length-1))}return r.domain=function(e){if(!arguments.length)return t.slice();for(let n of(t=[],e))null==n||isNaN(n*=1)||t.push(n);return t.sort(Z.A),r},r.interpolator=function(e){return arguments.length?(n=e,r):n},r.range=function(){return t.map((e,r)=>n(r/(t.length-1)))},r.quantiles=function(e){return Array.from({length:e+1},(n,r)=>(0,K.Ay)(t,r/e))},r.copy=function(){return e(n).domain(t)},a.apply(r,arguments)},scaleSequentialSqrt:()=>em,scaleSequentialSymlog:()=>function e(){var t=$(ed());return t.copy=function(){return ef(t,e()).constant(t.constant())},a.apply(t,arguments)},scaleSqrt:()=>G,scaleSymlog:()=>function e(){var t=$(k());return t.copy=function(){return _(t,e()).constant(t.constant())},i.apply(t,arguments)},scaleThreshold:()=>function e(){var t,n=[.5],r=[0,1],a=1;function o(e){return null!=e&&e<=e?r[(0,d.Ay)(n,e,0,a)]:t}return o.domain=function(e){return arguments.length?(a=Math.min((n=Array.from(e)).length,r.length-1),o):n.slice()},o.range=function(e){return arguments.length?(r=Array.from(e),a=Math.min(n.length,r.length-1),o):r.slice()},o.invertExtent=function(e){var t=r.indexOf(e);return[n[t-1],n[t]]},o.unknown=function(e){return arguments.length?(t=e,o):t},o.copy=function(){return e().domain(n).range(r).unknown(t)},i.apply(o,arguments)},scaleTime:()=>eu,scaleUtc:()=>eh,tickFormat:()=>P});var r=n(6561);function i(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}function a(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this}var o=n(4119);let s=Symbol("implicit");function l(){var e=new o.B,t=[],n=[],r=s;function a(i){let a=e.get(i);if(void 0===a){if(r!==s)return r;e.set(i,a=t.push(i)-1)}return n[a%n.length]}return a.domain=function(n){if(!arguments.length)return t.slice();for(let r of(t=[],e=new o.B,n))e.has(r)||e.set(r,t.push(r)-1);return a},a.range=function(e){return arguments.length?(n=Array.from(e),a):n.slice()},a.unknown=function(e){return arguments.length?(r=e,a):r},a.copy=function(){return l(t,n).unknown(r)},i.apply(a,arguments),a}function c(){var e,t,n=l().unknown(void 0),a=n.domain,o=n.range,s=0,u=1,h=!1,d=0,f=0,p=.5;function m(){var n=a().length,i=ut&&(n=e,e=t,t=n),c=function(n){return Math.max(e,Math.min(t,n))}),r=l>2?w:x,i=a=null,h}function h(t){return null==t||isNaN(t*=1)?n:(i||(i=r(o.map(e),s,l)))(e(c(t)))}return h.invert=function(n){return c(t((a||(a=r(s,o.map(e),p.A)))(n)))},h.domain=function(e){return arguments.length?(o=Array.from(e,g),u()):o.slice()},h.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},h.rangeRound=function(e){return s=Array.from(e),l=m.A,u()},h.clamp=function(e){return arguments.length?(c=!!e||y,u()):c!==y},h.interpolate=function(e){return arguments.length?(l=e,u()):l},h.unknown=function(e){return arguments.length?(n=e,h):n},function(n,r){return e=n,t=r,u()}}function S(){return k()(y,y)}var M=n(1631),A=n(7590),E=n(8701),T=n(9460),C=n(1734);function P(e,t,n,r){var i,a=(0,h.sG)(e,t,n);switch((r=(0,M.A)(null==r?",f":r)).type){case"s":var o=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=(0,A.A)(a,o))||(r.precision=i),(0,E.s)(r,o);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=(0,T.A)(a,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=(0,C.A)(a))||(r.precision=i-2*("%"===r.type))}return(0,E.GP)(r)}function N(e){var t=e.domain;return e.ticks=function(e){var n=t();return(0,h.Ay)(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return P(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,a=t(),o=0,s=a.length-1,l=a[o],c=a[s],u=10;for(c0;){if((i=(0,h.lq)(l,c,n))===r)return a[o]=l,a[s]=c,t(a);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function O(e,t){var n,r=0,i=(e=e.slice()).length-1,a=e[r],o=e[i];return o-e(-t,n)}function B(e){let t=e(L,j),n=t.domain,r,i,a=10;function o(){var o,s;return r=(o=a)===Math.E?Math.log:10===o&&Math.log10||2===o&&Math.log2||(o=Math.log(o),e=>Math.log(e)/o),i=10===(s=a)?z:s===Math.E?Math.exp:e=>Math.pow(s,e),n()[0]<0?(r=I(r),i=I(i),e(D,R)):e(L,j),t}return t.base=function(e){return arguments.length?(a=+e,o()):a},t.domain=function(e){return arguments.length?(n(e),o()):n()},t.ticks=e=>{let t=n(),o=t[0],s=t[t.length-1],l=s0){for(;d<=f;++d)for(c=1;cs)break;m.push(u)}}else for(;d<=f;++d)for(c=a-1;c>=1;--c)if(!((u=d>0?c/i(-d):c*i(d))s)break;m.push(u)}2*m.length{if(null==e&&(e=10),null==n&&(n=10===a?"s":","),"function"!=typeof n&&(a%1||null!=(n=(0,M.A)(n)).precision||(n.trim=!0),n=(0,E.GP)(n)),e===1/0)return n;let o=Math.max(1,a*e/t.ticks().length);return e=>{let t=e/i(Math.round(r(e)));return t*an(O(n(),{floor:e=>i(Math.floor(r(e))),ceil:e=>i(Math.ceil(r(e)))})),t}function F(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function H(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function $(e){var t=1,n=e(F(1),H(t));return n.constant=function(n){return arguments.length?e(F(t=+n),H(t)):t},N(n)}function U(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function V(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function q(e){return e<0?-e*e:e*e}function Y(e){var t=e(y,y),n=1;return t.exponent=function(t){return arguments.length?1==(n=+t)?e(y,y):.5===n?e(V,q):e(U(n),U(1/n)):n},N(t)}function W(){var e=Y(k());return e.copy=function(){return _(e,W()).exponent(e.exponent())},i.apply(e,arguments),e}function G(){return W.apply(null,arguments).exponent(.5)}function X(e){return Math.sign(e)*e*e}var K=n(4855),Z=n(2902),Q=n(526),J=n(4355),ee=n(5878),et=n(8926),en=n(5334),er=n(4612),ei=n(3298),ea=n(5030),eo=n(3705);function es(e){return new Date(e)}function el(e){return e instanceof Date?+e:+new Date(+e)}function ec(e,t,n,r,i,a,o,s,l,c){var u=S(),h=u.invert,d=u.domain,f=c(".%L"),p=c(":%S"),m=c("%I:%M"),g=c("%I %p"),v=c("%a %d"),y=c("%b %d"),b=c("%B"),x=c("%Y");function w(e){return(l(e){"use strict";n.d(t,{A:()=>i});var r=n(2902);function i(e,t=r.A){let n,a=!1;if(1===t.length){let i;for(let o of e){let e=t(o);(a?(0,r.A)(e,i)>0:0===(0,r.A)(e,e))&&(n=o,i=e,a=!0)}}else for(let r of e)(a?t(r,n)>0:0===t(r,r))&&(n=r,a=!0);return n}},6278:(e,t,n)=>{var r;function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(e,t):void 0}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n0&&void 0!==arguments[0]?arguments[0]:{},o=a[h]||"",c=a[d]||"",f=0;n.selectAll("text").remove(),u&&(i=n.append("text").classed("mini-tooltip-title",!0).attr("dy","1em").attr("y",0).style("fill","#43484e").style("font-size",14).text(u),f=21+f),c&&(r=n.append("text").classed("mini-tooltip-name",!0).attr("dy","1em").attr("y",f||0).style("fill","#ffffff").style("font-size",14).text(c),f=21+f),o&&(e=n.append("text").classed("mini-tooltip-value",!0).attr("dy","1em").attr("y",f||0).style("fill","#ffffff").style("font-size",22).style("font-weight",200).text(m(o)),f=22*1.18+f),s=function(){for(var e=arguments.length,n=Array(e),r=0;r0?d+20:d-s-20-12,y-12-12-l-p>0?p+0:p-l-0-12]),2))[0],u=a[1],c.transition().duration(100).ease(f).attr("height",l+12+12).attr("width",s+12+12).attr("transform","translate(".concat(o,",").concat(u,")")),e.attr("height",l+12+12).attr("width",s+12+12),this},g.valueLabel=function(e){return arguments.length?(h=e,this):h},g}}).call(t,n,t,e))||(e.exports=r)},6303:(e,t,n)=>{"use strict";function r(e){return function(){return e}}n.r(t),n.d(t,{arc:()=>E,area:()=>D,areaRadial:()=>V,curveBasis:()=>eL,curveBasisClosed:()=>eD,curveBasisOpen:()=>ez,curveBumpX:()=>G,curveBumpY:()=>X,curveBundle:()=>eB,curveCardinal:()=>e$,curveCardinalClosed:()=>eV,curveCardinalOpen:()=>eY,curveCatmullRom:()=>eX,curveCatmullRomClosed:()=>eZ,curveCatmullRomOpen:()=>eJ,curveLinear:()=>N,curveLinearClosed:()=>e1,curveMonotoneX:()=>e9,curveMonotoneY:()=>e8,curveNatural:()=>tn,curveStep:()=>ti,curveStepAfter:()=>to,curveStepBefore:()=>ta,line:()=>j,lineRadial:()=>U,link:()=>J,linkHorizontal:()=>ee,linkRadial:()=>en,linkVertical:()=>et,pie:()=>I,pointRadial:()=>q,radialArea:()=>V,radialLine:()=>U,stack:()=>th,stackOffsetDiverging:()=>tf,stackOffsetExpand:()=>td,stackOffsetNone:()=>ts,stackOffsetSilhouette:()=>tp,stackOffsetWiggle:()=>tm,stackOrderAppearance:()=>tg,stackOrderAscending:()=>ty,stackOrderDescending:()=>tx,stackOrderInsideOut:()=>tw,stackOrderNone:()=>tl,stackOrderReverse:()=>t_,symbol:()=>eC,symbolAsterisk:()=>ei,symbolCircle:()=>ea,symbolCross:()=>eo,symbolDiamond:()=>ec,symbolDiamond2:()=>eu,symbolPlus:()=>eh,symbolSquare:()=>ed,symbolSquare2:()=>ef,symbolStar:()=>ev,symbolTimes:()=>eA,symbolTriangle:()=>eb,symbolTriangle2:()=>ew,symbolWye:()=>eM,symbolX:()=>eA,symbols:()=>eE,symbolsFill:()=>eE,symbolsStroke:()=>eT});let i=Math.abs,a=Math.atan2,o=Math.cos,s=Math.max,l=Math.min,c=Math.sin,u=Math.sqrt,h=Math.PI,d=h/2,f=2*h;function p(e){return e>=1?d:e<=-1?-d:Math.asin(e)}let m=Math.PI,g=2*m,v=g-1e-6;function y(e){this._+=e[0];for(let t=1,n=e.length;t=0))throw Error(`invalid digits: ${e}`);if(t>15)return y;let n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t1e-6)if(Math.abs(u*s-l*c)>1e-6&&i){let d=n-a,f=r-o,p=s*s+l*l,g=Math.sqrt(p),v=Math.sqrt(h),y=i*Math.tan((m-Math.acos((p+h-(d*d+f*f))/(2*g*v)))/2),b=y/v,x=y/g;Math.abs(b-1)>1e-6&&this._append`L${e+b*c},${t+b*u}`,this._append`A${i},${i},0,0,${+(u*d>c*f)},${this._x1=e+x*s},${this._y1=t+x*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,a){if(e*=1,t*=1,a=!!a,(n*=1)<0)throw Error(`negative radius: ${n}`);let o=n*Math.cos(r),s=n*Math.sin(r),l=e+o,c=t+s,u=1^a,h=a?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>1e-6||Math.abs(this._y1-c)>1e-6)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%g+g),h>v?this._append`A${n},${n},0,1,${u},${e-o},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:h>1e-6&&this._append`A${n},${n},0,${+(h>=m)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n*=1}v${+r}h${-n}Z`}toString(){return this._}}function x(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{let e=Math.floor(n);if(!(e>=0))throw RangeError(`invalid digits: ${n}`);t=e}return e},()=>new b(t)}function w(e){return e.innerRadius}function _(e){return e.outerRadius}function k(e){return e.startAngle}function S(e){return e.endAngle}function M(e){return e&&e.padAngle}function A(e,t,n,r,i,a,o){var l=e-n,c=t-r,h=(o?a:-a)/u(l*l+c*c),d=h*c,f=-h*l,p=e+d,m=t+f,g=n+d,v=r+f,y=(p+g)/2,b=(m+v)/2,x=g-p,w=v-m,_=x*x+w*w,k=i-a,S=p*v-g*m,M=(w<0?-1:1)*u(s(0,k*k*_-S*S)),A=(S*w-x*M)/_,E=(-S*x-w*M)/_,T=(S*w+x*M)/_,C=(-S*x+w*M)/_,P=A-y,N=E-b,O=T-y,L=C-b;return P*P+N*N>O*O+L*L&&(A=T,E=C),{cx:A,cy:E,x01:-d,y01:-f,x11:A*(i/k-1),y11:E*(i/k-1)}}function E(){var e=w,t=_,n=r(0),s=null,m=k,g=S,v=M,y=null,b=x(E);function E(){var r,x,w,_=+e.apply(this,arguments),k=+t.apply(this,arguments),S=m.apply(this,arguments)-d,M=g.apply(this,arguments)-d,E=i(M-S),T=M>S;if(y||(y=r=b()),k<_&&(x=k,k=_,_=x),k>1e-12)if(E>f-1e-12)y.moveTo(k*o(S),k*c(S)),y.arc(0,0,k,S,M,!T),_>1e-12&&(y.moveTo(_*o(M),_*c(M)),y.arc(0,0,_,M,S,T));else{var C,P,N=S,O=M,L=S,j=M,D=E,R=E,z=v.apply(this,arguments)/2,I=z>1e-12&&(s?+s.apply(this,arguments):u(_*_+k*k)),B=l(i(k-_)/2,+n.apply(this,arguments)),F=B,H=B;if(I>1e-12){var $=p(I/_*c(z)),U=p(I/k*c(z));(D-=2*$)>1e-12?(L+=$*=T?1:-1,j-=$):(D=0,L=j=(S+M)/2),(R-=2*U)>1e-12?(N+=U*=T?1:-1,O-=U):(R=0,N=O=(S+M)/2)}var V=k*o(N),q=k*c(N),Y=_*o(j),W=_*c(j);if(B>1e-12){var G,X=k*o(O),K=k*c(O),Z=_*o(L),Q=_*c(L);if(E1?0:w<-1?h:Math.acos(w))/2),ei=u(G[0]*G[0]+G[1]*G[1]);F=l(B,(_-ei)/(er-1)),H=l(B,(k-ei)/(er+1))}else F=H=0}R>1e-12?H>1e-12?(C=A(Z,Q,V,q,k,H,T),P=A(X,K,Y,W,k,H,T),y.moveTo(C.cx+C.x01,C.cy+C.y01),H1e-12&&D>1e-12?F>1e-12?(C=A(Y,W,X,K,_,-F,T),P=A(V,q,Z,Q,_,-F,T),y.lineTo(C.cx+C.x01,C.cy+C.y01),F=h;--d)l.point(v[d],y[d]);l.lineEnd(),l.areaEnd()}g&&(v[u]=+e(f,u,r),y[u]=+t(f,u,r),l.point(i?+i(f,u,r):v[u],n?+n(f,u,r):y[u]))}if(p)return l=null,p+""||null}function h(){return j().defined(a).curve(s).context(o)}return e="function"==typeof e?e:void 0===e?O:r(+e),t="function"==typeof t?t:r(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?L:r(+n),u.x=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),i=null,u):e},u.x0=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),u):e},u.x1=function(e){return arguments.length?(i=null==e?null:"function"==typeof e?e:r(+e),u):i},u.y=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),n=null,u):t},u.y0=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),u):t},u.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:r(+e),u):n},u.lineX0=u.lineY0=function(){return h().x(e).y(t)},u.lineY1=function(){return h().x(e).y(n)},u.lineX1=function(){return h().x(i).y(t)},u.defined=function(e){return arguments.length?(a="function"==typeof e?e:r(!!e),u):a},u.curve=function(e){return arguments.length?(s=e,null!=o&&(l=s(o)),u):s},u.context=function(e){return arguments.length?(null==e?o=l=null:l=s(o=e),u):o},u}function R(e,t){return te?1:t>=e?0:NaN}function z(e){return e}function I(){var e=z,t=R,n=null,i=r(0),a=r(f),o=r(0);function s(r){var s,l,c,u,h,d=(r=C(r)).length,p=0,m=Array(d),g=Array(d),v=+i.apply(this,arguments),y=Math.min(f,Math.max(-f,a.apply(this,arguments)-v)),b=Math.min(Math.abs(y)/d,o.apply(this,arguments)),x=b*(y<0?-1:1);for(s=0;s0&&(p+=h);for(null!=t?m.sort(function(e,n){return t(g[e],g[n])}):null!=n&&m.sort(function(e,t){return n(r[e],r[t])}),s=0,c=p?(y-d*x)/p:0;s0?h*c:0)+x,g[l]={data:r[l],index:s,value:h,startAngle:v,endAngle:u,padAngle:b};return g}return s.value=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),s):e},s.sortValues=function(e){return arguments.length?(t=e,n=null,s):t},s.sort=function(e){return arguments.length?(n=e,t=null,s):n},s.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),s):i},s.endAngle=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),s):a},s.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:r(+e),s):o},s}P.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}};var B=H(N);function F(e){this._curve=e}function H(e){function t(t){return new F(e(t))}return t._curve=e,t}function $(e){var t=e.curve;return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function U(){return $(j().curve(B))}function V(){var e=D().curve(B),t=e.curve,n=e.lineX0,r=e.lineX1,i=e.lineY0,a=e.lineY1;return e.angle=e.x,delete e.x,e.startAngle=e.x0,delete e.x0,e.endAngle=e.x1,delete e.x1,e.radius=e.y,delete e.y,e.innerRadius=e.y0,delete e.y0,e.outerRadius=e.y1,delete e.y1,e.lineStartAngle=function(){return $(n())},delete e.lineX0,e.lineEndAngle=function(){return $(r())},delete e.lineX1,e.lineInnerRadius=function(){return $(i())},delete e.lineY0,e.lineOuterRadius=function(){return $(a())},delete e.lineY1,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function q(e,t){return[(t*=1)*Math.cos(e-=Math.PI/2),t*Math.sin(e)]}F.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(e,t){this._curve.point(t*Math.sin(e),-(t*Math.cos(e)))}};class Y{constructor(e,t){this._context=e,this._x=t}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line}point(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._x?this._context.bezierCurveTo(this._x0=(this._x0+e)/2,this._y0,this._x0,t,e,t):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+t)/2,e,this._y0,e,t)}this._x0=e,this._y0=t}}class W{constructor(e){this._context=e}lineStart(){this._point=0}lineEnd(){}point(e,t){if(e*=1,t*=1,0===this._point)this._point=1;else{let n=q(this._x0,this._y0),r=q(this._x0,this._y0=(this._y0+t)/2),i=q(e,this._y0),a=q(e,t);this._context.moveTo(...n),this._context.bezierCurveTo(...r,...i,...a)}this._x0=e,this._y0=t}}function G(e){return new Y(e,!0)}function X(e){return new Y(e,!1)}function K(e){return new W(e)}function Z(e){return e.source}function Q(e){return e.target}function J(e){let t=Z,n=Q,i=O,a=L,o=null,s=null,l=x(c);function c(){let r,c=T.call(arguments),u=t.apply(this,c),h=n.apply(this,c);if(null==o&&(s=e(r=l())),s.lineStart(),c[0]=u,s.point(+i.apply(this,c),+a.apply(this,c)),c[0]=h,s.point(+i.apply(this,c),+a.apply(this,c)),s.lineEnd(),r)return s=null,r+""||null}return c.source=function(e){return arguments.length?(t=e,c):t},c.target=function(e){return arguments.length?(n=e,c):n},c.x=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),c):i},c.y=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),c):a},c.context=function(t){return arguments.length?(null==t?o=s=null:s=e(o=t),c):o},c}function ee(){return J(G)}function et(){return J(X)}function en(){let e=J(K);return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e}let er=u(3),ei={draw(e,t){let n=.59436*u(t+l(t/28,.75)),r=n/2,i=r*er;e.moveTo(0,n),e.lineTo(0,-n),e.moveTo(-i,-r),e.lineTo(i,r),e.moveTo(-i,r),e.lineTo(i,-r)}},ea={draw(e,t){let n=u(t/h);e.moveTo(n,0),e.arc(0,0,n,0,f)}},eo={draw(e,t){let n=u(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},es=u(1/3),el=2*es,ec={draw(e,t){let n=u(t/el),r=n*es;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},eu={draw(e,t){let n=.62625*u(t);e.moveTo(0,-n),e.lineTo(n,0),e.lineTo(0,n),e.lineTo(-n,0),e.closePath()}},eh={draw(e,t){let n=.87559*u(t-l(t/7,2));e.moveTo(-n,0),e.lineTo(n,0),e.moveTo(0,n),e.lineTo(0,-n)}},ed={draw(e,t){let n=u(t),r=-n/2;e.rect(r,r,n,n)}},ef={draw(e,t){let n=.4431*u(t);e.moveTo(n,n),e.lineTo(n,-n),e.lineTo(-n,-n),e.lineTo(-n,n),e.closePath()}},ep=c(h/10)/c(7*h/10),em=c(f/10)*ep,eg=-o(f/10)*ep,ev={draw(e,t){let n=u(.8908130915292852*t),r=em*n,i=eg*n;e.moveTo(0,-n),e.lineTo(r,i);for(let t=1;t<5;++t){let a=f*t/5,s=o(a),l=c(a);e.lineTo(l*n,-s*n),e.lineTo(s*r-l*i,l*r+s*i)}e.closePath()}},ey=u(3),eb={draw(e,t){let n=-u(t/(3*ey));e.moveTo(0,2*n),e.lineTo(-ey*n,-n),e.lineTo(ey*n,-n),e.closePath()}},ex=u(3),ew={draw(e,t){let n=.6824*u(t),r=n/2,i=n*ex/2;e.moveTo(0,-n),e.lineTo(i,r),e.lineTo(-i,r),e.closePath()}},e_=u(3)/2,ek=1/u(12),eS=3*(ek/2+1),eM={draw(e,t){let n=u(t/eS),r=n/2,i=n*ek,a=n*ek+n,o=-r;e.moveTo(r,i),e.lineTo(r,a),e.lineTo(o,a),e.lineTo(-.5*r-e_*i,e_*r+-.5*i),e.lineTo(-.5*r-e_*a,e_*r+-.5*a),e.lineTo(-.5*o-e_*a,e_*o+-.5*a),e.lineTo(-.5*r+e_*i,-.5*i-e_*r),e.lineTo(-.5*r+e_*a,-.5*a-e_*r),e.lineTo(-.5*o+e_*a,-.5*a-e_*o),e.closePath()}},eA={draw(e,t){let n=.6189*u(t-l(t/6,1.7));e.moveTo(-n,-n),e.lineTo(n,n),e.moveTo(-n,n),e.lineTo(n,-n)}},eE=[ea,eo,ec,ed,ev,eb,eM],eT=[ea,eh,eA,ew,ei,ef,eu];function eC(e,t){let n=null,i=x(a);function a(){let r;if(n||(n=r=i()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),r)return n=null,r+""||null}return e="function"==typeof e?e:r(e||ea),t="function"==typeof t?t:r(void 0===t?64:+t),a.type=function(t){return arguments.length?(e="function"==typeof t?t:r(t),a):e},a.size=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),a):t},a.context=function(e){return arguments.length?(n=null==e?null:e,a):n},a}function eP(){}function eN(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function eO(e){this._context=e}function eL(e){return new eO(e)}function ej(e){this._context=e}function eD(e){return new ej(e)}function eR(e){this._context=e}function ez(e){return new eR(e)}function eI(e,t){this._basis=new eO(e),this._beta=t}eO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:eN(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},ej.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eR.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eI.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],a=t[0],o=e[n]-i,s=t[n]-a,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*o),this._beta*t[l]+(1-this._beta)*(a+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};let eB=function e(t){function n(e){return 1===t?new eO(e):new eI(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function eF(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function eH(e,t){this._context=e,this._k=(1-t)/6}eH.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:eF(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let e$=function e(t){function n(e){return new eH(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eU(e,t){this._context=e,this._k=(1-t)/6}eU.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eV=function e(t){function n(e){return new eU(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eq(e,t){this._context=e,this._k=(1-t)/6}eq.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eY=function e(t){function n(e){return new eq(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eW(e,t,n){var r=e._x1,i=e._y1,a=e._x2,o=e._y2;if(e._l01_a>1e-12){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>1e-12){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);a=(a*c+e._x1*e._l23_2a-t*e._l12_2a)/u,o=(o*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,a,o,e._x2,e._y2)}function eG(e,t){this._context=e,this._alpha=t}eG.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eX=function e(t){function n(e){return t?new eG(e,t):new eH(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eK(e,t){this._context=e,this._alpha=t}eK.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eZ=function e(t){function n(e){return t?new eK(e,t):new eU(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eQ(e,t){this._context=e,this._alpha=t}eQ.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eJ=function e(t){function n(e){return t?new eQ(e,t):new eq(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function e0(e){this._context=e}function e1(e){return new e0(e)}function e2(e,t,n){var r=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(r||i<0&&-0),o=(n-e._y1)/(i||r<0&&-0);return((a<0?-1:1)+(o<0?-1:1))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs((a*i+o*r)/(r+i)))||0}function e3(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function e5(e,t,n){var r=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-r)/3;e._context.bezierCurveTo(r+s,i+s*t,a-s,o-s*n,a,o)}function e7(e){this._context=e}function e4(e){this._context=new e6(e)}function e6(e){this._context=e}function e9(e){return new e7(e)}function e8(e){return new e4(e)}function te(e){this._context=e}function tt(e){var t,n,r=e.length-1,i=Array(r),a=Array(r),o=Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t1)for(var n,r,i,a=1,o=e[t[0]],s=o.length;a=0;)n[t]=t;return n}function tc(e,t){return e[t]}function tu(e){let t=[];return t.key=e,t}function th(){var e=r([]),t=tl,n=ts,i=tc;function a(r){var a,o,s=Array.from(e.apply(this,arguments),tu),l=s.length,c=-1;for(let e of r)for(a=0,++c;a0){for(var n,r,i,a=0,o=e[0].length;a0)for(var n,r,i,a,o,s,l=0,c=e[t[0]].length;l0?(r[0]=a,r[1]=a+=i):i<0?(r[1]=o,r[0]=o+=i):(r[0]=0,r[1]=i)}function tp(e,t){if((n=e.length)>0){for(var n,r=0,i=e[t[0]],a=i.length;r0&&(r=(n=e[t[0]]).length)>0){for(var n,r,i,a=0,o=1;oa&&(a=t,r=n);return r}function ty(e){var t=e.map(tb);return tl(e).sort(function(e,n){return t[e]-t[n]})}function tb(e){for(var t,n=0,r=-1,i=e.length;++r=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}}},6390:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var r,i=n(7235),a=n(1631),o=n(5204);function s(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+Array(i-r.length+2).join("0")}let l={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:o.A,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>s(100*e,t),r:s,s:function(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var i=n[0],a=n[1],s=a-(r=3*Math.max(-8,Math.min(8,Math.floor(a/3))))+1,l=i.length;return s===l?i:s>l?i+Array(s-l+1).join("0"):s>0?i.slice(0,s)+"."+i.slice(s):"0."+Array(1-s).join("0")+(0,o.f)(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function c(e){return e}var u=Array.prototype.map,h=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function d(e){var t,n,o,s=void 0===e.grouping||void 0===e.thousands?c:(n=u.call(e.grouping,Number),o=e.thousands+"",function(e,t){for(var r=e.length,i=[],a=0,s=n[0],l=0;r>0&&s>0&&(l+s+1>t&&(s=Math.max(1,t-l)),i.push(e.substring(r-=s,r+s)),!((l+=s+1)>t));)s=n[a=(a+1)%n.length];return i.reverse().join(o)}),d=void 0===e.currency?"":e.currency[0]+"",f=void 0===e.currency?"":e.currency[1]+"",p=void 0===e.decimal?".":e.decimal+"",m=void 0===e.numerals?c:(t=u.call(e.numerals,String),function(e){return e.replace(/[0-9]/g,function(e){return t[+e]})}),g=void 0===e.percent?"%":e.percent+"",v=void 0===e.minus?"−":e.minus+"",y=void 0===e.nan?"NaN":e.nan+"";function b(e){var t=(e=(0,a.A)(e)).fill,n=e.align,i=e.sign,o=e.symbol,c=e.zero,u=e.width,b=e.comma,x=e.precision,w=e.trim,_=e.type;"n"===_?(b=!0,_="g"):l[_]||(void 0===x&&(x=12),w=!0,_="g"),(c||"0"===t&&"="===n)&&(c=!0,t="0",n="=");var k="$"===o?d:"#"===o&&/[boxX]/.test(_)?"0"+_.toLowerCase():"",S="$"===o?f:/[%p]/.test(_)?g:"",M=l[_],A=/[defgprs%]/.test(_);function E(e){var a,o,l,d=k,f=S;if("c"===_)f=M(e)+f,e="";else{var g=(e*=1)<0||1/e<0;if(e=isNaN(e)?y:M(Math.abs(e),x),w&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),g&&0==+e&&"+"!==i&&(g=!1),d=(g?"("===i?i:v:"-"===i||"("===i?"":i)+d,f=("s"===_?h[8+r/3]:"")+f+(g&&"("===i?")":""),A){for(a=-1,o=e.length;++a(l=e.charCodeAt(a))||l>57){f=(46===l?p+e.slice(a+1):e.slice(a))+f,e=e.slice(0,a);break}}}b&&!c&&(e=s(e,1/0));var E=d.length+e.length+f.length,T=E>1)+d+e+f+T.slice(E);break;default:e=T+d+e+f}return m(e)}return x=void 0===x?6:/[gprs]/.test(_)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x)),E.toString=function(){return e+""},E}return{format:b,formatPrefix:function(e,t){var n=b(((e=(0,a.A)(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor((0,i.A)(t)/3))),o=Math.pow(10,-r),s=h[8+r/3];return function(e){return n(o*e)+s}}}}},6436:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[]),e=i.scaleLinear().domain(t.extent(x,H)).range([0,y]),n=i.scaleLinear().domain(t.extent(x,$)).range([b,0]),v||((c=(v=l.select(this).append("svg").classed("britechart sparkline",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(A.left,",").concat(A.top,")"))).append("g").classed("text-group",!0),c.append("g").classed("chart-group",!0),c.append("g").classed("metadata-group",!0)),v.attr("width",E).attr("height",T),o=v.select(".metadata-group"),(p||m)&&(v.selectAll("#".concat(N)).remove(),v.selectAll("#".concat(L)).remove()),p=o.append("linearGradient").attr("id",N).attr("class","area-gradient").attr("gradientUnits","userSpaceOnUse").attr("x1",0).attr("x2",e(x[x.length-1].date)).attr("y1",0).attr("y2",0).selectAll("stop").data([{offset:"0%",color:P[0]},{offset:"100%",color:P[1]}]).enter().append("stop").attr("offset",function(e){return e.offset}).attr("stop-color",function(e){return e.color}),m=o.append("linearGradient").attr("id",L).attr("class","line-gradient").attr("gradientUnits","userSpaceOnUse").attr("x1",0).attr("x2",e(x[x.length-1].date)).attr("y1",0).attr("y2",0).selectAll("stop").data([{offset:"0%",color:O[0]},{offset:"100%",color:O[1]}]).enter().append("stop").attr("offset",function(e){return e.offset}).attr("stop-color",function(e){return e.color}),g&&v.selectAll("#".concat(j)).remove(),D&&(g=v.select(".metadata-group").append("clipPath").attr("id",j).attr("class","clip-path").append("rect").attr("width",0).attr("height",T),l.select("#".concat(j," rect")).transition().ease(z).duration(R).attr("width",E)),_&&v.selectAll(".sparkline-area").remove(),_=a.area().x(function(t){return e(t.date)}).y0(function(){return n(0)+1}).y1(function(e){return n(e.value)}).curve(a.curveBasis),v.select(".chart-group").append("path").datum(x).attr("class","sparkline-area").attr("fill","url(#".concat(N,")")).attr("d",_).attr("clip-path","url(#".concat(j,")")),w&&v.selectAll(".line").remove(),w=a.line().curve(a.curveBasis).x(function(t){return e(t.date)}).y(function(e){return n(e.value)}),v.select(".chart-group").append("path").datum(x).attr("class","line").attr("stroke","url(#".concat(L,")")).attr("d",w).attr("clip-path","url(#".concat(j,")")),k&&v.selectAll(".sparkline-circle").remove(),k=v.selectAll(".chart-group").append("circle").attr("class","sparkline-circle").attr("cx",e(x[x.length-1].date)).attr("cy",n(x[x.length-1].value)).attr("r",1.5),M&&(S&&v.selectAll(".sparkline-text").remove(),S=v.selectAll(".text-group").append("text").attr("x",y/2).attr("y",b/6).attr("text-anchor","middle").attr("class","sparkline-text").style("font-size",I["font-size"]||f["font-size"]).style("fill",I.fill||O[0]).style("font-family",I["font-family"]||f["font-family"]).style("font-weight",I["font-weight"]||f["font-weight"]).style("font-style",I["font-style"]||f["font-style"]).text(M))})}return U.areaGradient=function(e){return arguments.length?(P=e,this):P},U.dateLabel=function(e){return arguments.length?(F=e,this):F},U.duration=function(e){return arguments.length?(R=e,this):R},U.exportChart=function(e,t){c.call(U,v,e,t)},U.height=function(e){return arguments.length?(T=e,this):T},U.isAnimated=function(e){return arguments.length?(D=e,this):D},U.lineGradient=function(e){return arguments.length?(O=e,this):O},U.loadingState=function(e){return arguments.length?(C=e,this):C},U.margin=function(e){return arguments.length?(A=o(o({},A),e),this):A},U.titleText=function(e){return arguments.length?(M=e,this):M},U.titleTextStyle=function(e){return arguments.length?(I=e,this):I},U.valueLabel=function(e){return arguments.length?(B=e,this):B},U.width=function(e){return arguments.length?(E=e,this):E},U}}).call(t,n,t,e))||(e.exports=r)},6452:(e,t,n)=>{"use strict";n.d(t,{LN:()=>I,Ay:()=>F,zr:()=>z});var r=n(574),i=n(5478),a=n(747),o=n(6541),s=Array.prototype.find;function l(){return this.firstElementChild}var c=Array.prototype.filter;function u(){return Array.from(this.children)}function h(e){return Array(e.length)}function d(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function f(e,t,n,r,i,a){for(var o,s=0,l=t.length,c=a.length;st?1:e>=t?0:NaN}d.prototype={constructor:d,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};var v=n(7268),y=n(3683);function b(e){return e.trim().split(/^|\s+/)}function x(e){return e.classList||new w(e)}function w(e){this._node=e,this._names=b(e.getAttribute("class")||"")}function _(e,t){for(var n=x(e),r=-1,i=t.length;++rthis._names.indexOf(e)&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var T=n(3663);function C(){return null}function P(){var e=this.parentNode;e&&e.removeChild(this)}function N(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function O(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function L(e){return function(){var t=this.__on;if(t){for(var n,r=0,i=-1,a=t.length;r=M&&(M=S+1);!(k=x[M])&&++M=0;)(r=i[a])&&(o&&4^r.compareDocumentPosition(o)&&o.parentNode.insertBefore(r,o),o=r);return this},sort:function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=g);for(var n=this._groups,r=n.length,i=Array(r),a=0;a1?this.each((null==t?function(e){return function(){delete this[e]}}:"function"==typeof t?function(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}:function(e,t){return function(){this[e]=t}})(e,t)):this.node()[e]},classed:function(e,t){var n=b(e+"");if(arguments.length<2){for(var r=x(this.node()),i=-1,a=n.length;++i=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}),o=a.length;if(!(arguments.length<2)){for(s=t?j:L,r=0;r{"use strict";function r(e){return function(){return this.matches(e)}}function i(e){return function(t){return t.matches(e)}}n.d(t,{A:()=>r,j:()=>i})},6561:(e,t,n)=>{"use strict";function r(e,t,n){e*=1,t*=1,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((t-e)/n)),a=Array(i);++rr})},6607:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;t{"use strict";function r(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}n.d(t,{A:()=>r})},6946:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,lq:()=>l,sG:()=>c});let r=Math.sqrt(50),i=Math.sqrt(10),a=Math.sqrt(2);function o(e,t,n){let s,l,c,u=(t-e)/Math.max(0,n),h=Math.floor(Math.log10(u)),d=u/Math.pow(10,h),f=d>=r?10:d>=i?5:d>=a?2:1;return h<0?(s=Math.round(e*(c=Math.pow(10,-h)/f)),l=Math.round(t*c),s/ct&&--l,c=-c):(s=Math.round(e/(c=Math.pow(10,h)*f)),l=Math.round(t/c),s*ct&&--l),l0))return[];if((e*=1)==(t*=1))return[e];let r=t=i))return[];let l=a-i+1,c=Array(l);if(r)if(s<0)for(let e=0;e{"use strict";n.d(t,{Ay:()=>x,Gw:()=>M,KI:()=>L,Q1:()=>i,Qh:()=>S,Uw:()=>o,b:()=>k,ef:()=>a});var r=n(871);function i(){}var a=.7,o=1.4285714285714286,s="\\s*([+-]?\\d+)\\s*",l="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",c="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",u=/^#([0-9a-f]{3,8})$/,h=RegExp(`^rgb\\(${s},${s},${s}\\)$`),d=RegExp(`^rgb\\(${c},${c},${c}\\)$`),f=RegExp(`^rgba\\(${s},${s},${s},${l}\\)$`),p=RegExp(`^rgba\\(${c},${c},${c},${l}\\)$`),m=RegExp(`^hsl\\(${l},${c},${c}\\)$`),g=RegExp(`^hsla\\(${l},${c},${c},${l}\\)$`),v={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function y(){return this.rgb().formatHex()}function b(){return this.rgb().formatRgb()}function x(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=u.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?w(t):3===n?new M(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?_(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?_(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=h.exec(e))?new M(t[1],t[2],t[3],1):(t=d.exec(e))?new M(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=f.exec(e))?_(t[1],t[2],t[3],t[4]):(t=p.exec(e))?_(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=m.exec(e))?N(t[1],t[2]/100,t[3]/100,1):(t=g.exec(e))?N(t[1],t[2]/100,t[3]/100,t[4]):v.hasOwnProperty(e)?w(v[e]):"transparent"===e?new M(NaN,NaN,NaN,0):null}function w(e){return new M(e>>16&255,e>>8&255,255&e,1)}function _(e,t,n,r){return r<=0&&(e=t=n=NaN),new M(e,t,n,r)}function k(e){return e instanceof i||(e=x(e)),e?new M((e=e.rgb()).r,e.g,e.b,e.opacity):new M}function S(e,t,n,r){return 1==arguments.length?k(e):new M(e,t,n,null==r?1:r)}function M(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function A(){return`#${P(this.r)}${P(this.g)}${P(this.b)}`}function E(){let e=T(this.opacity);return`${1===e?"rgb(":"rgba("}${C(this.r)}, ${C(this.g)}, ${C(this.b)}${1===e?")":`, ${e})`}`}function T(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function C(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function P(e){return((e=C(e))<16?"0":"")+e.toString(16)}function N(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new j(e,t,n,r)}function O(e){if(e instanceof j)return new j(e.h,e.s,e.l,e.opacity);if(e instanceof i||(e=x(e)),!e)return new j;if(e instanceof j)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,a=Math.min(t,n,r),o=Math.max(t,n,r),s=NaN,l=o-a,c=(o+a)/2;return l?(s=t===o?(n-r)/l+6*(n0&&c<1?0:s,new j(s,l,c,e.opacity)}function L(e,t,n,r){return 1==arguments.length?O(e):new j(e,t,n,null==r?1:r)}function j(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function D(e){return(e=(e||0)%360)<0?e+360:e}function R(e){return Math.max(0,Math.min(1,e||0))}function z(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}(0,r.A)(i,x,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:y,formatHex:y,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return O(this).formatHsl()},formatRgb:b,toString:b}),(0,r.A)(M,S,(0,r.X)(i,{brighter(e){return e=null==e?o:Math.pow(o,e),new M(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?a:Math.pow(a,e),new M(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new M(C(this.r),C(this.g),C(this.b),T(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:A,formatHex:A,formatHex8:function(){return`#${P(this.r)}${P(this.g)}${P(this.b)}${P(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:E,toString:E})),(0,r.A)(j,L,(0,r.X)(i,{brighter(e){return e=null==e?o:Math.pow(o,e),new j(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?a:Math.pow(a,e),new j(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new M(z(e>=240?e-240:e+120,i,r),z(e,i,r),z(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new j(D(this.h),R(this.s),R(this.l),T(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=T(this.opacity);return`${1===e?"hsl(":"hsla("}${D(this.h)}, ${100*R(this.s)}%, ${100*R(this.l)}%${1===e?")":`, ${e})`}`}}))},7225:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[]),D=I-z.left-z.right,R=B-z.top-z.bottom,f=(o=[t.min(n,function(e){return e.x}),t.min(n,function(e){return e.y})])[0],p=o[1],ec=(F=[t.max(n,function(e){return e.x}),t.max(n,function(e){return e.y})])[0],ef=F[1],ep=0>Math.abs(p)?Math.abs(p):0,x=c.scaleLinear().domain([f,ec]).rangeRound([0,D]).nice(),_=c.scaleLinear().domain([ep,ef]).rangeRound([R,0]).nice(),S=c.scaleOrdinal().domain(n.map(el)).range(et),k=c.scaleSqrt().domain([ep,ef]).range([0,J]),em=S.range(),e=S.domain().reduce(function(e,t,n){return e[t]=em[n],e},{}),j||((eg=(j=h.select(this).append("svg").classed("britechart scatter-plot",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(z.left,", ").concat(z.top,")"))).append("g").classed("grid-lines-group",!0),eg.append("g").classed("chart-group",!0),eg.append("g").classed("x-axis-group",!0).append("g").classed("axis x",!0),eg.append("g").classed("y-axis-group",!0).append("g").classed("axis y",!0),eg.append("g").classed("axis-labels-group",!0),eg.append("g").classed("metadata-group",!0)),j.attr("width",I).attr("height",B),b=r.axisBottom(x).ticks(H).tickPadding(5).tickFormat(l.format(q)),w=r.axisLeft(_).ticks($).tickPadding(5).tickFormat(l.format(Y)),m=d.Delaunay.from(n,function(e){return x(e.x)},function(e){return _(e.y)}).voronoi([0,0,D,R]),j.select(".x-axis-group .axis.x").attr("transform","translate(0, ".concat(R,")")).call(b),j.select(".y-axis-group .axis.y").call(w),M&&(A&&j.selectAll(".y-axis-label-text").remove(),A=j.select(".axis-labels-group").append("g").attr("class","y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-R/2).attr("y",W-0).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(M)),E&&(T&&j.selectAll(".x-axis-label-text").remove(),T=j.selectAll(".axis-labels-group").append("g").attr("class","x-axis-label").append("text").classed("x-axis-label-text",!0).attr("x",D/2).attr("y",R-G).attr("text-anchor","middle").text(E)),j.select(".grid-lines-group").selectAll("line").remove(),("horizontal"===V||"full"===V)&&j.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(_.ticks($)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",0).attr("x2",D).attr("y1",function(e){return _(e)}).attr("y2",function(e){return _(e)}),"vertical"!==V&&"full"!==V||j.select(".grid-lines-group").selectAll("line.vertical-grid-line").data(x.ticks(H)).enter().append("line").attr("class","vertical-grid-line").attr("y1",0).attr("y2",R).attr("x1",function(e){return x(e)}).attr("x2",function(e){return x(e)}),j.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",0).attr("x2",D).attr("y1",R).attr("y2",R),Q=j.select(".metadata-group").selectAll("circle.highlight-circle").data([1]).enter().append("circle").attr("class","highlight-circle").attr("cursor","pointer"),er&&(O=j.select(".chart-group").append("g").attr("class","crosshair-lines-container"),L=j.select(".metadata-group").append("g").attr("class","crosshair-labels-container"),O.selectAll("line.highlight-y-line").data([1]).enter().append("line").attr("class","highlight-y-line"),O.selectAll("line.highlight-x-line").data([1]).enter().append("line").attr("class","highlight-x-line"),L.selectAll("text.highlight-y-legend").data([1]).enter().append("text").attr("class","highlight-y-legend"),L.selectAll("text.highlight-x-legend").data([1]).enter().append("text").attr("class","highlight-x-legend")),a=j.select(".chart-group").attr("clip-path","url(#".concat(ee,")")).selectAll("circle").data(n).enter(),en?a.append("circle").attr("class","data-point data-point-highlighter").transition().delay(500).duration(500).ease(ea).style("stroke",function(t){return e[t.name]}).attr("fill",function(t){return eo?U:e[t.name]}).attr("fill-opacity",Z).attr("r",function(e){return k(e.y)}).attr("cx",function(e){return x(e.x)}).attr("cy",function(e){return _(e.y)}).style("cursor","pointer"):a.append("circle").attr("class","point").attr("class","data-point-highlighter").style("stroke",function(t){return e[t.name]}).attr("fill",function(t){return eo?U:e[t.name]}).attr("fill-opacity",Z).attr("r",function(e){return k(e.y)}).attr("cx",function(e){return x(e.x)}).attr("cy",function(e){return _(e.y)}).style("cursor","pointer"),j.selectAll(".chart-group").append("clipPath").attr("id",ee).append("rect").attr("width",D).attr("height",R).attr("x",0).attr("y",0),ei&&(ev=n.length,ey=0,eb=0,ex=0,ew=0,n.forEach(function(e){ey+=e.x,eb+=e.y,ex+=e.x*e.y,ew+=e.x*e.x}),e_=ev*ew-ey*ey,ek=(eb*ew-ey*ex)/e_,eS=(ev*ex-ey*eb)/e_,eA={x1:t.min(n,function(e){return e.x}),y1:eS*ev+ek,x2:eM=t.max(n,function(e){return e.x}),y2:eS*eM+ek},C&&C.remove(),eE=[{x:eA.x1,y:eA.y1},{x:eA.x2,y:eA.y2}],eT=u.line().curve(X).x(function(e){return x(e.x)}).y(function(e){return _(e.y)}),eC=(C=j.selectAll(".chart-group").append("path").attr("class","scatter-trendline").attr("d",eT(eE)).attr("stroke",et[0]).attr("stroke-width","2").attr("fill","none")).node().getTotalLength(),C.attr("stroke-dasharray","".concat(eC," ").concat(eC)).attr("stroke-dashoffset",eC).transition().delay(1500).duration(2e3).ease(ea).attr("stroke-dashoffset",0)),j.on("mousemove",function(t){var n,r,i,a;n=this,r=t,a=((i=eu(n)).mousePos,i.closestPoint),er&&(ed(!0),O.selectAll("line.highlight-y-line").attr("stroke",e[a.name]).attr("class","highlight-y-line").attr("x1",x(a.x)-k(a.y)).attr("x2",0).attr("y1",_(a.y)).attr("y2",_(a.y)),O.selectAll("line.highlight-x-line").attr("stroke",e[a.name]).attr("class","highlight-x-line").attr("x1",x(a.x)).attr("x2",x(a.x)).attr("y1",_(a.y)+k(a.y)).attr("y2",R),L.selectAll("text.highlight-y-legend").attr("text-anchor","middle").attr("fill",e[a.name]).attr("class","highlight-y-legend").attr("y",_(a.y)+k(a.y)/2).attr("x",K).text("".concat(l.format(Y)(a.y))),L.selectAll("text.highlight-x-legend").attr("text-anchor","middle").attr("fill",e[a.name]).attr("class","highlight-x-legend").attr("transform","translate(0, ".concat(R-K,")")).attr("x",x(a.x)-k(a.y)/2).text("".concat(l.format(q)(a.x)))),eh(),P||(N=v(P=g(j.select(".metadata-group")))),Q.attr("opacity",1).attr("stroke",function(){return e[a.name]}).attr("fill",function(){return e[a.name]}).attr("fill-opacity",Z).attr("cx",function(){return x(a.x)}).attr("cy",function(){return _(a.y)}).attr("r",function(){return k(a.y)}).style("stroke-width",10).style("stroke-opacity",.24),Q.attr("filter","url(#".concat(N,")")),es.call("customMouseMove",n,a,h.pointer(r,n),[D,R])}).on("mouseover",function(e){es.call("customMouseOver",this,eu(this).closestPoint,h.pointer(e,this))}).on("mouseout",function(e){eh(),er&&ed(!1),es.call("customMouseOut",this,eu(this).closestPoint,h.pointer(e,this))}).on("click",function(e){var t,n,r;t=this,n=e,r=eu(t).closestPoint,y(Q,ea,k(r.y),k(2*r.y)),es.call("customClick",t,r,h.pointer(n,t),[D,R])})})}function eu(e){var t=h.pointer(event,e);return t[0]-=z.left,t[1]-=z.top,{closestPoint:n[m.delaunay.find(t[0],t[1])],mousePos:t}}function eh(){j.selectAll("circle.highlight-circle").attr("opacity",0)}function ed(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0]?1:0;O.attr("opacity",e),L.attr("opacity",e)}return ec.aspectRatio=function(e){return arguments.length?(F=e,this):F},ec.circleOpacity=function(e){return arguments.length?(Z=e,this):Z},ec.colorSchema=function(e){return arguments.length?(et=e,this):et},ec.exportChart=function(e,t){f.call(ec,j,e,t)},ec.grid=function(e){return arguments.length?(V=e,this):V},ec.hasCrossHairs=function(e){return arguments.length?(er=e,this):er},ec.hasHollowCircles=function(e){return arguments.length?(eo=e,this):eo},ec.hasTrendline=function(e){return arguments.length?(ei=e,this):ei},ec.height=function(e){return arguments.length?(F&&(I=Math.ceil(e/F)),B=e,this):B},ec.highlightTextLegendOffset=function(e){return arguments.length?(K=e,this):K},ec.isAnimated=function(e){return arguments.length?(en=e,this):en},ec.margin=function(e){return arguments.length?(z=o(o({},z),e),this):z},ec.maxCircleArea=function(e){return arguments.length?(J=e,this):J},ec.on=function(){var e=es.on.apply(es,arguments);return e===es?ec:e},ec.width=function(e){return arguments.length?(F&&(B=Math.ceil(e*F)),I=e,this):I},ec.xAxisLabel=function(e){return arguments.length?(E=e,this):E},ec.xAxisLabelOffset=function(e){return arguments.length?(G=e,this):G},ec.xAxisFormat=function(e){return arguments.length?(q=e,this):q},ec.xTicks=function(e){return arguments.length?(H=e,this):H},ec.yAxisFormat=function(e){return arguments.length?(Y=e,this):Y},ec.yAxisLabel=function(e){return arguments.length?(M=e,this):M},ec.yAxisLabelOffset=function(e){return arguments.length?(W=e,this):W},ec.yTicks=function(e){return arguments.length?($=e,this):$},ec}}).call(t,n,t,e))||(e.exports=r)},7235:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(5204);function i(e){return(e=(0,r.f)(Math.abs(e)))?e[1]:NaN}},7268:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7947);function i(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),r.A.hasOwnProperty(t)?{space:r.A[t],local:e}:e}},7422:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||c(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return u(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);ne[n]?-1:+(e[t]!==e[n])}),n=t.indexOf("Other");if(n>=0){var r=t.splice(n,1);t=t.concat(r)}return t}(m),U=(g=u.stack().keys(I).order(u.stackOrderNone).offset(u.stackOffsetNone))(en),H=g(et),M=eR?eD.maxY:(C=j(J.map(function(e){return e.name})),t.max(et,function(e){var n=C.map(function(t){return e[t]});return t.sum(n)})),e=c.scaleTime().domain(t.extent(ee,function(e){return e.date})).rangeRound([0,Z]),_=c.scaleLinear().domain([0,M]).rangeRound([Q,0]).nice(),R=I.reduce(function(e,t,n){return p({},e,h({},t,em[n]))},{}),E=j(J.map(function(e){return e.name})),T={},E.forEach(function(e){var t=J.find(function(t){return t.name===e});t.hasOwnProperty("show")?T[e]=t.show:T[e]=!0}),z=T,K||((K=d.select(this).append("svg").classed("britechart stacked-area",!0)).append("rect").classed("export-wrapper",!0).attr("width",ec).attr("height",eu).attr("fill","white"),(v=K.append("g").classed("container-group",!0).attr("transform","translate(".concat(el.left,",").concat(el.top,")"))).append("g").classed("x-axis-group",!0).append("g").classed("x axis",!0),v.selectAll(".x-axis-group").append("g").classed("month-axis",!0),v.append("g").classed("y-axis-group axis",!0),v.append("g").classed("grid-lines-group",!0),v.append("g").classed("y-axis-label",!0),v.append("g").classed("chart-group",!0),eE&&v.append("g").classed("legend-group",!0),v.append("g").classed("metadata-group",!0)),K.attr("width",ec).attr("height",eu),function(){if("custom"===ex&&"string"==typeof e_)t={tick:ew,format:f.timeFormat(e_)},i=null;else{var t,i,a,o,s=y(ee,ec,ex,F);t=s.minor,i=s.major,b=r.axisBottom(e).ticks(i.tick).tickSize(0,0).tickFormat(i.format)}n=r.axisBottom(e).ticks(t.tick).tickSize(10,0).tickPadding(5).tickFormat(t.format),A=r.axisRight(_).ticks(ef).tickSize([0]).tickPadding(5).tickFormat(eY),a=t.tick,o=ef,K.select(".grid-lines-group").selectAll("line").remove(),("horizontal"===eP||"full"===eP)&&K.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(_.ticks(o)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",-45).attr("x2",Z).attr("y1",function(e){return _(e)}).attr("y2",function(e){return _(e)}),"vertical"!==eP&&"full"!==eP||K.select(".grid-lines-group").selectAll("line.vertical-grid-line").data(e.ticks(a)).enter().append("line").attr("class","vertical-grid-line").attr("y1",0).attr("y2",Q).attr("x1",function(t){return e(t)}).attr("x2",function(t){return e(t)}),K.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",-45).attr("x2",Z).attr("y1",eu-el.bottom-el.top).attr("y2",eu-el.bottom-el.top)}(),K.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(Q," )")).call(n),"custom"!==ex&&K.select(".x-axis-group .month-axis").attr("transform","translate(0, ".concat(Q+30,")")).call(b),K.select(".y-axis-group.axis").attr("transform","translate( ".concat(-15,", 0)")).call(A).call(eW),P&&(D&&K.selectAll(".y-axis-label-text").remove(),D=K.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-Q/2).attr("y",ep).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(P)),function(){var t,n;if($&&(K.selectAll(".layer-container").remove(),K.selectAll(".layer").remove(),K.selectAll(".area-outline").remove()),eR)return t=u.line().x(function(t){return e(t.date)}).y(function(){return _(0)-1}),(n=K.select(".chart-group")).append("path").attr("class","empty-data-line").attr("d",t(et)).style("stroke","url(#empty-data-line-gradient)"),n.append("linearGradient").attr("id","empty-data-line-gradient").attr("gradientUnits","userSpaceOnUse").attr("x1",0).attr("x2",e(J[J.length-1].date)).attr("y1",0).attr("y2",0).selectAll("stop").data([{offset:"0%",color:eg[0]},{offset:"100%",color:eg[1]}]).enter().append("stop").attr("offset",function(e){return e.offset}).attr("stop-color",function(e){return e.color});V=u.area().curve(w[ek]).x(function(t){var n=t.data;return e(n.date)}).y0(function(e){return _(e[0])}).y1(function(e){return _(e[1])}),q=u.line().curve(V.curve()).x(function(t){var n=t.data;return e(n.date)}).y(function(e){return _(e[1])}),eA?(($=K.select(".chart-group").selectAll(".layer").data(U,eH).enter().append("g").classed("layer-container",!0)).append("path").attr("class","layer").attr("d",V).style("opacity",function(e){return z[e.key]?eb:0}).style("fill",function(e){return R[e.key]}),$.append("path").attr("class","area-outline").attr("d",q).style("stroke",function(e){return R[e.key]}).style("opacity",function(e){return z[e.key]?eb:0}),K.select(".chart-group").selectAll(".layer").data(H).transition().delay(function(e,t){return eS[t]}).duration(1e3).ease(eT).attr("d",V).style("opacity",function(e){return z[e.key]?eb:0}).style("fill",function(e){return R[e.key]}),K.select(".chart-group").selectAll(".area-outline").data(H).transition().delay(function(e,t){return eS[t]}).duration(1e3).ease(eT).attr("d",q).style("opacity",function(e){return z[e.key]?eb:0})):(($=K.select(".chart-group").selectAll(".layer").data(H).enter().append("g").classed("layer-container",!0)).append("path").attr("class","layer").attr("d",V).style("opacity",function(e){return z[e.key]?eb:0}).style("fill",function(e){return R[e.key]}),$.append("path").attr("class","area-outline").attr("d",q).style("stroke",function(e){return R[e.key]}).style("opacity",function(e){return z[e.key]?eb:0}),K.select(".chart-group").selectAll(".layer").attr("d",V).style("opacity",function(e){return z[e.key]?eb:0}).style("fill",function(e){return R[e.key]}),K.select(".chart-group").selectAll(".area-outline").attr("class","area-outline").attr("d",q).style("stroke",function(e){return R[e.key]}).style("opacity",function(e){return z[e.key]?eb:0})),eC||K.select(".chart-group").selectAll(".area-outline").style("display","none"),$.exit().transition().style("opacity",0).remove()}(),function(){if(eE){var e,t,n,r,i,a=Number.parseInt(Z)+Number.parseInt(el.right);eo=(ei=K.selectAll(".legend-group").append("g").attr("transform","translate("+a+", 0)").classed("tooltip-text",!0)).append("text").classed("tooltip-title",!0).attr("x",-43).attr("dy",".35em").attr("y",16).style("fill",eB).style("font-size","12px"),ei.append("line").classed("tooltip-divider",!0).attr("x1",-43).attr("x2",225).attr("y1",31).attr("y2",31).style("stroke",eI),ea=ei.append("g").classed("tooltip-body",!0).style("transform","translateY(8px)").style("fill",eB);for(var o=l(new Set(J.map(function(e){return e.name}))),s=[],c=function(e){var t={};t.name=o[e],t.sum=J.filter(function(t){return t.name===o[e]}).reduce(function(e,t){return e+t.value},0),s.push(t)},u=0;ueN&&!eR&&(Y&&K.selectAll(".overlay").remove(),Y=K.select(".metadata-group").append("rect").attr("class","overlay").attr("y1",0).attr("y2",Q).attr("height",Q).attr("width",Z).attr("fill","rgba(0, 0, 0, 0)").style("display","none"),W&&K.selectAll(".vertical-marker-container").remove(),G=(W=K.select(".metadata-group").append("g").attr("class","vertical-marker-container").attr("transform","translate(9999, 0)")).selectAll("path").data([{x1:0,y1:0,x2:0,y2:0}]).enter().append("line").classed("vertical-marker",!0).attr("x1",0).attr("y1",Q).attr("x2",0).attr("y2",0),K.on("mouseover",function(e){Y.style("display","block"),G.classed("bc-is-active",!0),eU.call("customMouseOver",this,e,d.pointer(e,this))}).on("mouseout",function(e){Y.style("display","none"),G.classed("bc-is-active",!1),eU.call("customMouseOut",this,e,d.pointer(e,this))}).on("mousemove",function(t){var n,r,i,a,o;X||eQ(),i=(r=s(d.pointer(t,this),2))[0],a=r[1],(o=eZ(i-el.left))&&(e0(n=e(new Date(o.key))),eJ(o),eU.call("customMouseMove",this,o,R,n,a))})),eM&&(X||eQ(),(x=eZ(Z))&&(e0(e(new Date(x.key))),eJ(x)))})}function eq(){K.on("touchmove",function(e){eU.call("customTouchMove",this,e,d.pointer(e,this))})}function eY(e){return(M(e)?k:S)(e)}function eW(e){e.selectAll(".tick text").attr("transform","translate(".concat(-20,", ").concat(-8,")"))}function eG(e){return new Date(e).toLocaleDateString()}function eX(e){var t,n,r,i;n=e.name,r=e.sum.toLocaleString(),i=ea.append("text").classed("tooltip-left-text",!0).attr("dy","1em").attr("x",-15).attr("y",ez).style("fill",eF).style("font-size","12px").text(n).call(eK,200,12,-25),t=ea.append("text").classed("tooltip-right-text",!0).attr("dy","1em").attr("x",-15).attr("y",ez).style("fill",eF).style("font-size","12px").text(r),es=i.node().getBBox().height,er=t.node().getBBox().width?t.node().getBBox().width:er,t.attr("x",300-er-75),ea.append("circle").classed("tooltip-circle",!0).attr("cx",-35).attr("cy",ez+8).attr("r",5).style("fill",R[e.name]).style("stroke-width",1),ez+=es+7}function eK(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;e.each(function(){var i,a,o,s,l,c,u;for(i=(e=d.select(this)).text().split(/\s+/).reverse(),o=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",r).attr("y",l).attr("dy",c+"em");a=i.pop();)o.push(a),u.text(o.join(" ")),m.getTextWidth(o.join(" "),n,"Karla, sans-serif")>t&&(o.pop(),u.text(o.join(" ")),s<4&&(o=[a],u=e.append("tspan").attr("x",r).attr("y",l).attr("dy",1.2*++s+c+"em").text(a)))})}function eZ(t){var n=ee.filter(function(n){var r=n.date;return Math.abs(e(r)-t)<=X});if(n.length)return n[0]}function eQ(){var t=ee.map(function(e){return e.date});X=(e(t[1])-e(t[0]))/2}function eJ(e){var t=e.values,n=0;W.selectAll(".circle-container").remove(),t=t.filter(function(e){return!!e});var r=I.reduce(function(e,n){return[].concat(l(e),[t.find(function(e){return e.name===n})])},[]);r.forEach(function(e,t){var i=W.append("g").classed("circle-container",!0).append("circle").classed("data-point-highlighter",!0).attr("cx",12).attr("cy",0).attr("r",5).style("stroke-width",1.2).style("stroke",R[e.name]).style("opacity",function(e){return z[e.key]?eb:0}).style("cursor","pointer").on("click",function(e,t){var n;ev||(ey=T(ev=E(K.select(".metadata-group")))),(n=d.select(this)).style("stroke-width",5).style("stroke-opacity",.6).attr("filter","url(#".concat(ey,")")),C(n,eT,7),eU.call("customDataEntryClick",this,e,d.pointer(e,this))}).on("mouseout",function(e){d.select(this).attr("filter","none")});n+=r[t][eL],i.attr("transform","translate( ".concat(-12,", ").concat(_(n)," )"))})}function e0(e){W.attr("transform","translate(".concat(e,",0)"))}return eV.areaCurve=function(e){return arguments.length?(ek=e,this):ek},eV.areaOpacity=function(e){return arguments.length?(eb=e,this):eb},eV.aspectRatio=function(e){return arguments.length?(ed=e,this):ed},eV.axisTimeCombinations=x,eV.colorSchema=function(e){return arguments.length?(em=e,this):em},eV.dateLabel=function(e){return arguments.length?(eO=e,this):eO},eV.emptyDataConfig=function(e){return arguments.length?(eD=e,this):eD},eV.grid=function(e){return arguments.length?(eP=e,this):eP},eV.hasOutline=function(e){return arguments.length?(eC=e,this):eC},eV.height=function(e){return arguments.length?(ed&&(ec=Math.ceil(e/ed)),eu=e,this):eu},eV.initializeVerticalMarker=function(e){return arguments.length?(eM=e,this):eM},eV.isAnimated=function(e){return arguments.length?(eA=e,this):eA},eV.isPrintMode=function(e){return arguments.length?(eE=e,this):eE},eV.keyLabel=function(e){return arguments.length?(ej=e,this):ej},eV.margin=function(e){return arguments.length?(el=o(o({},el),e),this):el},eV.tooltipThreshold=function(e){return arguments.length?(eN=e,this):eN},eV.topicsOrder=function(e){return arguments.length?(B=e,this):B},eV.loadingState=function(e){return arguments.length?(eh=e,this):eh},eV.locale=function(e){return arguments.length?(F=e,this):F},eV.exportChart=function(e,t){g.call(eV,K,e,t)},eV.on=function(){var e=eU.on.apply(eU,arguments);return e===eU?eV:e},eV.valueLabel=function(e){return arguments.length?(eL=e,this):eL},eV.width=function(e){return arguments.length?(ed&&(eu=Math.ceil(e*ed)),ec=e,this):ec},eV.xAxisCustomFormat=function(e){return arguments.length?(e_=e,this):e_},eV.xAxisFormat=function(e){return arguments.length?(ex=e,this):ex},eV.xTicks=function(e){return arguments.length?(ew=e,this):ew},eV.yAxisLabel=function(e){return arguments.length?(P=e,this):P},eV.yAxisLabelOffset=function(e){return arguments.length?(ep=e,this):ep},eV.yTicks=function(e){return arguments.length?(ef=e,this):ef},eV}}).call(t,n,t,e))||(e.exports=r)},7590:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor((0,r.A)(t)/3)))-(0,r.A)(Math.abs(e)))}},7591:(e,t,n)=>{"use strict";n.d(t,{f:()=>function e(t,n,a,o){function s(e){return t(e=0==arguments.length?new Date:new Date(+e)),e}return s.floor=e=>(t(e=new Date(+e)),e),s.ceil=e=>(t(e=new Date(e-1)),n(e,1),t(e),e),s.round=e=>{let t=s(e),n=s.ceil(e);return e-t(n(e=new Date(+e),null==t?1:Math.floor(t)),e),s.range=(e,r,i)=>{let a,o=[];if(e=s.ceil(e),i=null==i?1:Math.floor(i),!(e0))return o;do o.push(a=new Date(+e)),n(e,i),t(e);while(ae(e=>{if(e>=e)for(;t(e),!r(e);)e.setTime(e-1)},(e,t)=>{if(e>=e)if(t<0)for(;++t<=0;)for(;n(e,-1),!r(e););else for(;--t>=0;)for(;n(e,1),!r(e););}),a&&(s.count=(e,n)=>(r.setTime(+e),i.setTime(+n),t(r),t(i),Math.floor(a(r,i))),s.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?s.filter(o?t=>o(t)%e==0:t=>s.count(0,t)%e==0):s:null),s}});let r=new Date,i=new Date},7737:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(8981),i=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,a=RegExp(i.source,"g");function o(e,t){var n,o,s,l,c,u=i.lastIndex=a.lastIndex=0,h=-1,d=[],f=[];for(e+="",t+="";(s=i.exec(e))&&(l=a.exec(t));)(c=l.index)>u&&(c=t.slice(u,c),d[h]?d[h]+=c:d[++h]=c),(s=s[0])===(l=l[0])?d[h]?d[h]+=l:d[++h]=l:(d[++h]=null,f.push({i:h,x:(0,r.A)(s,l)})),u=a.lastIndex;return u{"use strict";n.d(t,{A:()=>i,g:()=>r});var r="http://www.w3.org/1999/xhtml";let i={svg:"http://www.w3.org/2000/svg",xhtml:r,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}},8026:(e,t,n)=>{"use strict";function r(e,t){let n,r=-1,i=-1;if(void 0===t)for(let t of e)++i,null!=t&&(n>t||void 0===n&&t>=t)&&(n=t,r=i);else for(let a of e)null!=(a=t(a,++i,e))&&(n>a||void 0===n&&a>=a)&&(n=a,r=i);return r}n.d(t,{A:()=>r})},8056:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Adder:()=>k,InternMap:()=>A.B,InternSet:()=>A.v,ascending:()=>i.A,bin:()=>Y,bisect:()=>r.Ay,bisectCenter:()=>r.WD,bisectLeft:()=>r.ah,bisectRight:()=>r.Jj,bisector:()=>a.A,blur:()=>o,blur2:()=>s,blurImage:()=>l,count:()=>f,cross:()=>v,cumsum:()=>y,descending:()=>b.A,deviation:()=>w,difference:()=>eT,disjoint:()=>eC,every:()=>e_,extent:()=>_,fcumsum:()=>M,filter:()=>eS,flatGroup:()=>N,flatRollup:()=>O,fsum:()=>S,greatest:()=>ef.A,greatestIndex:()=>ep,group:()=>T,groupSort:()=>F,groups:()=>C,histogram:()=>Y,index:()=>D,indexes:()=>R,intersection:()=>eP,least:()=>eh,leastIndex:()=>ed,map:()=>eM,max:()=>K.A,maxIndex:()=>Z.A,mean:()=>Q,median:()=>J,medianIndex:()=>ee,merge:()=>et,min:()=>en.A,minIndex:()=>er.A,mode:()=>ei,nice:()=>V,pairs:()=>ea,permute:()=>es.A,quantile:()=>W.Ay,quantileIndex:()=>W.AX,quantileSorted:()=>W.Z4,quickselect:()=>el.A,range:()=>ec.A,rank:()=>eu,reduce:()=>eA,reverse:()=>eE,rollup:()=>L,rollups:()=>j,scan:()=>em,shuffle:()=>eg,shuffler:()=>ev,some:()=>ek,sort:()=>B.Ay,subset:()=>ej,sum:()=>ey,superset:()=>eO,thresholdFreedmanDiaconis:()=>G,thresholdScott:()=>X,thresholdSturges:()=>q,tickIncrement:()=>U.lq,tickStep:()=>U.sG,ticks:()=>U.Ay,transpose:()=>eb,union:()=>eD,variance:()=>x,zip:()=>ew});var r=n(2016),i=n(2902),a=n(6037);function o(e,t){if(!((t*=1)>=0))throw RangeError("invalid r");let n=e.length;if(!((n=Math.floor(n))>=0))throw RangeError("invalid length");if(!n||!t)return e;let r=d(t),i=e.slice();return r(e,i,0,n,1),r(i,e,0,n,1),r(e,i,0,n,1),e}let s=c(d),l=c(function(e){let t=d(e);return(e,n,r,i,a)=>{t(e,n,0+(r<<=2),0+(i<<=2),a<<=2),t(e,n,r+1,i+1,a),t(e,n,r+2,i+2,a),t(e,n,r+3,i+3,a)}});function c(e){return function(t,n,r=n){if(!((n*=1)>=0))throw RangeError("invalid rx");if(!((r*=1)>=0))throw RangeError("invalid ry");let{data:i,width:a,height:o}=t;if(!((a=Math.floor(a))>=0))throw RangeError("invalid width");if(!((o=Math.floor(void 0!==o?o:i.length/a))>=0))throw RangeError("invalid height");if(!a||!o||!n&&!r)return t;let s=n&&e(n),l=r&&e(r),c=i.slice();return s&&l?(u(s,c,i,a,o),u(s,i,c,a,o),u(s,c,i,a,o),h(l,i,c,a,o),h(l,c,i,a,o),h(l,i,c,a,o)):s?(u(s,i,c,a,o),u(s,c,i,a,o),u(s,i,c,a,o)):l&&(h(l,i,c,a,o),h(l,c,i,a,o),h(l,i,c,a,o)),t}}function u(e,t,n,r,i){for(let a=0,o=r*i;a{if(!((a-=o)>=i))return;let s=e*r[i],l=o*e;for(let e=i,t=i+l;e{if(!((o-=s)>=a))return;let l=t*i[a],c=s*t,u=c+s;for(let e=a,t=a+c;e=t&&++n;else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(i*=1)>=i&&++n}return n}function p(e){return 0|e.length}function m(e){return!(e>0)}function g(e){return"object"!=typeof e||"length"in e?e:Array.from(e)}function v(...e){var t;let n="function"==typeof e[e.length-1]&&(t=e.pop(),e=>t(...e)),r=(e=e.map(g)).map(p),i=e.length-1,a=Array(i+1).fill(0),o=[];if(i<0||r.some(m))return o;for(;;){o.push(a.map((t,n)=>e[n][t]));let t=i;for(;++a[t]===r[t];){if(0===t)return n?o.map(n):o;a[t--]=0}}}function y(e,t){var n=0,r=0;return Float64Array.from(e,void 0===t?e=>n+=+e||0:i=>n+=+t(i,r++,e)||0)}var b=n(1180);function x(e,t){let n,r=0,i=0,a=0;if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(n=t-i,i+=n/++r,a+=n*(t-i));else{let o=-1;for(let s of e)null!=(s=t(s,++o,e))&&(s*=1)>=s&&(n=s-i,i+=n/++r,a+=n*(s-i))}if(r>1)return a/(r-1)}function w(e,t){let n=x(e,t);return n?Math.sqrt(n):n}function _(e,t){let n,r;if(void 0===t)for(let t of e)null!=t&&(void 0===n?t>=t&&(n=r=t):(n>t&&(n=t),r=a&&(n=r=a):(n>a&&(n=a),r0){for(a=e[--i];i>0&&(a=(t=a)+(n=e[--i]),!(r=n-(a-t))););i>0&&(r<0&&e[i-1]<0||r>0&&e[i-1]>0)&&(t=a+(n=2*r),n==t-a&&(a=t))}return a}}function S(e,t){let n=new k;if(void 0===t)for(let t of e)(t*=1)&&n.add(t);else{let r=-1;for(let i of e)(i=+t(i,++r,e))&&n.add(i)}return+n}function M(e,t){let n=new k,r=-1;return Float64Array.from(e,void 0===t?e=>n.add(+e||0):i=>n.add(+t(i,++r,e)||0))}var A=n(4119);function E(e){return e}function T(e,...t){return I(e,E,E,t)}function C(e,...t){return I(e,Array.from,E,t)}function P(e,t){for(let n=1,r=t.length;ne.pop().map(([t,n])=>[...e,t,n]));return e}function N(e,...t){return P(C(e,...t),t)}function O(e,t,...n){return P(j(e,t,...n),n)}function L(e,t,...n){return I(e,E,t,n)}function j(e,t,...n){return I(e,Array.from,t,n)}function D(e,...t){return I(e,E,z,t)}function R(e,...t){return I(e,Array.from,z,t)}function z(e){if(1!==e.length)throw Error("duplicate key");return e[0]}function I(e,t,n,r){return function e(i,a){if(a>=r.length)return n(i);let o=new A.B,s=r[a++],l=-1;for(let e of i){let t=s(e,++l,i),n=o.get(t);n?n.push(e):o.set(t,[e])}for(let[t,n]of o)o.set(t,e(n,a));return t(o)}(e,0)}var B=n(8886);function F(e,t,n){return(2!==t.length?(0,B.Ay)(L(e,t,n),([e,t],[n,r])=>(0,i.A)(t,r)||(0,i.A)(e,n)):(0,B.Ay)(T(e,n),([e,n],[r,a])=>t(n,a)||(0,i.A)(e,r))).map(([e])=>e)}var H=Array.prototype,$=H.slice;H.map;var U=n(6946);function V(e,t,n){let r;for(;;){let i=(0,U.lq)(e,t,n);if(i===r||0===i||!isFinite(i))return[e,t];i>0?(e=Math.floor(e/i)*i,t=Math.ceil(t/i)*i):i<0&&(e=Math.ceil(e*i)/i,t=Math.floor(t*i)/i),r=i}}function q(e){return Math.max(1,Math.ceil(Math.log(f(e))/Math.LN2)+1)}function Y(){var e=E,t=_,n=q;function i(i){Array.isArray(i)||(i=Array.from(i));var a,o,s,l=i.length,c=Array(l);for(a=0;a=d)if(e>=d&&t===_){let e=(0,U.lq)(h,d,n);isFinite(e)&&(e>0?d=(Math.floor(d/e)+1)*e:e<0&&(d=-((Math.ceil(-(d*e))+1)/e)))}else f.pop()}for(var p=f.length,m=0,g=p;f[m]<=h;)++m;for(;f[g-1]>d;)--g;(m||g0?f[a-1]:h,v.x1=a0)for(a=0;at,i):e},i.domain=function(e){var n;return arguments.length?(t="function"==typeof e?e:(n=[e[0],e[1]],()=>n),i):t},i.thresholds=function(e){var t;return arguments.length?(n="function"==typeof e?e:(t=Array.isArray(e)?$.call(e):e,()=>t),i):n},i}var W=n(4855);function G(e,t,n){let r=f(e),i=(0,W.Ay)(e,.75)-(0,W.Ay)(e,.25);return r&&i?Math.ceil((n-t)/(2*i*Math.pow(r,-1/3))):1}function X(e,t,n){let r=f(e),i=w(e);return r&&i?Math.ceil((n-t)*Math.cbrt(r)/(3.49*i)):1}var K=n(846),Z=n(4504);function Q(e,t){let n=0,r=0;if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(++n,r+=t);else{let i=-1;for(let a of e)null!=(a=t(a,++i,e))&&(a*=1)>=a&&(++n,r+=a)}if(n)return r/n}function J(e,t){return(0,W.Ay)(e,.5,t)}function ee(e,t){return(0,W.AX)(e,.5,t)}function et(e){return Array.from(function*(e){for(let t of e)yield*t}(e))}var en=n(9216),er=n(8026);function ei(e,t){let n=new A.B;if(void 0===t)for(let t of e)null!=t&&t>=t&&n.set(t,(n.get(t)||0)+1);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&i>=i&&n.set(i,(n.get(i)||0)+1)}let r,i=0;for(let[e,t]of n)t>i&&(i=t,r=e);return r}function ea(e,t=eo){let n=[],r,i=!1;for(let a of e)i&&n.push(t(r,a)),r=a,i=!0;return n}function eo(e,t){return[e,t]}var es=n(8314),el=n(5671),ec=n(6561);function eu(e,t=i.A){let n,r;if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");let a=Array.from(e),o=new Float64Array(a.length);2!==t.length&&(a=a.map(t),t=i.A);let s=(e,n)=>t(a[e],a[n]);return(e=Uint32Array.from(a,(e,t)=>t)).sort(t===i.A?(e,t)=>(0,B.o2)(a[e],a[t]):(0,B.JC)(s)),e.forEach((e,t)=>{let i=s(e,void 0===n?e:n);i>=0?((void 0===n||i>0)&&(n=e,r=t),o[e]=r):o[e]=NaN}),o}function eh(e,t=i.A){let n,r=!1;if(1===t.length){let a;for(let o of e){let e=t(o);(r?0>(0,i.A)(e,a):0===(0,i.A)(e,e))&&(n=o,a=e,r=!0)}}else for(let i of e)(r?0>t(i,n):0===t(i,i))&&(n=i,r=!0);return n}function ed(e,t=i.A){if(1===t.length)return(0,er.A)(e,t);let n,r=-1,a=-1;for(let i of e)++a,(r<0?0===t(i,i):0>t(i,n))&&(n=i,r=a);return r}var ef=n(6205);function ep(e,t=i.A){if(1===t.length)return(0,Z.A)(e,t);let n,r=-1,a=-1;for(let i of e)++a,(r<0?0===t(i,i):t(i,n)>0)&&(n=i,r=a);return r}function em(e,t){let n=ed(e,t);return n<0?void 0:n}let eg=ev(Math.random);function ev(e){return function(t,n=0,r=t.length){let i=r-(n*=1);for(;i;){let r=e()*i--|0,a=t[i+n];t[i+n]=t[r+n],t[r+n]=a}return t}}function ey(e,t){let n=0;if(void 0===t)for(let t of e)(t*=1)&&(n+=t);else{let r=-1;for(let i of e)(i=+t(i,++r,e))&&(n+=i)}return n}function eb(e){if(!(i=e.length))return[];for(var t=-1,n=(0,en.A)(e,ex),r=Array(n);++tt(n,r,e))}function eA(e,t,n){if("function"!=typeof t)throw TypeError("reducer is not a function");let r=e[Symbol.iterator](),i,a,o=-1;if(arguments.length<3){if({done:i,value:n}=r.next(),i)return;++o}for(;{done:i,value:a}=r.next(),!i;)n=t(n,a,++o,e);return n}function eE(e){if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");return Array.from(e).reverse()}function eT(e,...t){for(let n of(e=new A.v(e),t))for(let t of n)e.delete(t);return e}function eC(e,t){let n=t[Symbol.iterator](),r=new A.v;for(let t of e){let e,i;if(r.has(t))return!1;for(;({value:e,done:i}=n.next())&&!i;){if(Object.is(t,e))return!1;r.add(e)}}return!0}function eP(e,...t){e=new A.v(e),t=t.map(eN);e:for(let n of e)for(let r of t)if(!r.has(n)){e.delete(n);continue e}return e}function eN(e){return e instanceof A.v?e:new A.v(e)}function eO(e,t){let n=e[Symbol.iterator](),r=new Set;for(let e of t){let t,i,a=eL(e);if(!r.has(a))for(;{value:t,done:i}=n.next();){if(i)return!1;let e=eL(t);if(r.add(e),Object.is(a,e))break}}return!0}function eL(e){return null!==e&&"object"==typeof e?e.valueOf():e}function ej(e,t){return eO(t,e)}function eD(...e){let t=new A.v;for(let n of e)for(let e of n)t.add(e);return t}},8079:(e,t,n)=>{"use strict";n.d(t,{$:()=>o,A:()=>a});var r=n(8503),i=n(128);function a(e,t){return((0,i.p)(t)?i.A:o)(e,t)}function o(e,t){var n,i=t?t.length:0,a=e?Math.min(i,e.length):0,o=Array(a),s=Array(i);for(n=0;n{"use strict";function r(e,t){var n=new Date;return e*=1,t*=1,function(r){return n.setTime(e*(1-r)+t*r),n}}n.d(t,{A:()=>r})},8194:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||l(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){if(e){if("string"==typeof e)return c(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||l(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[t])},[])).map(function(e){return e.stack}).filter(function(e,t,n){return n.indexOf(e)==t}),W&&(P=P.reverse()),C=Array.from(t.group(u,et),function(e){var n=s(e,2),r=n[0],i=n[1],a={};return i.forEach(function(e){e&&e[J]&&(a[e[J]]=e[Q])}),a.values=i,m({},{total:t.sum(t.permute(a,P)),key:r},a)}),o=t.max(C.map(function(e){return e.total})),Y?(e=d.scaleLinear().domain([0,o]).rangeRound([0,A-1]),b=d.scaleBand().domain(T.map(et)).rangeRound([E,0]).padding(F)):(e=d.scaleBand().domain(T.map(et)).rangeRound([0,A]).padding(F),b=d.scaleLinear().domain([0,o]).rangeRound([E,0]).nice()),k=(_=d.scaleOrdinal().range(V).domain(T.map(en))).domain(T.map(en)).domain().reduce(function(e,t){return e[t]=_(t),e},{}),S=f.stack().keys(P)(C.map(function(e){var t={};return P.forEach(function(n){t[n]=e[n]}),m({},e,t)})),M||((h=(M=p.select(this).append("svg").classed("britechart stacked-bar",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(D.left,",").concat(D.top,")"))).append("g").classed("x-axis-group",!0).append("g").classed("x axis",!0),h.selectAll(".x-axis-group").append("g").classed("month-axis",!0),h.append("g").classed("y-axis-group axis",!0),h.append("g").classed("grid-lines-group",!0),h.append("g").classed("chart-group",!0),h.append("g").classed("y-axis-label",!0),h.append("g").classed("metadata-group",!0)),M.attr("width",R).attr("height",z),a=Y?e:b,M.select(".grid-lines-group").selectAll("line").remove(),("horizontal"===K||"full"===K)&&M.select(".grid-lines-group").selectAll("line.horizontal-grid-line").data(a.ticks(H).slice(1)).enter().append("line").attr("class","horizontal-grid-line").attr("x1",1).attr("x2",A).attr("y1",function(e){return b(e)}).attr("y2",function(e){return b(e)}),"vertical"!==K&&"full"!==K||M.select(".grid-lines-group").selectAll("line.vertical-grid-line").data(a.ticks($).slice(1)).enter().append("line").attr("class","vertical-grid-line").attr("y1",0).attr("y2",E).attr("x1",function(t){return e(t)}).attr("x2",function(t){return e(t)}),Y?M.select(".grid-lines-group").selectAll("line.extended-y-line").data([0]).enter().append("line").attr("class","extended-y-line").attr("y1",0).attr("y2",E).attr("x1",0).attr("x2",0):M.select(".grid-lines-group").selectAll("line.extended-x-line").data([0]).enter().append("line").attr("class","extended-x-line").attr("x1",0).attr("x2",A).attr("y1",E).attr("y2",E),Y?(n=r.axisBottom(e).ticks($,ee),x=r.axisLeft(b)):(n=r.axisBottom(e),x=r.axisLeft(b).ticks(H,ee)),Y?(M.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(E," )")).call(n),M.select(".y-axis-group.axis").attr("transform","translate( ".concat(-0,", 0)")).call(x)):(M.select(".x-axis-group .axis.x").attr("transform","translate( 0, ".concat(E," )")).call(n),M.select(".y-axis-group.axis").attr("transform","translate( ".concat(-0,", 0)")).call(x).call(es)),O&&(L&&M.selectAll(".y-axis-label-text").remove(),L=M.select(".y-axis-label").append("text").classed("y-axis-label-text",!0).attr("x",-E/2).attr("y",X).attr("text-anchor","middle").attr("transform","rotate(270 0 0)").text(O)),N&&M.selectAll(".layer").remove(),v=M.select(".chart-group").selectAll(".layer"),j=t.range(20,20*(S[0].length+1),20),Y?(g=(N=v.data(S).enter().append("g").attr("fill",function(e){return k[e.key]}).classed("layer",!0)).selectAll(".bar").data(function(e){return el(e)}).enter().append("rect").classed("bar",!0).attr("x",function(t){return e(t[0])}).attr("y",function(e){return b(e.data.key)}).attr("height",b.bandwidth()),ei?g.style("opacity",.24).transition().delay(function(e,t){return j[t]}).duration(1e3).ease(q).tween("attr.width",ep):g.attr("width",function(t){return e(t[1]-t[0])})):(y=(N=v.data(S).enter().append("g").attr("fill",function(e){return k[e.key]}).classed("layer",!0)).selectAll(".bar").data(function(e){return el(e)}).enter().append("rect").classed("bar",!0).attr("x",function(t){return e(t.data.key)}).attr("y",function(e){return b(e[1])}).attr("width",e.bandwidth),ei?y.style("opacity",.24).transition().delay(function(e,t){return j[t]}).duration(1e3).ease(q).tween("attr.height",em):y.attr("height",function(e){return b(e[0])-b(e[1])})),v.exit().transition().style("opacity",0).remove(),R>G&&M.on("mouseover",function(e){ea.call("customMouseOver",this,p.pointer(e,this))}).on("mouseout",function(e){M.select(".metadata-group").attr("transform","translate(9999, 0)"),ea.call("customMouseOut",this,p.pointer(e,this))}).on("mousemove",function(t){var n,r,i,a,o,l,c,u;l=(o=s(ec(t),2))[0],c=o[1],(u=Y?eh(c):eu(l))&&(Y?(n=l-D.left,r=b(u.key)+b.bandwidth()/2):(n=e(u.key)+D.left,r=c-D.bottom),i=n,a=r,M.select(".metadata-group").attr("transform","translate(".concat(i,",").concat(a,")")),ea.call("customMouseMove",this,u,k,n,r))}).on("click",function(e){var t,n,r,i;n=(t=s(ec(e),2))[0],r=t[1],i=Y?eh(r):eu(n),ea.call("customClick",this,e,i,p.pointer(e,this))}),M.selectAll(".bar").on("mouseover",ed).on("mouseout",ef)})}function es(e){e.selectAll(".tick text").attr("transform","translate(".concat(-20,", ").concat(-8,")"))}function el(e){return e.map(function(e){for(var t=0;t=i&&n=r&&t{"use strict";function r(e,t){return Array.from(t,t=>e[t])}n.d(t,{A:()=>r})},8343:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;ttypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return l(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?l(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n=e[1]&&(e[0]=v[F].floor(n[0]),e[1]=v[F].offset(e[0])),h.select(this).transition().call(h.event.target.move,e.map(w))}H.call("customBrushEnd",this,e)}}function W(e,t){var n=null;null!==e&&(n=[w(new Date(e)),w(new Date(t))]),M.move(A,n)}return V.axisTimeCombinations=g,V.dateRange=function(e){return arguments.length?(Array.isArray(j=e)&&W.apply(void 0,s(j)),this):j},V.gradient=function(e){return arguments.length?(I=e,this):I},V.height=function(e){return arguments.length?(N=e,this):N},V.loadingState=function(e){return arguments.length?(O=e,this):O},V.locale=function(e){return arguments.length?(S=e,this):S},V.margin=function(e){return arguments.length?(C=o(o({},C),e),this):C},V.on=function(){var e=H.on.apply(H,arguments);return e===H?V:e},V.width=function(e){return arguments.length?(P=e,this):P},V.xAxisCustomFormat=function(e){return arguments.length?(z=e,this):z},V.xAxisFormat=function(e){return arguments.length?(D=e,this):D},V.xTicks=function(e){return arguments.length?(R=e,this):R},V.roundingTimeInterval=function(e){return arguments.length?(F=e,this):F},V}}).call(t,n,t,e))||(e.exports=r)},8354:(e,t,n)=>{var r;void 0===(r=(function(e){var t=n(9062),r="label";return{getTextWidth:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:12,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Arial",r=document.createElement("canvas").getContext("2d");return r.font=t+"px "+n,r.measureText(e).width},wrapText:function(e,n,i,a){var o,s=t.select(a),l=s.text().split(/\s+/).reverse(),c=[],u=0,h=s.attr("y"),d=parseFloat(s.attr("dy")),f=.6*n,p=s.text(null).append("tspan").attr("x",e).attr("y",h-5).attr("dy",d+"em").classed("value",!0).style("font-size",n+"px");for(p.text(l.pop()),p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").style("font-size",f+"px");o=l.pop();)c.push(o),p.text(c.join(" ")),p.node()&&p.node().getComputedTextLength()>i-50&&(c.pop(),p.text(c.join(" ")),c=[o],p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").text(o).style("font-size",f+"px"))},wrapTextWithEllipses:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1.2;e.each(function(){var o,s,l,c,u,h,d;for(o=(e=t.select(this)).text().split(/\s+/).reverse(),l=[],c=0,u=e.attr("y"),h=parseFloat(e.attr("dy")),d=e.text(null).append("tspan").attr("x",r).attr("y",u).attr("dy",h+"em");s=o.pop();)if(l.push(s),d.text(l.join(" ")),d.node()&&d.node().getComputedTextLength()>n){if(l.pop(),d.text(l.join(" ")),!(c{"use strict";n.d(t,{A:()=>d});var r=n(6957),i=n(1197),a=n(8079),o=n(8172),s=n(8981),l=n(4287),c=n(7737),u=n(3116),h=n(128);function d(e,t){var n,d=typeof t;return null==t||"boolean"===d?(0,u.A)(t):("number"===d?s.A:"string"===d?(n=(0,r.Ay)(t))?(t=n,i.Ay):c.A:t instanceof r.Ay?i.Ay:t instanceof Date?o.A:(0,h.p)(t)?h.A:Array.isArray(t)?a.$:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?l.A:s.A)(e,t)}},8701:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,GP:()=>i,s:()=>a});var r,i,a,o=n(6390);function s(e){return i=(r=(0,o.A)(e)).format,a=r.formatPrefix,r}s({thousands:",",grouping:[3],currency:["$",""]})},8776:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isoFormat:()=>o,isoParse:()=>s,timeFormat:()=>r.DC,timeFormatDefaultLocale:()=>r.Ay,timeFormatLocale:()=>i.A,timeParse:()=>r.T6,utcFormat:()=>r.aL,utcParse:()=>r.GY});var r=n(3705),i=n(4398),a="%Y-%m-%dT%H:%M:%S.%LZ";let o=Date.prototype.toISOString?function(e){return e.toISOString()}:(0,r.aL)(a),s=+new Date("2000-01-01T00:00:00.000Z")?function(e){var t=new Date(e);return isNaN(t)?null:t}:(0,r.GY)(a)},8886:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a,JC:()=>o,o2:()=>s});var r=n(2902),i=n(8314);function a(e,...t){if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");e=Array.from(e);let[n]=t;if(n&&2!==n.length||t.length>1){let r=Uint32Array.from(e,(e,t)=>t);return t.length>1?(t=t.map(t=>e.map(t)),r.sort((e,n)=>{for(let r of t){let t=s(r[e],r[n]);if(t)return t}})):(n=e.map(n),r.sort((e,t)=>s(n[e],n[t]))),(0,i.A)(e,r)}return e.sort(o(n))}function o(e=r.A){if(e===r.A)return s;if("function"!=typeof e)throw TypeError("compare is not a function");return(t,n)=>{let r=e(t,n);return r||0===r?r:(0===e(n,n))-(0===e(t,t))}}function s(e,t){return(null==e||!(e>=e))-(null==t||!(t>=t))||(et))}},8926:(e,t,n)=>{"use strict";n.d(t,{AB:()=>s,Dr:()=>g,G6:()=>N,Gu:()=>c,HU:()=>v,Hl:()=>w,Mo:()=>u,OK:()=>m,ON:()=>C,PG:()=>l,SQ:()=>y,TU:()=>h,Xo:()=>j,YP:()=>o,Zn:()=>L,_M:()=>b,a1:()=>A,aZ:()=>T,c8:()=>E,h8:()=>p,jN:()=>P,pT:()=>M,rG:()=>d,rt:()=>_,sr:()=>k,vD:()=>f,wr:()=>O,z2:()=>S});var r=n(7591),i=n(1134);function a(e){return(0,r.f)(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(e,t)=>{e.setDate(e.getDate()+7*t)},(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Fq)}let o=a(0),s=a(1),l=a(2),c=a(3),u=a(4),h=a(5),d=a(6),f=o.range,p=s.range,m=l.range,g=c.range,v=u.range,y=h.range,b=d.range;function x(e){return(0,r.f)(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)},(e,t)=>(t-e)/i.Fq)}let w=x(0),_=x(1),k=x(2),S=x(3),M=x(4),A=x(5),E=x(6),T=w.range,C=_.range,P=k.range,N=S.range,O=M.range,L=A.range,j=E.range},8981:(e,t,n)=>{"use strict";function r(e,t){return e*=1,t*=1,function(n){return e*(1-n)+t*n}}n.d(t,{A:()=>r})},9023:e=>{var t,n,r,i,a,o=/^(?:0|[1-9]\d*)$/,s=Object.prototype,l=s.hasOwnProperty,c=s.toString,u=s.propertyIsEnumerable,h=(i=Object.keys,a=Object,function(e){return i(a(e))}),d=Math.max,f=!u.call({valueOf:1},"valueOf");function p(e,t,n){var r=e[t];l.call(e,t)&&v(r,n)&&(void 0!==n||t in e)||(e[t]=n)}function m(e,t){return!!(t=null==t?0x1fffffffffffff:t)&&("number"==typeof e||o.test(e))&&e>-1&&e%1==0&&e-1&&t%1==0&&t<=0x1fffffffffffff&&"[object Function]"!=(n=x(e)?c.call(e):"")&&"[object GeneratorFunction]"!=n}function x(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}r=function(e,t){if(f||g(t)||b(t))!function(e,t,n){n||(n={});for(var r=-1,i=t.length;++r1?t[i-1]:void 0,o=i>2?t[2]:void 0;for(a=r.length>3&&"function"==typeof a?(i--,a):void 0,o&&function(e,t,n){if(!x(n))return!1;var r=typeof t;return!!("number"==r?b(n)&&m(t,n.length):"string"==r&&t in n)&&v(n[t],e)}(t[0],t[1],o)&&(a=i<3?void 0:a,i=1),e=Object(e);++n{"use strict";n.r(t),n.d(t,{create:()=>a,creator:()=>r.A,local:()=>s,matcher:()=>c.A,namespace:()=>u.A,namespaces:()=>h.A,pointer:()=>d.A,pointers:()=>p,select:()=>i.A,selectAll:()=>v,selection:()=>g.Ay,selector:()=>y.A,selectorAll:()=>b.A,style:()=>x.j,window:()=>w.A});var r=n(3663),i=n(183);function a(e){return(0,i.A)((0,r.A)(e).call(document.documentElement))}var o=0;function s(){return new l}function l(){this._="@"+(++o).toString(36)}l.prototype=s.prototype={constructor:l,get:function(e){for(var t=this._;!(t in e);)if(!(e=e.parentNode))return;return e[t]},set:function(e,t){return e[this._]=t},remove:function(e){return this._ in e&&delete e[this._]},toString:function(){return this._}};var c=n(6541),u=n(7268),h=n(7947),d=n(5970),f=n(2324);function p(e,t){return e.target&&(e=(0,f.A)(e),void 0===t&&(t=e.currentTarget),e=e.touches||[e]),Array.from(e,e=>(0,d.A)(e,t))}var m=n(5478),g=n(6452);function v(e){return"string"==typeof e?new g.LN([document.querySelectorAll(e)],[document.documentElement]):new g.LN([(0,m.A)(e)],g.zr)}var y=n(574),b=n(747),x=n(3683),w=n(6747)},9167:(e,t,n)=>{"use strict";n.r(t),n.d(t,{dispatch:()=>r.A});var r=n(1089)},9216:(e,t,n)=>{"use strict";function r(e,t){let n;if(void 0===t)for(let t of e)null!=t&&(n>t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n>i||void 0===n&&i>=i)&&(n=i)}return n}n.d(t,{A:()=>r})},9326:(e,t,n)=>{var r;void 0===(r=(function(){return{colorSchemas:{britecharts:["#6aedc7","#39c2c9","#ffce00","#ffa71a","#f866b9","#998ce3"],grey:["#F8F8FA","#EFF2F5","#D2D6DF","#C3C6CF","#ADB0B6","#666A73","#45494E","#363A43","#282C35"],orange:["#fcc870","#ffa71a","#fb8825","#f6682f","#db5a2c","#bf4c28","#a43b1c","#892a10","#f9e9c5"],blueGreen:["#ccf7f6","#70e4e0","#00d8d2","#00acaf","#007f8c","#005e66","#003c3f","#002d2f","#0d2223"],teal:["#ccfffe","#94f7f4","#00fff8","#1de1e1","#39c2c9","#2e9a9d","#227270","#1a5957","#133f3e"],green:["#edfff7","#d7ffef","#c0ffe7","#95f5d7","#6aedc7","#59c3a3","#479980","#34816a","#206953"],yellow:["#f9f2b3","#fbe986","#fce05a","#fed72d","#ffce00","#fcc11c","#f9b438","#eda629","#e09819"],pink:["#fdd1ea","#fb9cd2","#f866b9","#fc40b6","#ff1ab3","#e3239d","#c62c86","#a62073","#85135f"],purple:["#ddd6fc","#bbb1f0","#998ce3","#8e6bc1","#824a9e","#77337f","#6b1c60","#591650","#470f3f"],red:["#ffd8d4","#ffb5b0","#ff938c","#ff766c","#ff584c","#f04b42","#e03d38","#be2e29","#9c1e19"]},colorSchemasHuman:{britecharts:"Britecharts Default",grey:"Britecharts Grey",orange:"Orange",blueGreen:"Blue",teal:"Light Blue",green:"Green",yellow:"Yellow",pink:"Pink",purple:"Purple",red:"Red"},colorGradients:{greenBlue:["#39C7EA","#4CDCBA"],orangePink:["#FBC670","#F766B8"],bluePurple:["#3DC3C9","#824a9e"]},colorGradientsHuman:{greenBlue:"Green to Blue",orangePink:"Orange to Pink",bluePurple:"Blue to Purple"},singleColors:{aloeGreen:["#7bdcc0"],greenColor:["#6aedc7"],blueColor:["#39c2c9"],yellowColor:["#ffce00"],orangeColor:["#ffa71a"],pinkColor:["#f866b9"],purpleColor:["#998ce3"]},singleColorsHuman:{aloeGreen:"Aloe Green",greenColor:"Green",blueColor:"Blue",yellowColor:"Yellow",orangeColor:"Orange",pinkColor:"Pink",purpleColor:"Purple"}}}).call(t,n,t,e))||(e.exports=r)},9460:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return t=Math.abs(t)-(e=Math.abs(e)),Math.max(0,(0,r.A)(t)-(0,r.A)(e))+1}},9579:(e,t,n)=>{"use strict";n.r(t),n.d(t,{brush:()=>I,brushSelection:()=>D,brushX:()=>R,brushY:()=>z});var r=n(1089),i=n(183);let a={capture:!0,passive:!1};function o(e){e.preventDefault(),e.stopImmediatePropagation()}var s=n(8503),l=n(5970),c=n(3842);let u=e=>()=>e;function h(e,{sourceEvent:t,target:n,selection:r,mode:i,dispatch:a}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},selection:{value:r,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:a}})}function d(e){e.preventDefault(),e.stopImmediatePropagation()}var f={name:"drag"},p={name:"space"},m={name:"handle"},g={name:"center"};let{abs:v,max:y,min:b}=Math;function x(e){return[+e[0],+e[1]]}function w(e){return[x(e[0]),x(e[1])]}var _={name:"x",handles:["w","e"].map(P),input:function(e,t){return null==e?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},k={name:"y",handles:["n","s"].map(P),input:function(e,t){return null==e?null:[[t[0][0],+e[0]],[t[1][0],+e[1]]]},output:function(e){return e&&[e[0][1],e[1][1]]}},S={name:"xy",handles:["n","w","e","s","nw","ne","sw","se"].map(P),input:function(e){return null==e?null:w(e)},output:function(e){return e}},M={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},A={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},E={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},T={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},C={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function P(e){return{type:e}}function N(e){return!e.ctrlKey&&!e.button}function O(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function L(){return navigator.maxTouchPoints||"ontouchstart"in this}function j(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function D(e){var t=e.__brush;return t?t.dim.output(t.selection):null}function R(){return B(_)}function z(){return B(k)}function I(){return B(S)}function B(e){var t,n=O,x=N,S=L,D=!0,R=(0,r.A)("start","brush","end"),z=6;function I(t){var n=t.property("__brush",q).selectAll(".overlay").data([P("overlay")]);n.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",M.overlay).merge(n).each(function(){var e=j(this).extent;(0,i.A)(this).attr("x",e[0][0]).attr("y",e[0][1]).attr("width",e[1][0]-e[0][0]).attr("height",e[1][1]-e[0][1])}),t.selectAll(".selection").data([P("selection")]).enter().append("rect").attr("class","selection").attr("cursor",M.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var r=t.selectAll(".handle").data(e.handles,function(e){return e.type});r.exit().remove(),r.enter().append("rect").attr("class",function(e){return"handle handle--"+e.type}).attr("cursor",function(e){return M[e.type]}),t.each(B).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",$).filter(S).on("touchstart.brush",$).on("touchmove.brush",U).on("touchend.brush touchcancel.brush",V).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function B(){var e=(0,i.A)(this),t=j(this).selection;t?(e.selectAll(".selection").style("display",null).attr("x",t[0][0]).attr("y",t[0][1]).attr("width",t[1][0]-t[0][0]).attr("height",t[1][1]-t[0][1]),e.selectAll(".handle").style("display",null).attr("x",function(e){return"e"===e.type[e.type.length-1]?t[1][0]-z/2:t[0][0]-z/2}).attr("y",function(e){return"s"===e.type[0]?t[1][1]-z/2:t[0][1]-z/2}).attr("width",function(e){return"n"===e.type||"s"===e.type?t[1][0]-t[0][0]+z:z}).attr("height",function(e){return"e"===e.type||"w"===e.type?t[1][1]-t[0][1]+z:z})):e.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function F(e,t,n){var r=e.__brush.emitter;return!r||n&&r.clean?new H(e,t,n):r}function H(e,t,n){this.that=e,this.args=t,this.state=e.__brush,this.active=0,this.clean=n}function $(n){if((!t||n.touches)&&x.apply(this,arguments)){var r,s,u,h,w,S,P,N,O,L,R,z=this,I=n.target.__data__.type,H="selection"===(D&&n.metaKey?I="overlay":I)?f:D&&n.altKey?g:m,$=e===k?null:T[I],U=e===_?null:C[I],V=j(z),q=V.extent,Y=V.selection,W=q[0][0],G=q[0][1],X=q[1][0],K=q[1][1],Z=0,Q=0,J=$&&U&&D&&n.shiftKey,ee=Array.from(n.touches||[n],e=>{let t=e.identifier;return(e=(0,l.A)(e,z)).point0=e.slice(),e.identifier=t,e});(0,c.interrupt)(z);var et=F(z,arguments,!0).beforestart();if("overlay"===I){Y&&(O=!0);let t=[ee[0],ee[1]||ee[0]];V.selection=Y=[[r=e===k?W:b(t[0][0],t[1][0]),u=e===_?G:b(t[0][1],t[1][1])],[w=e===k?X:y(t[0][0],t[1][0]),P=e===_?K:y(t[0][1],t[1][1])]],ee.length>1&&ec(n)}else r=Y[0][0],u=Y[0][1],w=Y[1][0],P=Y[1][1];s=r,h=u,S=w,N=P;var en=(0,i.A)(z).attr("pointer-events","none"),er=en.selectAll(".overlay").attr("cursor",M[I]);if(n.touches)et.moved=el,et.ended=eu;else{var ei,ea,eo,es=(0,i.A)(n.view).on("mousemove.brush",el,!0).on("mouseup.brush",eu,!0);D&&es.on("keydown.brush",function(e){switch(e.keyCode){case 16:J=$&&U;break;case 18:H===m&&($&&(w=S-Z*$,r=s+Z*$),U&&(P=N-Q*U,u=h+Q*U),H=g,ec(e));break;case 32:H!==m&&H!==g||($<0?w=S-Z:$>0&&(r=s-Z),U<0?P=N-Q:U>0&&(u=h-Q),H=p,er.attr("cursor",M.selection),ec(e));break;default:return}d(e)},!0).on("keyup.brush",function(e){switch(e.keyCode){case 16:J&&(L=R=J=!1,ec(e));break;case 18:H===g&&($<0?w=S:$>0&&(r=s),U<0?P=N:U>0&&(u=h),H=m,ec(e));break;case 32:H===p&&(e.altKey?($&&(w=S-Z*$,r=s+Z*$),U&&(P=N-Q*U,u=h+Q*U),H=g):($<0?w=S:$>0&&(r=s),U<0?P=N:U>0&&(u=h),H=m),er.attr("cursor",M[I]),ec(e));break;default:return}d(e)},!0),ea=(ei=n.view).document.documentElement,eo=(0,i.A)(ei).on("dragstart.drag",o,a),"onselectstart"in ea?eo.on("selectstart.drag",o,a):(ea.__noselect=ea.style.MozUserSelect,ea.style.MozUserSelect="none")}B.call(z),et.start(n,H.name)}function el(e){for(let t of e.changedTouches||[e])for(let e of ee)e.identifier===t.identifier&&(e.cur=(0,l.A)(t,z));if(J&&!L&&!R&&1===ee.length){let e=ee[0];v(e.cur[0]-e[0])>v(e.cur[1]-e[1])?R=!0:L=!0}for(let e of ee)e.cur&&(e[0]=e.cur[0],e[1]=e.cur[1]);O=!0,d(e),ec(e)}function ec(e){var t;let n=ee[0],i=n.point0;switch(Z=n[0]-i[0],Q=n[1]-i[1],H){case p:case f:$&&(Z=y(W-r,b(X-w,Z)),s=r+Z,S=w+Z),U&&(Q=y(G-u,b(K-P,Q)),h=u+Q,N=P+Q);break;case m:ee[1]?($&&(s=y(W,b(X,ee[0][0])),S=y(W,b(X,ee[1][0])),$=1),U&&(h=y(G,b(K,ee[0][1])),N=y(G,b(K,ee[1][1])),U=1)):($<0?(Z=y(W-r,b(X-r,Z)),s=r+Z,S=w):$>0&&(Z=y(W-w,b(X-w,Z)),s=r,S=w+Z),U<0?(Q=y(G-u,b(K-u,Q)),h=u+Q,N=P):U>0&&(Q=y(G-P,b(K-P,Q)),h=u,N=P+Q));break;case g:$&&(s=y(W,b(X,r-Z*$)),S=y(W,b(X,w+Z*$))),U&&(h=y(G,b(K,u-Q*U)),N=y(G,b(K,P+Q*U)))}S{"use strict";n.d(t,{T:()=>c,I:()=>u});var r,i=n(8981),a=180/Math.PI,o={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function s(e,t,n,r,i,o){var s,l,c;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(l=Math.sqrt(n*n+r*r))&&(n/=l,r/=l,c/=l),e*r180?c+=360:c-l>180&&(l+=360),f.push({i:d.push(a(d)+"rotate(",null,r)-2,x:(0,i.A)(l,c)})):c&&d.push(a(d)+"rotate("+c+r),u=o.skewX,h=s.skewX,u!==h?f.push({i:d.push(a(d)+"skewX(",null,r)-2,x:(0,i.A)(u,h)}):h&&d.push(a(d)+"skewX("+h+r),function(e,t,n,r,o,s){if(e!==n||t!==r){var l=o.push(a(o)+"scale(",null,",",null,")");s.push({i:l-4,x:(0,i.A)(e,n)},{i:l-2,x:(0,i.A)(t,r)})}else 1===n&&1===r||o.push(a(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,s.scaleX,s.scaleY,d,f),o=s=null,function(e){for(var t,n=-1,r=f.length;++n{"use strict";n.d(t,{F:()=>r,u:()=>i});let r=Math.PI/180,i=180/Math.PI},9770:(e,t,n)=>{"use strict";function r(e,t){return e*=1,t*=1,function(n){return Math.round(e*(1-n)+t*n)}}n.d(t,{A:()=>r})},9804:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6160);function i(e){var t=e.length;return function(n){var i=Math.floor(((n%=1)<0?++n:n)*t),a=e[(i+t-1)%t],o=e[i%t],s=e[(i+1)%t],l=e[(i+2)%t];return(0,r.H)((n-i/t)*t,a,o,s,l)}}},9853:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>d,aq:()=>x,s1:()=>b,wm:()=>h});var r=n(871),i=n(6957),a=n(9710);let o=4/29,s=6/29,l=6/29*3*(6/29),c=6/29*(6/29)*(6/29);function u(e){if(e instanceof f)return new f(e.l,e.a,e.b,e.opacity);if(e instanceof w)return _(e);e instanceof i.Gw||(e=(0,i.b)(e));var t,n,r=v(e.r),a=v(e.g),o=v(e.b),s=p((.2225045*r+.7168786*a+.0606169*o)/1);return r===a&&a===o?t=n=s:(t=p((.4360747*r+.3850649*a+.1430804*o)/.96422),n=p((.0139322*r+.0971045*a+.7141733*o)/.82521)),new f(116*s-16,500*(t-s),200*(s-n),e.opacity)}function h(e,t){return new f(e,0,0,null==t?1:t)}function d(e,t,n,r){return 1==arguments.length?u(e):new f(e,t,n,null==r?1:r)}function f(e,t,n,r){this.l=+e,this.a=+t,this.b=+n,this.opacity=+r}function p(e){return e>c?Math.pow(e,1/3):e/l+o}function m(e){return e>s?e*e*e:l*(e-o)}function g(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function v(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function y(e){if(e instanceof w)return new w(e.h,e.c,e.l,e.opacity);if(e instanceof f||(e=u(e)),0===e.a&&0===e.b)return new w(NaN,0{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=Array(t);ntypeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return s(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[{day:+n,hour:+r,value:+i}])},[]),f.left,f.right,f.top,f.bottom,h=i.scaleLinear().range([b[0],b[b.length-1]]).domain(t.extent(n,_)).interpolate(a.interpolateHcl),e||((c=(e=r.select(this).append("svg").classed("britechart heatmap",!0)).append("g").classed("container-group",!0).attr("transform","translate(".concat(f.left,", ").concat(f.top,")"))).append("g").classed("chart-group",!0),c.append("g").classed("day-labels-group",!0),c.append("g").classed("hour-labels-group",!0),c.append("g").classed("metadata-group",!0)),e.attr("width",p).attr("height",m),M(),l=e.select(".hour-labels-group"),e.select(".hour-labels-group").selectAll(".hour-label").data(w).enter().append("text").text(function(e){return e}).attr("y",0).attr("x",function(e,t){return t*g}).style("text-anchor","middle").style("dominant-baseline","central").attr("class","hour-label"),l.attr("transform","translate(".concat(g/2,", -").concat(20,")")),S()})}function S(){(u=e.select(".chart-group").selectAll(".box").data(n)).enter().append("rect").classed("box",!0).attr("width",g).attr("height",g).attr("x",function(e){return e.hour*g}).attr("y",function(e){return e.day*g}).style("opacity",.2).style("fill",v).style("stroke",y).style("stroke-width",2).transition().duration(2e3).style("fill",function(e){var t=e.value;return h(t)}).style("opacity",1),u.exit().remove()}function M(){var t=e.select(".day-labels-group"),n=d||x;e.select(".day-labels-group").selectAll(".day-label").data(n).enter().append("text").text(function(e){return e}).attr("x",0).attr("y",function(e,t){return t*g}).style("text-anchor","start").style("dominant-baseline","central").attr("class","day-label y-axis-label"),t.attr("transform","translate(-".concat(30,", ").concat(g/2,")"))}function S(){(u=e.select(".chart-group").selectAll(".box").data(n)).enter().append("rect").classed("box",!0).attr("width",g).attr("height",g).attr("x",function(e){return e.hour*g}).attr("y",function(e){return e.day*g}).style("opacity",.2).style("fill",v).style("stroke",y).style("stroke-width",2).transition().duration(2e3).style("fill",function(e){var t=e.value;return h(t)}).style("opacity",1),u.exit().remove()}function M(){var t=e.select(".day-labels-group");e.select(".day-labels-group").selectAll(".day-label").data(x).enter().append("text").text(function(e){return e}).attr("x",0).attr("y",function(e,t){return t*g}).style("text-anchor","start").style("dominant-baseline","central").attr("class","day-label"),t.attr("transform","translate(-".concat(30,", ").concat(g/2,")"))}return k.boxSize=function(e){return arguments.length?(g=e,this):g},k.colorSchema=function(e){return arguments.length?(b=e,this):b},k.exportChart=function(t,n){l.call(k,e,t,n)},k.yAxisLabels=function(e){return arguments.length?(d=e,this):d},k.height=function(e){return arguments.length?(m=e,this):m},k.margin=function(e){return arguments.length?(f=o(o({},f),e),this):f},k.width=function(e){return arguments.length?(p=e,this):p},k}}).call(t,n,t,e))||(e.exports=r)}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var i={};return(()=>{"use strict";n.r(i),n.d(i,{bar:()=>t.a,brush:()=>D.a,bullet:()=>z.a,colors:()=>B.a,donut:()=>a.a,groupedBar:()=>M.a,groupedRow:()=>E.a,heatmap:()=>N.a,legend:()=>s.a,line:()=>c.a,loadingStates:()=>h.a,miniTooltip:()=>v.a,row:()=>f.a,scatterPlot:()=>k.a,sparkline:()=>b.a,stackedArea:()=>w.a,stackedBar:()=>C.a,step:()=>L.a,tooltip:()=>m.a});var e=n(726),t=n.n(e),r=n(3867),a=n.n(r),o=n(706),s=n.n(o),l=n(3578),c=n.n(l),u=n(4413),h=n.n(u),d=n(3659),f=n.n(d),p=n(4184),m=n.n(p),g=n(6278),v=n.n(g),y=n(6436),b=n.n(y),x=n(7422),w=n.n(x),_=n(7225),k=n.n(_),S=n(1349),M=n.n(S),A=n(2440),E=n.n(A),T=n(8194),C=n.n(T),P=n(9979),N=n.n(P),O=n(349),L=n.n(O),j=n(8343),D=n.n(j),R=n(6607),z=n.n(R),I=n(9326),B=n.n(I)})(),i})()},8975(e){self,e.exports=(()=>{var e={128:(e,t,n)=>{"use strict";function r(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(a){for(n=0;nr,p:()=>i})},183:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6452);function i(e){return"string"==typeof e?new r.LN([[document.querySelector(e)]],[document.documentElement]):new r.LN([[e]],r.zr)}},204:e=>{e.exports=function(){"use strict";var e={BASE:!0,HEAD:!0,HTML:!0,META:!0,NOFRAME:!0,NOSCRIPT:!0,PARAM:!0,SCRIPT:!0,STYLE:!0,TITLE:!0},t=["A","ABBR","ADDRESS","AREA","ARTICLE","ASIDE","AUDIO","B","BASE","BDI","BDO","BLOCKQUOTE","BODY","BR","BUTTON","CANVAS","CAPTION","CENTER","CITE","CODE","COL","COLGROUP","COMMAND","DATALIST","DD","DEL","DETAILS","DFN","DIV","DL","DT","EM","EMBED","FIELDSET","FIGCAPTION","FIGURE","FONT","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEAD","HEADER","HGROUP","HR","HTML","I","IFRAME","IMG","INPUT","INS","KBD","LABEL","LEGEND","LI","LINK","MAP","MARK","MATH","MENU","META","METER","NAV","NOBR","NOSCRIPT","OBJECT","OL","OPTION","OPTGROUP","OUTPUT","P","PARAM","PRE","PROGRESS","Q","RP","RT","RUBY","S","SAMP","SCRIPT","SECTION","SELECT","SMALL","SOURCE","SPAN","STRONG","STYLE","SUB","SUMMARY","SUP","SVG","TABLE","TBODY","TD","TEXTAREA","TFOOT","TH","THEAD","TIME","TITLE","TR","TRACK","U","UL","VAR","VIDEO","WBR"],n=function(e){var t={},n=document.body.appendChild(document.createElement(e)),r=window.getComputedStyle(n);return[].forEach.call(r,function(e){t[e]=r[e]}),document.body.removeChild(n),t};return{initializeSerializer:function(){var r={};return[].forEach.call(t,function(t){e[t]||(r[t]=n(t))}),function(t){var i,a,o,s,l=[];if(t&&t.nodeType===Node.ELEMENT_NODE)return l=[],i=t.querySelectorAll("*"),[].forEach.call(i,function(t,i){var s;e[t.tagName]||(a=window.getComputedStyle(t),r[s=(s=t.tagName).toUpperCase()]||(r[s]=n(s)),o=r[s],l[i]=t.style.cssText,[].forEach.call(a,function(e){a[e]!==o[e]&&(t.style[e]=a[e])}))}),s=(new XMLSerializer).serializeToString(t),i=[].map.call(i,function(e,t){return e.style.cssText=l[t],e}),s}}}}()},465:(e,t,n)=>{var r;void 0===(r=(function(e){return n(4710),{addDays:function(e,t){var n=new Date(e);return n.setDate(n.getDate()+t),String(n)},convertMillisecondsToDays:function(e){return Math.ceil(e/864e5)},diffDays:function(e,t){return Math.ceil(Math.abs((new Date(e).getTime()-new Date(t).getTime())/864e5))},getLocaleDateFormatter:function(e){var t=localeTimeMap[arguments.length>1&&void 0!==arguments[1]?arguments[1]:"day"],n=new Intl.DateTimeFormat(e,t);return function(e){return n.format(e)}}}}).call(t,n,t,e))||(e.exports=r)},526:(e,t,n)=>{"use strict";n.d(t,{$Z:()=>m,Cf:()=>v,lk:()=>g,yE:()=>y});var r=n(6037),i=n(6946),a=n(1134),o=n(2613),s=n(5030),l=n(3298),c=n(4612),u=n(5334),h=n(8926),d=n(5878),f=n(4355);function p(e,t,n,l,c,u){let h=[[s.R,1,a.Tt],[s.R,5,5*a.Tt],[s.R,15,15*a.Tt],[s.R,30,30*a.Tt],[u,1,a.rR],[u,5,5*a.rR],[u,15,15*a.rR],[u,30,30*a.rR],[c,1,a.JJ],[c,3,3*a.JJ],[c,6,6*a.JJ],[c,12,12*a.JJ],[l,1,a.Nm],[l,2,2*a.Nm],[n,1,a.Fq],[t,1,a.Pv],[t,3,3*a.Pv],[e,1,a.MP]];function d(t,n,s){let l=Math.abs(n-t)/s,c=(0,r.A)(([,,e])=>e).right(h,l);if(c===h.length)return e.every((0,i.sG)(t/a.MP,n/a.MP,s));if(0===c)return o.y.every(Math.max((0,i.sG)(t,n,s),1));let[u,d]=h[l/h[c-1][2]{"use strict";function r(){}function i(e){return null==e?r:function(){return this.querySelector(e)}}n.d(t,{A:()=>i})},676:(e,t,n)=>{var r;void 0===(r=(function(e){"use strict";var t=n(4710),r=0,i={small:{limit:10,format:t.format("")},medium:{limit:1e3,format:t.format("")},large:{limit:null,format:t.format(",d")}},a={small:{limit:10,format:t.format(".3f")},medium:{limit:100,format:t.format(".1f")},large:{limit:null,format:t.format(".2s")}},o=function(e,t){var n="large";return e{"use strict";function r(){return[]}function i(e){return null==e?r:function(){return this.querySelectorAll(e)}}n.d(t,{A:()=>i})},846:(e,t,n)=>{"use strict";function r(e,t){let n;if(void 0===t)for(let t of e)null!=t&&(n=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n=i)&&(n=i)}return n}n.d(t,{A:()=>r})},871:(e,t,n)=>{"use strict";function r(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function i(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}n.d(t,{A:()=>r,X:()=>i})},1089:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r={value:()=>{}};function i(){for(var e,t=0,n=arguments.length,r={};t=0&&(t=e.slice(n+1),e=e.slice(0,n)),e&&!r.hasOwnProperty(e))throw Error("unknown type: "+e);return{type:e,name:t}}),a=-1,s=i.length;if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw Error("invalid callback: "+t);for(;++a0)for(var n,r,i=Array(n),a=0;a{"use strict";n.d(t,{Fq:()=>s,JJ:()=>a,MP:()=>c,Nm:()=>o,Pv:()=>l,Tt:()=>r,rR:()=>i});let r=1e3,i=6e4,a=36e5,o=864e5,s=6048e5,l=2592e6,c=31536e6},1180:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:te?1:t>=e?0:NaN}n.d(t,{A:()=>r})},1197:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s});var r=n(6957),i=n(6160),a=n(9804),o=n(4709);let s=function e(t){var n=(0,o.uN)(t);function i(e,t){var i=n((e=(0,r.Qh)(e)).r,(t=(0,r.Qh)(t)).r),a=n(e.g,t.g),s=n(e.b,t.b),l=(0,o.Ay)(e.opacity,t.opacity);return function(t){return e.r=i(t),e.g=a(t),e.b=s(t),e.opacity=l(t),e+""}}return i.gamma=e,i}(1);function l(e){return function(t){var n,i,a=t.length,o=Array(a),s=Array(a),l=Array(a);for(n=0;n{"use strict";n.d(t,{A:()=>i,S:()=>a});var r=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function i(e){var t;if(!(t=r.exec(e)))throw Error("invalid format: "+e);return new a({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function a(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}i.prototype=a.prototype,a.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}},1734:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e){return Math.max(0,-(0,r.A)(Math.abs(e)))}},1772:(e,t,n)=>{var r;function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n2&&void 0!==arguments[2]?arguments[2]:null,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,u=new Date(e[0].date),m=new Date(e[e.length-1].date)-u;s&&("u"typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,r,i,a,o=[],s=!0,l=!1;try{for(i=(t=t.call(e)).next;!(s=(n=i.call(t)).done)&&(o.push(n.value),2!==o.length);s=!0);}catch(e){l=!0,r=e}finally{try{if(!s&&null!=t.return&&(a=t.return(),Object(a)!==a))return}finally{if(l)throw r}}return o}}(y)||function(e){if(e){if("string"==typeof e)return i(e,2);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?i(e,2):void 0}}(y)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),x=b[0],w=b[1],_=p[o],k=(g=h(m),v=Math.ceil(n/70),g<5?t.timeDay:Math.min(g,v));return{minor:{format:s?d(s,x):f[x],tick:k},major:{format:s?d(s,w):f[w],tick:_}}}}}).call(t,n,t,e))||(e.exports=r)},1879:(e,t,n)=>{"use strict";n.r(t),n.d(t,{easeBack:()=>I,easeBackIn:()=>R,easeBackInOut:()=>I,easeBackOut:()=>z,easeBounce:()=>j,easeBounceIn:()=>L,easeBounceInOut:()=>D,easeBounceOut:()=>j,easeCircle:()=>_,easeCircleIn:()=>x,easeCircleInOut:()=>_,easeCircleOut:()=>w,easeCubic:()=>s.wq,easeCubicIn:()=>s.EY,easeCubicInOut:()=>s.wq,easeCubicOut:()=>s.Jx,easeElastic:()=>H,easeElasticIn:()=>F,easeElasticInOut:()=>$,easeElasticOut:()=>H,easeExp:()=>b,easeExpIn:()=>v,easeExpInOut:()=>b,easeExpOut:()=>y,easeLinear:()=>r,easePoly:()=>u,easePolyIn:()=>l,easePolyInOut:()=>u,easePolyOut:()=>c,easeQuad:()=>o,easeQuadIn:()=>i,easeQuadInOut:()=>o,easeQuadOut:()=>a,easeSin:()=>m,easeSinIn:()=>f,easeSinInOut:()=>m,easeSinOut:()=>p});let r=e=>+e;function i(e){return e*e}function a(e){return e*(2-e)}function o(e){return((e*=2)<=1?e*e:--e*(2-e)+1)/2}var s=n(2101),l=function e(t){function n(e){return Math.pow(e,t)}return t*=1,n.exponent=e,n}(3),c=function e(t){function n(e){return 1-Math.pow(1-e,t)}return t*=1,n.exponent=e,n}(3),u=function e(t){function n(e){return((e*=2)<=1?Math.pow(e,t):2-Math.pow(2-e,t))/2}return t*=1,n.exponent=e,n}(3),h=Math.PI,d=h/2;function f(e){return 1==+e?1:1-Math.cos(e*d)}function p(e){return Math.sin(e*d)}function m(e){return(1-Math.cos(h*e))/2}function g(e){return 1.0009775171065494*(Math.pow(2,-10*e)-9765625e-10)}function v(e){return g(1-e)}function y(e){return 1-g(e)}function b(e){return((e*=2)<=1?g(1-e):2-g(e-1))/2}function x(e){return 1-Math.sqrt(1-e*e)}function w(e){return Math.sqrt(1- --e*e)}function _(e){return((e*=2)<=1?1-Math.sqrt(1-e*e):Math.sqrt(1-(e-=2)*e)+1)/2}var k=4/11,S=6/11,M=8/11,A=3/4,E=9/11,T=10/11,C=15/16,P=21/22,N=63/64,O=1/(4/11)/(4/11);function L(e){return 1-j(1-e)}function j(e){return(e*=1){"use strict";n.d(t,{Ay:()=>u,Jj:()=>s,WD:()=>c,ah:()=>l});var r=n(2902),i=n(6037),a=n(3131);let o=(0,i.A)(r.A),s=o.right,l=o.left,c=(0,i.A)(a.A).center,u=s},2101:(e,t,n)=>{"use strict";function r(e){return e*e*e}function i(e){return--e*e*e+1}function a(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}n.d(t,{EY:()=>r,Jx:()=>i,wq:()=>a})},2324:(e,t,n)=>{"use strict";function r(e){let t;for(;t=e.sourceEvent;)e=t;return e}n.d(t,{A:()=>r})},2472:(e,t,n)=>{"use strict";n.r(t),n.d(t,{timeDay:()=>l.UA,timeDays:()=>l.NT,timeFriday:()=>c.TU,timeFridays:()=>c.SQ,timeHour:()=>s.Ag,timeHours:()=>s.L6,timeInterval:()=>r.f,timeMillisecond:()=>i.y,timeMilliseconds:()=>i.R,timeMinute:()=>o.wX,timeMinutes:()=>o.rn,timeMonday:()=>c.AB,timeMondays:()=>c.h8,timeMonth:()=>u.Ui,timeMonths:()=>u.Bz,timeSaturday:()=>c.rG,timeSaturdays:()=>c._M,timeSecond:()=>a.R,timeSeconds:()=>a.Y,timeSunday:()=>c.YP,timeSundays:()=>c.vD,timeThursday:()=>c.Mo,timeThursdays:()=>c.HU,timeTickInterval:()=>d.yE,timeTicks:()=>d.Cf,timeTuesday:()=>c.PG,timeTuesdays:()=>c.OK,timeWednesday:()=>c.Gu,timeWednesdays:()=>c.Dr,timeWeek:()=>c.YP,timeWeeks:()=>c.vD,timeYear:()=>h.he,timeYears:()=>h.Yo,unixDay:()=>l.TW,unixDays:()=>l.yE,utcDay:()=>l.dA,utcDays:()=>l.ou,utcFriday:()=>c.a1,utcFridays:()=>c.Zn,utcHour:()=>s.pz,utcHours:()=>s.iA,utcMillisecond:()=>i.y,utcMilliseconds:()=>i.R,utcMinute:()=>o.vD,utcMinutes:()=>o.Y4,utcMonday:()=>c.rt,utcMondays:()=>c.ON,utcMonth:()=>u.R6,utcMonths:()=>u.oi,utcSaturday:()=>c.c8,utcSaturdays:()=>c.Xo,utcSecond:()=>a.R,utcSeconds:()=>a.Y,utcSunday:()=>c.Hl,utcSundays:()=>c.aZ,utcThursday:()=>c.pT,utcThursdays:()=>c.wr,utcTickInterval:()=>d.lk,utcTicks:()=>d.$Z,utcTuesday:()=>c.sr,utcTuesdays:()=>c.jN,utcWednesday:()=>c.z2,utcWednesdays:()=>c.G6,utcWeek:()=>c.Hl,utcWeeks:()=>c.aZ,utcYear:()=>h.Mb,utcYears:()=>h.jH});var r=n(7591),i=n(2613),a=n(5030),o=n(3298),s=n(4612),l=n(5334),c=n(8926),u=n(5878),h=n(4355),d=n(526)},2613:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,y:()=>i});var r=n(7591);let i=(0,r.f)(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);i.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?(0,r.f)(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):i:null;let a=i.range},2683:(e,t,n)=>{var r;void 0===(r=(function(e){n(9062);var t="highlight-filter";return{bounceCircleHighlight:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2*n;e.transition().ease(t).duration(100).attr("r",r).transition().ease(t).delay(50).duration(100).attr("r",n)},createFilterContainer:function(e){return e.append("defs").append("filter").attr("id",t)},createGausianBlur:function(e){return e.append("feGaussianBlur").attr("stdDeviation",1).attr("result","coloredBlur"),t},createWhiteGlow:function(e){e.attr("x","-5000%").attr("y","-5000%").attr("width","10000%").attr("height","10000%"),e.append("feFlood").attr("result","flood").attr("flood-color","#ffffff").attr("flood-opacity","1"),e.append("feComposite").attr("result","mask").attr("in2","SourceGraphic").attr("operator","in").attr("in","flood"),e.append("feMorphology").attr("result","dilated").attr("operator","dilate").attr("radius","2").attr("in","mask"),e.append("feGaussianBlur").attr("result","blurred").attr("stdDeviation","5").attr("in","dilated");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","blurred"),n.append("feMergeNode").attr("in","SourceGraphic"),t},createGlow:function(e){e.attr("x","-30%").attr("y","-30%").attr("width","160%").attr("height","160%"),e.append("feGaussianBlur").attr("stdDeviation","0.9 0.9").attr("result","glow");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","glow"),n.append("feMergeNode").attr("in","glow"),n.append("feMergeNode").attr("in","glow"),t},createGlowWithMatrix:function(e){e.attr("x","-500%").attr("y","-500%").attr("width","1800%").attr("height","1800%"),e.append("feColorMatrix").attr("type","matrix").attr("values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"),e.append("feGaussianBlur").attr("stdDeviation","1").attr("result","coloredBlur").attr("in","SourceGraphic");var n=e.append("feMerge");return n.append("feMergeNode").attr("in","coloredBlur"),n.append("feMergeNode").attr("in","SourceGraphic"),t}}}).call(t,n,t,e))||(e.exports=r)},2719:(e,t,n)=>{var r;void 0===(r=(function(e){"use strict";var t=n(9326).colorSchemas,r=(n(3456),n(204)),i="u">typeof window&&window.btoa;i||(i=n(5914).encode);var a={styleClass:"britechartStyle",defaultFilename:"britechart.png",chartBackground:"#ffffff",imageSourceBase:"data:image/svg+xml;base64,",titleFontSize:"36px",titleFontFamily:"'Source Sans 3 Variable', sans-serif",titleTopOffset:25,titleLeftOffset:10,get styleBackgroundString(){return"")}};function o(e,t){if(e){e.attr("version",1.1).attr("xmlns","http://www.w3.org/2000/svg");var n,i=r.initializeSerializer()(e.node());return n=i,(i=u.call(this,i=navigator.userAgent.search("FireFox")>-1?n.replace(/url.*"\)/,'url("linearGradient[id*="-gradient-"]");'):n,t,parseInt(e.attr("width"),10))).replace(">",">".concat(a.styleBackgroundString))}}function s(e){var t=new Image;return t.src="".concat(a.imageSourceBase).concat(i(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,function(e,t){return String.fromCharCode("0x"+t)}))),t}function l(e,t){return t.getContext("2d").drawImage(e,0,0),t}function c(e,t,n){n.preventDefault(),function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.defaultFilename,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"image/png",r=e.toDataURL(n),i=document.createElement("a");i.href=r,i.download=t,document.body.appendChild(i),i.click(),document.body.removeChild(i)}(l(this,e),t)}function u(e,n,r){if(!n||!r)return e;var i=t.grey;return e.replace(/ ').concat(n," {"use strict";function r(e){return e}function i(e){return"translate("+e+",0)"}function a(e){return"translate(0,"+e+")"}function o(){return!this.__axis}function s(e,t){var n=[],s=null,l=null,c=6,u=6,h=3,d="u">typeof window&&window.devicePixelRatio>1?0:.5,f=1===e||4===e?-1:1,p=4===e||2===e?"x":"y",m=1===e||3===e?i:a;function g(i){var a=null==s?t.ticks?t.ticks.apply(t,n):t.domain():s,g=null==l?t.tickFormat?t.tickFormat.apply(t,n):r:l,v=Math.max(c,0)+h,y=t.range(),b=+y[0]+d,x=+y[y.length-1]+d,w=(t.bandwidth?function(e,t){return t=Math.max(0,e.bandwidth()-2*t)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}:function(e){return t=>+e(t)})(t.copy(),d),_=i.selection?i.selection():i,k=_.selectAll(".domain").data([null]),S=_.selectAll(".tick").data(a,t).order(),M=S.exit(),A=S.enter().append("g").attr("class","tick"),E=S.select("line"),T=S.select("text");k=k.merge(k.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(A),E=E.merge(A.append("line").attr("stroke","currentColor").attr(p+"2",f*c)),T=T.merge(A.append("text").attr("fill","currentColor").attr(p,f*v).attr("dy",1===e?"0em":3===e?"0.71em":"0.32em")),i!==_&&(k=k.transition(i),S=S.transition(i),E=E.transition(i),T=T.transition(i),M=M.transition(i).attr("opacity",1e-6).attr("transform",function(e){return isFinite(e=w(e))?m(e+d):this.getAttribute("transform")}),A.attr("opacity",1e-6).attr("transform",function(e){var t=this.parentNode.__axis;return m((t&&isFinite(t=t(e))?t:w(e))+d)})),M.remove(),k.attr("d",4===e||2===e?u?"M"+f*u+","+b+"H"+d+"V"+x+"H"+f*u:"M"+d+","+b+"V"+x:u?"M"+b+","+f*u+"V"+d+"H"+x+"V"+f*u:"M"+b+","+d+"H"+x),S.attr("opacity",1).attr("transform",function(e){return m(w(e)+d)}),E.attr(p+"2",f*c),T.attr(p,f*v).text(g),_.filter(o).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",2===e?"start":4===e?"end":"middle"),_.each(function(){this.__axis=w})}return g.scale=function(e){return arguments.length?(t=e,g):t},g.ticks=function(){return n=Array.from(arguments),g},g.tickArguments=function(e){return arguments.length?(n=null==e?[]:Array.from(e),g):n.slice()},g.tickValues=function(e){return arguments.length?(s=null==e?null:Array.from(e),g):s&&s.slice()},g.tickFormat=function(e){return arguments.length?(l=e,g):l},g.tickSize=function(e){return arguments.length?(c=u=+e,g):c},g.tickSizeInner=function(e){return arguments.length?(c=+e,g):c},g.tickSizeOuter=function(e){return arguments.length?(u=+e,g):u},g.tickPadding=function(e){return arguments.length?(h=+e,g):h},g.offset=function(e){return arguments.length?(d=+e,g):d},g}function l(e){return s(1,e)}function c(e){return s(2,e)}function u(e){return s(3,e)}function h(e){return s(4,e)}n.r(t),n.d(t,{axisBottom:()=>u,axisLeft:()=>h,axisRight:()=>c,axisTop:()=>l})},2902:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:et?1:e>=t?0:NaN}n.d(t,{A:()=>r})},3104:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(8503);function i(e,t){void 0===t&&(t=e,e=r.A);for(var n=0,i=t.length-1,a=t[0],o=Array(i<0?0:i);n{"use strict";n.d(t,{A:()=>r});let r=e=>()=>e},3131:(e,t,n)=>{"use strict";function r(e){return null===e?NaN:+e}function*i(e,t){if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(yield t);else{let n=-1;for(let r of e)null!=(r=t(r,++n,e))&&(r*=1)>=r&&(yield r)}}n.d(t,{A:()=>r,n:()=>i})},3298:(e,t,n)=>{"use strict";n.d(t,{Y4:()=>l,rn:()=>o,vD:()=>s,wX:()=>a});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getMinutes()),o=a.range,s=(0,r.f)(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getUTCMinutes()),l=s.range},3456:(e,t,n)=>{var r;void 0===(r=(function(){var e=n(6303),t=n(2472);return{axisTimeCombinations:{MINUTE_HOUR:"minute-hour",HOUR_DAY:"hour-daymonth",DAY_MONTH:"day-month",MONTH_YEAR:"month-year",CUSTOM:"custom"},curveMap:{linear:e.curveLinear,basis:e.curveBasis,cardinal:e.curveCardinal,catmullRom:e.curveCatmullRom,monotoneX:e.curveMonotoneX,monotoneY:e.curveMonotoneY,natural:e.curveNatural,step:e.curveStep,stepAfter:e.curveStepAfter,stepBefore:e.curveStepBefore},emptyDonutData:[{quantity:1,percentage:100}],timeBenchmarks:{ONE_AND_A_HALF_YEARS:47304e6,ONE_YEAR:0x757b12d6d,ONE_DAY:0x5265c01},lineGradientId:"lineGradientId",timeIntervals:{timeMillisecond:t.timeMillisecond,utcMillisecond:t.utcMillisecond,timeSecond:t.timeSecond,utcSecond:t.utcSecond,timeMinute:t.timeMinute,utcMinute:t.utcMinute,timeHour:t.timeHour,utcHour:t.utcHour,timeDay:t.timeDay,utcDay:t.utcDay,timeWeek:t.timeWeek,utcWeek:t.utcWeek,timeSunday:t.timeSunday,utcSunday:t.utcSunday,timeMonday:t.timeMonday,utcMonday:t.utcMonday,timeTuesday:t.timeTuesday,utcTuesday:t.utcTuesday,timeWednesday:t.timeWednesday,utcWednesday:t.utcWednesday,timeThursday:t.timeThursday,utcThursday:t.utcThursday,timeFriday:t.timeFriday,utcFriday:t.utcFriday,timeSaturday:t.timeSaturday,utcSaturday:t.utcSaturday,timeMonth:t.timeMonth,utcMonth:t.utcMonth,timeYear:t.timeYear,utcYear:t.utcYear},FORMAT_LOCALE_URL:"https://cdn.jsdelivr.net/npm/d3-format/locale"}}).call(t,n,t,e))||(e.exports=r)},3578:(e,t,n)=>{function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i,a=["dates"];function o(e){return function(e){if(Array.isArray(e))return h(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||u(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function l(e){for(var t=1;ttypeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||u(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(e,t){if(e){if("string"==typeof e)return h(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(e,t):void 0}}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);nen&&($||($=e.select(".metadata-group").append("rect").attr("class","overlay").attr("y1",0).attr("y2",J).attr("height",k).attr("width",x).attr("fill","rgba(0, 0, 0, 0)").style("display","none")),U||(V=(U=e.select(".metadata-group").append("g").attr("class","hover-marker vertical-marker-container").attr("transform","translate(9999, 0)")).selectAll("path").data([{x1:0,y1:0,x2:0,y2:0}]).enter().append("line").classed("vertical-marker",!0).attr("x1",0).attr("y1",k).attr("x2",0).attr("y2",0)),e.on("mouseover",function(e){$.style("display","block"),V.classed("bc-is-active",!0),eO.call("customMouseOver",this,e,f.pointer(e,this))}).on("mouseout",function(e){$.style("display","none"),V.classed("bc-is-active",!1),eO.call("customMouseOut",this,e,f.pointer(e,this))}).on("mousemove",function(e){var t,n,r,i,a;r=(n=c(f.pointer(e,this),2))[0],i=n[1],(a=eI(r+-Z.left))&&(eH(t=E(new Date(a.date))),eF(a),eO.call("customMouseMove",this,a,R,t,i))})),ec&&(e.select(".chart-group").selectAll(".data-points-container").remove(),w=n.nodes().reduce(function(e,t){return e[t.id]=t,e},{}),F.reduce(function(e,t){var n=t.topics.map(function(e){return{topic:e,node:w[e.name]}});return[].concat(o(e),o(n))},[])),e.on("touchmove",function(e){eO.call("customTouchMove",this,e,f.pointer(e,this))}),ed&&(T=eI(x))&&(eH(E(new Date(T.date))),eF(T))})}function ej(e){e.selectAll(".tick text").attr("transform","translate(0, -7)")}function eD(e){var t;return t=P(e)?T:C,q&&(t=u.format(q)),t(e)}function eR(e){return new Date(e).toLocaleDateString()}function ez(e){var t,n,r,i;n=e.topicName,r=e.sum.toLocaleString(),i=G.append("text").classed("tooltip-left-text",!0).attr("dy","1em").attr("x",-15).attr("y",eA).style("fill",eT).style("font-size","12px").text(n).call(eB,200,12,-25),t=G.append("text").classed("tooltip-right-text",!0).attr("dy","1em").attr("x",-15).attr("y",eA).style("fill",eT).style("font-size","12px").text(r),K=i.node().getBBox().height,Y=t.node().getBBox().width?t.node().getBBox().width:Y,t.attr("x",300-Y-75),G.append("circle").classed("tooltip-circle",!0).attr("cx",-35).attr("cy",eA+8).attr("r",5).style("fill",R[e.topic]).style("stroke-width",1),eA+=K+7}function eI(e){var n=E.invert(e),r=(0,t.bisector(eC).left)(F,n,1),i=F[r],a=F[r-1];return a&&i?new Date(n).getTime()-new Date(i.date).getTime()>new Date(a.date).getTime()-new Date(n).getTime()?i:a:i}function eB(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;e.each(function(){var i,a,o,s,l,c,u;for(i=(e=f.select(this)).text().split(/\s+/).reverse(),o=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",r).attr("y",l).attr("dy",c+"em");a=i.pop();)o.push(a),u.text(o.join(" ")),m.getTextWidth(o.join(" "),n,"Karla, sans-serif")>t&&(o.pop(),u.text(o.join(" ")),s<4&&(o=[a],u=e.append("tspan").attr("x",r).attr("y",l).attr("dy",1.2*++s+c+"em").text(a)))})}function eF(t){U.selectAll(".circle-container").remove();var r=n.nodes().reduce(function(e,t){return e[t.id]=t,e},{}),i=B.filter(function(e){return!e.show}).map(function(e){return e.topicName}),a=t.topics.map(function(e){return{topic:e,node:r[e.name]}}).filter(function(e){return!!e.topic}).sort(function(e,t){return R[e.topic.name]s.x+r;){var c=(a+o)/2;if(e<(s=t.getPointAtLength(c)).x?o=c:a=c,100<(l+=1))break}return eM[i]=s.y,eM[i]}(E(new Date(t.topics[r].date)),s,n.name);o.attr("transform","translate( ".concat(-12,", ").concat(l," )"))})}function eH(e){U.attr("transform","translate(".concat(e,",0)"))}return eL.aspectRatio=function(e){return arguments.length?(et=e,this):et},eL.xAxisLabel=function(e){return arguments.length?(ey=e,this):ey},eL.yAxisLabel=function(e){return arguments.length?(ex=e,this):ex},eL.colorSchema=function(e){return arguments.length?(er=e,this):er},eL.dateLabel=function(e){return arguments.length?(em=e,this):em},eL.xAxisFormat=function(e){return arguments.length?(eo=e,this):eo},eL.xAxisCustomFormat=function(e){return arguments.length?(el=e,this):el},eL.xTicks=function(e){return arguments.length?(es=e,this):es},eL.grid=function(e){return arguments.length?(eS=e,this):eS},eL.height=function(e){return arguments.length?(et&&(Q=Math.ceil(e/et)),J=e,this):J},eL.initializeVerticalMarker=function(e){return arguments.length?(ed=e,this):ed},eL.isAnimated=function(e){return arguments.length?(eu=e,this):eu},eL.isPrintMode=function(e){return arguments.length?(eh=e,this):eh},eL.loadingState=function(e){return arguments.length?(ee=e,this):ee},eL.margin=function(e){return arguments.length?(Z=l(l({},Z),e),this):Z},eL.numberFormat=function(e){return arguments.length?(q=e,this):q},eL.lineCurve=function(e){return arguments.length?(ep=e,this):ep},eL.shouldShowAllDataPoints=function(e){return arguments.length?(ec=e,this):ec},eL.tooltipThreshold=function(e){return arguments.length?(en=e,this):en},eL.topicLabel=function(e){return arguments.length?(ev=e,this):ev},eL.valueLabel=function(e){return arguments.length?(eg=e,this):eg},eL.yAxisLabelPadding=function(e){return arguments.length?(e_=e,this):e_},eL.yTicks=function(e){return arguments.length?(ek=e,this):ek},eL.width=function(e){return arguments.length?(et&&(J=Math.ceil(e*et)),Q=e,this):Q},eL.locale=function(e){return arguments.length?(z=e,this):z},eL.exportChart=function(t,n){g.call(eL,e,t,n)},eL.on=function(){var e=eO.on.apply(eO,arguments);return e===eO?eL:e},eL.axisTimeCombinations=w,eL}}).call(t,n,t,e))||(e.exports=i)},3663:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(7268),i=n(7947);function a(e){var t=(0,r.A)(e);return(t.local?function(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}:function(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===i.g&&t.documentElement.namespaceURI===i.g?t.createElement(e):t.createElementNS(n,e)}})(t)}},3683:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,j:()=>a});var r=n(6747);function i(e,t,n){return arguments.length>1?this.each((null==t?function(e){return function(){this.style.removeProperty(e)}}:"function"==typeof t?function(e,t,n){return function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}:function(e,t,n){return function(){this.style.setProperty(e,t,n)}})(e,t,null==n?"":n)):a(this.node(),e)}function a(e,t){return e.style.getPropertyValue(t)||(0,r.A)(e).getComputedStyle(e,null).getPropertyValue(t)}},3705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,DC:()=>i,GY:()=>s,T6:()=>a,aL:()=>o});var r,i,a,o,s,l=n(4398);function c(e){return i=(r=(0,l.A)(e)).format,a=r.parse,o=r.utcFormat,s=r.utcParse,r}c({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]})},3842:(e,t,n)=>{"use strict";n.r(t),n.d(t,{active:()=>K,interrupt:()=>C,transition:()=>Y});var r,i,a=n(6452),o=n(1089),s=0,l=0,c=0,u=0,h=0,d=0,f="object"==typeof performance&&performance.now?performance:Date,p="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function m(){return h||(p(g),h=f.now()+d)}function g(){h=0}function v(){this._call=this._time=this._next=null}function y(e,t,n){var r=new v;return r.restart(e,t,n),r}function b(){h=(u=f.now())+d,s=l=0;try{m(),++s;for(var e,t=r;t;)(e=h-t._time)>=0&&t._call.call(void 0,e),t=t._next;--s}finally{s=0,function(){for(var e,t,n=r,a=1/0;n;)n._call?(a>n._time&&(a=n._time),e=n,n=n._next):(t=n._next,n._next=null,n=e?e._next=t:r=t);i=e,w(a)}(),h=0}}function x(){var e=f.now(),t=e-u;t>1e3&&(d-=t,u=e)}function w(e){s||(l&&(l=clearTimeout(l)),e-h>24?(e<1/0&&(l=setTimeout(b,e-f.now()-d)),c&&(c=clearInterval(c))):(c||(u=f.now(),c=setInterval(x,1e3)),s=1,p(b)))}function _(e,t,n){var r=new v;return t=null==t?0:+t,r.restart(n=>{r.stop(),e(n+t)},t,n),r}v.prototype=y.prototype={constructor:v,restart:function(e,t,n){if("function"!=typeof e)throw TypeError("callback is not a function");n=(null==n?m():+n)+(null==t?0:+t),this._next||i===this||(i?i._next=this:r=this,i=this),this._call=e,this._time=n,w()},stop:function(){this._call&&(this._call=null,this._time=1/0,w())}};var k=(0,o.A)("start","end","cancel","interrupt"),S=[];function M(e,t,n,r,i,a){var o=e.__transition;if(o){if(n in o)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function a(l){var c,u,h,d;if(1!==n.state)return s();for(c in i)if((d=i[c]).name===n.name){if(3===d.state)return _(a);4===d.state?(d.state=6,d.timer.stop(),d.on.call("interrupt",e,e.__data__,d.index,d.group),delete i[c]):+c0)throw Error("too late; already scheduled");return n}function E(e,t){var n=T(e,t);if(n.state>3)throw Error("too late; already running");return n}function T(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw Error("transition not found");return n}function C(e,t){var n,r,i,a=e.__transition,o=!0;if(a){for(i in t=null==t?null:t+"",a)(n=a[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete a[i]):o=!1;o&&delete e.__transition}}var P=n(9587),N=n(7268);function O(e,t,n){var r=e._id;return e.each(function(){var e=E(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)}),function(e){return T(e,r).value[t]}}var L=n(6957),j=n(8981),D=n(1197),R=n(7737);function z(e,t){var n;return("number"==typeof t?j.A:t instanceof L.Ay?D.Ay:(n=(0,L.Ay)(t))?(t=n,D.Ay):R.A)(e,t)}var I=n(6541),B=n(574),F=n(747),H=a.Ay.prototype.constructor,$=n(3683);function U(e){return function(){this.style.removeProperty(e)}}var V=0;function q(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Y(e){return(0,a.Ay)().transition(e)}var W=a.Ay.prototype;q.prototype=Y.prototype={constructor:q,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=(0,B.A)(e));for(var r=this._groups,i=r.length,a=Array(i),o=0;o=0&&(e=e.slice(0,t)),!e||"start"===e})?A:E,function(){var o=i(this,a),s=o.on;s!==n&&(r=(n=s).copy()).on(e,t),o.on=r}))},attr:function(e,t){var n=(0,N.A)(e),r="transform"===n?P.I:z;return this.attrTween(e,"function"==typeof t?(n.local?function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttributeNS(e.space,e.local)}}:function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttribute(e))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttribute(e)}})(n,r,O(this,"attr."+e,t)):null==t?(n.local?function(e){return function(){this.removeAttributeNS(e.space,e.local)}}:function(e){return function(){this.removeAttribute(e)}})(n):(n.local?function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttributeNS(e.space,e.local);return o===a?null:o===r?i:i=t(r=o,n)}}:function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttribute(e);return o===a?null:o===r?i:i=t(r=o,n)}})(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw Error();var r=(0,N.A)(e);return this.tween(n,(r.local?function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttributeNS(e.space,e.local,i.call(this,t))}),n}return i._value=t,i}:function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttribute(e,i.call(this,t))}),n}return i._value=t,i})(r,t))},style:function(e,t,n){var r,i,a,o,s,l,c,u,h,d,f,p,m,g,v,y,b,x,w,_,k,S="transform"==(e+="")?P.T:z;return null==t?this.styleTween(e,(r=e,function(){var e=(0,$.j)(this,r),t=(this.style.removeProperty(r),(0,$.j)(this,r));return e===t?null:e===i&&t===a?o:o=S(i=e,a=t)})).on("end.style."+e,U(e)):"function"==typeof t?this.styleTween(e,(s=e,l=O(this,"style."+e,t),function(){var e=(0,$.j)(this,s),t=l(this),n=t+"";return null==t&&(this.style.removeProperty(s),n=t=(0,$.j)(this,s)),e===n?null:e===c&&n===u?h:(u=n,h=S(c=e,t))})).each((d=this._id,b="end."+(y="style."+(f=e)),function(){var e=E(this,d),t=e.on,n=null==e.value[y]?v||(v=U(f)):void 0;t===p&&g===n||(m=(p=t).copy()).on(b,g=n),e.on=m})):this.styleTween(e,(x=e,k=t+"",function(){var e=(0,$.j)(this,x);return e===k?null:e===w?_:_=S(w=e,t)}),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw Error();return this.tween(r,function(e,t,n){var r,i;function a(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&function(t){this.style.setProperty(e,a.call(this,t),n)}),r}return a._value=t,a}(e,t,null==n?"":n))},text:function(e){var t,n;return this.tween("text","function"==typeof e?(t=O(this,"text",e),function(){var e=t(this);this.textContent=null==e?"":e}):(n=null==e?"":e+"",function(){this.textContent=n}))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw Error();return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){this.textContent=r.call(this,e)}),t}return r._value=e,r}(e))},remove:function(){var e;return this.on("end.remove",(e=this._id,function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=T(this.node(),n).tween,a=0,o=i.length;a1&&n.name===t)return new q([[e]],X,t,+r)}return null}},4119:(e,t,n)=>{"use strict";n.d(t,{B:()=>r,v:()=>i});class r extends Map{constructor(e,t=l){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,n]of e)this.set(t,n)}get(e){return super.get(a(this,e))}has(e){return super.has(a(this,e))}set(e,t){return super.set(o(this,e),t)}delete(e){return super.delete(s(this,e))}}class i extends Set{constructor(e,t=l){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const t of e)this.add(t)}has(e){return super.has(a(this,e))}add(e){return super.add(o(this,e))}delete(e){return super.delete(s(this,e))}}function a({_intern:e,_key:t},n){let r=t(n);return e.has(r)?e.get(r):n}function o({_intern:e,_key:t},n){let r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}function s({_intern:e,_key:t},n){let r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}function l(e){return null!==e&&"object"==typeof e?e.valueOf():e}},4287:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(8503);function i(e,t){var n,i={},a={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?i[n]=(0,r.A)(e[n],t[n]):a[n]=t[n];return function(e){for(n in i)a[n]=i[n](e);return a}}},4355:(e,t,n)=>{"use strict";n.d(t,{Mb:()=>o,Yo:()=>a,he:()=>i,jH:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());i.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)}):null;let a=i.range,o=(0,r.f)(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());o.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)}):null;let s=o.range},4398:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(5334),i=n(8926),a=n(4355);function o(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function s(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function l(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function c(e){var t=e.dateTime,n=e.date,a=e.time,c=e.periods,h=e.days,d=e.shortDays,f=e.months,p=e.shortMonths,m=g(c),X=v(c),em=g(h),eE=v(h),eT=g(d),eC=v(d),eP=g(f),eN=v(f),eO=g(p),eL=v(p),ej={a:function(e){return d[e.getDay()]},A:function(e){return h[e.getDay()]},b:function(e){return p[e.getMonth()]},B:function(e){return f[e.getMonth()]},c:null,d:I,e:I,f:U,g:ee,G:en,H:B,I:F,j:H,L:$,m:V,M:q,p:function(e){return c[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:eM,s:eA,S:Y,u:W,U:G,V:K,w:Z,W:Q,x:null,X:null,y:J,Y:et,Z:er,"%":eS},eD={a:function(e){return d[e.getUTCDay()]},A:function(e){return h[e.getUTCDay()]},b:function(e){return p[e.getUTCMonth()]},B:function(e){return f[e.getUTCMonth()]},c:null,d:ei,e:ei,f:ec,g:ex,G:e_,H:ea,I:eo,j:es,L:el,m:eu,M:eh,p:function(e){return c[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:eM,s:eA,S:ed,u:ef,U:ep,V:eg,w:ev,W:ey,x:null,X:null,y:eb,Y:ew,Z:ek,"%":eS},eR={a:function(e,t,n){var r=eT.exec(t.slice(n));return r?(e.w=eC.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=em.exec(t.slice(n));return r?(e.w=eE.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=eO.exec(t.slice(n));return r?(e.m=eL.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=eP.exec(t.slice(n));return r?(e.m=eN.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return eB(e,t,n,r)},d:T,e:T,f:j,g:S,G:k,H:P,I:P,j:C,L:L,m:E,M:N,p:function(e,t,n){var r=m.exec(t.slice(n));return r?(e.p=X.get(r[0].toLowerCase()),n+r[0].length):-1},q:A,Q:R,s:z,S:O,u:b,U:x,V:w,w:y,W:_,x:function(e,t,r){return eB(e,n,t,r)},X:function(e,t,n){return eB(e,a,t,n)},y:S,Y:k,Z:M,"%":D};function ez(e,t){return function(n){var r,i,a,o=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s53)return null;"w"in u||(u.w=1),"Z"in u?(a=(c=(a=s(l(u.y,0,1))).getUTCDay())>4||0===c?i.rt.ceil(a):(0,i.rt)(a),a=r.dA.offset(a,7*(u.V-1)),u.y=a.getUTCFullYear(),u.m=a.getUTCMonth(),u.d=a.getUTCDate()+(u.w+6)%7):(a=(c=(a=o(l(u.y,0,1))).getDay())>4||0===c?i.AB.ceil(a):(0,i.AB)(a),a=r.UA.offset(a,7*(u.V-1)),u.y=a.getFullYear(),u.m=a.getMonth(),u.d=a.getDate()+(u.w+6)%7)}else("W"in u||"U"in u)&&("w"in u||(u.w="u"in u?u.u%7:+("W"in u)),c="Z"in u?s(l(u.y,0,1)).getUTCDay():o(l(u.y,0,1)).getDay(),u.m=0,u.d="W"in u?(u.w+6)%7+7*u.W-(c+5)%7:u.w+7*u.U-(c+6)%7);return"Z"in u?(u.H+=u.Z/100|0,u.M+=u.Z%100,s(u)):o(u)}}function eB(e,t,n,r){for(var i,a,o=0,s=t.length,l=n.length;o=l)return -1;if(37===(i=t.charCodeAt(o++))){if(!(a=eR[(i=t.charAt(o++))in u?t.charAt(o++):i])||(r=a(e,n,r))<0)return -1}else if(i!=n.charCodeAt(r++))return -1}return r}return ej.x=ez(n,ej),ej.X=ez(a,ej),ej.c=ez(t,ej),eD.x=ez(n,eD),eD.X=ez(a,eD),eD.c=ez(t,eD),{format:function(e){var t=ez(e+="",ej);return t.toString=function(){return e},t},parse:function(e){var t=eI(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=ez(e+="",eD);return t.toString=function(){return e},t},utcParse:function(e){var t=eI(e+="",!0);return t.toString=function(){return e},t}}}var u={"-":"",_:" ",0:"0"},h=/^\s*\d+/,d=/^%/,f=/[\\^$*+?|[\]().{}]/g;function p(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",a=i.length;return r+(a[e.toLowerCase(),t]))}function y(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function b(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function x(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function w(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function _(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function k(e,t,n){var r=h.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function S(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function M(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function A(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function E(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function T(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function C(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function P(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function N(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function O(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function L(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function j(e,t,n){var r=h.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function D(e,t,n){var r=d.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function R(e,t,n){var r=h.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function z(e,t,n){var r=h.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function I(e,t){return p(e.getDate(),t,2)}function B(e,t){return p(e.getHours(),t,2)}function F(e,t){return p(e.getHours()%12||12,t,2)}function H(e,t){return p(1+r.UA.count((0,a.he)(e),e),t,3)}function $(e,t){return p(e.getMilliseconds(),t,3)}function U(e,t){return $(e,t)+"000"}function V(e,t){return p(e.getMonth()+1,t,2)}function q(e,t){return p(e.getMinutes(),t,2)}function Y(e,t){return p(e.getSeconds(),t,2)}function W(e){var t=e.getDay();return 0===t?7:t}function G(e,t){return p(i.YP.count((0,a.he)(e)-1,e),t,2)}function X(e){var t=e.getDay();return t>=4||0===t?(0,i.Mo)(e):i.Mo.ceil(e)}function K(e,t){return e=X(e),p(i.Mo.count((0,a.he)(e),e)+(4===(0,a.he)(e).getDay()),t,2)}function Z(e){return e.getDay()}function Q(e,t){return p(i.AB.count((0,a.he)(e)-1,e),t,2)}function J(e,t){return p(e.getFullYear()%100,t,2)}function ee(e,t){return p((e=X(e)).getFullYear()%100,t,2)}function et(e,t){return p(e.getFullYear()%1e4,t,4)}function en(e,t){var n=e.getDay();return p((e=n>=4||0===n?(0,i.Mo)(e):i.Mo.ceil(e)).getFullYear()%1e4,t,4)}function er(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+p(t/60|0,"0",2)+p(t%60,"0",2)}function ei(e,t){return p(e.getUTCDate(),t,2)}function ea(e,t){return p(e.getUTCHours(),t,2)}function eo(e,t){return p(e.getUTCHours()%12||12,t,2)}function es(e,t){return p(1+r.dA.count((0,a.Mb)(e),e),t,3)}function el(e,t){return p(e.getUTCMilliseconds(),t,3)}function ec(e,t){return el(e,t)+"000"}function eu(e,t){return p(e.getUTCMonth()+1,t,2)}function eh(e,t){return p(e.getUTCMinutes(),t,2)}function ed(e,t){return p(e.getUTCSeconds(),t,2)}function ef(e){var t=e.getUTCDay();return 0===t?7:t}function ep(e,t){return p(i.Hl.count((0,a.Mb)(e)-1,e),t,2)}function em(e){var t=e.getUTCDay();return t>=4||0===t?(0,i.pT)(e):i.pT.ceil(e)}function eg(e,t){return e=em(e),p(i.pT.count((0,a.Mb)(e),e)+(4===(0,a.Mb)(e).getUTCDay()),t,2)}function ev(e){return e.getUTCDay()}function ey(e,t){return p(i.rt.count((0,a.Mb)(e)-1,e),t,2)}function eb(e,t){return p(e.getUTCFullYear()%100,t,2)}function ex(e,t){return p((e=em(e)).getUTCFullYear()%100,t,2)}function ew(e,t){return p(e.getUTCFullYear()%1e4,t,4)}function e_(e,t){var n=e.getUTCDay();return p((e=n>=4||0===n?(0,i.pT)(e):i.pT.ceil(e)).getUTCFullYear()%1e4,t,4)}function ek(){return"+0000"}function eS(){return"%"}function eM(e){return+e}function eA(e){return Math.floor(e/1e3)}},4413:(e,t,n)=>{var r;void 0===(r=(function(){var e='\n \n \n \n \n \n \n \n \n \n ';return{bar:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n '),donut:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n '),line:'\n \n '.concat(e,'\n \n \n \n \n '),row:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n '),stackedArea:'\n \n '.concat(e,'\n \n \n \n \n \n \n \n ')}}).call(t,n,t,e))||(e.exports=r)},4504:(e,t,n)=>{"use strict";function r(e,t){let n,r=-1,i=-1;if(void 0===t)for(let t of e)++i,null!=t&&(n=t)&&(n=t,r=i);else for(let a of e)null!=(a=t(a,++i,e))&&(n=a)&&(n=a,r=i);return r}n.d(t,{A:()=>r})},4612:(e,t,n)=>{"use strict";n.d(t,{Ag:()=>a,L6:()=>o,iA:()=>l,pz:()=>s});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt-e.getMinutes()*i.rR)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getHours()),o=a.range,s=(0,r.f)(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getUTCHours()),l=s.range},4709:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a,uN:()=>i});var r=n(3116);function i(e){return 1==(e*=1)?a:function(t,n){var i,a,o;return n-t?(i=t,a=n,i=Math.pow(i,o=e),a=Math.pow(a,o)-i,o=1/o,function(e){return Math.pow(i+e*a,o)}):(0,r.A)(isNaN(t)?n:t)}}function a(e,t){var n=t-e;return n?function(t){return e+t*n}:(0,r.A)(isNaN(e)?t:e)}},4710:(e,t,n)=>{"use strict";n.r(t),n.d(t,{FormatSpecifier:()=>a.S,format:()=>r.GP,formatDefaultLocale:()=>r.Ay,formatLocale:()=>i.A,formatPrefix:()=>r.s,formatSpecifier:()=>a.A,precisionFixed:()=>o.A,precisionPrefix:()=>s.A,precisionRound:()=>l.A});var r=n(8701),i=n(6390),a=n(1631),o=n(1734),s=n(7590),l=n(9460)},4855:(e,t,n)=>{"use strict";n.d(t,{AX:()=>f,Ay:()=>h,Z4:()=>d});var r=n(846),i=n(4504),a=n(9216),o=n(8026),s=n(5671),l=n(3131),c=n(8886),u=n(6205);function h(e,t,n){if((i=(e=Float64Array.from((0,l.n)(e,n))).length)&&!isNaN(t*=1)){if(t<=0||i<2)return(0,a.A)(e);if(t>=1)return(0,r.A)(e);var i,o=(i-1)*t,c=Math.floor(o),u=(0,r.A)((0,s.A)(e,c).subarray(0,c+1));return u+((0,a.A)(e.subarray(c+1))-u)*(o-c)}}function d(e,t,n=l.A){if((r=e.length)&&!isNaN(t*=1)){if(t<=0||r<2)return+n(e[0],0,e);if(t>=1)return+n(e[r-1],r-1,e);var r,i=(r-1)*t,a=Math.floor(i),o=+n(e[a],a,e);return o+(n(e[a+1],a+1,e)-o)*(i-a)}}function f(e,t,n=l.A){if(!isNaN(t*=1)){if(r=Float64Array.from(e,(t,r)=>(0,l.A)(n(e[r],r,e))),t<=0)return(0,o.A)(r);if(t>=1)return(0,i.A)(r);var r,a=Uint32Array.from(e,(e,t)=>t),h=r.length-1,d=Math.floor(h*t);return(0,s.A)(a,d,0,h,(e,t)=>(0,c.o2)(r[e],r[t])),(d=(0,u.A)(a.subarray(0,d+1),e=>r[e]))>=0?d:-1}}},5030:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,Y:()=>o});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*i.Tt)},(e,t)=>(t-e)/i.Tt,e=>e.getUTCSeconds()),o=a.range},5204:(e,t,n)=>{"use strict";function r(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function i(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}n.d(t,{A:()=>r,f:()=>i})},5334:(e,t,n)=>{"use strict";n.d(t,{NT:()=>o,TW:()=>c,UA:()=>a,dA:()=>s,ou:()=>l,yE:()=>u});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Nm,e=>e.getDate()-1),o=a.range,s=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>e.getUTCDate()-1),l=s.range,c=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>Math.floor(e/i.Nm)),u=c.range},5478:(e,t,n)=>{"use strict";function r(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}n.d(t,{A:()=>r})},5671:(e,t,n)=>{"use strict";n.d(t,{A:()=>function e(t,n,a=0,o=1/0,s){if(n=Math.floor(n),a=Math.floor(Math.max(0,a)),o=Math.floor(Math.min(t.length-1,o)),!(a<=n&&n<=o))return t;for(s=void 0===s?r.o2:(0,r.JC)(s);o>a;){if(o-a>600){let r=o-a+1,i=n-a+1,l=Math.log(r),c=.5*Math.exp(2*l/3),u=.5*Math.sqrt(l*c*(r-c)/r)*(i-r/2<0?-1:1);e(t,n,Math.max(a,Math.floor(n-i*c/r+u)),Math.min(o,Math.floor(n+(r-i)*c/r+u)),s)}let r=t[n],l=a,c=o;for(i(t,a,n),s(t[o],r)>0&&i(t,a,o);ls(t[l],r);)++l;for(;s(t[c],r)>0;)--c}0===s(t[a],r)?i(t,a,c):i(t,++c,o),c<=n&&(a=c+1),n<=c&&(o=c-1)}return t}});var r=n(8886);function i(e,t,n){let r=e[t];e[t]=e[n],e[n]=r}},5878:(e,t,n)=>{"use strict";n.d(t,{Bz:()=>a,R6:()=>o,Ui:()=>i,oi:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear()),e=>e.getMonth()),a=i.range,o=(0,r.f)(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear()),e=>e.getUTCMonth()),s=o.range},5914:function(e,t,n){var r,i,a,o,s,l,c;((e=n.nmd(e))&&e.exports,i="object"==typeof n.g&&n.g).global!==i&&i.window,((a=function(e){this.message=e}).prototype=Error()).name="InvalidCharacterError",o=function(e){throw new a(e)},s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=/[\t\n\f\r ]/g,c={encode:function(e){e=String(e),/[^\0-\xFF]/.test(e)&&o("The string to be encoded contains characters outside of the Latin1 range.");for(var t,n,r,i,a=e.length%3,l="",c=-1,u=e.length-a;++c>18&63)+s.charAt(i>>12&63)+s.charAt(i>>6&63)+s.charAt(63&i);return 2==a?(t=e.charCodeAt(c)<<8,n=e.charCodeAt(++c),l+=s.charAt((i=t+n)>>10)+s.charAt(i>>4&63)+s.charAt(i<<2&63)+"="):1==a&&(i=e.charCodeAt(c),l+=s.charAt(i>>2)+s.charAt(i<<4&63)+"=="),l},decode:function(e){var t=(e=String(e).replace(l,"")).length;t%4==0&&(t=(e=e.replace(/==?$/,"")).length),(t%4==1||/[^+a-zA-Z0-9/]/.test(e))&&o("Invalid character: the string to be decoded is not correctly encoded.");for(var n,r,i=0,a="",c=-1;++c>(-2*i&6)));return a},version:"1.0.0"},void 0===(r=(function(){return c}).call(t,n,t,e))||(e.exports=r)},5970:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(2324);function i(e,t){if(e=(0,r.A)(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var i=n.createSVGPoint();return i.x=e.clientX,i.y=e.clientY,[(i=i.matrixTransform(t.getScreenCTM().inverse())).x,i.y]}if(t.getBoundingClientRect){var a=t.getBoundingClientRect();return[e.clientX-a.left-t.clientLeft,e.clientY-a.top-t.clientTop]}}return[e.pageX,e.pageY]}},6037:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(2902),i=n(1180);function a(e){let t,n,a;function s(e,r,i=0,a=e.length){if(i>>1;0>n(e[t],r)?i=t+1:a=t}while(i(0,r.A)(e(t),n),a=(t,n)=>e(t)-n):(t=e===r.A||e===i.A?e:o,n=e,a=e),{left:s,center:function(e,t,n=0,r=e.length){let i=s(e,t,n,r-1);return i>n&&a(e[i-1],t)>-a(e[i],t)?i-1:i},right:function(e,r,i=0,a=e.length){if(i>>1;0>=n(e[t],r)?i=t+1:a=t}while(i{"use strict";function r(e,t,n,r,i){var a=e*e,o=a*e;return((1-3*e+3*a-o)*t+(4-6*a+3*o)*n+(1+3*e+3*a-3*o)*r+o*i)/6}function i(e){var t=e.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),a=e[i],o=e[i+1],s=i>0?e[i-1]:2*a-o,l=ii,H:()=>r})},6199:(e,t,n)=>{"use strict";n.r(t),n.d(t,{scaleBand:()=>c,scaleDiverging:()=>function e(){var t=N(ev()(y));return t.copy=function(){return ef(t,e())},a.apply(t,arguments)},scaleDivergingLog:()=>function e(){var t=B(ev()).domain([.1,1,10]);return t.copy=function(){return ef(t,e()).base(t.base())},a.apply(t,arguments)},scaleDivergingPow:()=>ey,scaleDivergingSqrt:()=>eb,scaleDivergingSymlog:()=>function e(){var t=$(ev());return t.copy=function(){return ef(t,e()).constant(t.constant())},a.apply(t,arguments)},scaleIdentity:()=>function e(t){var n;function r(e){return null==e||isNaN(e*=1)?n:e}return r.invert=r,r.domain=r.range=function(e){return arguments.length?(t=Array.from(e,g),r):t.slice()},r.unknown=function(e){return arguments.length?(n=e,r):n},r.copy=function(){return e(t).unknown(n)},t=arguments.length?Array.from(t,g):[0,1],N(r)},scaleImplicit:()=>s,scaleLinear:()=>function e(){var t=S();return t.copy=function(){return _(t,e())},i.apply(t,arguments),N(t)},scaleLog:()=>function e(){let t=B(k()).domain([1,10]);return t.copy=()=>_(t,e()).base(t.base()),i.apply(t,arguments),t},scaleOrdinal:()=>l,scalePoint:()=>u,scalePow:()=>W,scaleQuantile:()=>function e(){var t,n=[],r=[],a=[];function o(){var e=0,t=Math.max(1,r.length);for(a=Array(t-1);++e0?a[t-1]:n[0],tfunction e(){var t,n=0,r=1,a=1,o=[.5],s=[0,1];function l(e){return null!=e&&e<=e?s[(0,d.Ay)(o,e,0,a)]:t}function c(){var e=-1;for(o=Array(a);++e=a?[o[a-1],r]:[o[t-1],o[t]]},l.unknown=function(e){return arguments.length&&(t=e),l},l.thresholds=function(){return o.slice()},l.copy=function(){return e().domain([n,r]).range(s).unknown(t)},i.apply(N(l),arguments)},scaleRadial:()=>function e(){var t,n=S(),r=[0,1],a=!1;function o(e){var r,i=Math.sign(r=n(e))*Math.sqrt(Math.abs(r));return isNaN(i)?t:a?Math.round(i):i}return o.invert=function(e){return n.invert(X(e))},o.domain=function(e){return arguments.length?(n.domain(e),o):n.domain()},o.range=function(e){return arguments.length?(n.range((r=Array.from(e,g)).map(X)),o):r.slice()},o.rangeRound=function(e){return o.range(e).round(!0)},o.round=function(e){return arguments.length?(a=!!e,o):a},o.clamp=function(e){return arguments.length?(n.clamp(e),o):n.clamp()},o.unknown=function(e){return arguments.length?(t=e,o):t},o.copy=function(){return e(n.domain(),r).round(a).clamp(n.clamp()).unknown(t)},i.apply(o,arguments),N(o)},scaleSequential:()=>function e(){var t=N(ed()(y));return t.copy=function(){return ef(t,e())},a.apply(t,arguments)},scaleSequentialLog:()=>function e(){var t=B(ed()).domain([1,10]);return t.copy=function(){return ef(t,e()).base(t.base())},a.apply(t,arguments)},scaleSequentialPow:()=>ep,scaleSequentialQuantile:()=>function e(){var t=[],n=y;function r(e){if(null!=e&&!isNaN(e*=1))return n(((0,d.Ay)(t,e,1)-1)/(t.length-1))}return r.domain=function(e){if(!arguments.length)return t.slice();for(let n of(t=[],e))null==n||isNaN(n*=1)||t.push(n);return t.sort(Z.A),r},r.interpolator=function(e){return arguments.length?(n=e,r):n},r.range=function(){return t.map((e,r)=>n(r/(t.length-1)))},r.quantiles=function(e){return Array.from({length:e+1},(n,r)=>(0,K.Ay)(t,r/e))},r.copy=function(){return e(n).domain(t)},a.apply(r,arguments)},scaleSequentialSqrt:()=>em,scaleSequentialSymlog:()=>function e(){var t=$(ed());return t.copy=function(){return ef(t,e()).constant(t.constant())},a.apply(t,arguments)},scaleSqrt:()=>G,scaleSymlog:()=>function e(){var t=$(k());return t.copy=function(){return _(t,e()).constant(t.constant())},i.apply(t,arguments)},scaleThreshold:()=>function e(){var t,n=[.5],r=[0,1],a=1;function o(e){return null!=e&&e<=e?r[(0,d.Ay)(n,e,0,a)]:t}return o.domain=function(e){return arguments.length?(a=Math.min((n=Array.from(e)).length,r.length-1),o):n.slice()},o.range=function(e){return arguments.length?(r=Array.from(e),a=Math.min(n.length,r.length-1),o):r.slice()},o.invertExtent=function(e){var t=r.indexOf(e);return[n[t-1],n[t]]},o.unknown=function(e){return arguments.length?(t=e,o):t},o.copy=function(){return e().domain(n).range(r).unknown(t)},i.apply(o,arguments)},scaleTime:()=>eu,scaleUtc:()=>eh,tickFormat:()=>P});var r=n(6561);function i(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}function a(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this}var o=n(4119);let s=Symbol("implicit");function l(){var e=new o.B,t=[],n=[],r=s;function a(i){let a=e.get(i);if(void 0===a){if(r!==s)return r;e.set(i,a=t.push(i)-1)}return n[a%n.length]}return a.domain=function(n){if(!arguments.length)return t.slice();for(let r of(t=[],e=new o.B,n))e.has(r)||e.set(r,t.push(r)-1);return a},a.range=function(e){return arguments.length?(n=Array.from(e),a):n.slice()},a.unknown=function(e){return arguments.length?(r=e,a):r},a.copy=function(){return l(t,n).unknown(r)},i.apply(a,arguments),a}function c(){var e,t,n=l().unknown(void 0),a=n.domain,o=n.range,s=0,u=1,h=!1,d=0,f=0,p=.5;function m(){var n=a().length,i=ut&&(n=e,e=t,t=n),c=function(n){return Math.max(e,Math.min(t,n))}),r=l>2?w:x,i=a=null,h}function h(t){return null==t||isNaN(t*=1)?n:(i||(i=r(o.map(e),s,l)))(e(c(t)))}return h.invert=function(n){return c(t((a||(a=r(s,o.map(e),p.A)))(n)))},h.domain=function(e){return arguments.length?(o=Array.from(e,g),u()):o.slice()},h.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},h.rangeRound=function(e){return s=Array.from(e),l=m.A,u()},h.clamp=function(e){return arguments.length?(c=!!e||y,u()):c!==y},h.interpolate=function(e){return arguments.length?(l=e,u()):l},h.unknown=function(e){return arguments.length?(n=e,h):n},function(n,r){return e=n,t=r,u()}}function S(){return k()(y,y)}var M=n(1631),A=n(7590),E=n(8701),T=n(9460),C=n(1734);function P(e,t,n,r){var i,a=(0,h.sG)(e,t,n);switch((r=(0,M.A)(null==r?",f":r)).type){case"s":var o=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=(0,A.A)(a,o))||(r.precision=i),(0,E.s)(r,o);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=(0,T.A)(a,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=(0,C.A)(a))||(r.precision=i-2*("%"===r.type))}return(0,E.GP)(r)}function N(e){var t=e.domain;return e.ticks=function(e){var n=t();return(0,h.Ay)(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return P(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,a=t(),o=0,s=a.length-1,l=a[o],c=a[s],u=10;for(c0;){if((i=(0,h.lq)(l,c,n))===r)return a[o]=l,a[s]=c,t(a);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function O(e,t){var n,r=0,i=(e=e.slice()).length-1,a=e[r],o=e[i];return o-e(-t,n)}function B(e){let t=e(L,j),n=t.domain,r,i,a=10;function o(){var o,s;return r=(o=a)===Math.E?Math.log:10===o&&Math.log10||2===o&&Math.log2||(o=Math.log(o),e=>Math.log(e)/o),i=10===(s=a)?z:s===Math.E?Math.exp:e=>Math.pow(s,e),n()[0]<0?(r=I(r),i=I(i),e(D,R)):e(L,j),t}return t.base=function(e){return arguments.length?(a=+e,o()):a},t.domain=function(e){return arguments.length?(n(e),o()):n()},t.ticks=e=>{let t=n(),o=t[0],s=t[t.length-1],l=s0){for(;d<=f;++d)for(c=1;cs)break;m.push(u)}}else for(;d<=f;++d)for(c=a-1;c>=1;--c)if(!((u=d>0?c/i(-d):c*i(d))s)break;m.push(u)}2*m.length{if(null==e&&(e=10),null==n&&(n=10===a?"s":","),"function"!=typeof n&&(a%1||null!=(n=(0,M.A)(n)).precision||(n.trim=!0),n=(0,E.GP)(n)),e===1/0)return n;let o=Math.max(1,a*e/t.ticks().length);return e=>{let t=e/i(Math.round(r(e)));return t*an(O(n(),{floor:e=>i(Math.floor(r(e))),ceil:e=>i(Math.ceil(r(e)))})),t}function F(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function H(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function $(e){var t=1,n=e(F(1),H(t));return n.constant=function(n){return arguments.length?e(F(t=+n),H(t)):t},N(n)}function U(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function V(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function q(e){return e<0?-e*e:e*e}function Y(e){var t=e(y,y),n=1;return t.exponent=function(t){return arguments.length?1==(n=+t)?e(y,y):.5===n?e(V,q):e(U(n),U(1/n)):n},N(t)}function W(){var e=Y(k());return e.copy=function(){return _(e,W()).exponent(e.exponent())},i.apply(e,arguments),e}function G(){return W.apply(null,arguments).exponent(.5)}function X(e){return Math.sign(e)*e*e}var K=n(4855),Z=n(2902),Q=n(526),J=n(4355),ee=n(5878),et=n(8926),en=n(5334),er=n(4612),ei=n(3298),ea=n(5030),eo=n(3705);function es(e){return new Date(e)}function el(e){return e instanceof Date?+e:+new Date(+e)}function ec(e,t,n,r,i,a,o,s,l,c){var u=S(),h=u.invert,d=u.domain,f=c(".%L"),p=c(":%S"),m=c("%I:%M"),g=c("%I %p"),v=c("%a %d"),y=c("%b %d"),b=c("%B"),x=c("%Y");function w(e){return(l(e){"use strict";n.d(t,{A:()=>i});var r=n(2902);function i(e,t=r.A){let n,a=!1;if(1===t.length){let i;for(let o of e){let e=t(o);(a?(0,r.A)(e,i)>0:0===(0,r.A)(e,e))&&(n=o,i=e,a=!0)}}else for(let r of e)(a?t(r,n)>0:0===t(r,r))&&(n=r,a=!0);return n}},6303:(e,t,n)=>{"use strict";function r(e){return function(){return e}}n.r(t),n.d(t,{arc:()=>E,area:()=>D,areaRadial:()=>V,curveBasis:()=>eL,curveBasisClosed:()=>eD,curveBasisOpen:()=>ez,curveBumpX:()=>G,curveBumpY:()=>X,curveBundle:()=>eB,curveCardinal:()=>e$,curveCardinalClosed:()=>eV,curveCardinalOpen:()=>eY,curveCatmullRom:()=>eX,curveCatmullRomClosed:()=>eZ,curveCatmullRomOpen:()=>eJ,curveLinear:()=>N,curveLinearClosed:()=>e1,curveMonotoneX:()=>e9,curveMonotoneY:()=>e8,curveNatural:()=>tn,curveStep:()=>ti,curveStepAfter:()=>to,curveStepBefore:()=>ta,line:()=>j,lineRadial:()=>U,link:()=>J,linkHorizontal:()=>ee,linkRadial:()=>en,linkVertical:()=>et,pie:()=>I,pointRadial:()=>q,radialArea:()=>V,radialLine:()=>U,stack:()=>th,stackOffsetDiverging:()=>tf,stackOffsetExpand:()=>td,stackOffsetNone:()=>ts,stackOffsetSilhouette:()=>tp,stackOffsetWiggle:()=>tm,stackOrderAppearance:()=>tg,stackOrderAscending:()=>ty,stackOrderDescending:()=>tx,stackOrderInsideOut:()=>tw,stackOrderNone:()=>tl,stackOrderReverse:()=>t_,symbol:()=>eC,symbolAsterisk:()=>ei,symbolCircle:()=>ea,symbolCross:()=>eo,symbolDiamond:()=>ec,symbolDiamond2:()=>eu,symbolPlus:()=>eh,symbolSquare:()=>ed,symbolSquare2:()=>ef,symbolStar:()=>ev,symbolTimes:()=>eA,symbolTriangle:()=>eb,symbolTriangle2:()=>ew,symbolWye:()=>eM,symbolX:()=>eA,symbols:()=>eE,symbolsFill:()=>eE,symbolsStroke:()=>eT});let i=Math.abs,a=Math.atan2,o=Math.cos,s=Math.max,l=Math.min,c=Math.sin,u=Math.sqrt,h=Math.PI,d=h/2,f=2*h;function p(e){return e>=1?d:e<=-1?-d:Math.asin(e)}let m=Math.PI,g=2*m,v=g-1e-6;function y(e){this._+=e[0];for(let t=1,n=e.length;t=0))throw Error(`invalid digits: ${e}`);if(t>15)return y;let n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t1e-6)if(Math.abs(u*s-l*c)>1e-6&&i){let d=n-a,f=r-o,p=s*s+l*l,g=Math.sqrt(p),v=Math.sqrt(h),y=i*Math.tan((m-Math.acos((p+h-(d*d+f*f))/(2*g*v)))/2),b=y/v,x=y/g;Math.abs(b-1)>1e-6&&this._append`L${e+b*c},${t+b*u}`,this._append`A${i},${i},0,0,${+(u*d>c*f)},${this._x1=e+x*s},${this._y1=t+x*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,a){if(e*=1,t*=1,a=!!a,(n*=1)<0)throw Error(`negative radius: ${n}`);let o=n*Math.cos(r),s=n*Math.sin(r),l=e+o,c=t+s,u=1^a,h=a?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>1e-6||Math.abs(this._y1-c)>1e-6)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%g+g),h>v?this._append`A${n},${n},0,1,${u},${e-o},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:h>1e-6&&this._append`A${n},${n},0,${+(h>=m)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n*=1}v${+r}h${-n}Z`}toString(){return this._}}function x(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{let e=Math.floor(n);if(!(e>=0))throw RangeError(`invalid digits: ${n}`);t=e}return e},()=>new b(t)}function w(e){return e.innerRadius}function _(e){return e.outerRadius}function k(e){return e.startAngle}function S(e){return e.endAngle}function M(e){return e&&e.padAngle}function A(e,t,n,r,i,a,o){var l=e-n,c=t-r,h=(o?a:-a)/u(l*l+c*c),d=h*c,f=-h*l,p=e+d,m=t+f,g=n+d,v=r+f,y=(p+g)/2,b=(m+v)/2,x=g-p,w=v-m,_=x*x+w*w,k=i-a,S=p*v-g*m,M=(w<0?-1:1)*u(s(0,k*k*_-S*S)),A=(S*w-x*M)/_,E=(-S*x-w*M)/_,T=(S*w+x*M)/_,C=(-S*x+w*M)/_,P=A-y,N=E-b,O=T-y,L=C-b;return P*P+N*N>O*O+L*L&&(A=T,E=C),{cx:A,cy:E,x01:-d,y01:-f,x11:A*(i/k-1),y11:E*(i/k-1)}}function E(){var e=w,t=_,n=r(0),s=null,m=k,g=S,v=M,y=null,b=x(E);function E(){var r,x,w,_=+e.apply(this,arguments),k=+t.apply(this,arguments),S=m.apply(this,arguments)-d,M=g.apply(this,arguments)-d,E=i(M-S),T=M>S;if(y||(y=r=b()),k<_&&(x=k,k=_,_=x),k>1e-12)if(E>f-1e-12)y.moveTo(k*o(S),k*c(S)),y.arc(0,0,k,S,M,!T),_>1e-12&&(y.moveTo(_*o(M),_*c(M)),y.arc(0,0,_,M,S,T));else{var C,P,N=S,O=M,L=S,j=M,D=E,R=E,z=v.apply(this,arguments)/2,I=z>1e-12&&(s?+s.apply(this,arguments):u(_*_+k*k)),B=l(i(k-_)/2,+n.apply(this,arguments)),F=B,H=B;if(I>1e-12){var $=p(I/_*c(z)),U=p(I/k*c(z));(D-=2*$)>1e-12?(L+=$*=T?1:-1,j-=$):(D=0,L=j=(S+M)/2),(R-=2*U)>1e-12?(N+=U*=T?1:-1,O-=U):(R=0,N=O=(S+M)/2)}var V=k*o(N),q=k*c(N),Y=_*o(j),W=_*c(j);if(B>1e-12){var G,X=k*o(O),K=k*c(O),Z=_*o(L),Q=_*c(L);if(E1?0:w<-1?h:Math.acos(w))/2),ei=u(G[0]*G[0]+G[1]*G[1]);F=l(B,(_-ei)/(er-1)),H=l(B,(k-ei)/(er+1))}else F=H=0}R>1e-12?H>1e-12?(C=A(Z,Q,V,q,k,H,T),P=A(X,K,Y,W,k,H,T),y.moveTo(C.cx+C.x01,C.cy+C.y01),H1e-12&&D>1e-12?F>1e-12?(C=A(Y,W,X,K,_,-F,T),P=A(V,q,Z,Q,_,-F,T),y.lineTo(C.cx+C.x01,C.cy+C.y01),F=h;--d)l.point(v[d],y[d]);l.lineEnd(),l.areaEnd()}g&&(v[u]=+e(f,u,r),y[u]=+t(f,u,r),l.point(i?+i(f,u,r):v[u],n?+n(f,u,r):y[u]))}if(p)return l=null,p+""||null}function h(){return j().defined(a).curve(s).context(o)}return e="function"==typeof e?e:void 0===e?O:r(+e),t="function"==typeof t?t:r(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?L:r(+n),u.x=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),i=null,u):e},u.x0=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),u):e},u.x1=function(e){return arguments.length?(i=null==e?null:"function"==typeof e?e:r(+e),u):i},u.y=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),n=null,u):t},u.y0=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),u):t},u.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:r(+e),u):n},u.lineX0=u.lineY0=function(){return h().x(e).y(t)},u.lineY1=function(){return h().x(e).y(n)},u.lineX1=function(){return h().x(i).y(t)},u.defined=function(e){return arguments.length?(a="function"==typeof e?e:r(!!e),u):a},u.curve=function(e){return arguments.length?(s=e,null!=o&&(l=s(o)),u):s},u.context=function(e){return arguments.length?(null==e?o=l=null:l=s(o=e),u):o},u}function R(e,t){return te?1:t>=e?0:NaN}function z(e){return e}function I(){var e=z,t=R,n=null,i=r(0),a=r(f),o=r(0);function s(r){var s,l,c,u,h,d=(r=C(r)).length,p=0,m=Array(d),g=Array(d),v=+i.apply(this,arguments),y=Math.min(f,Math.max(-f,a.apply(this,arguments)-v)),b=Math.min(Math.abs(y)/d,o.apply(this,arguments)),x=b*(y<0?-1:1);for(s=0;s0&&(p+=h);for(null!=t?m.sort(function(e,n){return t(g[e],g[n])}):null!=n&&m.sort(function(e,t){return n(r[e],r[t])}),s=0,c=p?(y-d*x)/p:0;s0?h*c:0)+x,g[l]={data:r[l],index:s,value:h,startAngle:v,endAngle:u,padAngle:b};return g}return s.value=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),s):e},s.sortValues=function(e){return arguments.length?(t=e,n=null,s):t},s.sort=function(e){return arguments.length?(n=e,t=null,s):n},s.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),s):i},s.endAngle=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),s):a},s.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:r(+e),s):o},s}P.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}};var B=H(N);function F(e){this._curve=e}function H(e){function t(t){return new F(e(t))}return t._curve=e,t}function $(e){var t=e.curve;return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function U(){return $(j().curve(B))}function V(){var e=D().curve(B),t=e.curve,n=e.lineX0,r=e.lineX1,i=e.lineY0,a=e.lineY1;return e.angle=e.x,delete e.x,e.startAngle=e.x0,delete e.x0,e.endAngle=e.x1,delete e.x1,e.radius=e.y,delete e.y,e.innerRadius=e.y0,delete e.y0,e.outerRadius=e.y1,delete e.y1,e.lineStartAngle=function(){return $(n())},delete e.lineX0,e.lineEndAngle=function(){return $(r())},delete e.lineX1,e.lineInnerRadius=function(){return $(i())},delete e.lineY0,e.lineOuterRadius=function(){return $(a())},delete e.lineY1,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function q(e,t){return[(t*=1)*Math.cos(e-=Math.PI/2),t*Math.sin(e)]}F.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(e,t){this._curve.point(t*Math.sin(e),-(t*Math.cos(e)))}};class Y{constructor(e,t){this._context=e,this._x=t}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line}point(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._x?this._context.bezierCurveTo(this._x0=(this._x0+e)/2,this._y0,this._x0,t,e,t):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+t)/2,e,this._y0,e,t)}this._x0=e,this._y0=t}}class W{constructor(e){this._context=e}lineStart(){this._point=0}lineEnd(){}point(e,t){if(e*=1,t*=1,0===this._point)this._point=1;else{let n=q(this._x0,this._y0),r=q(this._x0,this._y0=(this._y0+t)/2),i=q(e,this._y0),a=q(e,t);this._context.moveTo(...n),this._context.bezierCurveTo(...r,...i,...a)}this._x0=e,this._y0=t}}function G(e){return new Y(e,!0)}function X(e){return new Y(e,!1)}function K(e){return new W(e)}function Z(e){return e.source}function Q(e){return e.target}function J(e){let t=Z,n=Q,i=O,a=L,o=null,s=null,l=x(c);function c(){let r,c=T.call(arguments),u=t.apply(this,c),h=n.apply(this,c);if(null==o&&(s=e(r=l())),s.lineStart(),c[0]=u,s.point(+i.apply(this,c),+a.apply(this,c)),c[0]=h,s.point(+i.apply(this,c),+a.apply(this,c)),s.lineEnd(),r)return s=null,r+""||null}return c.source=function(e){return arguments.length?(t=e,c):t},c.target=function(e){return arguments.length?(n=e,c):n},c.x=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),c):i},c.y=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),c):a},c.context=function(t){return arguments.length?(null==t?o=s=null:s=e(o=t),c):o},c}function ee(){return J(G)}function et(){return J(X)}function en(){let e=J(K);return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e}let er=u(3),ei={draw(e,t){let n=.59436*u(t+l(t/28,.75)),r=n/2,i=r*er;e.moveTo(0,n),e.lineTo(0,-n),e.moveTo(-i,-r),e.lineTo(i,r),e.moveTo(-i,r),e.lineTo(i,-r)}},ea={draw(e,t){let n=u(t/h);e.moveTo(n,0),e.arc(0,0,n,0,f)}},eo={draw(e,t){let n=u(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},es=u(1/3),el=2*es,ec={draw(e,t){let n=u(t/el),r=n*es;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},eu={draw(e,t){let n=.62625*u(t);e.moveTo(0,-n),e.lineTo(n,0),e.lineTo(0,n),e.lineTo(-n,0),e.closePath()}},eh={draw(e,t){let n=.87559*u(t-l(t/7,2));e.moveTo(-n,0),e.lineTo(n,0),e.moveTo(0,n),e.lineTo(0,-n)}},ed={draw(e,t){let n=u(t),r=-n/2;e.rect(r,r,n,n)}},ef={draw(e,t){let n=.4431*u(t);e.moveTo(n,n),e.lineTo(n,-n),e.lineTo(-n,-n),e.lineTo(-n,n),e.closePath()}},ep=c(h/10)/c(7*h/10),em=c(f/10)*ep,eg=-o(f/10)*ep,ev={draw(e,t){let n=u(.8908130915292852*t),r=em*n,i=eg*n;e.moveTo(0,-n),e.lineTo(r,i);for(let t=1;t<5;++t){let a=f*t/5,s=o(a),l=c(a);e.lineTo(l*n,-s*n),e.lineTo(s*r-l*i,l*r+s*i)}e.closePath()}},ey=u(3),eb={draw(e,t){let n=-u(t/(3*ey));e.moveTo(0,2*n),e.lineTo(-ey*n,-n),e.lineTo(ey*n,-n),e.closePath()}},ex=u(3),ew={draw(e,t){let n=.6824*u(t),r=n/2,i=n*ex/2;e.moveTo(0,-n),e.lineTo(i,r),e.lineTo(-i,r),e.closePath()}},e_=u(3)/2,ek=1/u(12),eS=3*(ek/2+1),eM={draw(e,t){let n=u(t/eS),r=n/2,i=n*ek,a=n*ek+n,o=-r;e.moveTo(r,i),e.lineTo(r,a),e.lineTo(o,a),e.lineTo(-.5*r-e_*i,e_*r+-.5*i),e.lineTo(-.5*r-e_*a,e_*r+-.5*a),e.lineTo(-.5*o-e_*a,e_*o+-.5*a),e.lineTo(-.5*r+e_*i,-.5*i-e_*r),e.lineTo(-.5*r+e_*a,-.5*a-e_*r),e.lineTo(-.5*o+e_*a,-.5*a-e_*o),e.closePath()}},eA={draw(e,t){let n=.6189*u(t-l(t/6,1.7));e.moveTo(-n,-n),e.lineTo(n,n),e.moveTo(-n,n),e.lineTo(n,-n)}},eE=[ea,eo,ec,ed,ev,eb,eM],eT=[ea,eh,eA,ew,ei,ef,eu];function eC(e,t){let n=null,i=x(a);function a(){let r;if(n||(n=r=i()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),r)return n=null,r+""||null}return e="function"==typeof e?e:r(e||ea),t="function"==typeof t?t:r(void 0===t?64:+t),a.type=function(t){return arguments.length?(e="function"==typeof t?t:r(t),a):e},a.size=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),a):t},a.context=function(e){return arguments.length?(n=null==e?null:e,a):n},a}function eP(){}function eN(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function eO(e){this._context=e}function eL(e){return new eO(e)}function ej(e){this._context=e}function eD(e){return new ej(e)}function eR(e){this._context=e}function ez(e){return new eR(e)}function eI(e,t){this._basis=new eO(e),this._beta=t}eO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:eN(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},ej.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eR.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eI.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],a=t[0],o=e[n]-i,s=t[n]-a,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*o),this._beta*t[l]+(1-this._beta)*(a+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};let eB=function e(t){function n(e){return 1===t?new eO(e):new eI(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function eF(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function eH(e,t){this._context=e,this._k=(1-t)/6}eH.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:eF(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let e$=function e(t){function n(e){return new eH(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eU(e,t){this._context=e,this._k=(1-t)/6}eU.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eV=function e(t){function n(e){return new eU(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eq(e,t){this._context=e,this._k=(1-t)/6}eq.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eY=function e(t){function n(e){return new eq(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eW(e,t,n){var r=e._x1,i=e._y1,a=e._x2,o=e._y2;if(e._l01_a>1e-12){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>1e-12){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);a=(a*c+e._x1*e._l23_2a-t*e._l12_2a)/u,o=(o*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,a,o,e._x2,e._y2)}function eG(e,t){this._context=e,this._alpha=t}eG.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eX=function e(t){function n(e){return t?new eG(e,t):new eH(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eK(e,t){this._context=e,this._alpha=t}eK.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eZ=function e(t){function n(e){return t?new eK(e,t):new eU(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eQ(e,t){this._context=e,this._alpha=t}eQ.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eJ=function e(t){function n(e){return t?new eQ(e,t):new eq(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function e0(e){this._context=e}function e1(e){return new e0(e)}function e2(e,t,n){var r=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(r||i<0&&-0),o=(n-e._y1)/(i||r<0&&-0);return((a<0?-1:1)+(o<0?-1:1))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs((a*i+o*r)/(r+i)))||0}function e3(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function e5(e,t,n){var r=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-r)/3;e._context.bezierCurveTo(r+s,i+s*t,a-s,o-s*n,a,o)}function e7(e){this._context=e}function e4(e){this._context=new e6(e)}function e6(e){this._context=e}function e9(e){return new e7(e)}function e8(e){return new e4(e)}function te(e){this._context=e}function tt(e){var t,n,r=e.length-1,i=Array(r),a=Array(r),o=Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t1)for(var n,r,i,a=1,o=e[t[0]],s=o.length;a=0;)n[t]=t;return n}function tc(e,t){return e[t]}function tu(e){let t=[];return t.key=e,t}function th(){var e=r([]),t=tl,n=ts,i=tc;function a(r){var a,o,s=Array.from(e.apply(this,arguments),tu),l=s.length,c=-1;for(let e of r)for(a=0,++c;a0){for(var n,r,i,a=0,o=e[0].length;a0)for(var n,r,i,a,o,s,l=0,c=e[t[0]].length;l0?(r[0]=a,r[1]=a+=i):i<0?(r[1]=o,r[0]=o+=i):(r[0]=0,r[1]=i)}function tp(e,t){if((n=e.length)>0){for(var n,r=0,i=e[t[0]],a=i.length;r0&&(r=(n=e[t[0]]).length)>0){for(var n,r,i,a=0,o=1;oa&&(a=t,r=n);return r}function ty(e){var t=e.map(tb);return tl(e).sort(function(e,n){return t[e]-t[n]})}function tb(e){for(var t,n=0,r=-1,i=e.length;++r=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}}},6390:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var r,i=n(7235),a=n(1631),o=n(5204);function s(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+Array(i-r.length+2).join("0")}let l={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:o.A,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>s(100*e,t),r:s,s:function(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var i=n[0],a=n[1],s=a-(r=3*Math.max(-8,Math.min(8,Math.floor(a/3))))+1,l=i.length;return s===l?i:s>l?i+Array(s-l+1).join("0"):s>0?i.slice(0,s)+"."+i.slice(s):"0."+Array(1-s).join("0")+(0,o.f)(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function c(e){return e}var u=Array.prototype.map,h=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function d(e){var t,n,o,s=void 0===e.grouping||void 0===e.thousands?c:(n=u.call(e.grouping,Number),o=e.thousands+"",function(e,t){for(var r=e.length,i=[],a=0,s=n[0],l=0;r>0&&s>0&&(l+s+1>t&&(s=Math.max(1,t-l)),i.push(e.substring(r-=s,r+s)),!((l+=s+1)>t));)s=n[a=(a+1)%n.length];return i.reverse().join(o)}),d=void 0===e.currency?"":e.currency[0]+"",f=void 0===e.currency?"":e.currency[1]+"",p=void 0===e.decimal?".":e.decimal+"",m=void 0===e.numerals?c:(t=u.call(e.numerals,String),function(e){return e.replace(/[0-9]/g,function(e){return t[+e]})}),g=void 0===e.percent?"%":e.percent+"",v=void 0===e.minus?"−":e.minus+"",y=void 0===e.nan?"NaN":e.nan+"";function b(e){var t=(e=(0,a.A)(e)).fill,n=e.align,i=e.sign,o=e.symbol,c=e.zero,u=e.width,b=e.comma,x=e.precision,w=e.trim,_=e.type;"n"===_?(b=!0,_="g"):l[_]||(void 0===x&&(x=12),w=!0,_="g"),(c||"0"===t&&"="===n)&&(c=!0,t="0",n="=");var k="$"===o?d:"#"===o&&/[boxX]/.test(_)?"0"+_.toLowerCase():"",S="$"===o?f:/[%p]/.test(_)?g:"",M=l[_],A=/[defgprs%]/.test(_);function E(e){var a,o,l,d=k,f=S;if("c"===_)f=M(e)+f,e="";else{var g=(e*=1)<0||1/e<0;if(e=isNaN(e)?y:M(Math.abs(e),x),w&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),g&&0==+e&&"+"!==i&&(g=!1),d=(g?"("===i?i:v:"-"===i||"("===i?"":i)+d,f=("s"===_?h[8+r/3]:"")+f+(g&&"("===i?")":""),A){for(a=-1,o=e.length;++a(l=e.charCodeAt(a))||l>57){f=(46===l?p+e.slice(a+1):e.slice(a))+f,e=e.slice(0,a);break}}}b&&!c&&(e=s(e,1/0));var E=d.length+e.length+f.length,T=E>1)+d+e+f+T.slice(E);break;default:e=T+d+e+f}return m(e)}return x=void 0===x?6:/[gprs]/.test(_)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x)),E.toString=function(){return e+""},E}return{format:b,formatPrefix:function(e,t){var n=b(((e=(0,a.A)(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor((0,i.A)(t)/3))),o=Math.pow(10,-r),s=h[8+r/3];return function(e){return n(o*e)+s}}}}},6452:(e,t,n)=>{"use strict";n.d(t,{LN:()=>I,Ay:()=>F,zr:()=>z});var r=n(574),i=n(5478),a=n(747),o=n(6541),s=Array.prototype.find;function l(){return this.firstElementChild}var c=Array.prototype.filter;function u(){return Array.from(this.children)}function h(e){return Array(e.length)}function d(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function f(e,t,n,r,i,a){for(var o,s=0,l=t.length,c=a.length;st?1:e>=t?0:NaN}d.prototype={constructor:d,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};var v=n(7268),y=n(3683);function b(e){return e.trim().split(/^|\s+/)}function x(e){return e.classList||new w(e)}function w(e){this._node=e,this._names=b(e.getAttribute("class")||"")}function _(e,t){for(var n=x(e),r=-1,i=t.length;++rthis._names.indexOf(e)&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var T=n(3663);function C(){return null}function P(){var e=this.parentNode;e&&e.removeChild(this)}function N(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function O(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function L(e){return function(){var t=this.__on;if(t){for(var n,r=0,i=-1,a=t.length;r=M&&(M=S+1);!(k=x[M])&&++M=0;)(r=i[a])&&(o&&4^r.compareDocumentPosition(o)&&o.parentNode.insertBefore(r,o),o=r);return this},sort:function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=g);for(var n=this._groups,r=n.length,i=Array(r),a=0;a1?this.each((null==t?function(e){return function(){delete this[e]}}:"function"==typeof t?function(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}:function(e,t){return function(){this[e]=t}})(e,t)):this.node()[e]},classed:function(e,t){var n=b(e+"");if(arguments.length<2){for(var r=x(this.node()),i=-1,a=n.length;++i=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}),o=a.length;if(!(arguments.length<2)){for(s=t?j:L,r=0;r{"use strict";function r(e){return function(){return this.matches(e)}}function i(e){return function(t){return t.matches(e)}}n.d(t,{A:()=>r,j:()=>i})},6561:(e,t,n)=>{"use strict";function r(e,t,n){e*=1,t*=1,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((t-e)/n)),a=Array(i);++rr})},6747:(e,t,n)=>{"use strict";function r(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}n.d(t,{A:()=>r})},6946:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,lq:()=>l,sG:()=>c});let r=Math.sqrt(50),i=Math.sqrt(10),a=Math.sqrt(2);function o(e,t,n){let s,l,c,u=(t-e)/Math.max(0,n),h=Math.floor(Math.log10(u)),d=u/Math.pow(10,h),f=d>=r?10:d>=i?5:d>=a?2:1;return h<0?(s=Math.round(e*(c=Math.pow(10,-h)/f)),l=Math.round(t*c),s/ct&&--l,c=-c):(s=Math.round(e/(c=Math.pow(10,h)*f)),l=Math.round(t/c),s*ct&&--l),l0))return[];if((e*=1)==(t*=1))return[e];let r=t=i))return[];let l=a-i+1,c=Array(l);if(r)if(s<0)for(let e=0;e{"use strict";n.d(t,{Ay:()=>y,Qh:()=>w});var r=n(871);function i(){}var a="\\s*([+-]?\\d+)\\s*",o="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",s="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,c=RegExp(`^rgb\\(${a},${a},${a}\\)$`),u=RegExp(`^rgb\\(${s},${s},${s}\\)$`),h=RegExp(`^rgba\\(${a},${a},${a},${o}\\)$`),d=RegExp(`^rgba\\(${s},${s},${s},${o}\\)$`),f=RegExp(`^hsl\\(${o},${s},${s}\\)$`),p=RegExp(`^hsla\\(${o},${s},${s},${o}\\)$`),m={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function g(){return this.rgb().formatHex()}function v(){return this.rgb().formatRgb()}function y(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=l.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?b(t):3===n?new _(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?x(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?x(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=c.exec(e))?new _(t[1],t[2],t[3],1):(t=u.exec(e))?new _(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=h.exec(e))?x(t[1],t[2],t[3],t[4]):(t=d.exec(e))?x(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=f.exec(e))?T(t[1],t[2]/100,t[3]/100,1):(t=p.exec(e))?T(t[1],t[2]/100,t[3]/100,t[4]):m.hasOwnProperty(e)?b(m[e]):"transparent"===e?new _(NaN,NaN,NaN,0):null}function b(e){return new _(e>>16&255,e>>8&255,255&e,1)}function x(e,t,n,r){return r<=0&&(e=t=n=NaN),new _(e,t,n,r)}function w(e,t,n,r){var a;return 1==arguments.length?((a=e)instanceof i||(a=y(a)),a?new _((a=a.rgb()).r,a.g,a.b,a.opacity):new _):new _(e,t,n,null==r?1:r)}function _(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function k(){return`#${E(this.r)}${E(this.g)}${E(this.b)}`}function S(){let e=M(this.opacity);return`${1===e?"rgb(":"rgba("}${A(this.r)}, ${A(this.g)}, ${A(this.b)}${1===e?")":`, ${e})`}`}function M(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function A(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function E(e){return((e=A(e))<16?"0":"")+e.toString(16)}function T(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new P(e,t,n,r)}function C(e){if(e instanceof P)return new P(e.h,e.s,e.l,e.opacity);if(e instanceof i||(e=y(e)),!e)return new P;if(e instanceof P)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,a=Math.min(t,n,r),o=Math.max(t,n,r),s=NaN,l=o-a,c=(o+a)/2;return l?(s=t===o?(n-r)/l+6*(n0&&c<1?0:s,new P(s,l,c,e.opacity)}function P(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function N(e){return(e=(e||0)%360)<0?e+360:e}function O(e){return Math.max(0,Math.min(1,e||0))}function L(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}(0,r.A)(i,y,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:g,formatHex:g,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return C(this).formatHsl()},formatRgb:v,toString:v}),(0,r.A)(_,w,(0,r.X)(i,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new _(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new _(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new _(A(this.r),A(this.g),A(this.b),M(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:k,formatHex:k,formatHex8:function(){return`#${E(this.r)}${E(this.g)}${E(this.b)}${E(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:S,toString:S})),(0,r.A)(P,function(e,t,n,r){return 1==arguments.length?C(e):new P(e,t,n,null==r?1:r)},(0,r.X)(i,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new P(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new P(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new _(L(e>=240?e-240:e+120,i,r),L(e,i,r),L(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new P(N(this.h),O(this.s),O(this.l),M(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=M(this.opacity);return`${1===e?"hsl(":"hsla("}${N(this.h)}, ${100*O(this.s)}%, ${100*O(this.l)}%${1===e?")":`, ${e})`}`}}))},7235:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(5204);function i(e){return(e=(0,r.f)(Math.abs(e)))?e[1]:NaN}},7268:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7947);function i(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),r.A.hasOwnProperty(t)?{space:r.A[t],local:e}:e}},7590:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor((0,r.A)(t)/3)))-(0,r.A)(Math.abs(e)))}},7591:(e,t,n)=>{"use strict";n.d(t,{f:()=>function e(t,n,a,o){function s(e){return t(e=0==arguments.length?new Date:new Date(+e)),e}return s.floor=e=>(t(e=new Date(+e)),e),s.ceil=e=>(t(e=new Date(e-1)),n(e,1),t(e),e),s.round=e=>{let t=s(e),n=s.ceil(e);return e-t(n(e=new Date(+e),null==t?1:Math.floor(t)),e),s.range=(e,r,i)=>{let a,o=[];if(e=s.ceil(e),i=null==i?1:Math.floor(i),!(e0))return o;do o.push(a=new Date(+e)),n(e,i),t(e);while(ae(e=>{if(e>=e)for(;t(e),!r(e);)e.setTime(e-1)},(e,t)=>{if(e>=e)if(t<0)for(;++t<=0;)for(;n(e,-1),!r(e););else for(;--t>=0;)for(;n(e,1),!r(e););}),a&&(s.count=(e,n)=>(r.setTime(+e),i.setTime(+n),t(r),t(i),Math.floor(a(r,i))),s.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?s.filter(o?t=>o(t)%e==0:t=>s.count(0,t)%e==0):s:null),s}});let r=new Date,i=new Date},7737:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(8981),i=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,a=RegExp(i.source,"g");function o(e,t){var n,o,s,l,c,u=i.lastIndex=a.lastIndex=0,h=-1,d=[],f=[];for(e+="",t+="";(s=i.exec(e))&&(l=a.exec(t));)(c=l.index)>u&&(c=t.slice(u,c),d[h]?d[h]+=c:d[++h]=c),(s=s[0])===(l=l[0])?d[h]?d[h]+=l:d[++h]=l:(d[++h]=null,f.push({i:h,x:(0,r.A)(s,l)})),u=a.lastIndex;return u{"use strict";n.d(t,{A:()=>i,g:()=>r});var r="http://www.w3.org/1999/xhtml";let i={svg:"http://www.w3.org/2000/svg",xhtml:r,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}},8026:(e,t,n)=>{"use strict";function r(e,t){let n,r=-1,i=-1;if(void 0===t)for(let t of e)++i,null!=t&&(n>t||void 0===n&&t>=t)&&(n=t,r=i);else for(let a of e)null!=(a=t(a,++i,e))&&(n>a||void 0===n&&a>=a)&&(n=a,r=i);return r}n.d(t,{A:()=>r})},8056:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Adder:()=>k,InternMap:()=>A.B,InternSet:()=>A.v,ascending:()=>i.A,bin:()=>Y,bisect:()=>r.Ay,bisectCenter:()=>r.WD,bisectLeft:()=>r.ah,bisectRight:()=>r.Jj,bisector:()=>a.A,blur:()=>o,blur2:()=>s,blurImage:()=>l,count:()=>f,cross:()=>v,cumsum:()=>y,descending:()=>b.A,deviation:()=>w,difference:()=>eT,disjoint:()=>eC,every:()=>e_,extent:()=>_,fcumsum:()=>M,filter:()=>eS,flatGroup:()=>N,flatRollup:()=>O,fsum:()=>S,greatest:()=>ef.A,greatestIndex:()=>ep,group:()=>T,groupSort:()=>F,groups:()=>C,histogram:()=>Y,index:()=>D,indexes:()=>R,intersection:()=>eP,least:()=>eh,leastIndex:()=>ed,map:()=>eM,max:()=>K.A,maxIndex:()=>Z.A,mean:()=>Q,median:()=>J,medianIndex:()=>ee,merge:()=>et,min:()=>en.A,minIndex:()=>er.A,mode:()=>ei,nice:()=>V,pairs:()=>ea,permute:()=>es.A,quantile:()=>W.Ay,quantileIndex:()=>W.AX,quantileSorted:()=>W.Z4,quickselect:()=>el.A,range:()=>ec.A,rank:()=>eu,reduce:()=>eA,reverse:()=>eE,rollup:()=>L,rollups:()=>j,scan:()=>em,shuffle:()=>eg,shuffler:()=>ev,some:()=>ek,sort:()=>B.Ay,subset:()=>ej,sum:()=>ey,superset:()=>eO,thresholdFreedmanDiaconis:()=>G,thresholdScott:()=>X,thresholdSturges:()=>q,tickIncrement:()=>U.lq,tickStep:()=>U.sG,ticks:()=>U.Ay,transpose:()=>eb,union:()=>eD,variance:()=>x,zip:()=>ew});var r=n(2016),i=n(2902),a=n(6037);function o(e,t){if(!((t*=1)>=0))throw RangeError("invalid r");let n=e.length;if(!((n=Math.floor(n))>=0))throw RangeError("invalid length");if(!n||!t)return e;let r=d(t),i=e.slice();return r(e,i,0,n,1),r(i,e,0,n,1),r(e,i,0,n,1),e}let s=c(d),l=c(function(e){let t=d(e);return(e,n,r,i,a)=>{t(e,n,0+(r<<=2),0+(i<<=2),a<<=2),t(e,n,r+1,i+1,a),t(e,n,r+2,i+2,a),t(e,n,r+3,i+3,a)}});function c(e){return function(t,n,r=n){if(!((n*=1)>=0))throw RangeError("invalid rx");if(!((r*=1)>=0))throw RangeError("invalid ry");let{data:i,width:a,height:o}=t;if(!((a=Math.floor(a))>=0))throw RangeError("invalid width");if(!((o=Math.floor(void 0!==o?o:i.length/a))>=0))throw RangeError("invalid height");if(!a||!o||!n&&!r)return t;let s=n&&e(n),l=r&&e(r),c=i.slice();return s&&l?(u(s,c,i,a,o),u(s,i,c,a,o),u(s,c,i,a,o),h(l,i,c,a,o),h(l,c,i,a,o),h(l,i,c,a,o)):s?(u(s,i,c,a,o),u(s,c,i,a,o),u(s,i,c,a,o)):l&&(h(l,i,c,a,o),h(l,c,i,a,o),h(l,i,c,a,o)),t}}function u(e,t,n,r,i){for(let a=0,o=r*i;a{if(!((a-=o)>=i))return;let s=e*r[i],l=o*e;for(let e=i,t=i+l;e{if(!((o-=s)>=a))return;let l=t*i[a],c=s*t,u=c+s;for(let e=a,t=a+c;e=t&&++n;else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(i*=1)>=i&&++n}return n}function p(e){return 0|e.length}function m(e){return!(e>0)}function g(e){return"object"!=typeof e||"length"in e?e:Array.from(e)}function v(...e){var t;let n="function"==typeof e[e.length-1]&&(t=e.pop(),e=>t(...e)),r=(e=e.map(g)).map(p),i=e.length-1,a=Array(i+1).fill(0),o=[];if(i<0||r.some(m))return o;for(;;){o.push(a.map((t,n)=>e[n][t]));let t=i;for(;++a[t]===r[t];){if(0===t)return n?o.map(n):o;a[t--]=0}}}function y(e,t){var n=0,r=0;return Float64Array.from(e,void 0===t?e=>n+=+e||0:i=>n+=+t(i,r++,e)||0)}var b=n(1180);function x(e,t){let n,r=0,i=0,a=0;if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(n=t-i,i+=n/++r,a+=n*(t-i));else{let o=-1;for(let s of e)null!=(s=t(s,++o,e))&&(s*=1)>=s&&(n=s-i,i+=n/++r,a+=n*(s-i))}if(r>1)return a/(r-1)}function w(e,t){let n=x(e,t);return n?Math.sqrt(n):n}function _(e,t){let n,r;if(void 0===t)for(let t of e)null!=t&&(void 0===n?t>=t&&(n=r=t):(n>t&&(n=t),r=a&&(n=r=a):(n>a&&(n=a),r0){for(a=e[--i];i>0&&(a=(t=a)+(n=e[--i]),!(r=n-(a-t))););i>0&&(r<0&&e[i-1]<0||r>0&&e[i-1]>0)&&(t=a+(n=2*r),n==t-a&&(a=t))}return a}}function S(e,t){let n=new k;if(void 0===t)for(let t of e)(t*=1)&&n.add(t);else{let r=-1;for(let i of e)(i=+t(i,++r,e))&&n.add(i)}return+n}function M(e,t){let n=new k,r=-1;return Float64Array.from(e,void 0===t?e=>n.add(+e||0):i=>n.add(+t(i,++r,e)||0))}var A=n(4119);function E(e){return e}function T(e,...t){return I(e,E,E,t)}function C(e,...t){return I(e,Array.from,E,t)}function P(e,t){for(let n=1,r=t.length;ne.pop().map(([t,n])=>[...e,t,n]));return e}function N(e,...t){return P(C(e,...t),t)}function O(e,t,...n){return P(j(e,t,...n),n)}function L(e,t,...n){return I(e,E,t,n)}function j(e,t,...n){return I(e,Array.from,t,n)}function D(e,...t){return I(e,E,z,t)}function R(e,...t){return I(e,Array.from,z,t)}function z(e){if(1!==e.length)throw Error("duplicate key");return e[0]}function I(e,t,n,r){return function e(i,a){if(a>=r.length)return n(i);let o=new A.B,s=r[a++],l=-1;for(let e of i){let t=s(e,++l,i),n=o.get(t);n?n.push(e):o.set(t,[e])}for(let[t,n]of o)o.set(t,e(n,a));return t(o)}(e,0)}var B=n(8886);function F(e,t,n){return(2!==t.length?(0,B.Ay)(L(e,t,n),([e,t],[n,r])=>(0,i.A)(t,r)||(0,i.A)(e,n)):(0,B.Ay)(T(e,n),([e,n],[r,a])=>t(n,a)||(0,i.A)(e,r))).map(([e])=>e)}var H=Array.prototype,$=H.slice;H.map;var U=n(6946);function V(e,t,n){let r;for(;;){let i=(0,U.lq)(e,t,n);if(i===r||0===i||!isFinite(i))return[e,t];i>0?(e=Math.floor(e/i)*i,t=Math.ceil(t/i)*i):i<0&&(e=Math.ceil(e*i)/i,t=Math.floor(t*i)/i),r=i}}function q(e){return Math.max(1,Math.ceil(Math.log(f(e))/Math.LN2)+1)}function Y(){var e=E,t=_,n=q;function i(i){Array.isArray(i)||(i=Array.from(i));var a,o,s,l=i.length,c=Array(l);for(a=0;a=d)if(e>=d&&t===_){let e=(0,U.lq)(h,d,n);isFinite(e)&&(e>0?d=(Math.floor(d/e)+1)*e:e<0&&(d=-((Math.ceil(-(d*e))+1)/e)))}else f.pop()}for(var p=f.length,m=0,g=p;f[m]<=h;)++m;for(;f[g-1]>d;)--g;(m||g0?f[a-1]:h,v.x1=a0)for(a=0;at,i):e},i.domain=function(e){var n;return arguments.length?(t="function"==typeof e?e:(n=[e[0],e[1]],()=>n),i):t},i.thresholds=function(e){var t;return arguments.length?(n="function"==typeof e?e:(t=Array.isArray(e)?$.call(e):e,()=>t),i):n},i}var W=n(4855);function G(e,t,n){let r=f(e),i=(0,W.Ay)(e,.75)-(0,W.Ay)(e,.25);return r&&i?Math.ceil((n-t)/(2*i*Math.pow(r,-1/3))):1}function X(e,t,n){let r=f(e),i=w(e);return r&&i?Math.ceil((n-t)*Math.cbrt(r)/(3.49*i)):1}var K=n(846),Z=n(4504);function Q(e,t){let n=0,r=0;if(void 0===t)for(let t of e)null!=t&&(t*=1)>=t&&(++n,r+=t);else{let i=-1;for(let a of e)null!=(a=t(a,++i,e))&&(a*=1)>=a&&(++n,r+=a)}if(n)return r/n}function J(e,t){return(0,W.Ay)(e,.5,t)}function ee(e,t){return(0,W.AX)(e,.5,t)}function et(e){return Array.from(function*(e){for(let t of e)yield*t}(e))}var en=n(9216),er=n(8026);function ei(e,t){let n=new A.B;if(void 0===t)for(let t of e)null!=t&&t>=t&&n.set(t,(n.get(t)||0)+1);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&i>=i&&n.set(i,(n.get(i)||0)+1)}let r,i=0;for(let[e,t]of n)t>i&&(i=t,r=e);return r}function ea(e,t=eo){let n=[],r,i=!1;for(let a of e)i&&n.push(t(r,a)),r=a,i=!0;return n}function eo(e,t){return[e,t]}var es=n(8314),el=n(5671),ec=n(6561);function eu(e,t=i.A){let n,r;if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");let a=Array.from(e),o=new Float64Array(a.length);2!==t.length&&(a=a.map(t),t=i.A);let s=(e,n)=>t(a[e],a[n]);return(e=Uint32Array.from(a,(e,t)=>t)).sort(t===i.A?(e,t)=>(0,B.o2)(a[e],a[t]):(0,B.JC)(s)),e.forEach((e,t)=>{let i=s(e,void 0===n?e:n);i>=0?((void 0===n||i>0)&&(n=e,r=t),o[e]=r):o[e]=NaN}),o}function eh(e,t=i.A){let n,r=!1;if(1===t.length){let a;for(let o of e){let e=t(o);(r?0>(0,i.A)(e,a):0===(0,i.A)(e,e))&&(n=o,a=e,r=!0)}}else for(let i of e)(r?0>t(i,n):0===t(i,i))&&(n=i,r=!0);return n}function ed(e,t=i.A){if(1===t.length)return(0,er.A)(e,t);let n,r=-1,a=-1;for(let i of e)++a,(r<0?0===t(i,i):0>t(i,n))&&(n=i,r=a);return r}var ef=n(6205);function ep(e,t=i.A){if(1===t.length)return(0,Z.A)(e,t);let n,r=-1,a=-1;for(let i of e)++a,(r<0?0===t(i,i):t(i,n)>0)&&(n=i,r=a);return r}function em(e,t){let n=ed(e,t);return n<0?void 0:n}let eg=ev(Math.random);function ev(e){return function(t,n=0,r=t.length){let i=r-(n*=1);for(;i;){let r=e()*i--|0,a=t[i+n];t[i+n]=t[r+n],t[r+n]=a}return t}}function ey(e,t){let n=0;if(void 0===t)for(let t of e)(t*=1)&&(n+=t);else{let r=-1;for(let i of e)(i=+t(i,++r,e))&&(n+=i)}return n}function eb(e){if(!(i=e.length))return[];for(var t=-1,n=(0,en.A)(e,ex),r=Array(n);++tt(n,r,e))}function eA(e,t,n){if("function"!=typeof t)throw TypeError("reducer is not a function");let r=e[Symbol.iterator](),i,a,o=-1;if(arguments.length<3){if({done:i,value:n}=r.next(),i)return;++o}for(;{done:i,value:a}=r.next(),!i;)n=t(n,a,++o,e);return n}function eE(e){if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");return Array.from(e).reverse()}function eT(e,...t){for(let n of(e=new A.v(e),t))for(let t of n)e.delete(t);return e}function eC(e,t){let n=t[Symbol.iterator](),r=new A.v;for(let t of e){let e,i;if(r.has(t))return!1;for(;({value:e,done:i}=n.next())&&!i;){if(Object.is(t,e))return!1;r.add(e)}}return!0}function eP(e,...t){e=new A.v(e),t=t.map(eN);e:for(let n of e)for(let r of t)if(!r.has(n)){e.delete(n);continue e}return e}function eN(e){return e instanceof A.v?e:new A.v(e)}function eO(e,t){let n=e[Symbol.iterator](),r=new Set;for(let e of t){let t,i,a=eL(e);if(!r.has(a))for(;{value:t,done:i}=n.next();){if(i)return!1;let e=eL(t);if(r.add(e),Object.is(a,e))break}}return!0}function eL(e){return null!==e&&"object"==typeof e?e.valueOf():e}function ej(e,t){return eO(t,e)}function eD(...e){let t=new A.v;for(let n of e)for(let e of n)t.add(e);return t}},8079:(e,t,n)=>{"use strict";n.d(t,{$:()=>i});var r=n(8503);function i(e,t){var n,i=t?t.length:0,a=e?Math.min(i,e.length):0,o=Array(a),s=Array(i);for(n=0;n{"use strict";function r(e,t){var n=new Date;return e*=1,t*=1,function(r){return n.setTime(e*(1-r)+t*r),n}}n.d(t,{A:()=>r})},8314:(e,t,n)=>{"use strict";function r(e,t){return Array.from(t,t=>e[t])}n.d(t,{A:()=>r})},8354:(e,t,n)=>{var r;void 0===(r=(function(e){var t=n(9062),r="label";return{getTextWidth:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:12,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Arial",r=document.createElement("canvas").getContext("2d");return r.font=t+"px "+n,r.measureText(e).width},wrapText:function(e,n,i,a){var o,s=t.select(a),l=s.text().split(/\s+/).reverse(),c=[],u=0,h=s.attr("y"),d=parseFloat(s.attr("dy")),f=.6*n,p=s.text(null).append("tspan").attr("x",e).attr("y",h-5).attr("dy",d+"em").classed("value",!0).style("font-size",n+"px");for(p.text(l.pop()),p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").style("font-size",f+"px");o=l.pop();)c.push(o),p.text(c.join(" ")),p.node()&&p.node().getComputedTextLength()>i-50&&(c.pop(),p.text(c.join(" ")),c=[o],p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").text(o).style("font-size",f+"px"))},wrapTextWithEllipses:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1.2;e.each(function(){var o,s,l,c,u,h,d;for(o=(e=t.select(this)).text().split(/\s+/).reverse(),l=[],c=0,u=e.attr("y"),h=parseFloat(e.attr("dy")),d=e.text(null).append("tspan").attr("x",r).attr("y",u).attr("dy",h+"em");s=o.pop();)if(l.push(s),d.text(l.join(" ")),d.node()&&d.node().getComputedTextLength()>n){if(l.pop(),d.text(l.join(" ")),!(c{"use strict";n.d(t,{A:()=>d});var r=n(6957),i=n(1197),a=n(8079),o=n(8172),s=n(8981),l=n(4287),c=n(7737),u=n(3116),h=n(128);function d(e,t){var n,d=typeof t;return null==t||"boolean"===d?(0,u.A)(t):("number"===d?s.A:"string"===d?(n=(0,r.Ay)(t))?(t=n,i.Ay):c.A:t instanceof r.Ay?i.Ay:t instanceof Date?o.A:(0,h.p)(t)?h.A:Array.isArray(t)?a.$:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?l.A:s.A)(e,t)}},8701:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,GP:()=>i,s:()=>a});var r,i,a,o=n(6390);function s(e){return i=(r=(0,o.A)(e)).format,a=r.formatPrefix,r}s({thousands:",",grouping:[3],currency:["$",""]})},8776:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isoFormat:()=>o,isoParse:()=>s,timeFormat:()=>r.DC,timeFormatDefaultLocale:()=>r.Ay,timeFormatLocale:()=>i.A,timeParse:()=>r.T6,utcFormat:()=>r.aL,utcParse:()=>r.GY});var r=n(3705),i=n(4398),a="%Y-%m-%dT%H:%M:%S.%LZ";let o=Date.prototype.toISOString?function(e){return e.toISOString()}:(0,r.aL)(a),s=+new Date("2000-01-01T00:00:00.000Z")?function(e){var t=new Date(e);return isNaN(t)?null:t}:(0,r.GY)(a)},8886:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a,JC:()=>o,o2:()=>s});var r=n(2902),i=n(8314);function a(e,...t){if("function"!=typeof e[Symbol.iterator])throw TypeError("values is not iterable");e=Array.from(e);let[n]=t;if(n&&2!==n.length||t.length>1){let r=Uint32Array.from(e,(e,t)=>t);return t.length>1?(t=t.map(t=>e.map(t)),r.sort((e,n)=>{for(let r of t){let t=s(r[e],r[n]);if(t)return t}})):(n=e.map(n),r.sort((e,t)=>s(n[e],n[t]))),(0,i.A)(e,r)}return e.sort(o(n))}function o(e=r.A){if(e===r.A)return s;if("function"!=typeof e)throw TypeError("compare is not a function");return(t,n)=>{let r=e(t,n);return r||0===r?r:(0===e(n,n))-(0===e(t,t))}}function s(e,t){return(null==e||!(e>=e))-(null==t||!(t>=t))||(et))}},8926:(e,t,n)=>{"use strict";n.d(t,{AB:()=>s,Dr:()=>g,G6:()=>N,Gu:()=>c,HU:()=>v,Hl:()=>w,Mo:()=>u,OK:()=>m,ON:()=>C,PG:()=>l,SQ:()=>y,TU:()=>h,Xo:()=>j,YP:()=>o,Zn:()=>L,_M:()=>b,a1:()=>A,aZ:()=>T,c8:()=>E,h8:()=>p,jN:()=>P,pT:()=>M,rG:()=>d,rt:()=>_,sr:()=>k,vD:()=>f,wr:()=>O,z2:()=>S});var r=n(7591),i=n(1134);function a(e){return(0,r.f)(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(e,t)=>{e.setDate(e.getDate()+7*t)},(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Fq)}let o=a(0),s=a(1),l=a(2),c=a(3),u=a(4),h=a(5),d=a(6),f=o.range,p=s.range,m=l.range,g=c.range,v=u.range,y=h.range,b=d.range;function x(e){return(0,r.f)(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)},(e,t)=>(t-e)/i.Fq)}let w=x(0),_=x(1),k=x(2),S=x(3),M=x(4),A=x(5),E=x(6),T=w.range,C=_.range,P=k.range,N=S.range,O=M.range,L=A.range,j=E.range},8981:(e,t,n)=>{"use strict";function r(e,t){return e*=1,t*=1,function(n){return e*(1-n)+t*n}}n.d(t,{A:()=>r})},9062:(e,t,n)=>{"use strict";n.r(t),n.d(t,{create:()=>a,creator:()=>r.A,local:()=>s,matcher:()=>c.A,namespace:()=>u.A,namespaces:()=>h.A,pointer:()=>d.A,pointers:()=>p,select:()=>i.A,selectAll:()=>v,selection:()=>g.Ay,selector:()=>y.A,selectorAll:()=>b.A,style:()=>x.j,window:()=>w.A});var r=n(3663),i=n(183);function a(e){return(0,i.A)((0,r.A)(e).call(document.documentElement))}var o=0;function s(){return new l}function l(){this._="@"+(++o).toString(36)}l.prototype=s.prototype={constructor:l,get:function(e){for(var t=this._;!(t in e);)if(!(e=e.parentNode))return;return e[t]},set:function(e,t){return e[this._]=t},remove:function(e){return this._ in e&&delete e[this._]},toString:function(){return this._}};var c=n(6541),u=n(7268),h=n(7947),d=n(5970),f=n(2324);function p(e,t){return e.target&&(e=(0,f.A)(e),void 0===t&&(t=e.currentTarget),e=e.touches||[e]),Array.from(e,e=>(0,d.A)(e,t))}var m=n(5478),g=n(6452);function v(e){return"string"==typeof e?new g.LN([document.querySelectorAll(e)],[document.documentElement]):new g.LN([(0,m.A)(e)],g.zr)}var y=n(574),b=n(747),x=n(3683),w=n(6747)},9167:(e,t,n)=>{"use strict";n.r(t),n.d(t,{dispatch:()=>r.A});var r=n(1089)},9216:(e,t,n)=>{"use strict";function r(e,t){let n;if(void 0===t)for(let t of e)null!=t&&(n>t||void 0===n&&t>=t)&&(n=t);else{let r=-1;for(let i of e)null!=(i=t(i,++r,e))&&(n>i||void 0===n&&i>=i)&&(n=i)}return n}n.d(t,{A:()=>r})},9326:(e,t,n)=>{var r;void 0===(r=(function(){return{colorSchemas:{britecharts:["#6aedc7","#39c2c9","#ffce00","#ffa71a","#f866b9","#998ce3"],grey:["#F8F8FA","#EFF2F5","#D2D6DF","#C3C6CF","#ADB0B6","#666A73","#45494E","#363A43","#282C35"],orange:["#fcc870","#ffa71a","#fb8825","#f6682f","#db5a2c","#bf4c28","#a43b1c","#892a10","#f9e9c5"],blueGreen:["#ccf7f6","#70e4e0","#00d8d2","#00acaf","#007f8c","#005e66","#003c3f","#002d2f","#0d2223"],teal:["#ccfffe","#94f7f4","#00fff8","#1de1e1","#39c2c9","#2e9a9d","#227270","#1a5957","#133f3e"],green:["#edfff7","#d7ffef","#c0ffe7","#95f5d7","#6aedc7","#59c3a3","#479980","#34816a","#206953"],yellow:["#f9f2b3","#fbe986","#fce05a","#fed72d","#ffce00","#fcc11c","#f9b438","#eda629","#e09819"],pink:["#fdd1ea","#fb9cd2","#f866b9","#fc40b6","#ff1ab3","#e3239d","#c62c86","#a62073","#85135f"],purple:["#ddd6fc","#bbb1f0","#998ce3","#8e6bc1","#824a9e","#77337f","#6b1c60","#591650","#470f3f"],red:["#ffd8d4","#ffb5b0","#ff938c","#ff766c","#ff584c","#f04b42","#e03d38","#be2e29","#9c1e19"]},colorSchemasHuman:{britecharts:"Britecharts Default",grey:"Britecharts Grey",orange:"Orange",blueGreen:"Blue",teal:"Light Blue",green:"Green",yellow:"Yellow",pink:"Pink",purple:"Purple",red:"Red"},colorGradients:{greenBlue:["#39C7EA","#4CDCBA"],orangePink:["#FBC670","#F766B8"],bluePurple:["#3DC3C9","#824a9e"]},colorGradientsHuman:{greenBlue:"Green to Blue",orangePink:"Orange to Pink",bluePurple:"Blue to Purple"},singleColors:{aloeGreen:["#7bdcc0"],greenColor:["#6aedc7"],blueColor:["#39c2c9"],yellowColor:["#ffce00"],orangeColor:["#ffa71a"],pinkColor:["#f866b9"],purpleColor:["#998ce3"]},singleColorsHuman:{aloeGreen:"Aloe Green",greenColor:"Green",blueColor:"Blue",yellowColor:"Yellow",orangeColor:"Orange",pinkColor:"Pink",purpleColor:"Purple"}}}).call(t,n,t,e))||(e.exports=r)},9460:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return t=Math.abs(t)-(e=Math.abs(e)),Math.max(0,(0,r.A)(t)-(0,r.A)(e))+1}},9587:(e,t,n)=>{"use strict";n.d(t,{T:()=>c,I:()=>u});var r,i=n(8981),a=180/Math.PI,o={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function s(e,t,n,r,i,o){var s,l,c;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(l=Math.sqrt(n*n+r*r))&&(n/=l,r/=l,c/=l),e*r180?c+=360:c-l>180&&(l+=360),f.push({i:d.push(a(d)+"rotate(",null,r)-2,x:(0,i.A)(l,c)})):c&&d.push(a(d)+"rotate("+c+r),u=o.skewX,h=s.skewX,u!==h?f.push({i:d.push(a(d)+"skewX(",null,r)-2,x:(0,i.A)(u,h)}):h&&d.push(a(d)+"skewX("+h+r),function(e,t,n,r,o,s){if(e!==n||t!==r){var l=o.push(a(o)+"scale(",null,",",null,")");s.push({i:l-4,x:(0,i.A)(e,n)},{i:l-2,x:(0,i.A)(t,r)})}else 1===n&&1===r||o.push(a(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,s.scaleX,s.scaleY,d,f),o=s=null,function(e){for(var t,n=-1,r=f.length;++n{"use strict";function r(e,t){return e*=1,t*=1,function(n){return Math.round(e*(1-n)+t*n)}}n.d(t,{A:()=>r})},9804:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6160);function i(e){var t=e.length;return function(n){var i=Math.floor(((n%=1)<0?++n:n)*t),a=e[(i+t-1)%t],o=e[i%t],s=e[(i+1)%t],l=e[(i+2)%t];return(0,r.H)((n-i/t)*t,a,o,s,l)}}}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}return n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n(3578)})()},8506(e){self,e.exports=(()=>{var e={183:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(6452);function i(e){return"string"==typeof e?new r.LN([[document.querySelector(e)]],[document.documentElement]):new r.LN([[e]],r.zr)}},526:(e,t,n)=>{"use strict";n.d(t,{$Z:()=>m,Cf:()=>v,lk:()=>g,yE:()=>y});var r=n(6037),i=n(6946),a=n(1134),o=n(2613),s=n(5030),l=n(3298),c=n(4612),u=n(5334),h=n(8926),d=n(5878),f=n(4355);function p(e,t,n,l,c,u){let h=[[s.R,1,a.Tt],[s.R,5,5*a.Tt],[s.R,15,15*a.Tt],[s.R,30,30*a.Tt],[u,1,a.rR],[u,5,5*a.rR],[u,15,15*a.rR],[u,30,30*a.rR],[c,1,a.JJ],[c,3,3*a.JJ],[c,6,6*a.JJ],[c,12,12*a.JJ],[l,1,a.Nm],[l,2,2*a.Nm],[n,1,a.Fq],[t,1,a.Pv],[t,3,3*a.Pv],[e,1,a.MP]];function d(t,n,s){let l=Math.abs(n-t)/s,c=(0,r.A)(([,,e])=>e).right(h,l);if(c===h.length)return e.every((0,i.sG)(t/a.MP,n/a.MP,s));if(0===c)return o.y.every(Math.max((0,i.sG)(t,n,s),1));let[u,d]=h[l/h[c-1][2]{"use strict";function r(){}function i(e){return null==e?r:function(){return this.querySelector(e)}}n.d(t,{A:()=>i})},676:(e,t,n)=>{var r;void 0===(r=(function(e){"use strict";var t=n(4710),r=0,i={small:{limit:10,format:t.format("")},medium:{limit:1e3,format:t.format("")},large:{limit:null,format:t.format(",d")}},a={small:{limit:10,format:t.format(".3f")},medium:{limit:100,format:t.format(".1f")},large:{limit:null,format:t.format(".2s")}},o=function(e,t){var n="large";return e{"use strict";function r(){return[]}function i(e){return null==e?r:function(){return this.querySelectorAll(e)}}n.d(t,{A:()=>i})},871:(e,t,n)=>{"use strict";function r(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function i(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}n.d(t,{A:()=>r,X:()=>i})},1089:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r={value:()=>{}};function i(){for(var e,t=0,n=arguments.length,r={};t=0&&(t=e.slice(n+1),e=e.slice(0,n)),e&&!r.hasOwnProperty(e))throw Error("unknown type: "+e);return{type:e,name:t}}),a=-1,s=i.length;if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw Error("invalid callback: "+t);for(;++a0)for(var n,r,i=Array(n),a=0;a{"use strict";n.d(t,{Fq:()=>s,JJ:()=>a,MP:()=>c,Nm:()=>o,Pv:()=>l,Tt:()=>r,rR:()=>i});let r=1e3,i=6e4,a=36e5,o=864e5,s=6048e5,l=2592e6,c=31536e6},1180:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:te?1:t>=e?0:NaN}n.d(t,{A:()=>r})},1197:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s});var r=n(6957),i=n(6160),a=n(9804),o=n(4709);let s=function e(t){var n=(0,o.uN)(t);function i(e,t){var i=n((e=(0,r.Qh)(e)).r,(t=(0,r.Qh)(t)).r),a=n(e.g,t.g),s=n(e.b,t.b),l=(0,o.Ay)(e.opacity,t.opacity);return function(t){return e.r=i(t),e.g=a(t),e.b=s(t),e.opacity=l(t),e+""}}return i.gamma=e,i}(1);function l(e){return function(t){var n,i,a=t.length,o=Array(a),s=Array(a),l=Array(a);for(n=0;n{"use strict";n.d(t,{A:()=>i,S:()=>a});var r=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function i(e){var t;if(!(t=r.exec(e)))throw Error("invalid format: "+e);return new a({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function a(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}i.prototype=a.prototype,a.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}},1734:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e){return Math.max(0,-(0,r.A)(Math.abs(e)))}},1879:(e,t,n)=>{"use strict";n.r(t),n.d(t,{easeBack:()=>I,easeBackIn:()=>R,easeBackInOut:()=>I,easeBackOut:()=>z,easeBounce:()=>j,easeBounceIn:()=>L,easeBounceInOut:()=>D,easeBounceOut:()=>j,easeCircle:()=>_,easeCircleIn:()=>x,easeCircleInOut:()=>_,easeCircleOut:()=>w,easeCubic:()=>s.wq,easeCubicIn:()=>s.EY,easeCubicInOut:()=>s.wq,easeCubicOut:()=>s.Jx,easeElastic:()=>H,easeElasticIn:()=>F,easeElasticInOut:()=>$,easeElasticOut:()=>H,easeExp:()=>b,easeExpIn:()=>v,easeExpInOut:()=>b,easeExpOut:()=>y,easeLinear:()=>r,easePoly:()=>u,easePolyIn:()=>l,easePolyInOut:()=>u,easePolyOut:()=>c,easeQuad:()=>o,easeQuadIn:()=>i,easeQuadInOut:()=>o,easeQuadOut:()=>a,easeSin:()=>m,easeSinIn:()=>f,easeSinInOut:()=>m,easeSinOut:()=>p});let r=e=>+e;function i(e){return e*e}function a(e){return e*(2-e)}function o(e){return((e*=2)<=1?e*e:--e*(2-e)+1)/2}var s=n(2101),l=function e(t){function n(e){return Math.pow(e,t)}return t*=1,n.exponent=e,n}(3),c=function e(t){function n(e){return 1-Math.pow(1-e,t)}return t*=1,n.exponent=e,n}(3),u=function e(t){function n(e){return((e*=2)<=1?Math.pow(e,t):2-Math.pow(2-e,t))/2}return t*=1,n.exponent=e,n}(3),h=Math.PI,d=h/2;function f(e){return 1==+e?1:1-Math.cos(e*d)}function p(e){return Math.sin(e*d)}function m(e){return(1-Math.cos(h*e))/2}function g(e){return 1.0009775171065494*(Math.pow(2,-10*e)-9765625e-10)}function v(e){return g(1-e)}function y(e){return 1-g(e)}function b(e){return((e*=2)<=1?g(1-e):2-g(e-1))/2}function x(e){return 1-Math.sqrt(1-e*e)}function w(e){return Math.sqrt(1- --e*e)}function _(e){return((e*=2)<=1?1-Math.sqrt(1-e*e):Math.sqrt(1-(e-=2)*e)+1)/2}var k=4/11,S=6/11,M=8/11,A=3/4,E=9/11,T=10/11,C=15/16,P=21/22,N=63/64,O=1/(4/11)/(4/11);function L(e){return 1-j(1-e)}function j(e){return(e*=1){"use strict";function r(e){return e*e*e}function i(e){return--e*e*e+1}function a(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}n.d(t,{EY:()=>r,Jx:()=>i,wq:()=>a})},2324:(e,t,n)=>{"use strict";function r(e){let t;for(;t=e.sourceEvent;)e=t;return e}n.d(t,{A:()=>r})},2472:(e,t,n)=>{"use strict";n.r(t),n.d(t,{timeDay:()=>l.UA,timeDays:()=>l.NT,timeFriday:()=>c.TU,timeFridays:()=>c.SQ,timeHour:()=>s.Ag,timeHours:()=>s.L6,timeInterval:()=>r.f,timeMillisecond:()=>i.y,timeMilliseconds:()=>i.R,timeMinute:()=>o.wX,timeMinutes:()=>o.rn,timeMonday:()=>c.AB,timeMondays:()=>c.h8,timeMonth:()=>u.Ui,timeMonths:()=>u.Bz,timeSaturday:()=>c.rG,timeSaturdays:()=>c._M,timeSecond:()=>a.R,timeSeconds:()=>a.Y,timeSunday:()=>c.YP,timeSundays:()=>c.vD,timeThursday:()=>c.Mo,timeThursdays:()=>c.HU,timeTickInterval:()=>d.yE,timeTicks:()=>d.Cf,timeTuesday:()=>c.PG,timeTuesdays:()=>c.OK,timeWednesday:()=>c.Gu,timeWednesdays:()=>c.Dr,timeWeek:()=>c.YP,timeWeeks:()=>c.vD,timeYear:()=>h.he,timeYears:()=>h.Yo,unixDay:()=>l.TW,unixDays:()=>l.yE,utcDay:()=>l.dA,utcDays:()=>l.ou,utcFriday:()=>c.a1,utcFridays:()=>c.Zn,utcHour:()=>s.pz,utcHours:()=>s.iA,utcMillisecond:()=>i.y,utcMilliseconds:()=>i.R,utcMinute:()=>o.vD,utcMinutes:()=>o.Y4,utcMonday:()=>c.rt,utcMondays:()=>c.ON,utcMonth:()=>u.R6,utcMonths:()=>u.oi,utcSaturday:()=>c.c8,utcSaturdays:()=>c.Xo,utcSecond:()=>a.R,utcSeconds:()=>a.Y,utcSunday:()=>c.Hl,utcSundays:()=>c.aZ,utcThursday:()=>c.pT,utcThursdays:()=>c.wr,utcTickInterval:()=>d.lk,utcTicks:()=>d.$Z,utcTuesday:()=>c.sr,utcTuesdays:()=>c.jN,utcWednesday:()=>c.z2,utcWednesdays:()=>c.G6,utcWeek:()=>c.Hl,utcWeeks:()=>c.aZ,utcYear:()=>h.Mb,utcYears:()=>h.jH});var r=n(7591),i=n(2613),a=n(5030),o=n(3298),s=n(4612),l=n(5334),c=n(8926),u=n(5878),h=n(4355),d=n(526)},2613:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,y:()=>i});var r=n(7591);let i=(0,r.f)(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);i.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?(0,r.f)(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):i:null;let a=i.range},2902:(e,t,n)=>{"use strict";function r(e,t){return null==e||null==t?NaN:et?1:e>=t?0:NaN}n.d(t,{A:()=>r})},3116:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});let r=e=>()=>e},3298:(e,t,n)=>{"use strict";n.d(t,{Y4:()=>l,rn:()=>o,vD:()=>s,wX:()=>a});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getMinutes()),o=a.range,s=(0,r.f)(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*i.rR)},(e,t)=>(t-e)/i.rR,e=>e.getUTCMinutes()),l=s.range},3456:(e,t,n)=>{var r;void 0===(r=(function(){var e=n(6303),t=n(2472);return{axisTimeCombinations:{MINUTE_HOUR:"minute-hour",HOUR_DAY:"hour-daymonth",DAY_MONTH:"day-month",MONTH_YEAR:"month-year",CUSTOM:"custom"},curveMap:{linear:e.curveLinear,basis:e.curveBasis,cardinal:e.curveCardinal,catmullRom:e.curveCatmullRom,monotoneX:e.curveMonotoneX,monotoneY:e.curveMonotoneY,natural:e.curveNatural,step:e.curveStep,stepAfter:e.curveStepAfter,stepBefore:e.curveStepBefore},emptyDonutData:[{quantity:1,percentage:100}],timeBenchmarks:{ONE_AND_A_HALF_YEARS:47304e6,ONE_YEAR:0x757b12d6d,ONE_DAY:0x5265c01},lineGradientId:"lineGradientId",timeIntervals:{timeMillisecond:t.timeMillisecond,utcMillisecond:t.utcMillisecond,timeSecond:t.timeSecond,utcSecond:t.utcSecond,timeMinute:t.timeMinute,utcMinute:t.utcMinute,timeHour:t.timeHour,utcHour:t.utcHour,timeDay:t.timeDay,utcDay:t.utcDay,timeWeek:t.timeWeek,utcWeek:t.utcWeek,timeSunday:t.timeSunday,utcSunday:t.utcSunday,timeMonday:t.timeMonday,utcMonday:t.utcMonday,timeTuesday:t.timeTuesday,utcTuesday:t.utcTuesday,timeWednesday:t.timeWednesday,utcWednesday:t.utcWednesday,timeThursday:t.timeThursday,utcThursday:t.utcThursday,timeFriday:t.timeFriday,utcFriday:t.utcFriday,timeSaturday:t.timeSaturday,utcSaturday:t.utcSaturday,timeMonth:t.timeMonth,utcMonth:t.utcMonth,timeYear:t.timeYear,utcYear:t.utcYear},FORMAT_LOCALE_URL:"https://cdn.jsdelivr.net/npm/d3-format/locale"}}).call(t,n,t,e))||(e.exports=r)},3663:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(7268),i=n(7947);function a(e){var t=(0,r.A)(e);return(t.local?function(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}:function(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===i.g&&t.documentElement.namespaceURI===i.g?t.createElement(e):t.createElementNS(n,e)}})(t)}},3683:(e,t,n)=>{"use strict";n.d(t,{A:()=>i,j:()=>a});var r=n(6747);function i(e,t,n){return arguments.length>1?this.each((null==t?function(e){return function(){this.style.removeProperty(e)}}:"function"==typeof t?function(e,t,n){return function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}:function(e,t,n){return function(){this.style.setProperty(e,t,n)}})(e,t,null==n?"":n)):a(this.node(),e)}function a(e,t){return e.style.getPropertyValue(t)||(0,r.A)(e).getComputedStyle(e,null).getPropertyValue(t)}},3705:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>c,DC:()=>i,GY:()=>s,T6:()=>a,aL:()=>o});var r,i,a,o,s,l=n(4398);function c(e){return i=(r=(0,l.A)(e)).format,a=r.parse,o=r.utcFormat,s=r.utcParse,r}c({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]})},3842:(e,t,n)=>{"use strict";n.r(t),n.d(t,{active:()=>K,interrupt:()=>C,transition:()=>Y});var r,i,a=n(6452),o=n(1089),s=0,l=0,c=0,u=0,h=0,d=0,f="object"==typeof performance&&performance.now?performance:Date,p="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function m(){return h||(p(g),h=f.now()+d)}function g(){h=0}function v(){this._call=this._time=this._next=null}function y(e,t,n){var r=new v;return r.restart(e,t,n),r}function b(){h=(u=f.now())+d,s=l=0;try{m(),++s;for(var e,t=r;t;)(e=h-t._time)>=0&&t._call.call(void 0,e),t=t._next;--s}finally{s=0,function(){for(var e,t,n=r,a=1/0;n;)n._call?(a>n._time&&(a=n._time),e=n,n=n._next):(t=n._next,n._next=null,n=e?e._next=t:r=t);i=e,w(a)}(),h=0}}function x(){var e=f.now(),t=e-u;t>1e3&&(d-=t,u=e)}function w(e){s||(l&&(l=clearTimeout(l)),e-h>24?(e<1/0&&(l=setTimeout(b,e-f.now()-d)),c&&(c=clearInterval(c))):(c||(u=f.now(),c=setInterval(x,1e3)),s=1,p(b)))}function _(e,t,n){var r=new v;return t=null==t?0:+t,r.restart(n=>{r.stop(),e(n+t)},t,n),r}v.prototype=y.prototype={constructor:v,restart:function(e,t,n){if("function"!=typeof e)throw TypeError("callback is not a function");n=(null==n?m():+n)+(null==t?0:+t),this._next||i===this||(i?i._next=this:r=this,i=this),this._call=e,this._time=n,w()},stop:function(){this._call&&(this._call=null,this._time=1/0,w())}};var k=(0,o.A)("start","end","cancel","interrupt"),S=[];function M(e,t,n,r,i,a){var o=e.__transition;if(o){if(n in o)return}else e.__transition={};!function(e,t,n){var r,i=e.__transition;function a(l){var c,u,h,d;if(1!==n.state)return s();for(c in i)if((d=i[c]).name===n.name){if(3===d.state)return _(a);4===d.state?(d.state=6,d.timer.stop(),d.on.call("interrupt",e,e.__data__,d.index,d.group),delete i[c]):+c0)throw Error("too late; already scheduled");return n}function E(e,t){var n=T(e,t);if(n.state>3)throw Error("too late; already running");return n}function T(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw Error("transition not found");return n}function C(e,t){var n,r,i,a=e.__transition,o=!0;if(a){for(i in t=null==t?null:t+"",a)(n=a[i]).name===t?(r=n.state>2&&n.state<5,n.state=6,n.timer.stop(),n.on.call(r?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete a[i]):o=!1;o&&delete e.__transition}}var P=n(9587),N=n(7268);function O(e,t,n){var r=e._id;return e.each(function(){var e=E(this,r);(e.value||(e.value={}))[t]=n.apply(this,arguments)}),function(e){return T(e,r).value[t]}}var L=n(6957),j=n(8981),D=n(1197),R=n(7737);function z(e,t){var n;return("number"==typeof t?j.A:t instanceof L.Ay?D.Ay:(n=(0,L.Ay)(t))?(t=n,D.Ay):R.A)(e,t)}var I=n(6541),B=n(574),F=n(747),H=a.Ay.prototype.constructor,$=n(3683);function U(e){return function(){this.style.removeProperty(e)}}var V=0;function q(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Y(e){return(0,a.Ay)().transition(e)}var W=a.Ay.prototype;q.prototype=Y.prototype={constructor:q,select:function(e){var t=this._name,n=this._id;"function"!=typeof e&&(e=(0,B.A)(e));for(var r=this._groups,i=r.length,a=Array(i),o=0;o=0&&(e=e.slice(0,t)),!e||"start"===e})?A:E,function(){var o=i(this,a),s=o.on;s!==n&&(r=(n=s).copy()).on(e,t),o.on=r}))},attr:function(e,t){var n=(0,N.A)(e),r="transform"===n?P.I:z;return this.attrTween(e,"function"==typeof t?(n.local?function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttributeNS(e.space,e.local))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttributeNS(e.space,e.local)}}:function(e,t,n){var r,i,a;return function(){var o,s,l=n(this);if(null!=l)return(o=this.getAttribute(e))===(s=l+"")?null:o===r&&s===i?a:(i=s,a=t(r=o,l));this.removeAttribute(e)}})(n,r,O(this,"attr."+e,t)):null==t?(n.local?function(e){return function(){this.removeAttributeNS(e.space,e.local)}}:function(e){return function(){this.removeAttribute(e)}})(n):(n.local?function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttributeNS(e.space,e.local);return o===a?null:o===r?i:i=t(r=o,n)}}:function(e,t,n){var r,i,a=n+"";return function(){var o=this.getAttribute(e);return o===a?null:o===r?i:i=t(r=o,n)}})(n,r,t))},attrTween:function(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw Error();var r=(0,N.A)(e);return this.tween(n,(r.local?function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttributeNS(e.space,e.local,i.call(this,t))}),n}return i._value=t,i}:function(e,t){var n,r;function i(){var i=t.apply(this,arguments);return i!==r&&(n=(r=i)&&function(t){this.setAttribute(e,i.call(this,t))}),n}return i._value=t,i})(r,t))},style:function(e,t,n){var r,i,a,o,s,l,c,u,h,d,f,p,m,g,v,y,b,x,w,_,k,S="transform"==(e+="")?P.T:z;return null==t?this.styleTween(e,(r=e,function(){var e=(0,$.j)(this,r),t=(this.style.removeProperty(r),(0,$.j)(this,r));return e===t?null:e===i&&t===a?o:o=S(i=e,a=t)})).on("end.style."+e,U(e)):"function"==typeof t?this.styleTween(e,(s=e,l=O(this,"style."+e,t),function(){var e=(0,$.j)(this,s),t=l(this),n=t+"";return null==t&&(this.style.removeProperty(s),n=t=(0,$.j)(this,s)),e===n?null:e===c&&n===u?h:(u=n,h=S(c=e,t))})).each((d=this._id,b="end."+(y="style."+(f=e)),function(){var e=E(this,d),t=e.on,n=null==e.value[y]?v||(v=U(f)):void 0;t===p&&g===n||(m=(p=t).copy()).on(b,g=n),e.on=m})):this.styleTween(e,(x=e,k=t+"",function(){var e=(0,$.j)(this,x);return e===k?null:e===w?_:_=S(w=e,t)}),n).on("end.style."+e,null)},styleTween:function(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==t)return this.tween(r,null);if("function"!=typeof t)throw Error();return this.tween(r,function(e,t,n){var r,i;function a(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&function(t){this.style.setProperty(e,a.call(this,t),n)}),r}return a._value=t,a}(e,t,null==n?"":n))},text:function(e){var t,n;return this.tween("text","function"==typeof e?(t=O(this,"text",e),function(){var e=t(this);this.textContent=null==e?"":e}):(n=null==e?"":e+"",function(){this.textContent=n}))},textTween:function(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(null==e)return this.tween(t,null);if("function"!=typeof e)throw Error();return this.tween(t,function(e){var t,n;function r(){var r=e.apply(this,arguments);return r!==n&&(t=(n=r)&&function(e){this.textContent=r.call(this,e)}),t}return r._value=e,r}(e))},remove:function(){var e;return this.on("end.remove",(e=this._id,function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}))},tween:function(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r,i=T(this.node(),n).tween,a=0,o=i.length;a1&&n.name===t)return new q([[e]],X,t,+r)}return null}},4184:(e,t,n)=>{var r;function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n2&&void 0!==arguments[2]?arguments[2]:0;e.each(function(){var r,i,a,s,l,c,u;for(r=(e=o.select(this)).text().split(/\s+/).reverse(),a=[],s=0,l=e.attr("y"),c=parseFloat(e.attr("dy")),u=e.text(null).append("tspan").attr("x",n).attr("y",l).attr("dy",c+"em");i=r.pop();)a.push(i),u.text(a.join(" ")),f(a.join(" "),16,"Karla, sans-serif")>t&&(a.pop(),u.text(a.join(" ")),s<2&&(a=[i],u=e.append("tspan").attr("x",n).attr("y",l).attr("dy",1.2*++s+c+"em").text(i)))})}return $.axisTimeCombinations=l,$.dateFormat=function(e){return arguments.length?(D=e,this):D||j},$.dateCustomFormat=function(e){return arguments.length?(R=e,this):R},$.dateLabel=function(e){return arguments.length?(P=e,this):P},$.hide=function(){return x.style("visibility","hidden"),this},$.locale=function(e){return arguments.length?(b=e,this):b},$.nameLabel=function(e){return arguments.length?(O=e,this):O},$.numberFormat=function(e){return arguments.length?(I=e,this):I},$.valueFormatter=function(e){return arguments.length?(B=e,this):B},$.shouldShowDateInTitle=function(e){return arguments.length?(_=e,this):_},$.show=function(){return x.style("visibility","visible"),this},$.title=function(e){return arguments.length?(w=e,this):w},$.tooltipOffset=function(e){return arguments.length?(k=e,this):k},$.topicsOrder=function(e){return arguments.length?(z=e,this):z},$.topicLabel=function(e){return arguments.length?(L=e,this):L},$.update=function(t,r,o){var u,h,d,f,g,v,x,T,C,N,O,I,B,$;return y=r,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,$=(x=t)[L],z.length?$=function(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:z).map(function(t){return e.filter(function(e){return e.name===t})[0]})}($):$.length&&$[0].name&&($=$.map(function(e){return e}).sort(function(e,t){return e.name>t.name?1:e.name===t.name?0:-1})),p.selectAll("text").remove(),p.selectAll("circle").remove(),I=w,T=new Date(x[P]),N=null,O={month:"short",day:"numeric"},(C=D||j)===l.DAY_MONTH||C===l.MONTH_YEAR?(N=F,O.year="numeric"):C===l.HOUR_DAY||C===l.MINUTE_HOUR?(N=H,O.hour="numeric"):C===l.CUSTOM&&"string"==typeof R&&(N=s.timeFormat(R)),B=b&&"u">typeof Intl&&"object"===("u"{"use strict";n.d(t,{Mb:()=>o,Yo:()=>a,he:()=>i,jH:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());i.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)}):null;let a=i.range,o=(0,r.f)(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());o.every=e=>isFinite(e=Math.floor(e))&&e>0?(0,r.f)(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)}):null;let s=o.range},4398:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(5334),i=n(8926),a=n(4355);function o(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function s(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function l(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function c(e){var t=e.dateTime,n=e.date,a=e.time,c=e.periods,h=e.days,d=e.shortDays,f=e.months,p=e.shortMonths,m=g(c),X=v(c),em=g(h),eE=v(h),eT=g(d),eC=v(d),eP=g(f),eN=v(f),eO=g(p),eL=v(p),ej={a:function(e){return d[e.getDay()]},A:function(e){return h[e.getDay()]},b:function(e){return p[e.getMonth()]},B:function(e){return f[e.getMonth()]},c:null,d:I,e:I,f:U,g:ee,G:en,H:B,I:F,j:H,L:$,m:V,M:q,p:function(e){return c[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:eM,s:eA,S:Y,u:W,U:G,V:K,w:Z,W:Q,x:null,X:null,y:J,Y:et,Z:er,"%":eS},eD={a:function(e){return d[e.getUTCDay()]},A:function(e){return h[e.getUTCDay()]},b:function(e){return p[e.getUTCMonth()]},B:function(e){return f[e.getUTCMonth()]},c:null,d:ei,e:ei,f:ec,g:ex,G:e_,H:ea,I:eo,j:es,L:el,m:eu,M:eh,p:function(e){return c[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:eM,s:eA,S:ed,u:ef,U:ep,V:eg,w:ev,W:ey,x:null,X:null,y:eb,Y:ew,Z:ek,"%":eS},eR={a:function(e,t,n){var r=eT.exec(t.slice(n));return r?(e.w=eC.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=em.exec(t.slice(n));return r?(e.w=eE.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=eO.exec(t.slice(n));return r?(e.m=eL.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=eP.exec(t.slice(n));return r?(e.m=eN.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return eB(e,t,n,r)},d:T,e:T,f:j,g:S,G:k,H:P,I:P,j:C,L:L,m:E,M:N,p:function(e,t,n){var r=m.exec(t.slice(n));return r?(e.p=X.get(r[0].toLowerCase()),n+r[0].length):-1},q:A,Q:R,s:z,S:O,u:b,U:x,V:w,w:y,W:_,x:function(e,t,r){return eB(e,n,t,r)},X:function(e,t,n){return eB(e,a,t,n)},y:S,Y:k,Z:M,"%":D};function ez(e,t){return function(n){var r,i,a,o=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s53)return null;"w"in u||(u.w=1),"Z"in u?(a=(c=(a=s(l(u.y,0,1))).getUTCDay())>4||0===c?i.rt.ceil(a):(0,i.rt)(a),a=r.dA.offset(a,7*(u.V-1)),u.y=a.getUTCFullYear(),u.m=a.getUTCMonth(),u.d=a.getUTCDate()+(u.w+6)%7):(a=(c=(a=o(l(u.y,0,1))).getDay())>4||0===c?i.AB.ceil(a):(0,i.AB)(a),a=r.UA.offset(a,7*(u.V-1)),u.y=a.getFullYear(),u.m=a.getMonth(),u.d=a.getDate()+(u.w+6)%7)}else("W"in u||"U"in u)&&("w"in u||(u.w="u"in u?u.u%7:+("W"in u)),c="Z"in u?s(l(u.y,0,1)).getUTCDay():o(l(u.y,0,1)).getDay(),u.m=0,u.d="W"in u?(u.w+6)%7+7*u.W-(c+5)%7:u.w+7*u.U-(c+6)%7);return"Z"in u?(u.H+=u.Z/100|0,u.M+=u.Z%100,s(u)):o(u)}}function eB(e,t,n,r){for(var i,a,o=0,s=t.length,l=n.length;o=l)return -1;if(37===(i=t.charCodeAt(o++))){if(!(a=eR[(i=t.charAt(o++))in u?t.charAt(o++):i])||(r=a(e,n,r))<0)return -1}else if(i!=n.charCodeAt(r++))return -1}return r}return ej.x=ez(n,ej),ej.X=ez(a,ej),ej.c=ez(t,ej),eD.x=ez(n,eD),eD.X=ez(a,eD),eD.c=ez(t,eD),{format:function(e){var t=ez(e+="",ej);return t.toString=function(){return e},t},parse:function(e){var t=eI(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=ez(e+="",eD);return t.toString=function(){return e},t},utcParse:function(e){var t=eI(e+="",!0);return t.toString=function(){return e},t}}}var u={"-":"",_:" ",0:"0"},h=/^\s*\d+/,d=/^%/,f=/[\\^$*+?|[\]().{}]/g;function p(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",a=i.length;return r+(a[e.toLowerCase(),t]))}function y(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function b(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function x(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function w(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function _(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function k(e,t,n){var r=h.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function S(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function M(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function A(e,t,n){var r=h.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function E(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function T(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function C(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function P(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function N(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function O(e,t,n){var r=h.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function L(e,t,n){var r=h.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function j(e,t,n){var r=h.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function D(e,t,n){var r=d.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function R(e,t,n){var r=h.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function z(e,t,n){var r=h.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function I(e,t){return p(e.getDate(),t,2)}function B(e,t){return p(e.getHours(),t,2)}function F(e,t){return p(e.getHours()%12||12,t,2)}function H(e,t){return p(1+r.UA.count((0,a.he)(e),e),t,3)}function $(e,t){return p(e.getMilliseconds(),t,3)}function U(e,t){return $(e,t)+"000"}function V(e,t){return p(e.getMonth()+1,t,2)}function q(e,t){return p(e.getMinutes(),t,2)}function Y(e,t){return p(e.getSeconds(),t,2)}function W(e){var t=e.getDay();return 0===t?7:t}function G(e,t){return p(i.YP.count((0,a.he)(e)-1,e),t,2)}function X(e){var t=e.getDay();return t>=4||0===t?(0,i.Mo)(e):i.Mo.ceil(e)}function K(e,t){return e=X(e),p(i.Mo.count((0,a.he)(e),e)+(4===(0,a.he)(e).getDay()),t,2)}function Z(e){return e.getDay()}function Q(e,t){return p(i.AB.count((0,a.he)(e)-1,e),t,2)}function J(e,t){return p(e.getFullYear()%100,t,2)}function ee(e,t){return p((e=X(e)).getFullYear()%100,t,2)}function et(e,t){return p(e.getFullYear()%1e4,t,4)}function en(e,t){var n=e.getDay();return p((e=n>=4||0===n?(0,i.Mo)(e):i.Mo.ceil(e)).getFullYear()%1e4,t,4)}function er(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+p(t/60|0,"0",2)+p(t%60,"0",2)}function ei(e,t){return p(e.getUTCDate(),t,2)}function ea(e,t){return p(e.getUTCHours(),t,2)}function eo(e,t){return p(e.getUTCHours()%12||12,t,2)}function es(e,t){return p(1+r.dA.count((0,a.Mb)(e),e),t,3)}function el(e,t){return p(e.getUTCMilliseconds(),t,3)}function ec(e,t){return el(e,t)+"000"}function eu(e,t){return p(e.getUTCMonth()+1,t,2)}function eh(e,t){return p(e.getUTCMinutes(),t,2)}function ed(e,t){return p(e.getUTCSeconds(),t,2)}function ef(e){var t=e.getUTCDay();return 0===t?7:t}function ep(e,t){return p(i.Hl.count((0,a.Mb)(e)-1,e),t,2)}function em(e){var t=e.getUTCDay();return t>=4||0===t?(0,i.pT)(e):i.pT.ceil(e)}function eg(e,t){return e=em(e),p(i.pT.count((0,a.Mb)(e),e)+(4===(0,a.Mb)(e).getUTCDay()),t,2)}function ev(e){return e.getUTCDay()}function ey(e,t){return p(i.rt.count((0,a.Mb)(e)-1,e),t,2)}function eb(e,t){return p(e.getUTCFullYear()%100,t,2)}function ex(e,t){return p((e=em(e)).getUTCFullYear()%100,t,2)}function ew(e,t){return p(e.getUTCFullYear()%1e4,t,4)}function e_(e,t){var n=e.getUTCDay();return p((e=n>=4||0===n?(0,i.pT)(e):i.pT.ceil(e)).getUTCFullYear()%1e4,t,4)}function ek(){return"+0000"}function eS(){return"%"}function eM(e){return+e}function eA(e){return Math.floor(e/1e3)}},4612:(e,t,n)=>{"use strict";n.d(t,{Ag:()=>a,L6:()=>o,iA:()=>l,pz:()=>s});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*i.Tt-e.getMinutes()*i.rR)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getHours()),o=a.range,s=(0,r.f)(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*i.JJ)},(e,t)=>(t-e)/i.JJ,e=>e.getUTCHours()),l=s.range},4709:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>a,uN:()=>i});var r=n(3116);function i(e){return 1==(e*=1)?a:function(t,n){var i,a,o;return n-t?(i=t,a=n,i=Math.pow(i,o=e),a=Math.pow(a,o)-i,o=1/o,function(e){return Math.pow(i+e*a,o)}):(0,r.A)(isNaN(t)?n:t)}}function a(e,t){var n=t-e;return n?function(t){return e+t*n}:(0,r.A)(isNaN(e)?t:e)}},4710:(e,t,n)=>{"use strict";n.r(t),n.d(t,{FormatSpecifier:()=>a.S,format:()=>r.GP,formatDefaultLocale:()=>r.Ay,formatLocale:()=>i.A,formatPrefix:()=>r.s,formatSpecifier:()=>a.A,precisionFixed:()=>o.A,precisionPrefix:()=>s.A,precisionRound:()=>l.A});var r=n(8701),i=n(6390),a=n(1631),o=n(1734),s=n(7590),l=n(9460)},5030:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,Y:()=>o});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*i.Tt)},(e,t)=>(t-e)/i.Tt,e=>e.getUTCSeconds()),o=a.range},5204:(e,t,n)=>{"use strict";function r(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function i(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}n.d(t,{A:()=>r,f:()=>i})},5334:(e,t,n)=>{"use strict";n.d(t,{NT:()=>o,TW:()=>c,UA:()=>a,dA:()=>s,ou:()=>l,yE:()=>u});var r=n(7591),i=n(1134);let a=(0,r.f)(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Nm,e=>e.getDate()-1),o=a.range,s=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>e.getUTCDate()-1),l=s.range,c=(0,r.f)(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/i.Nm,e=>Math.floor(e/i.Nm)),u=c.range},5478:(e,t,n)=>{"use strict";function r(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}n.d(t,{A:()=>r})},5878:(e,t,n)=>{"use strict";n.d(t,{Bz:()=>a,R6:()=>o,Ui:()=>i,oi:()=>s});var r=n(7591);let i=(0,r.f)(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear()),e=>e.getMonth()),a=i.range,o=(0,r.f)(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear()),e=>e.getUTCMonth()),s=o.range},5970:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(2324);function i(e,t){if(e=(0,r.A)(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var i=n.createSVGPoint();return i.x=e.clientX,i.y=e.clientY,[(i=i.matrixTransform(t.getScreenCTM().inverse())).x,i.y]}if(t.getBoundingClientRect){var a=t.getBoundingClientRect();return[e.clientX-a.left-t.clientLeft,e.clientY-a.top-t.clientTop]}}return[e.pageX,e.pageY]}},6037:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(2902),i=n(1180);function a(e){let t,n,a;function s(e,r,i=0,a=e.length){if(i>>1;0>n(e[t],r)?i=t+1:a=t}while(i(0,r.A)(e(t),n),a=(t,n)=>e(t)-n):(t=e===r.A||e===i.A?e:o,n=e,a=e),{left:s,center:function(e,t,n=0,r=e.length){let i=s(e,t,n,r-1);return i>n&&a(e[i-1],t)>-a(e[i],t)?i-1:i},right:function(e,r,i=0,a=e.length){if(i>>1;0>=n(e[t],r)?i=t+1:a=t}while(i{"use strict";function r(e,t,n,r,i){var a=e*e,o=a*e;return((1-3*e+3*a-o)*t+(4-6*a+3*o)*n+(1+3*e+3*a-3*o)*r+o*i)/6}function i(e){var t=e.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),a=e[i],o=e[i+1],s=i>0?e[i-1]:2*a-o,l=ii,H:()=>r})},6303:(e,t,n)=>{"use strict";function r(e){return function(){return e}}n.r(t),n.d(t,{arc:()=>E,area:()=>D,areaRadial:()=>V,curveBasis:()=>eL,curveBasisClosed:()=>eD,curveBasisOpen:()=>ez,curveBumpX:()=>G,curveBumpY:()=>X,curveBundle:()=>eB,curveCardinal:()=>e$,curveCardinalClosed:()=>eV,curveCardinalOpen:()=>eY,curveCatmullRom:()=>eX,curveCatmullRomClosed:()=>eZ,curveCatmullRomOpen:()=>eJ,curveLinear:()=>N,curveLinearClosed:()=>e1,curveMonotoneX:()=>e9,curveMonotoneY:()=>e8,curveNatural:()=>tn,curveStep:()=>ti,curveStepAfter:()=>to,curveStepBefore:()=>ta,line:()=>j,lineRadial:()=>U,link:()=>J,linkHorizontal:()=>ee,linkRadial:()=>en,linkVertical:()=>et,pie:()=>I,pointRadial:()=>q,radialArea:()=>V,radialLine:()=>U,stack:()=>th,stackOffsetDiverging:()=>tf,stackOffsetExpand:()=>td,stackOffsetNone:()=>ts,stackOffsetSilhouette:()=>tp,stackOffsetWiggle:()=>tm,stackOrderAppearance:()=>tg,stackOrderAscending:()=>ty,stackOrderDescending:()=>tx,stackOrderInsideOut:()=>tw,stackOrderNone:()=>tl,stackOrderReverse:()=>t_,symbol:()=>eC,symbolAsterisk:()=>ei,symbolCircle:()=>ea,symbolCross:()=>eo,symbolDiamond:()=>ec,symbolDiamond2:()=>eu,symbolPlus:()=>eh,symbolSquare:()=>ed,symbolSquare2:()=>ef,symbolStar:()=>ev,symbolTimes:()=>eA,symbolTriangle:()=>eb,symbolTriangle2:()=>ew,symbolWye:()=>eM,symbolX:()=>eA,symbols:()=>eE,symbolsFill:()=>eE,symbolsStroke:()=>eT});let i=Math.abs,a=Math.atan2,o=Math.cos,s=Math.max,l=Math.min,c=Math.sin,u=Math.sqrt,h=Math.PI,d=h/2,f=2*h;function p(e){return e>=1?d:e<=-1?-d:Math.asin(e)}let m=Math.PI,g=2*m,v=g-1e-6;function y(e){this._+=e[0];for(let t=1,n=e.length;t=0))throw Error(`invalid digits: ${e}`);if(t>15)return y;let n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t1e-6)if(Math.abs(u*s-l*c)>1e-6&&i){let d=n-a,f=r-o,p=s*s+l*l,g=Math.sqrt(p),v=Math.sqrt(h),y=i*Math.tan((m-Math.acos((p+h-(d*d+f*f))/(2*g*v)))/2),b=y/v,x=y/g;Math.abs(b-1)>1e-6&&this._append`L${e+b*c},${t+b*u}`,this._append`A${i},${i},0,0,${+(u*d>c*f)},${this._x1=e+x*s},${this._y1=t+x*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,a){if(e*=1,t*=1,a=!!a,(n*=1)<0)throw Error(`negative radius: ${n}`);let o=n*Math.cos(r),s=n*Math.sin(r),l=e+o,c=t+s,u=1^a,h=a?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>1e-6||Math.abs(this._y1-c)>1e-6)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%g+g),h>v?this._append`A${n},${n},0,1,${u},${e-o},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:h>1e-6&&this._append`A${n},${n},0,${+(h>=m)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n*=1}v${+r}h${-n}Z`}toString(){return this._}}function x(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{let e=Math.floor(n);if(!(e>=0))throw RangeError(`invalid digits: ${n}`);t=e}return e},()=>new b(t)}function w(e){return e.innerRadius}function _(e){return e.outerRadius}function k(e){return e.startAngle}function S(e){return e.endAngle}function M(e){return e&&e.padAngle}function A(e,t,n,r,i,a,o){var l=e-n,c=t-r,h=(o?a:-a)/u(l*l+c*c),d=h*c,f=-h*l,p=e+d,m=t+f,g=n+d,v=r+f,y=(p+g)/2,b=(m+v)/2,x=g-p,w=v-m,_=x*x+w*w,k=i-a,S=p*v-g*m,M=(w<0?-1:1)*u(s(0,k*k*_-S*S)),A=(S*w-x*M)/_,E=(-S*x-w*M)/_,T=(S*w+x*M)/_,C=(-S*x+w*M)/_,P=A-y,N=E-b,O=T-y,L=C-b;return P*P+N*N>O*O+L*L&&(A=T,E=C),{cx:A,cy:E,x01:-d,y01:-f,x11:A*(i/k-1),y11:E*(i/k-1)}}function E(){var e=w,t=_,n=r(0),s=null,m=k,g=S,v=M,y=null,b=x(E);function E(){var r,x,w,_=+e.apply(this,arguments),k=+t.apply(this,arguments),S=m.apply(this,arguments)-d,M=g.apply(this,arguments)-d,E=i(M-S),T=M>S;if(y||(y=r=b()),k<_&&(x=k,k=_,_=x),k>1e-12)if(E>f-1e-12)y.moveTo(k*o(S),k*c(S)),y.arc(0,0,k,S,M,!T),_>1e-12&&(y.moveTo(_*o(M),_*c(M)),y.arc(0,0,_,M,S,T));else{var C,P,N=S,O=M,L=S,j=M,D=E,R=E,z=v.apply(this,arguments)/2,I=z>1e-12&&(s?+s.apply(this,arguments):u(_*_+k*k)),B=l(i(k-_)/2,+n.apply(this,arguments)),F=B,H=B;if(I>1e-12){var $=p(I/_*c(z)),U=p(I/k*c(z));(D-=2*$)>1e-12?(L+=$*=T?1:-1,j-=$):(D=0,L=j=(S+M)/2),(R-=2*U)>1e-12?(N+=U*=T?1:-1,O-=U):(R=0,N=O=(S+M)/2)}var V=k*o(N),q=k*c(N),Y=_*o(j),W=_*c(j);if(B>1e-12){var G,X=k*o(O),K=k*c(O),Z=_*o(L),Q=_*c(L);if(E1?0:w<-1?h:Math.acos(w))/2),ei=u(G[0]*G[0]+G[1]*G[1]);F=l(B,(_-ei)/(er-1)),H=l(B,(k-ei)/(er+1))}else F=H=0}R>1e-12?H>1e-12?(C=A(Z,Q,V,q,k,H,T),P=A(X,K,Y,W,k,H,T),y.moveTo(C.cx+C.x01,C.cy+C.y01),H1e-12&&D>1e-12?F>1e-12?(C=A(Y,W,X,K,_,-F,T),P=A(V,q,Z,Q,_,-F,T),y.lineTo(C.cx+C.x01,C.cy+C.y01),F=h;--d)l.point(v[d],y[d]);l.lineEnd(),l.areaEnd()}g&&(v[u]=+e(f,u,r),y[u]=+t(f,u,r),l.point(i?+i(f,u,r):v[u],n?+n(f,u,r):y[u]))}if(p)return l=null,p+""||null}function h(){return j().defined(a).curve(s).context(o)}return e="function"==typeof e?e:void 0===e?O:r(+e),t="function"==typeof t?t:r(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?L:r(+n),u.x=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),i=null,u):e},u.x0=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),u):e},u.x1=function(e){return arguments.length?(i=null==e?null:"function"==typeof e?e:r(+e),u):i},u.y=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),n=null,u):t},u.y0=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),u):t},u.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:r(+e),u):n},u.lineX0=u.lineY0=function(){return h().x(e).y(t)},u.lineY1=function(){return h().x(e).y(n)},u.lineX1=function(){return h().x(i).y(t)},u.defined=function(e){return arguments.length?(a="function"==typeof e?e:r(!!e),u):a},u.curve=function(e){return arguments.length?(s=e,null!=o&&(l=s(o)),u):s},u.context=function(e){return arguments.length?(null==e?o=l=null:l=s(o=e),u):o},u}function R(e,t){return te?1:t>=e?0:NaN}function z(e){return e}function I(){var e=z,t=R,n=null,i=r(0),a=r(f),o=r(0);function s(r){var s,l,c,u,h,d=(r=C(r)).length,p=0,m=Array(d),g=Array(d),v=+i.apply(this,arguments),y=Math.min(f,Math.max(-f,a.apply(this,arguments)-v)),b=Math.min(Math.abs(y)/d,o.apply(this,arguments)),x=b*(y<0?-1:1);for(s=0;s0&&(p+=h);for(null!=t?m.sort(function(e,n){return t(g[e],g[n])}):null!=n&&m.sort(function(e,t){return n(r[e],r[t])}),s=0,c=p?(y-d*x)/p:0;s0?h*c:0)+x,g[l]={data:r[l],index:s,value:h,startAngle:v,endAngle:u,padAngle:b};return g}return s.value=function(t){return arguments.length?(e="function"==typeof t?t:r(+t),s):e},s.sortValues=function(e){return arguments.length?(t=e,n=null,s):t},s.sort=function(e){return arguments.length?(n=e,t=null,s):n},s.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),s):i},s.endAngle=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),s):a},s.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:r(+e),s):o},s}P.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}};var B=H(N);function F(e){this._curve=e}function H(e){function t(t){return new F(e(t))}return t._curve=e,t}function $(e){var t=e.curve;return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function U(){return $(j().curve(B))}function V(){var e=D().curve(B),t=e.curve,n=e.lineX0,r=e.lineX1,i=e.lineY0,a=e.lineY1;return e.angle=e.x,delete e.x,e.startAngle=e.x0,delete e.x0,e.endAngle=e.x1,delete e.x1,e.radius=e.y,delete e.y,e.innerRadius=e.y0,delete e.y0,e.outerRadius=e.y1,delete e.y1,e.lineStartAngle=function(){return $(n())},delete e.lineX0,e.lineEndAngle=function(){return $(r())},delete e.lineX1,e.lineInnerRadius=function(){return $(i())},delete e.lineY0,e.lineOuterRadius=function(){return $(a())},delete e.lineY1,e.curve=function(e){return arguments.length?t(H(e)):t()._curve},e}function q(e,t){return[(t*=1)*Math.cos(e-=Math.PI/2),t*Math.sin(e)]}F.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(e,t){this._curve.point(t*Math.sin(e),-(t*Math.cos(e)))}};class Y{constructor(e,t){this._context=e,this._x=t}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line}point(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._x?this._context.bezierCurveTo(this._x0=(this._x0+e)/2,this._y0,this._x0,t,e,t):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+t)/2,e,this._y0,e,t)}this._x0=e,this._y0=t}}class W{constructor(e){this._context=e}lineStart(){this._point=0}lineEnd(){}point(e,t){if(e*=1,t*=1,0===this._point)this._point=1;else{let n=q(this._x0,this._y0),r=q(this._x0,this._y0=(this._y0+t)/2),i=q(e,this._y0),a=q(e,t);this._context.moveTo(...n),this._context.bezierCurveTo(...r,...i,...a)}this._x0=e,this._y0=t}}function G(e){return new Y(e,!0)}function X(e){return new Y(e,!1)}function K(e){return new W(e)}function Z(e){return e.source}function Q(e){return e.target}function J(e){let t=Z,n=Q,i=O,a=L,o=null,s=null,l=x(c);function c(){let r,c=T.call(arguments),u=t.apply(this,c),h=n.apply(this,c);if(null==o&&(s=e(r=l())),s.lineStart(),c[0]=u,s.point(+i.apply(this,c),+a.apply(this,c)),c[0]=h,s.point(+i.apply(this,c),+a.apply(this,c)),s.lineEnd(),r)return s=null,r+""||null}return c.source=function(e){return arguments.length?(t=e,c):t},c.target=function(e){return arguments.length?(n=e,c):n},c.x=function(e){return arguments.length?(i="function"==typeof e?e:r(+e),c):i},c.y=function(e){return arguments.length?(a="function"==typeof e?e:r(+e),c):a},c.context=function(t){return arguments.length?(null==t?o=s=null:s=e(o=t),c):o},c}function ee(){return J(G)}function et(){return J(X)}function en(){let e=J(K);return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e}let er=u(3),ei={draw(e,t){let n=.59436*u(t+l(t/28,.75)),r=n/2,i=r*er;e.moveTo(0,n),e.lineTo(0,-n),e.moveTo(-i,-r),e.lineTo(i,r),e.moveTo(-i,r),e.lineTo(i,-r)}},ea={draw(e,t){let n=u(t/h);e.moveTo(n,0),e.arc(0,0,n,0,f)}},eo={draw(e,t){let n=u(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},es=u(1/3),el=2*es,ec={draw(e,t){let n=u(t/el),r=n*es;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},eu={draw(e,t){let n=.62625*u(t);e.moveTo(0,-n),e.lineTo(n,0),e.lineTo(0,n),e.lineTo(-n,0),e.closePath()}},eh={draw(e,t){let n=.87559*u(t-l(t/7,2));e.moveTo(-n,0),e.lineTo(n,0),e.moveTo(0,n),e.lineTo(0,-n)}},ed={draw(e,t){let n=u(t),r=-n/2;e.rect(r,r,n,n)}},ef={draw(e,t){let n=.4431*u(t);e.moveTo(n,n),e.lineTo(n,-n),e.lineTo(-n,-n),e.lineTo(-n,n),e.closePath()}},ep=c(h/10)/c(7*h/10),em=c(f/10)*ep,eg=-o(f/10)*ep,ev={draw(e,t){let n=u(.8908130915292852*t),r=em*n,i=eg*n;e.moveTo(0,-n),e.lineTo(r,i);for(let t=1;t<5;++t){let a=f*t/5,s=o(a),l=c(a);e.lineTo(l*n,-s*n),e.lineTo(s*r-l*i,l*r+s*i)}e.closePath()}},ey=u(3),eb={draw(e,t){let n=-u(t/(3*ey));e.moveTo(0,2*n),e.lineTo(-ey*n,-n),e.lineTo(ey*n,-n),e.closePath()}},ex=u(3),ew={draw(e,t){let n=.6824*u(t),r=n/2,i=n*ex/2;e.moveTo(0,-n),e.lineTo(i,r),e.lineTo(-i,r),e.closePath()}},e_=u(3)/2,ek=1/u(12),eS=3*(ek/2+1),eM={draw(e,t){let n=u(t/eS),r=n/2,i=n*ek,a=n*ek+n,o=-r;e.moveTo(r,i),e.lineTo(r,a),e.lineTo(o,a),e.lineTo(-.5*r-e_*i,e_*r+-.5*i),e.lineTo(-.5*r-e_*a,e_*r+-.5*a),e.lineTo(-.5*o-e_*a,e_*o+-.5*a),e.lineTo(-.5*r+e_*i,-.5*i-e_*r),e.lineTo(-.5*r+e_*a,-.5*a-e_*r),e.lineTo(-.5*o+e_*a,-.5*a-e_*o),e.closePath()}},eA={draw(e,t){let n=.6189*u(t-l(t/6,1.7));e.moveTo(-n,-n),e.lineTo(n,n),e.moveTo(-n,n),e.lineTo(n,-n)}},eE=[ea,eo,ec,ed,ev,eb,eM],eT=[ea,eh,eA,ew,ei,ef,eu];function eC(e,t){let n=null,i=x(a);function a(){let r;if(n||(n=r=i()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),r)return n=null,r+""||null}return e="function"==typeof e?e:r(e||ea),t="function"==typeof t?t:r(void 0===t?64:+t),a.type=function(t){return arguments.length?(e="function"==typeof t?t:r(t),a):e},a.size=function(e){return arguments.length?(t="function"==typeof e?e:r(+e),a):t},a.context=function(e){return arguments.length?(n=null==e?null:e,a):n},a}function eP(){}function eN(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function eO(e){this._context=e}function eL(e){return new eO(e)}function ej(e){this._context=e}function eD(e){return new ej(e)}function eR(e){this._context=e}function ez(e){return new eR(e)}function eI(e,t){this._basis=new eO(e),this._beta=t}eO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:eN(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},ej.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eR.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:eN(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},eI.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],a=t[0],o=e[n]-i,s=t[n]-a,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*o),this._beta*t[l]+(1-this._beta)*(a+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};let eB=function e(t){function n(e){return 1===t?new eO(e):new eI(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function eF(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function eH(e,t){this._context=e,this._k=(1-t)/6}eH.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:eF(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let e$=function e(t){function n(e){return new eH(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eU(e,t){this._context=e,this._k=(1-t)/6}eU.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eV=function e(t){function n(e){return new eU(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eq(e,t){this._context=e,this._k=(1-t)/6}eq.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eF(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eY=function e(t){function n(e){return new eq(e,t)}return n.tension=function(t){return e(+t)},n}(0);function eW(e,t,n){var r=e._x1,i=e._y1,a=e._x2,o=e._y2;if(e._l01_a>1e-12){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>1e-12){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);a=(a*c+e._x1*e._l23_2a-t*e._l12_2a)/u,o=(o*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,a,o,e._x2,e._y2)}function eG(e,t){this._context=e,this._alpha=t}eG.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eX=function e(t){function n(e){return t?new eG(e,t):new eH(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eK(e,t){this._context=e,this._alpha=t}eK.prototype={areaStart:eP,areaEnd:eP,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eZ=function e(t){function n(e){return t?new eK(e,t):new eU(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function eQ(e,t){this._context=e,this._alpha=t}eQ.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e*=1,t*=1,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:eW(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};let eJ=function e(t){function n(e){return t?new eQ(e,t):new eq(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function e0(e){this._context=e}function e1(e){return new e0(e)}function e2(e,t,n){var r=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(r||i<0&&-0),o=(n-e._y1)/(i||r<0&&-0);return((a<0?-1:1)+(o<0?-1:1))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs((a*i+o*r)/(r+i)))||0}function e3(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function e5(e,t,n){var r=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-r)/3;e._context.bezierCurveTo(r+s,i+s*t,a-s,o-s*n,a,o)}function e7(e){this._context=e}function e4(e){this._context=new e6(e)}function e6(e){this._context=e}function e9(e){return new e7(e)}function e8(e){return new e4(e)}function te(e){this._context=e}function tt(e){var t,n,r=e.length-1,i=Array(r),a=Array(r),o=Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t1)for(var n,r,i,a=1,o=e[t[0]],s=o.length;a=0;)n[t]=t;return n}function tc(e,t){return e[t]}function tu(e){let t=[];return t.key=e,t}function th(){var e=r([]),t=tl,n=ts,i=tc;function a(r){var a,o,s=Array.from(e.apply(this,arguments),tu),l=s.length,c=-1;for(let e of r)for(a=0,++c;a0){for(var n,r,i,a=0,o=e[0].length;a0)for(var n,r,i,a,o,s,l=0,c=e[t[0]].length;l0?(r[0]=a,r[1]=a+=i):i<0?(r[1]=o,r[0]=o+=i):(r[0]=0,r[1]=i)}function tp(e,t){if((n=e.length)>0){for(var n,r=0,i=e[t[0]],a=i.length;r0&&(r=(n=e[t[0]]).length)>0){for(var n,r,i,a=0,o=1;oa&&(a=t,r=n);return r}function ty(e){var t=e.map(tb);return tl(e).sort(function(e,n){return t[e]-t[n]})}function tb(e){for(var t,n=0,r=-1,i=e.length;++r=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e*=1,t*=1,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}}},6390:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var r,i=n(7235),a=n(1631),o=n(5204);function s(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+Array(i-r.length+2).join("0")}let l={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:o.A,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>s(100*e,t),r:s,s:function(e,t){var n=(0,o.f)(e,t);if(!n)return e+"";var i=n[0],a=n[1],s=a-(r=3*Math.max(-8,Math.min(8,Math.floor(a/3))))+1,l=i.length;return s===l?i:s>l?i+Array(s-l+1).join("0"):s>0?i.slice(0,s)+"."+i.slice(s):"0."+Array(1-s).join("0")+(0,o.f)(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function c(e){return e}var u=Array.prototype.map,h=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function d(e){var t,n,o,s=void 0===e.grouping||void 0===e.thousands?c:(n=u.call(e.grouping,Number),o=e.thousands+"",function(e,t){for(var r=e.length,i=[],a=0,s=n[0],l=0;r>0&&s>0&&(l+s+1>t&&(s=Math.max(1,t-l)),i.push(e.substring(r-=s,r+s)),!((l+=s+1)>t));)s=n[a=(a+1)%n.length];return i.reverse().join(o)}),d=void 0===e.currency?"":e.currency[0]+"",f=void 0===e.currency?"":e.currency[1]+"",p=void 0===e.decimal?".":e.decimal+"",m=void 0===e.numerals?c:(t=u.call(e.numerals,String),function(e){return e.replace(/[0-9]/g,function(e){return t[+e]})}),g=void 0===e.percent?"%":e.percent+"",v=void 0===e.minus?"−":e.minus+"",y=void 0===e.nan?"NaN":e.nan+"";function b(e){var t=(e=(0,a.A)(e)).fill,n=e.align,i=e.sign,o=e.symbol,c=e.zero,u=e.width,b=e.comma,x=e.precision,w=e.trim,_=e.type;"n"===_?(b=!0,_="g"):l[_]||(void 0===x&&(x=12),w=!0,_="g"),(c||"0"===t&&"="===n)&&(c=!0,t="0",n="=");var k="$"===o?d:"#"===o&&/[boxX]/.test(_)?"0"+_.toLowerCase():"",S="$"===o?f:/[%p]/.test(_)?g:"",M=l[_],A=/[defgprs%]/.test(_);function E(e){var a,o,l,d=k,f=S;if("c"===_)f=M(e)+f,e="";else{var g=(e*=1)<0||1/e<0;if(e=isNaN(e)?y:M(Math.abs(e),x),w&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),g&&0==+e&&"+"!==i&&(g=!1),d=(g?"("===i?i:v:"-"===i||"("===i?"":i)+d,f=("s"===_?h[8+r/3]:"")+f+(g&&"("===i?")":""),A){for(a=-1,o=e.length;++a(l=e.charCodeAt(a))||l>57){f=(46===l?p+e.slice(a+1):e.slice(a))+f,e=e.slice(0,a);break}}}b&&!c&&(e=s(e,1/0));var E=d.length+e.length+f.length,T=E>1)+d+e+f+T.slice(E);break;default:e=T+d+e+f}return m(e)}return x=void 0===x?6:/[gprs]/.test(_)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x)),E.toString=function(){return e+""},E}return{format:b,formatPrefix:function(e,t){var n=b(((e=(0,a.A)(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor((0,i.A)(t)/3))),o=Math.pow(10,-r),s=h[8+r/3];return function(e){return n(o*e)+s}}}}},6452:(e,t,n)=>{"use strict";n.d(t,{LN:()=>I,Ay:()=>F,zr:()=>z});var r=n(574),i=n(5478),a=n(747),o=n(6541),s=Array.prototype.find;function l(){return this.firstElementChild}var c=Array.prototype.filter;function u(){return Array.from(this.children)}function h(e){return Array(e.length)}function d(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function f(e,t,n,r,i,a){for(var o,s=0,l=t.length,c=a.length;st?1:e>=t?0:NaN}d.prototype={constructor:d,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};var v=n(7268),y=n(3683);function b(e){return e.trim().split(/^|\s+/)}function x(e){return e.classList||new w(e)}function w(e){this._node=e,this._names=b(e.getAttribute("class")||"")}function _(e,t){for(var n=x(e),r=-1,i=t.length;++rthis._names.indexOf(e)&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var T=n(3663);function C(){return null}function P(){var e=this.parentNode;e&&e.removeChild(this)}function N(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function O(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function L(e){return function(){var t=this.__on;if(t){for(var n,r=0,i=-1,a=t.length;r=M&&(M=S+1);!(k=x[M])&&++M=0;)(r=i[a])&&(o&&4^r.compareDocumentPosition(o)&&o.parentNode.insertBefore(r,o),o=r);return this},sort:function(e){function t(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}e||(e=g);for(var n=this._groups,r=n.length,i=Array(r),a=0;a1?this.each((null==t?function(e){return function(){delete this[e]}}:"function"==typeof t?function(e,t){return function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}}:function(e,t){return function(){this[e]=t}})(e,t)):this.node()[e]},classed:function(e,t){var n=b(e+"");if(arguments.length<2){for(var r=x(this.node()),i=-1,a=n.length;++i=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}),o=a.length;if(!(arguments.length<2)){for(s=t?j:L,r=0;r{"use strict";function r(e){return function(){return this.matches(e)}}function i(e){return function(t){return t.matches(e)}}n.d(t,{A:()=>r,j:()=>i})},6747:(e,t,n)=>{"use strict";function r(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}n.d(t,{A:()=>r})},6946:(e,t,n)=>{"use strict";n.d(t,{sG:()=>s});let r=Math.sqrt(50),i=Math.sqrt(10),a=Math.sqrt(2);function o(e,t,n){return function e(t,n,o){let s,l,c,u=(n-t)/Math.max(0,o),h=Math.floor(Math.log10(u)),d=u/Math.pow(10,h),f=d>=r?10:d>=i?5:d>=a?2:1;return h<0?(s=Math.round(t*(c=Math.pow(10,-h)/f)),l=Math.round(n*c),s/cn&&--l,c=-c):(s=Math.round(t/(c=Math.pow(10,h)*f)),l=Math.round(n/c),s*cn&&--l),l{"use strict";n.d(t,{Ay:()=>y,Qh:()=>w});var r=n(871);function i(){}var a="\\s*([+-]?\\d+)\\s*",o="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",s="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,c=RegExp(`^rgb\\(${a},${a},${a}\\)$`),u=RegExp(`^rgb\\(${s},${s},${s}\\)$`),h=RegExp(`^rgba\\(${a},${a},${a},${o}\\)$`),d=RegExp(`^rgba\\(${s},${s},${s},${o}\\)$`),f=RegExp(`^hsl\\(${o},${s},${s}\\)$`),p=RegExp(`^hsla\\(${o},${s},${s},${o}\\)$`),m={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function g(){return this.rgb().formatHex()}function v(){return this.rgb().formatRgb()}function y(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=l.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?b(t):3===n?new _(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?x(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?x(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=c.exec(e))?new _(t[1],t[2],t[3],1):(t=u.exec(e))?new _(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=h.exec(e))?x(t[1],t[2],t[3],t[4]):(t=d.exec(e))?x(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=f.exec(e))?T(t[1],t[2]/100,t[3]/100,1):(t=p.exec(e))?T(t[1],t[2]/100,t[3]/100,t[4]):m.hasOwnProperty(e)?b(m[e]):"transparent"===e?new _(NaN,NaN,NaN,0):null}function b(e){return new _(e>>16&255,e>>8&255,255&e,1)}function x(e,t,n,r){return r<=0&&(e=t=n=NaN),new _(e,t,n,r)}function w(e,t,n,r){var a;return 1==arguments.length?((a=e)instanceof i||(a=y(a)),a?new _((a=a.rgb()).r,a.g,a.b,a.opacity):new _):new _(e,t,n,null==r?1:r)}function _(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function k(){return`#${E(this.r)}${E(this.g)}${E(this.b)}`}function S(){let e=M(this.opacity);return`${1===e?"rgb(":"rgba("}${A(this.r)}, ${A(this.g)}, ${A(this.b)}${1===e?")":`, ${e})`}`}function M(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function A(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function E(e){return((e=A(e))<16?"0":"")+e.toString(16)}function T(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new P(e,t,n,r)}function C(e){if(e instanceof P)return new P(e.h,e.s,e.l,e.opacity);if(e instanceof i||(e=y(e)),!e)return new P;if(e instanceof P)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,a=Math.min(t,n,r),o=Math.max(t,n,r),s=NaN,l=o-a,c=(o+a)/2;return l?(s=t===o?(n-r)/l+6*(n0&&c<1?0:s,new P(s,l,c,e.opacity)}function P(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function N(e){return(e=(e||0)%360)<0?e+360:e}function O(e){return Math.max(0,Math.min(1,e||0))}function L(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}(0,r.A)(i,y,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:g,formatHex:g,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return C(this).formatHsl()},formatRgb:v,toString:v}),(0,r.A)(_,w,(0,r.X)(i,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new _(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new _(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new _(A(this.r),A(this.g),A(this.b),M(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:k,formatHex:k,formatHex8:function(){return`#${E(this.r)}${E(this.g)}${E(this.b)}${E(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:S,toString:S})),(0,r.A)(P,function(e,t,n,r){return 1==arguments.length?C(e):new P(e,t,n,null==r?1:r)},(0,r.X)(i,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new P(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new P(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new _(L(e>=240?e-240:e+120,i,r),L(e,i,r),L(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new P(N(this.h),O(this.s),O(this.l),M(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=M(this.opacity);return`${1===e?"hsl(":"hsla("}${N(this.h)}, ${100*O(this.s)}%, ${100*O(this.l)}%${1===e?")":`, ${e})`}`}}))},7235:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(5204);function i(e){return(e=(0,r.f)(Math.abs(e)))?e[1]:NaN}},7268:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7947);function i(e){var t=e+="",n=t.indexOf(":");return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),r.A.hasOwnProperty(t)?{space:r.A[t],local:e}:e}},7590:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor((0,r.A)(t)/3)))-(0,r.A)(Math.abs(e)))}},7591:(e,t,n)=>{"use strict";n.d(t,{f:()=>function e(t,n,a,o){function s(e){return t(e=0==arguments.length?new Date:new Date(+e)),e}return s.floor=e=>(t(e=new Date(+e)),e),s.ceil=e=>(t(e=new Date(e-1)),n(e,1),t(e),e),s.round=e=>{let t=s(e),n=s.ceil(e);return e-t(n(e=new Date(+e),null==t?1:Math.floor(t)),e),s.range=(e,r,i)=>{let a,o=[];if(e=s.ceil(e),i=null==i?1:Math.floor(i),!(e0))return o;do o.push(a=new Date(+e)),n(e,i),t(e);while(ae(e=>{if(e>=e)for(;t(e),!r(e);)e.setTime(e-1)},(e,t)=>{if(e>=e)if(t<0)for(;++t<=0;)for(;n(e,-1),!r(e););else for(;--t>=0;)for(;n(e,1),!r(e););}),a&&(s.count=(e,n)=>(r.setTime(+e),i.setTime(+n),t(r),t(i),Math.floor(a(r,i))),s.every=e=>isFinite(e=Math.floor(e))&&e>0?e>1?s.filter(o?t=>o(t)%e==0:t=>s.count(0,t)%e==0):s:null),s}});let r=new Date,i=new Date},7737:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(8981),i=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,a=RegExp(i.source,"g");function o(e,t){var n,o,s,l,c,u=i.lastIndex=a.lastIndex=0,h=-1,d=[],f=[];for(e+="",t+="";(s=i.exec(e))&&(l=a.exec(t));)(c=l.index)>u&&(c=t.slice(u,c),d[h]?d[h]+=c:d[++h]=c),(s=s[0])===(l=l[0])?d[h]?d[h]+=l:d[++h]=l:(d[++h]=null,f.push({i:h,x:(0,r.A)(s,l)})),u=a.lastIndex;return u{"use strict";n.d(t,{A:()=>i,g:()=>r});var r="http://www.w3.org/1999/xhtml";let i={svg:"http://www.w3.org/2000/svg",xhtml:r,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}},8354:(e,t,n)=>{var r;void 0===(r=(function(e){var t=n(9062),r="label";return{getTextWidth:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:12,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Arial",r=document.createElement("canvas").getContext("2d");return r.font=t+"px "+n,r.measureText(e).width},wrapText:function(e,n,i,a){var o,s=t.select(a),l=s.text().split(/\s+/).reverse(),c=[],u=0,h=s.attr("y"),d=parseFloat(s.attr("dy")),f=.6*n,p=s.text(null).append("tspan").attr("x",e).attr("y",h-5).attr("dy",d+"em").classed("value",!0).style("font-size",n+"px");for(p.text(l.pop()),p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").style("font-size",f+"px");o=l.pop();)c.push(o),p.text(c.join(" ")),p.node()&&p.node().getComputedTextLength()>i-50&&(c.pop(),p.text(c.join(" ")),c=[o],p=s.append("tspan").classed(r,!0).attr("x",e).attr("y",h+10).attr("dy",1.08*++u+d+"em").text(o).style("font-size",f+"px"))},wrapTextWithEllipses:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:2,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1.2;e.each(function(){var o,s,l,c,u,h,d;for(o=(e=t.select(this)).text().split(/\s+/).reverse(),l=[],c=0,u=e.attr("y"),h=parseFloat(e.attr("dy")),d=e.text(null).append("tspan").attr("x",r).attr("y",u).attr("dy",h+"em");s=o.pop();)if(l.push(s),d.text(l.join(" ")),d.node()&&d.node().getComputedTextLength()>n){if(l.pop(),d.text(l.join(" ")),!(c{"use strict";n.d(t,{Ay:()=>s,GP:()=>i,s:()=>a});var r,i,a,o=n(6390);function s(e){return i=(r=(0,o.A)(e)).format,a=r.formatPrefix,r}s({thousands:",",grouping:[3],currency:["$",""]})},8776:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isoFormat:()=>o,isoParse:()=>s,timeFormat:()=>r.DC,timeFormatDefaultLocale:()=>r.Ay,timeFormatLocale:()=>i.A,timeParse:()=>r.T6,utcFormat:()=>r.aL,utcParse:()=>r.GY});var r=n(3705),i=n(4398),a="%Y-%m-%dT%H:%M:%S.%LZ";let o=Date.prototype.toISOString?function(e){return e.toISOString()}:(0,r.aL)(a),s=+new Date("2000-01-01T00:00:00.000Z")?function(e){var t=new Date(e);return isNaN(t)?null:t}:(0,r.GY)(a)},8926:(e,t,n)=>{"use strict";n.d(t,{AB:()=>s,Dr:()=>g,G6:()=>N,Gu:()=>c,HU:()=>v,Hl:()=>w,Mo:()=>u,OK:()=>m,ON:()=>C,PG:()=>l,SQ:()=>y,TU:()=>h,Xo:()=>j,YP:()=>o,Zn:()=>L,_M:()=>b,a1:()=>A,aZ:()=>T,c8:()=>E,h8:()=>p,jN:()=>P,pT:()=>M,rG:()=>d,rt:()=>_,sr:()=>k,vD:()=>f,wr:()=>O,z2:()=>S});var r=n(7591),i=n(1134);function a(e){return(0,r.f)(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(e,t)=>{e.setDate(e.getDate()+7*t)},(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*i.rR)/i.Fq)}let o=a(0),s=a(1),l=a(2),c=a(3),u=a(4),h=a(5),d=a(6),f=o.range,p=s.range,m=l.range,g=c.range,v=u.range,y=h.range,b=d.range;function x(e){return(0,r.f)(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)},(e,t)=>(t-e)/i.Fq)}let w=x(0),_=x(1),k=x(2),S=x(3),M=x(4),A=x(5),E=x(6),T=w.range,C=_.range,P=k.range,N=S.range,O=M.range,L=A.range,j=E.range},8981:(e,t,n)=>{"use strict";function r(e,t){return e*=1,t*=1,function(n){return e*(1-n)+t*n}}n.d(t,{A:()=>r})},9062:(e,t,n)=>{"use strict";n.r(t),n.d(t,{create:()=>a,creator:()=>r.A,local:()=>s,matcher:()=>c.A,namespace:()=>u.A,namespaces:()=>h.A,pointer:()=>d.A,pointers:()=>p,select:()=>i.A,selectAll:()=>v,selection:()=>g.Ay,selector:()=>y.A,selectorAll:()=>b.A,style:()=>x.j,window:()=>w.A});var r=n(3663),i=n(183);function a(e){return(0,i.A)((0,r.A)(e).call(document.documentElement))}var o=0;function s(){return new l}function l(){this._="@"+(++o).toString(36)}l.prototype=s.prototype={constructor:l,get:function(e){for(var t=this._;!(t in e);)if(!(e=e.parentNode))return;return e[t]},set:function(e,t){return e[this._]=t},remove:function(e){return this._ in e&&delete e[this._]},toString:function(){return this._}};var c=n(6541),u=n(7268),h=n(7947),d=n(5970),f=n(2324);function p(e,t){return e.target&&(e=(0,f.A)(e),void 0===t&&(t=e.currentTarget),e=e.touches||[e]),Array.from(e,e=>(0,d.A)(e,t))}var m=n(5478),g=n(6452);function v(e){return"string"==typeof e?new g.LN([document.querySelectorAll(e)],[document.documentElement]):new g.LN([(0,m.A)(e)],g.zr)}var y=n(574),b=n(747),x=n(3683),w=n(6747)},9460:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7235);function i(e,t){return t=Math.abs(t)-(e=Math.abs(e)),Math.max(0,(0,r.A)(t)-(0,r.A)(e))+1}},9587:(e,t,n)=>{"use strict";n.d(t,{T:()=>c,I:()=>u});var r,i=n(8981),a=180/Math.PI,o={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function s(e,t,n,r,i,o){var s,l,c;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(c=e*n+t*r)&&(n-=e*c,r-=t*c),(l=Math.sqrt(n*n+r*r))&&(n/=l,r/=l,c/=l),e*r180?c+=360:c-l>180&&(l+=360),f.push({i:d.push(a(d)+"rotate(",null,r)-2,x:(0,i.A)(l,c)})):c&&d.push(a(d)+"rotate("+c+r),u=o.skewX,h=s.skewX,u!==h?f.push({i:d.push(a(d)+"skewX(",null,r)-2,x:(0,i.A)(u,h)}):h&&d.push(a(d)+"skewX("+h+r),function(e,t,n,r,o,s){if(e!==n||t!==r){var l=o.push(a(o)+"scale(",null,",",null,")");s.push({i:l-4,x:(0,i.A)(e,n)},{i:l-2,x:(0,i.A)(t,r)})}else 1===n&&1===r||o.push(a(o)+"scale("+n+","+r+")")}(o.scaleX,o.scaleY,s.scaleX,s.scaleY,d,f),o=s=null,function(e){for(var t,n=-1,r=f.length;++n{"use strict";n.d(t,{A:()=>i});var r=n(6160);function i(e){var t=e.length;return function(n){var i=Math.floor(((n%=1)<0?++n:n)*t),a=e[(i+t-1)%t],o=e[i%t],s=e[(i+1)%t],l=e[(i+2)%t];return(0,r.H)((n-i/t)*t,a,o,s,l)}}}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={exports:{}};return e[r](a,a.exports,n),a.exports}return n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n(4184)})()},8118(e){e.exports=function(){"use strict";var e="millisecond",t="second",n="minute",r="hour",i="week",a="month",o="quarter",s="year",l="date",c="Invalid Date",u=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},f="en",p={};p[f]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}};var m="$isDayjsObject",g=function(e){return e instanceof x||!(!e||!e[m])},v=function e(t,n,r){var i;if(!t)return f;if("string"==typeof t){var a=t.toLowerCase();p[a]&&(i=a),n&&(p[a]=n,i=a);var o=t.split("-");if(!i&&o.length>1)return e(o[0])}else{var s=t.name;p[s]=t,i=s}return!r&&i&&(f=i),i||!r&&f},y=function(e,t){if(g(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new x(n)},b={s:d,z:function(e){var t=-e.utcOffset(),n=Math.abs(t);return(t<=0?"+":"-")+d(Math.floor(n/60),2,"0")+":"+d(n%60,2,"0")},m:function e(t,n){if(t.date()68?1900:2e3)},l=function(e){return function(t){this[e]=+t}},c=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e||"Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e)}],u=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},h=function(e,t){var n,r=o.meridiem;if(r){for(var i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},d={A:[a,function(e){this.afternoon=h(e,!1)}],a:[a,function(e){this.afternoon=h(e,!0)}],Q:[n,function(e){this.month=3*(e-1)+1}],S:[n,function(e){this.milliseconds=100*e}],SS:[r,function(e){this.milliseconds=10*e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[i,l("seconds")],ss:[i,l("seconds")],m:[i,l("minutes")],mm:[i,l("minutes")],H:[i,l("hours")],h:[i,l("hours")],HH:[i,l("hours")],hh:[i,l("hours")],D:[i,l("day")],DD:[r,l("day")],Do:[a,function(e){var t=o.ordinal,n=e.match(/\d+/);if(this.day=n[0],t)for(var r=1;r<=31;r+=1)t(r).replace(/\[|\]/g,"")===e&&(this.day=r)}],w:[i,l("week")],ww:[r,l("week")],M:[i,l("month")],MM:[r,l("month")],MMM:[a,function(e){var t=u("months"),n=(u("monthsShort")||t.map(function(e){return e.slice(0,3)})).indexOf(e)+1;if(n<1)throw Error();this.month=n%12||n}],MMMM:[a,function(e){var t=u("months").indexOf(e)+1;if(t<1)throw Error();this.month=t%12||t}],Y:[/[+-]?\d+/,l("year")],YY:[r,function(e){this.year=s(e)}],YYYY:[/\d{4}/,l("year")],Z:c,ZZ:c};return function(n,r,i){i.p.customParseFormat=!0,n&&n.parseTwoDigitYear&&(s=n.parseTwoDigitYear);var a=r.prototype,l=a.parse;a.parse=function(n){var r=n.date,a=n.utc,s=n.args;this.$u=a;var c=s[1];if("string"==typeof c){var u=!0===s[2],h=!0===s[3],f=s[2];h&&(f=s[2]),o=this.$locale(),!u&&f&&(o=i.Ls[f]),this.$d=function(n,r,i,a){try{if(["x","X"].indexOf(r)>-1)return new Date(("X"===r?1e3:1)*n);var s=(function(n){var r,i;r=n,i=o&&o.formats;for(var a=(n=r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(t,n,r){var a=r&&r.toUpperCase();return n||i[r]||e[r]||i[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,n){return t||n.slice(1)})})).match(t),s=a.length,l=0;l0?c-1:y.getMonth());var _,k=h||0,S=f||0,M=p||0,A=m||0;return g?new Date(Date.UTC(x,w,b,k,S,M,A+60*g.offset*1e3)):i?new Date(Date.UTC(x,w,b,k,S,M,A)):(_=new Date(x,w,b,k,S,M,A),v&&(_=a(_).week(v).toDate()),_)}catch(e){return new Date("")}}(r,c,a,i),this.init(),f&&!0!==f&&(this.$L=this.locale(f).$L),(u||h)&&r!=this.format(c)&&(this.$d=new Date("")),o={}}else if(c instanceof Array)for(var p=c.length,m=1;m<=p;m+=1){s[1]=c[m-1];var g=i.apply(this,s);if(g.isValid()){this.$d=g.$d,this.$L=g.$L,this.init();break}m===p&&(this.$d=new Date(""))}else l.call(this,n)}}}()},8157(e){e.exports=function(e,t,n){t.prototype.isBetween=function(e,t,r,i){var a=n(e),o=n(t),s="("===(i=i||"()")[0],l=")"===i[1];return(s?this.isAfter(a,r):!this.isBefore(a,r))&&(l?this.isBefore(o,r):!this.isAfter(o,r))||(s?this.isBefore(a,r):!this.isAfter(a,r))&&(l?this.isAfter(o,r):!this.isBefore(o,r))}}},2723(e){e.exports=function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(t,n,r){var i=n.prototype,a=i.format;r.en.formats=e,i.format=function(t){void 0===t&&(t="YYYY-MM-DDTHH:mm:ssZ");var n,r,i=this.$locale().formats,o=(n=t,r=void 0===i?{}:i,n.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(t,n,i){var a=i&&i.toUpperCase();return n||r[i]||e[i]||r[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,n){return t||n.slice(1)})}));return a.call(this,o)}}}()},6029(e){e.exports=function(){"use strict";var e="month",t="quarter";return function(n,r){var i=r.prototype;i.quarter=function(e){return this.$utils().u(e)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(e-1))};var a=i.add;i.add=function(n,r){return n=Number(n),this.$utils().p(r)===t?this.add(3*n,e):a.bind(this)(n,r)};var o=i.startOf;i.startOf=function(n,r){var i=this.$utils(),a=!!i.u(r)||r;if(i.p(n)===t){var s=this.quarter()-1;return a?this.month(3*s).startOf(e).startOf("day"):this.month(3*s+2).endOf(e).endOf("day")}return o.bind(this)(n,r)}}}()},8894(e){e.exports=function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,i){var a,o=function(e,n,r){void 0===r&&(r={});var i,a,o,s,l=new Date(e);return(void 0===(i=r)&&(i={}),(s=t[o=n+"|"+(a=i.timeZoneName||"short")])||(s=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:a}),t[o]=s),s).formatToParts(l)},s=function(t,n){for(var r=o(t,n),a=[],s=0;s=0&&(a[h]=parseInt(u,10))}var d=a[3],f=a[0]+"-"+a[1]+"-"+a[2]+" "+(24===d?0:d)+":"+a[4]+":"+a[5]+":000",p=+t;return(i.utc(f).valueOf()-(p-=p%1e3))/6e4},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=a);var n,r=this.utcOffset(),o=this.toDate(),s=o.toLocaleString("en-US",{timeZone:e}),l=Math.round((o-new Date(s))/1e3/60),c=-(15*Math.round(o.getTimezoneOffset()/15))-l;if(Number(c)){if(n=i(s,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(c,!0),t){var u=n.utcOffset();n=n.add(r-u,"minute")}}else n=this.utcOffset(0,t);return n.$x.$timezone=e,n},l.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find(function(e){return"timezonename"===e.type.toLowerCase()});return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,l=s(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=s(r,n);if(t===i)return[r,t];var a=s(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),l,o),u=c[0],h=c[1],d=i(u).utcOffset(h);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=e}}}()},9403(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,a){var o=i.prototype;a.utc=function(e){var t={date:e,utc:!0,args:arguments};return new i(t)},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var s=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),s.call(this,e)};var l=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&null===(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r)))return this;var o=16>=Math.abs(r)?60*r:r;if(0===o)return this.utc(i);var s=this.clone();if(i)return s.$offset=o,s.$u=!1,s;var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(s=this.local().add(o+l,e)).$offset=o,s.$x.$localOffset=l,s};var u=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return u.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var h=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():h.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,t,n)}}}()},2220(e){!function(){"use strict";var t=!!("u">typeof window&&window.document&&window.document.createElement),n={canUseDOM:t,canUseWorkers:"u">typeof Worker,canUseEventListeners:t&&!!(window.addEventListener||window.attachEvent),canUseViewport:t&&!!window.screen};"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return n}):e.exports?e.exports=n:window.ExecutionEnvironment=n}()},1394(e){"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(i=r;0!=i--;)if(!e(t[i],n[i]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(a=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(i=r;0!=i--;)if(!Object.prototype.hasOwnProperty.call(n,a[i]))return!1;for(i=r;0!=i--;){var r,i,a,o=a[i];if(!e(t[o],n[o]))return!1}return!0}return t!=t&&n!=n}},6170(e){var t;(t="u"{"use strict";let e,t,n,r,i,a,o;var s,l,c,u,h,d,f,p,m,g,v,y,b,x,w,_,k,S,M,A,E,T,C,P,N,O,L,j,D,R,z,I,B,F,H,$={};$.d=(e,t)=>{for(var n in t)$.o(t,n)&&!$.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},$.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var U={};$.d(U,{default:()=>fT}),(s=b||(b={})).SVG_NS="http://www.w3.org/2000/svg",s.product="Highcharts",s.version="12.5.0",s.win="u">typeof window?window:{},s.doc=s.win.document,s.svg=!!s.doc?.createElementNS?.(s.SVG_NS,"svg")?.createSVGRect,s.pageLang=s.doc?.documentElement?.closest("[lang]")?.lang,s.userAgent=s.win.navigator?.userAgent||"",s.isChrome=s.win.chrome,s.isFirefox=-1!==s.userAgent.indexOf("Firefox"),s.isMS=/(edge|msie|trident)/i.test(s.userAgent)&&!s.win.opera,s.isSafari=!s.isChrome&&-1!==s.userAgent.indexOf("Safari"),s.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(s.userAgent),s.isWebKit=-1!==s.userAgent.indexOf("AppleWebKit"),s.deg2rad=2*Math.PI/360,s.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],s.noop=function(){},s.supportsPassiveEvents=function(){let e=!1;if(!s.isMS){let t=Object.defineProperty({},"passive",{get:function(){e=!0}});s.win.addEventListener&&s.win.removeEventListener&&(s.win.addEventListener("testPassive",s.noop,t),s.win.removeEventListener("testPassive",s.noop,t))}return e}(),s.charts=[],s.composed=[],s.dateFormats={},s.seriesTypes={},s.symbolSizes={},s.chartCount=0;let V=b,{charts:q,doc:Y,win:W}=V;function G(e,t,n,r){let i=t?"Highcharts error":"Highcharts warning";32===e&&(e=`${i}: Deprecated member`);let a=et(e),o=a?`${i} #${e}: www.highcharts.com/errors/${e}/`:e.toString();if(void 0!==r){let e="";a&&(o+="?"),eh(r,function(t,n){e+=` - - ${n}: ${t}`,a&&(o+=encodeURI(n)+"="+encodeURI(t))}),o+=e}ef(V,"displayError",{chart:n,code:e,message:o,params:r},function(){if(t)throw Error(o);W.console&&-1===G.messages.indexOf(o)&&console.warn(o)}),G.messages.push(o)}function X(e,t){return parseInt(e,t||10)}function K(e){return"string"==typeof e}function Z(e){let t=Object.prototype.toString.call(e);return"[object Array]"===t||"[object Array Iterator]"===t}function Q(e,t){return!!e&&"object"==typeof e&&(!t||!Z(e))}function J(e){return Q(e)&&"number"==typeof e.nodeType}function ee(e){let t=e?.constructor;return!!(Q(e,!0)&&!J(e)&&t?.name&&"Object"!==t.name)}function et(e){return"number"==typeof e&&!isNaN(e)&&e<1/0&&e>-1/0}function en(e){return null!=e}function er(e,t,n){let r,i=K(t)&&!en(n),a=(t,n)=>{en(t)?e.setAttribute(n,t):i?(r=e.getAttribute(n))||"class"!==n||(r=e.getAttribute(n+"Name")):e.removeAttribute(n)};return K(t)?a(n,t):eh(t,a),r}function ei(e){return Z(e)?e:[e]}function ea(e,t){let n;for(n in e||(e={}),t)e[n]=t[n];return e}function eo(){let e=arguments,t=e.length;for(let n=0;n1e14?e:parseFloat(e.toPrecision(t||14))}(G||(G={})).messages=[],Math.easeInOutSine=function(e){return -.5*(Math.cos(Math.PI*e)-1)};let eu=Array.prototype.find?function(e,t){return e.find(t)}:function(e,t){let n,r=e.length;for(n=0;ne.order-t.order),r.forEach(t=>{!1===t.fn.call(e,n)&&n.preventDefault()})}r&&!n.defaultPrevented&&r.call(e,n)}let ep=(r=Math.random().toString(36).substring(2,9)+"-",i=0,function(){return"highcharts-"+(e?"":r)+i++});W.jQuery&&(W.jQuery.fn.highcharts=function(){let e=[].slice.call(arguments);if(this[0])return e[0]?(new V[K(e[0])?e.shift():"Chart"](this[0],e[0],e[1]),this):q[er(this[0],"data-highcharts-chart")]});let em={addEvent:function(e,t,n,r={}){let i="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(i,"hcEvents")||(i.hcEvents={});let a=i.hcEvents;V.Point&&e instanceof V.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);let o=e.addEventListener;o&&o.call(e,t,n,!!V.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==t.indexOf("touch"):r.passive,capture:!1}),a[t]||(a[t]=[]);let s={fn:n,order:"number"==typeof r.order?r.order:1/0};return a[t].push(s),a[t].sort((e,t)=>e.order-t.order),function(){ed(e,t,n)}},arrayMax:function(e){let t=e.length,n=e[0];for(;t--;)e[t]>n&&(n=e[t]);return n},arrayMin:function(e){let t=e.length,n=e[0];for(;t--;)e[t]t?e-1&&i[l]){n=ei(n),a[l]=[];for(let t=0;t({center:.5,right:1,middle:.5,bottom:1})[e]||0,getClosestDistance:function(e,t){let n,r,i,a,o=!t;return e.forEach(e=>{if(e.length>1)for(a=r=e.length-1;a>0;a--)(i=e[a]-e[a-1])<0&&!o?(t?.(),t=void 0):i&&(void 0===n||i=n-1&&(n=Math.floor(r)),Math.max(0,n-(e(t,"padding-left",!0)||0)-(e(t,"padding-right",!0)||0))}if("height"===n)return Math.max(0,Math.min(t.offsetHeight,t.scrollHeight)-(e(t,"padding-top",!0)||0)-(e(t,"padding-bottom",!0)||0));let a=W.getComputedStyle(t,void 0);return a&&(i=a.getPropertyValue(n),eo(r,"opacity"!==n)&&(i=X(i))),i},insertItem:function(e,t){let n,r=e.options.index,i=t.length;for(n=e.options.isInternal?i:0;n=e))&&(i||!(s<=(t[a]+(t[a+1]||t[a]))/2)));a++);return ec(o*n,-Math.round(Math.log(.001)/Math.LN10))},objectEach:eh,offset:function(e){let t=Y.documentElement,n=e.parentElement||e.parentNode?e.getBoundingClientRect():{top:0,left:0,width:0,height:0};return{top:n.top+(W.pageYOffset||t.scrollTop)-(t.clientTop||0),left:n.left+(W.pageXOffset||t.scrollLeft)-(t.clientLeft||0),width:n.width,height:n.height}},pad:function(e,t,n){return Array((t||2)+1-String(e).replace("-","").length).join(n||"0")+e},pick:eo,pInt:X,pushUnique:function(e,t){return 0>e.indexOf(t)&&!!e.push(t)},relativeLength:function(e,t,n){return/%$/.test(e)?t*parseFloat(e)/100+(n||0):parseFloat(e)},removeEvent:ed,replaceNested:function(e,...t){let n,r;do for(r of(n=e,t))e=e.replace(r[0],r[1]);while(e!==n);return e},splat:ei,stableSort:function(e,t){let n,r,i=e.length;for(r=0;r0?setTimeout(e,t,n):(e.call(0,n),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},ucfirst:function(e){return K(e)?e.substring(0,1).toUpperCase()+e.substring(1):String(e)},uniqueKey:ep,useSerialIds:function(t){return e=eo(t,e)},wrap:function(e,t,n){let r=e[t];e[t]=function(){let e=arguments,t=this;return n.apply(this,[function(){return r.apply(t,arguments.length?arguments:e)}].concat([].slice.call(arguments)))}}},{pageLang:eg,win:ev}=V,{defined:ey,error:eb,extend:ex,isNumber:ew,isObject:e_,isString:ek,merge:eS,objectEach:eM,pad:eA,splat:eE,timeUnits:eT,ucfirst:eC}=em,eP=V.isSafari&&ev.Intl&&!ev.Intl.DateTimeFormat.prototype.formatRange,eN=class{constructor(e,t){this.options={timezone:"UTC"},this.variableTimezone=!1,this.Date=ev.Date,this.update(e),this.lang=t}update(e={}){this.dTLCache={},this.options=e=eS(!0,this.options,e);let{timezoneOffset:t,useUTC:n,locale:r}=e;this.Date=e.Date||ev.Date||Date;let i=e.timezone;ey(n)&&(i=n?"UTC":void 0),t&&t%60==0&&(i="Etc/GMT"+(t>0?"+":"")+t/60),this.variableTimezone="UTC"!==i&&i?.indexOf("Etc/GMT")!==0,this.timezone=i,this.lang&&r&&(this.lang.locale=r),["months","shortMonths","weekdays","shortWeekdays"].forEach(e=>{let t=/months/i.test(e),n=/short/.test(e),r={timeZone:"UTC"};r[t?"month":"weekday"]=n?"short":"long",this[e]=(t?[0,1,2,3,4,5,6,7,8,9,10,11]:[3,4,5,6,7,8,9]).map(e=>this.dateFormat(r,(t?31:1)*24*36e5*e))})}toParts(e){let[t,n,r,i,a,o,s]=this.dateTimeFormat({weekday:"narrow",day:"numeric",month:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"},e,"es").split(/(?:, | |\/|:)/g);return[i,r-1,n,a,o,s,Math.floor(Number(e)||0)%1e3,"DLMXJVS".indexOf(t)].map(Number)}dateTimeFormat(e,t,n=this.options.locale||eg){let r=JSON.stringify(e)+n;ek(e)&&(e=this.str2dtf(e));let i=this.dTLCache[r];if(!i){e.timeZone??(e.timeZone=this.timezone);try{i=new Intl.DateTimeFormat(n,e)}catch(t){/Invalid time zone/i.test(t.message)?(eb(34),e.timeZone="UTC",i=new Intl.DateTimeFormat(n,e)):eb(t.message,!1)}}return this.dTLCache[r]=i,i?.format(t)||""}str2dtf(e,t={}){let n={L:{fractionalSecondDigits:3},S:{second:"2-digit"},M:{minute:"numeric"},H:{hour:"2-digit"},k:{hour:"numeric"},E:{weekday:"narrow"},a:{weekday:"short"},A:{weekday:"long"},d:{day:"2-digit"},e:{day:"numeric"},b:{month:"short"},B:{month:"long"},m:{month:"2-digit"},o:{month:"numeric"},y:{year:"2-digit"},Y:{year:"numeric"}};return Object.keys(n).forEach(r=>{-1!==e.indexOf(r)&&ex(t,n[r])}),t}makeTime(e,t,n=1,r=0,i,a,o){let s=this.Date.UTC(e,t,n,r,i||0,a||0,o||0);if("UTC"!==this.timezone){let e=this.getTimezoneOffset(s);if(s+=e,-1!==[2,3,8,9,10,11].indexOf(t)&&(r<5||r>20)){let t=this.getTimezoneOffset(s);e!==t?s+=t-e:e-36e5!==this.getTimezoneOffset(s-36e5)||eP||(s-=36e5)}}return s}parse(e){if(!ek(e))return e??void 0;let t=(e=e.replace(/\//g,"-").replace(/(GMT|UTC)/,"")).indexOf("Z")>-1||/([+-][0-9]{2}):?[0-9]{2}$/.test(e),n=/^[0-9]{4}-[0-9]{2}(-[0-9]{2}|)$/.test(e);t||n||(e+="Z");let r=Date.parse(e);if(ew(r))return r+(!t||n?this.getTimezoneOffset(r):0)}getTimezoneOffset(e){if("UTC"!==this.timezone){let[t,n,r,i,a=0]=this.dateTimeFormat({timeZoneName:"shortOffset"},e,"en").split(/(GMT|:)/).map(Number),o=-(60*(r+a/60)*6e4);if(ew(o))return o}return 0}dateFormat(e,t,n){let r=this.lang;if(!ey(t)||isNaN(t))return r?.invalidDate||"";if(ek(e=e??"%Y-%m-%d %H:%M:%S")){let n,i=/%\[([a-zA-Z]+)\]/g;for(;n=i.exec(e);)e=e.replace(n[0],this.dateTimeFormat(n[1],t,r?.locale))}if(ek(e)&&-1!==e.indexOf("%")){let n=this,[i,a,o,s,l,c,u,h]=this.toParts(t),d=r?.weekdays||this.weekdays,f=r?.shortWeekdays||this.shortWeekdays,p=r?.months||this.months,m=r?.shortMonths||this.shortMonths;eM(ex({a:f?f[h]:d[h].substr(0,3),A:d[h],d:eA(o),e:eA(o,2," "),w:h,v:r?.weekFrom??"",b:m[a],B:p[a],m:eA(a+1),o:a+1,y:i.toString().substr(2,2),Y:i,H:eA(s),k:s,I:eA(s%12||12),l:s%12||12,M:eA(l),p:s<12?"AM":"PM",P:s<12?"am":"pm",S:eA(c),L:eA(u,3)},V.dateFormats),function(r,i){if(ek(e))for(;-1!==e.indexOf("%"+i);)e=e.replace("%"+i,"function"==typeof r?r.call(n,t):r)})}else if(e_(e)){let n=(this.getTimezoneOffset(t)||0)/36e5,r=this.timezone||"Etc/GMT"+(n>=0?"+":"")+n,{prefix:i="",suffix:a=""}=e;e=i+this.dateTimeFormat(ex({timeZone:r},e),t)+a}return n?eC(e):e}resolveDTLFormat(e){return e_(e,!0)?e_(e,!0)&&void 0===e.main?{main:e}:e:{main:(e=eE(e))[0],from:e[1],to:e[2]}}getDateFormat(e,t,n,r){let i=this.dateFormat("%m-%d %H:%M:%S.%L",t),a="01-01 00:00:00.000",o={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond",l=s;for(s in eT){if(e&&e===eT.week&&+this.dateFormat("%w",t)===n&&i.substr(6)===a.substr(6)){s="week";break}if(e&&eT[s]>e){s=l;break}if(o[s]&&i.substr(o[s])!==a.substr(o[s]))break;"week"!==s&&(l=s)}return this.resolveDTLFormat(r[s]).main}},{defined:eO,extend:eL,timeUnits:ej}=em,eD=class extends eN{getTimeTicks(e,t,n,r){let i=this,a=[],o={},{count:s=1,unitRange:l}=e,[c,u,h,d,f,p]=i.toParts(t),m=(t||0)%1e3,g;if(r??(r=1),eO(t)){if(m=l>=ej.second?0:s*Math.floor(m/s),l>=ej.second&&(p=l>=ej.minute?0:s*Math.floor(p/s)),l>=ej.minute&&(f=l>=ej.hour?0:s*Math.floor(f/s)),l>=ej.hour&&(d=l>=ej.day?0:s*Math.floor(d/s)),l>=ej.day&&(h=l>=ej.month?1:Math.max(1,s*Math.floor(h/s))),l>=ej.month&&(u=l>=ej.year?0:s*Math.floor(u/s)),l>=ej.year&&(c-=c%s),l===ej.week){s&&(t=i.makeTime(c,u,h,d,f,p,m));let e=this.dateTimeFormat({timeZone:this.timezone,weekday:"narrow"},t,"es"),n="DLMXJVS".indexOf(e);h+=-n+r+(n4*ej.month||i.getTimezoneOffset(t)!==i.getTimezoneOffset(n));let e=t,v=1;for(;e1?e=i.makeTime(c,u,h,d+v*s):e+=l*s,v++;a.push(e),l<=ej.hour&&a.length<1e4&&a.forEach(e=>{e%18e5==0&&"000000000"===i.dateFormat("%H%M%S%L",e)&&(o[e]="day")})}return a.info=eL(e,{higherRanks:o,totalRange:l*s}),a}},{isTouchDevice:eR}=V,{fireEvent:ez,merge:eI}=em,eB={colors:["#2caffe","#544fc5","#00e272","#fe6a35","#6b8abc","#d568fb","#2ee0ca","#fa4b42","#feb56a","#91e8e1"],symbols:["circle","diamond","square","triangle","triangle-down"],lang:{weekFrom:"week from",chartTitle:"Chart title",locale:void 0,loading:"Loading...",months:void 0,seriesName:"Series {add index 1}",shortMonths:void 0,weekdays:void 0,numericSymbols:["k","M","G","T","P","E"],pieSliceName:"Slice",resetZoom:"Reset zoom",yAxisTitle:"Values",resetZoomTitle:"Reset zoom level 1:1"},global:{buttonTheme:{fill:"#f7f7f7",padding:8,r:2,stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontSize:"0.8em",fontWeight:"normal"},states:{hover:{fill:"#e6e6e6"},select:{fill:"#e6e9ff",style:{color:"#000000",fontWeight:"bold"}},disabled:{style:{color:"#cccccc"}}}}},time:{Date:void 0,timezone:"UTC",timezoneOffset:0,useUTC:void 0},chart:{alignThresholds:!1,panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,allowMutatingData:!0,ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{},position:{}},reflow:!0,type:"line",zooming:{singleTouch:!1,resetButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}}},width:null,height:null,borderColor:"#334eff",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{style:{color:"#333333",fontWeight:"bold"},text:"Chart title",margin:15,minScale:.67},subtitle:{style:{color:"#666666",fontSize:"0.8em"},text:""},caption:{margin:15,style:{color:"#666666",fontSize:"0.8em"},text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",events:{},layout:"horizontal",itemMarginBottom:2,itemMarginTop:2,labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{style:{fontSize:"0.8em"},activeColor:"#0022ff",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"0.8em",textDecoration:"none",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#666666",textDecoration:"line-through"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{color:"#333333",fontSize:"0.8em",fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:{duration:300,easing:e=>Math.sqrt(1-Math.pow(e-1,2))},borderRadius:3,dateTimeLabelFormats:{millisecond:"%[AebHMSL]",second:"%[AebHMS]",minute:"%[AebHM]",hour:"%[AebHM]",day:"%[AebY]",week:"%v %[AebY]",month:"%[BY]",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,position:{x:0,y:3},shared:!1,snap:eR?25:10,headerFormat:'{ucfirst point.key}
',pointFormat:' {series.name}: {point.y}
',backgroundColor:"#ffffff",borderWidth:void 0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"0.8em"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"0.6em"},text:"Highcharts.com"}},eF=new eD(eB.time,eB.lang),eH={defaultOptions:eB,defaultTime:eF,getOptions:function(){return eB},setOptions:function(e){return ez(V,"setOptions",{options:e}),eI(!0,eB,e),e.time&&eF.update(eB.time),e.lang&&"locale"in e.lang&&eF.update({locale:e.lang.locale}),e.lang?.chartTitle&&(eB.title={...eB.title,text:e.lang.chartTitle}),eB}},{win:e$}=V,{isNumber:eU,isString:eV,merge:eq,pInt:eY,defined:eW}=em,eG=(e,t,n)=>`color-mix(in srgb,${e},${t} ${100*n}%)`,eX=e=>eV(e)&&!!e&&"none"!==e;class eK{static parse(e){return e?new eK(e):eK.None}constructor(e){let t,n,r,i;this.rgba=[NaN,NaN,NaN,NaN],this.input=e;const a=V.Color;if(a&&a!==eK)return new a(e);if("object"==typeof e&&void 0!==e.stops)this.stops=e.stops.map(e=>new eK(e[1]));else if("string"==typeof e)for(this.input=e=eK.names[e.toLowerCase()]||e,r=eK.parsers.length;r--&&!n;)(t=(i=eK.parsers[r]).regex.exec(e))&&(n=i.parse(t));n&&(this.rgba=n)}get(e){let t=this.input,n=this.rgba;if(this.output)return this.output;if("object"==typeof t&&void 0!==this.stops){let n=eq(t);return n.stops=[].slice.call(n.stops),this.stops.forEach((t,r)=>{n.stops[r]=[n.stops[r][0],t.get(e)]}),n}return n&&eU(n[0])?"rgb"!==e&&(e||1!==n[3])?"a"===e?`${n[3]}`:"rgba("+n.join(",")+")":"rgb("+n[0]+","+n[1]+","+n[2]+")":t}brighten(e){let t=this.rgba;if(this.stops)this.stops.forEach(function(t){t.brighten(e)});else if(eU(e)&&0!==e)if(eU(t[0]))for(let n=0;n<3;n++)t[n]+=eY(255*e),t[n]<0&&(t[n]=0),t[n]>255&&(t[n]=255);else eK.useColorMix&&eX(this.input)&&(this.output=eG(this.input,e>0?"white":"black",Math.abs(e)));return this}setOpacity(e){return this.rgba[3]=e,this}tweenTo(e,t){let n=this.rgba,r=e.rgba;if(!eU(n[0])||!eU(r[0]))return eK.useColorMix&&eX(this.input)&&eX(e.input)&&t<.99?eG(this.input,e.input,t):e.input||"none";let i=1!==r[3]||1!==n[3],a=(e,r)=>e+(n[r]-e)*(1-t),o=r.slice(0,3).map(a).map(Math.round);return i&&o.push(a(r[3],3)),(i?"rgba(":"rgb(")+o.join(",")+")"}}eK.names={white:"#ffffff",black:"#000000"},eK.parsers=[{regex:/rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?(?:\.\d+)?)\s*\)/,parse:function(e){return[eY(e[1]),eY(e[2]),eY(e[3]),parseFloat(e[4],10)]}},{regex:/rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)/,parse:function(e){return[eY(e[1]),eY(e[2]),eY(e[3]),1]}},{regex:/^#([a-f0-9])([a-f0-9])([a-f0-9])([a-f0-9])?$/i,parse:function(e){return[eY(e[1]+e[1],16),eY(e[2]+e[2],16),eY(e[3]+e[3],16),eW(e[4])?eY(e[4]+e[4],16)/255:1]}},{regex:/^#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})?$/i,parse:function(e){return[eY(e[1],16),eY(e[2],16),eY(e[3],16),eW(e[4])?eY(e[4],16)/255:1]}}],eK.useColorMix=e$.CSS?.supports("color","color-mix(in srgb,red,blue 9%)"),eK.None=new eK("");let{parse:eZ}=eK,{win:eQ}=V,{isNumber:eJ,objectEach:e0}=em;class e1{constructor(e,t,n){this.pos=NaN,this.options=t,this.elem=e,this.prop=n}dSetter(){let e=this.paths,t=e?.[0],n=e?.[1],r=this.now||0,i=[];if(1!==r&&t&&n)if(t.length===n.length&&r<1)for(let e=0;e=s+this.startTime?(this.now=this.end,this.pos=1,this.update(),l[this.prop]=!0,n=!0,e0(l,function(e){!0!==e&&(n=!1)}),n&&o&&o.call(a),t=!1):(this.pos=i.easing((r-this.startTime)/s),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0),t}initPath(e,t,n){let r=e.startX,i=e.endX,a=n.slice(),o=e.isArea,s=o?2:1,l=t&&n.length>t.length&&n.hasStackedCliffs,c,u,h,d,f=t?.slice();if(!f||l)return[a,a];function p(e,t){for(;e.length{let n=te(e.options.animation);a=e4(t)&&e2(t.defer)?r.defer:Math.max(a,n.duration+n.defer),o=Math.min(r.duration,n.duration)}),e.renderer.forExport&&(a=0),{defer:Math.max(0,a-o),duration:Math.min(a,o)}},setAnimation:function(e,t){t.renderer.globalAnimation=e8(e,t.options.chart.animation,!0)},stop:tt},{SVG_NS:tr,win:ti}=V,{attr:ta,createElement:to,css:ts,error:tl,isFunction:tc,isString:tu,objectEach:th,splat:td}=em,{trustedTypes:tf}=ti,tp=tf&&tc(tf.createPolicy)&&tf.createPolicy("highcharts",{createHTML:e=>e}),tm=tp?tp.createHTML(""):"";class tg{static filterUserAttributes(e){return th(e,(t,n)=>{let r=!0;-1===tg.allowedAttributes.indexOf(n)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(n)&&(r=tu(t)&&tg.allowedReferences.some(e=>0===t.indexOf(e))),r||(tl(33,!1,void 0,{"Invalid attribute in config":`${n}`}),delete e[n]),tu(t)&&e[n]&&(e[n]=t.replace(/{let n=t.split(":").map(e=>e.trim()),r=n.shift();return r&&n.length&&(e[r.replace(/-([a-z])/g,e=>e[1].toUpperCase())]=n.join(":")),e},{})}static setElementHTML(e,t){e.innerHTML=tg.emptyHTML,t&&new tg(t).addToDOM(e)}constructor(e){this.nodes="string"==typeof e?this.parseMarkup(e):e}addToDOM(e){return function e(t,n){let r;return td(t).forEach(function(t){let i,a=t.tagName,o=t.textContent?V.doc.createTextNode(t.textContent):void 0,s=tg.bypassHTMLFiltering;if(a)if("#text"===a)i=o;else if(-1!==tg.allowedTags.indexOf(a)||s){let r="svg"===a?tr:n.namespaceURI||tr,l=V.doc.createElementNS(r,a),c=t.attributes||{};th(t,function(e,t){"tagName"!==t&&"attributes"!==t&&"children"!==t&&"style"!==t&&"textContent"!==t&&(c[t]=e)}),ta(l,s?c:tg.filterUserAttributes(c)),t.style&&ts(l,t.style),o&&l.appendChild(o),e(t.children||[],l),i=l}else tl(33,!1,void 0,{"Invalid tagName in config":a});i&&n.appendChild(i),r=i}),r}(this.nodes,e)}parseMarkup(e){let t,n=[];e=e.trim().replace(/ style=(["'])/g," data-style=$1");try{t=new DOMParser().parseFromString(tp?tp.createHTML(e):e,"text/html")}catch{}if(!t){let n=to("div");n.innerHTML=e,t={body:n}}let r=(e,t)=>{let n=e.nodeName.toLowerCase(),i={tagName:n};"#text"===n&&(i.textContent=e.textContent||"");let a=e.attributes;if(a){let e={};[].forEach.call(a,t=>{"data-style"===t.name?i.style=tg.parseStyle(t.value):e[t.name]=t.value}),i.attributes=e}if(e.childNodes.length){let t=[];[].forEach.call(e.childNodes,e=>{r(e,t)}),t.length&&(i.children=t)}t.push(i)};return[].forEach.call(t.body.childNodes,e=>r(e,n)),n}}tg.allowedAttributes=["alt","aria-controls","aria-describedby","aria-expanded","aria-haspopup","aria-hidden","aria-label","aria-labelledby","aria-live","aria-pressed","aria-readonly","aria-roledescription","aria-selected","class","clip-path","color","colspan","cx","cy","d","disabled","dx","dy","fill","filterUnits","flood-color","flood-opacity","height","href","id","in","in2","markerHeight","markerWidth","offset","opacity","operator","orient","padding","paddingLeft","paddingRight","patternUnits","r","radius","refX","refY","result","role","rowspan","scope","slope","src","startOffset","stdDeviation","stroke-linecap","stroke-width","stroke","style","summary","tabindex","tableValues","target","text-align","text-anchor","textAnchor","textLength","title","type","valign","width","x","x1","x2","xlink:href","y","y1","y2","zIndex"],tg.allowedReferences=["https://","http://","mailto:","/","../","./","#"],tg.allowedTags=["#text","a","abbr","b","br","button","caption","circle","clipPath","code","dd","defs","div","dl","dt","em","feComponentTransfer","feComposite","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","filter","h1","h2","h3","h4","h5","h6","hr","i","img","li","linearGradient","marker","ol","p","path","pattern","pre","rect","small","span","stop","strong","style","sub","sup","svg","table","tbody","td","text","textPath","th","thead","title","tr","tspan","u","ul"],tg.emptyHTML=tm,tg.bypassHTMLFiltering=!1;let{defaultOptions:tv,defaultTime:ty}=eH,{pageLang:tb}=V,{extend:tx,getNestedProperty:tw,isArray:t_,isNumber:tk,isObject:tS,isString:tM,pick:tA,ucfirst:tE}=em,tT={add:(e,t)=>e+t,divide:(e,t)=>0!==t?e/t:"",eq:(e,t)=>e==t,each:function(e){let t=arguments[arguments.length-1];return!!t_(e)&&e.map((n,r)=>tP(t.body,tx(tS(n)?n:{"@this":n},{"@index":r,"@first":0===r,"@last":r===e.length-1}))).join("")},ge:(e,t)=>e>=t,gt:(e,t)=>e>t,if:e=>!!e,le:(e,t)=>e<=t,lt:(e,t)=>ee*t,ne:(e,t)=>e!=t,subtract:(e,t)=>e-t,ucfirst:tE,unless:e=>!e},tC={};function tP(e="",t,n){let r=RegExp("\\{([\\p{L}\\d:\\.,;\\-\\/<>\\[\\]%_@+\"'’= #\\(\\)]+)\\}","gu"),i=RegExp("\\(([\\p{L}\\d:\\.,;\\-\\/<>\\[\\]%_@+\"'= ]+)\\)","gu"),a=[],o=/f$/,s=/\.(\d)/,l=n?.options?.lang||tv.lang,c=n?.time||ty,u=n?.numberFormatter||tN.bind(n),h=(e="")=>{let n;return"true"===e||"false"!==e&&((n=Number(e)).toString()===e?n:/^["'].+["']$/.test(e)?e.slice(1,-1):tw(e,t))},d,f,p=0,m;for(;null!==(d=r.exec(e));){let n=d,r=i.exec(d[1]);r&&(d=r,m=!0),f?.isBlock||(f={ctx:t,expression:d[1],find:d[0],isBlock:"#"===d[1].charAt(0),start:d.index,startInner:d.index+d[0].length,length:d[0].length});let o=(f.isBlock?n:d)[1].split(" ")[0].replace("#","");tT[o]&&(f.isBlock&&o===f.fn&&p++,f.fn||(f.fn=o));let s="else"===d[1];if(f.isBlock&&f.fn&&(d[1]===`/${f.fn}`||s))if(p)!s&&p--;else{let t=f.startInner,n=e.substr(t,d.index-t);void 0===f.body?(f.body=n,f.startInner=d.index+d[0].length):f.elseBody=n,f.find+=n+d[0],s||(a.push(f),f=void 0)}else f.isBlock||a.push(f);if(r&&!f?.isBlock)break}return a.forEach(r=>{let a,d,{body:f,elseBody:p,expression:m,fn:g}=r;if(g){let e=[r],i=[],o=m.length,s=0,l;for(d=0;d<=o;d++){let e=m.charAt(d);l||'"'!==e&&"'"!==e?l===e&&(l=""):l=e,l||" "!==e&&d!==o||(i.push(m.substr(s,d-s)),s=d+1)}for(d=tT[g].length;d--;)e.unshift(h(i[d+1]));a=tT[g].apply(t,e),r.isBlock&&"boolean"==typeof a&&(a=tP(a?f:p,t,n))}else{let e=/^["'].+["']$/.test(m)?[m]:m.split(":");if(a=h(e.shift()||""),e.length&&"number"==typeof a){let t=e.join(":");if(o.test(t)){let e=parseInt((t.match(s)||["","-1"])[1],10);null!==a&&(a=u(a,e,l.decimalPoint,t.indexOf(",")>-1?l.thousandsSep:""))}else a=c.dateFormat(t,a)}i.lastIndex=0,i.test(r.find)&&tM(a)&&(a=`"${a}"`)}e=e.replace(r.find,tA(a,""))}),m?tP(e,t,n):e}function tN(e,t,n,r){t*=1;let i,a,[o,s]=(e=+e||0).toString().split("e").map(Number),l=this?.options?.lang||tv.lang,c=(e.toString().split(".")[1]||"").split("e")[0].length,u=t,h={};n??(n=l.decimalPoint),r??(r=l.thousandsSep),-1===t?t=Math.min(c,20):tk(t)?t&&s<0&&((a=t+s)>=0?(o=+o.toExponential(a).split("e")[0],t=a):(o=Math.floor(o),e=t<20?+(o*Math.pow(10,s)).toFixed(t):0,s=0)):t=2,s&&(t??(t=2),e=o),tk(t)&&t>=0&&(h.minimumFractionDigits=t,h.maximumFractionDigits=t),""===r&&(h.useGrouping=!1);let d=r||n,f=d?"en":this?.locale||l.locale||tb,p=JSON.stringify(h)+f;return i=(tC[p]??(tC[p]=new Intl.NumberFormat(f,h))).format(e),d&&(i=i.replace(/([,\.])/g,"_$1").replace(/_\,/g,r??",").replace("_.",n??".")),(t||0!=+i)&&(!(s<0)||u)||(i="0"),s&&0!=+i&&(i+="e"+(s<0?"":"+")+s),i}let tO={dateFormat:function(e,t,n){return ty.dateFormat(e,t,n)},format:tP,helpers:tT,numberFormat:tN};(l=x||(x={})).rendererTypes={},l.getRendererType=function(e=a){return l.rendererTypes[e]||l.rendererTypes[a]},l.registerRendererType=function(e,t,n){l.rendererTypes[e]=t,(!a||n)&&(a=e,V.Renderer=t)};let tL=x,{clamp:tj,pick:tD,pushUnique:tR,stableSort:tz}=em;(w||(w={})).distribute=function e(t,n,r){let i=t,a=i.reducedLen||n,o=(e,t)=>e.target-t.target,s=[],l=t.length,c=[],u=s.push,h,d,f,p=!0,m,g,v=0,y;for(h=l;h--;)v+=t[h].size;if(v>a){for(tz(t,(e,t)=>(t.rank||0)-(e.rank||0)),f=(y=t[0].rank===t[t.length-1].rank)?l/2:-1,d=y?f:l-1;f&&v>a;)m=t[h=Math.floor(d)],tR(c,h)&&(v-=m.size),d+=f,y&&d>=t.length&&(f/=2,d=f);c.sort((e,t)=>t-e).forEach(e=>u.apply(s,t.splice(e,1)))}for(tz(t,o),t=t.map(e=>({size:e.size,targets:[e.target],align:tD(e.align,.5)}));p;){for(h=t.length;h--;)m=t[h],g=(Math.min.apply(0,m.targets)+Math.max.apply(0,m.targets))/2,m.pos=tj(g-m.size*m.align,0,n-m.size);for(h=t.length,p=!1;h--;)h>0&&t[h-1].pos+t[h-1].size>t[h].pos&&(t[h-1].size+=t[h].size,t[h-1].targets=t[h-1].targets.concat(t[h].targets),t[h-1].align=.5,t[h-1].pos+t[h-1].size>n&&(t[h-1].pos=n-t[h-1].size),t.splice(h,1),p=!0)}return u.apply(i,s),h=0,t.some(t=>{let a=0;return(t.targets||[]).some(()=>(i[h].pos=t.pos+a,void 0!==r&&Math.abs(i[h].pos-i[h].target)>r)?(i.slice(0,h+1).forEach(e=>delete e.pos),i.reducedLen=(i.reducedLen||n)-.1*n,i.reducedLen>.1*n&&e(i,n,r),!0):(a+=i[h].size,h++,!1))}),tz(i,o),i};let tI=w,{animate:tB,animObject:tF,stop:tH}=tn,{deg2rad:t$,doc:tU,svg:tV,SVG_NS:tq,win:tY,isFirefox:tW}=V,{addEvent:tG,attr:tX,createElement:tK,crisp:tZ,css:tQ,defined:tJ,erase:t0,extend:t1,fireEvent:t2,getAlignFactor:t3,isArray:t5,isFunction:t7,isNumber:t4,isObject:t6,isString:t9,merge:t8,objectEach:ne,pick:nt,pInt:nn,pushUnique:nr,replaceNested:ni,syncTimeout:na,uniqueKey:no}=em;class ns{_defaultGetter(e){let t=nt(this[e+"Value"],this[e],this.element?this.element.getAttribute(e):null,0);return/^-?[\d\.]+$/.test(t)&&(t=parseFloat(t)),t}_defaultSetter(e,t,n){n.setAttribute(t,e)}add(e){let t,n=this.renderer,r=this.element;return e&&(this.parentGroup=e),void 0!==this.textStr&&"text"===this.element.nodeName&&n.buildText(this),this.added=!0,(!e||e.handleZ||this.zIndex)&&(t=this.zIndexSetter()),t||(e?e.element:n.box).appendChild(r),this.onAdd&&this.onAdd(),this}addClass(e,t){let n=t?"":this.attr("class")||"";return(e=(e||"").split(/ /g).reduce(function(e,t){return -1===n.indexOf(t)&&e.push(t),e},n?[n]:[]).join(" "))!==n&&this.attr("class",e),this}afterSetters(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)}align(e,t,n,r=!0){let i=this.renderer,a=i.alignedObjects,o=!!e;e?(this.alignOptions=e,this.alignByTranslate=t,this.alignTo=n):(e=this.alignOptions||{},t=this.alignByTranslate,n=this.alignTo);let s=!n||t9(n)?n||"renderer":void 0;s&&(o&&nr(a,this),n=void 0);let l=nt(n,i[s],i),c=(l.x||0)+(e.x||0)+((l.width||0)-(e.width||0))*t3(e.align),u=(l.y||0)+(e.y||0)+((l.height||0)-(e.height||0))*t3(e.verticalAlign),h={};return e.align&&(h["text-align"]=e.align),h[t?"translateX":"x"]=Math.round(c),h[t?"translateY":"y"]=Math.round(u),r&&(this[this.placed?"animate":"attr"](h),this.placed=!0),this.alignAttr=h,this}alignSetter(e){let t={left:"start",center:"middle",right:"end"};t[e]&&(this.alignValue=e,this.element.setAttribute("text-anchor",t[e]))}animate(e,t,n){let r=tF(nt(t,this.renderer.globalAnimation,!0)),i=r.defer;return tU.hidden&&(r.duration=0),0!==r.duration?(n&&(r.complete=n),na(()=>{this.element&&tB(this,e,r)},i)):(this.attr(e,void 0,n||r.complete),ne(e,function(e,t){r.step&&r.step.call(this,e,{prop:t,pos:1,elem:this})},this)),this}applyTextOutline(e){let t=this.element;-1!==e.indexOf("contrast")&&(e=e.replace(/contrast/g,this.renderer.getContrast(t.style.fill)));let n=e.indexOf(" "),r=e.substring(n+1),i=e.substring(0,n);if(i&&"none"!==i&&V.svg){this.fakeTS=!0,i=i.replace(/(^[\d\.]+)(.*?)$/g,function(e,t,n){return 2*Number(t)+n}),this.removeTextOutline();let e=tU.createElementNS(tq,"tspan");tX(e,{class:"highcharts-text-outline",fill:r,stroke:r,"stroke-width":i,"stroke-linejoin":"round"});let n=t.querySelector("textPath")||t;[].forEach.call(n.childNodes,t=>{let n=t.cloneNode(!0);n.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach(e=>n.removeAttribute(e)),e.appendChild(n)});let a=0;[].forEach.call(n.querySelectorAll("text tspan"),e=>{a+=Number(e.getAttribute("dy"))});let o=tU.createElementNS(tq,"tspan");o.textContent="​",tX(o,{x:Number(t.getAttribute("x")),dy:-a}),e.appendChild(o),n.insertBefore(e,n.firstChild)}}attr(e,t,n,r){let{element:i}=this,a=ns.symbolCustomAttribs,o,s,l=this,c;return"string"==typeof e&&void 0!==t&&(o=e,(e={})[o]=t),"string"==typeof e?l=(this[e+"Getter"]||this._defaultGetter).call(this,e,i):(ne(e,function(t,n){c=!1,r||tH(this,n),this.symbolName&&-1!==a.indexOf(n)&&(s||(this.symbolAttr(e),s=!0),c=!0),this.rotation&&("x"===n||"y"===n)&&(this.doTransform=!0),c||(this[n+"Setter"]||this._defaultSetter).call(this,t,n,i)},this),this.afterSetters()),n&&n.call(this),l}clip(e){if(e&&!e.clipPath){let t=no()+"-",n=this.renderer.createElement("clipPath").attr({id:t}).add(this.renderer.defs);t1(e,{clipPath:n,id:t,count:0}),e.add(n)}return this.attr("clip-path",e?`url(${this.renderer.url}#${e.id})`:"none")}crisp(e,t){t=Math.round(t||e.strokeWidth||0);let n=e.x||this.x||0,r=e.y||this.y||0,i=(e.width||this.width||0)+n,a=(e.height||this.height||0)+r,o=tZ(n,t),s=tZ(r,t);return t1(e,{x:o,y:s,width:tZ(i,t)-o,height:tZ(a,t)-s}),tJ(e.strokeWidth)&&(e.strokeWidth=t),e}complexColor(e,t,n){let r=this.renderer,i,a,o,s,l,c,u,h,d,f,p=[],m;t2(this.renderer,"complexColor",{args:arguments},function(){if(e.radialGradient?a="radialGradient":e.linearGradient&&(a="linearGradient"),a){if(o=e[a],l=r.gradients,c=e.stops,d=n.radialReference,t5(o)&&(e[a]=o={x1:o[0],y1:o[1],x2:o[2],y2:o[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===a&&d&&!tJ(o.gradientUnits)&&(s=o,o=t8(o,r.getRadialAttr(d,s),{gradientUnits:"userSpaceOnUse"})),ne(o,function(e,t){"id"!==t&&p.push(t,e)}),ne(c,function(e){p.push(e)}),l[p=p.join(",")])f=l[p].attr("id");else{o.id=f=no();let e=l[p]=r.createElement(a).attr(o).add(r.defs);e.radAttr=s,e.stops=[],c.forEach(function(t){0===t[1].indexOf("rgba")?(u=(i=eK.parse(t[1])).get("rgb"),h=i.get("a")):(u=t[1],h=1);let n=r.createElement("stop").attr({offset:t[0],"stop-color":u,"stop-opacity":h}).add(e);e.stops.push(n)})}m="url("+r.url+"#"+f+")",n.setAttribute(t,m),n.gradient=p,e.toString=function(){return m}}})}css(e){let t=this.styles,n={},r=this.element,i,a=!t;if(t&&ne(e,function(e,r){t&&t[r]!==e&&(n[r]=e,a=!0)}),a){t&&(e=t1(t,n)),null===e.width||"auto"===e.width?delete this.textWidth:"text"===r.nodeName.toLowerCase()&&e.width&&(i=this.textWidth=nn(e.width)),t1(this.styles,e),i&&!tV&&this.renderer.forExport&&delete e.width;let a=tW&&e.fontSize||null;a&&(t4(a)||/^\d+$/.test(a))&&(e.fontSize+="px");let o=t8(e);r.namespaceURI===this.SVG_NS&&(["textOutline","textOverflow","whiteSpace","width"].forEach(e=>o&&delete o[e]),o.color&&(o.fill=o.color,delete o.color)),tQ(r,o)}return this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),e.textOutline&&this.applyTextOutline(e.textOutline)),this}dashstyleSetter(e){let t,n=this["stroke-width"];if("inherit"===n&&(n=1),e){let r=(e=e.toLowerCase()).replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=r.length;t--;)r[t]=""+nn(r[t])*nt(n,NaN);e=r.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",e)}}destroy(){let e=this,{element:t={},renderer:n,stops:r}=e,i=t.ownerSVGElement,a="SPAN"===t.nodeName&&e.parentGroup||void 0,o;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,tH(e),e.clipPath&&i){let t=e.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),function(e){e.getAttribute("clip-path").indexOf(t.element.id)>-1&&e.removeAttribute("clip-path")}),e.clipPath=t.destroy()}if(r){for(let e of r)e.destroy();r.length=0}for(e.safeRemoveChild(t);a?.div&&0===a.div.childNodes.length;)o=a.parentGroup,e.safeRemoveChild(a.div),delete a.div,a=o;e.alignOptions&&t0(n.alignedObjects,e),ne(e,(t,n)=>{(e[n]?.parentGroup===e||-1!==["connector","foreignObject"].indexOf(n))&&e[n]?.destroy?.(),delete e[n]})}dSetter(e,t,n){t5(e)&&("string"==typeof e[0]&&(e=this.renderer.pathToSegments(e)),this.pathArray=e,e=e.reduce((e,t,n)=>t?.join?(n?e+" ":"")+t.join(" "):(t||"").toString(),"")),/(NaN| {2}|^$)/.test(e)&&(e="M 0 0"),this[t]!==e&&(n.setAttribute(t,e),this[t]=e)}fillSetter(e,t,n){"string"==typeof e?n.setAttribute(t,e):e&&this.complexColor(e,t,n)}hrefSetter(e,t,n){n.setAttributeNS("http://www.w3.org/1999/xlink",t,e)}getBBox(e,t){let n,r,i,{element:a,renderer:o,styles:s,textStr:l}=this,{cache:c,cacheKeys:u}=o,h=a.namespaceURI===this.SVG_NS,d=nt(t,this.rotation,0),f=o.styledMode?a&&ns.prototype.getStyle.call(a,"font-size"):s.fontSize,p=this.getBBoxCacheKey([o.rootFontSize,this.textWidth,this.alignValue,s.fontWeight,s.lineClamp,s.textOverflow,f,d]);if(p&&!e&&(n=c[p]),!n||n.polygon){if(h||o.forExport){try{i=this.fakeTS&&function(e){let t=a.querySelector(".highcharts-text-outline");t&&tQ(t,{display:e})},t7(i)&&i("none"),n=a.getBBox?t1({},a.getBBox()):{width:a.offsetWidth,height:a.offsetHeight,x:0,y:0},t7(i)&&i("")}catch{}(!n||n.width<0)&&(n={x:0,y:0,width:0,height:0})}else n=this.htmlGetBBox();r=n.height,h&&(n.height=r=({"11px,17":14,"13px,20":16})[`${f||""},${Math.round(r)}`]||r),d&&(n=this.getRotatedBox(n,d));let e={bBox:n};t2(this,"afterGetBBox",e),n=e.bBox}if(p&&(""===l||n.height>0)){for(;u.length>250;)delete c[u.shift()];c[p]||u.push(p),c[p]=n}return n}getBBoxCacheKey(e){if(tJ(this.textStr)){let t=""+this.textStr;return -1===t.indexOf("<")&&(t=t.replace(/\d/g,"0")),[t,...e].join(",")}}getRotatedBox(e,t){let{x:n,y:r,width:i,height:a}=e,{alignValue:o,translateY:s,rotationOriginX:l=0,rotationOriginY:c=0}=this,u=t3(o),h=Number(this.element.getAttribute("y")||0)-(s?0:r),d=t*t$,f=(t-90)*t$,p=Math.cos(d),m=Math.sin(d),g=i*p,v=i*m,y=Math.cos(f),b=Math.sin(f),[[x,w],[_,k]]=[l,c].map(e=>[e-e*p,e*m]),S=n+u*(i-g)+x+k+h*y,M=S+g,A=M-a*y,E=A-g,T=r+h-u*v-w+_+h*b,C=T+v,P=C-a*b,N=P-v,O=Math.min(S,M,A,E),L=Math.min(T,C,P,N),j=Math.max(S,M,A,E)-O,D=Math.max(T,C,P,N)-L;return{x:O,y:L,width:j,height:D,polygon:[[S,T],[M,C],[A,P],[E,N]]}}getStyle(e){return tY.getComputedStyle(this.element||this,"").getPropertyValue(e)}hasClass(e){return -1!==(""+this.attr("class")).split(" ").indexOf(e)}hide(){return this.attr({visibility:"hidden"})}htmlGetBBox(){return{height:0,width:0,x:0,y:0}}constructor(e,t){this.onEvents={},this.opacity=1,this.SVG_NS=tq,this.element="span"===t||"body"===t?tK(t):tU.createElementNS(this.SVG_NS,t),this.renderer=e,this.styles={},t2(this,"afterInit")}on(e,t){let{onEvents:n}=this;return n[e]&&n[e](),n[e]=tG(this.element,e,t),this}opacitySetter(e,t,n){let r=Number(Number(e).toFixed(3));this.opacity=r,n.setAttribute(t,r)}reAlign(){this.alignOptions?.width&&"left"!==this.alignOptions.align&&(this.alignOptions.width=this.getBBox().width,this.placed=!1,this.align())}removeClass(e){return this.attr("class",(""+this.attr("class")).replace(t9(e)?RegExp(`(^| )${e}( |$)`):e," ").replace(/ +/g," ").trim())}removeTextOutline(){let e=this.element.querySelector("tspan.highcharts-text-outline");e&&this.safeRemoveChild(e)}safeRemoveChild(e){let t=e.parentNode;t&&t.removeChild(e)}setRadialReference(e){let t=this.element.gradient&&this.renderer.gradients[this.element.gradient]||void 0;return this.element.radialReference=e,t?.radAttr&&t.animate(this.renderer.getRadialAttr(e,t.radAttr)),this}shadow(e){let{renderer:t}=this,n=t8(this.parentGroup?.rotation===90?{offsetX:-1,offsetY:-1}:{},t6(e)?e:{}),r=t.shadowDefinition(n);return this.attr({filter:e?`url(${t.url}#${r})`:"none"})}show(e=!0){return this.attr({visibility:e?"inherit":"visible"})}"stroke-widthSetter"(e,t,n){this[t]=e,n.setAttribute(t,e)}strokeWidth(){if(!this.renderer.styledMode)return this["stroke-width"]||0;let e=this.getStyle("stroke-width"),t=0,n;return/px$/.test(e)?t=nn(e):""!==e&&(tX(n=tU.createElementNS(tq,"rect"),{width:e,"stroke-width":0}),this.element.parentNode.appendChild(n),t=n.getBBox().width,n.parentNode.removeChild(n)),t}symbolAttr(e){let t=this;ns.symbolCustomAttribs.forEach(function(n){t[n]=nt(e[n],t[n])}),t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})}textSetter(e){e!==this.textStr&&(delete this.textPxLength,this.textStr=e,this.added&&this.renderer.buildText(this),this.reAlign())}titleSetter(e){let t=this.element,n=t.getElementsByTagName("title")[0]||tU.createElementNS(this.SVG_NS,"title");t.insertBefore?t.insertBefore(n,t.firstChild):t.appendChild(n),n.textContent=ni(nt(e,""),[/<[^>]*>/g,""]).replace(/</g,"<").replace(/>/g,">")}toFront(){let e=this.element;return e.parentNode.appendChild(e),this}translate(e,t){return this.attr({translateX:e,translateY:t})}updateTransform(e="transform"){let{element:t,foreignObject:n,matrix:r,padding:i,rotation:a=0,rotationOriginX:o,rotationOriginY:s,scaleX:l,scaleY:c,text:u,translateX:h=0,translateY:d=0}=this,f=[`translate(${h},${d})`];tJ(r)&&f.push("matrix("+r.join(",")+")"),a&&(f.push("rotate("+a+" "+(o??t.getAttribute("x")??this.x??0)+" "+(s??t.getAttribute("y")??this.y??0)+")"),u?.element.tagName!=="SPAN"||u?.foreignObject||u.attr({rotation:a,rotationOriginX:(o||0)-i,rotationOriginY:(s||0)-i})),(tJ(l)||tJ(c))&&f.push(`scale(${l??1} ${c??1})`),f.length&&!(u||this).textPath&&(n?.element||t).setAttribute(e,f.join(" "))}visibilitySetter(e,t,n){"inherit"===e?n.removeAttribute(t):this[t]!==e&&n.setAttribute(t,e),this[t]=e}xGetter(e){return"circle"===this.element.nodeName&&("x"===e?e="cx":"y"===e&&(e="cy")),this._defaultGetter(e)}zIndexSetter(e,t){let n=this.renderer,r=this.parentGroup,i=(r||n).element||n.box,a=this.element,o=i===n.box,s,l,c,u=!1,h,d=this.added,f;if(tJ(e)?(a.setAttribute("data-z-index",e),e*=1,this[t]===e&&(d=!1)):tJ(this[t])&&a.removeAttribute("data-z-index"),this[t]=e,d){for((e=this.zIndex)&&r&&(r.handleZ=!0),f=(s=i.childNodes).length-1;f>=0&&!u;f--)h=!tJ(c=(l=s[f]).getAttribute("data-z-index")),l!==a&&(e<0&&h&&!o&&!f?(i.insertBefore(a,s[f]),u=!0):(nn(c)<=e||h&&(!tJ(e)||e>=0))&&(i.insertBefore(a,s[f+1]),u=!0));u||(i.insertBefore(a,s[3*!!o]),u=!0)}return u}}ns.symbolCustomAttribs=["anchorX","anchorY","clockwise","end","height","innerR","r","start","width","x","y"],ns.prototype.strokeSetter=ns.prototype.fillSetter,ns.prototype.yGetter=ns.prototype.xGetter,ns.prototype.matrixSetter=ns.prototype.rotationOriginXSetter=ns.prototype.rotationOriginYSetter=ns.prototype.rotationSetter=ns.prototype.scaleXSetter=ns.prototype.scaleYSetter=ns.prototype.translateXSetter=ns.prototype.translateYSetter=ns.prototype.verticalAlignSetter=function(e,t){this[t]=e,this.doTransform=!0};let nl=ns,{defined:nc,extend:nu,getAlignFactor:nh,isNumber:nd,merge:nf,pick:np,removeEvent:nm}=em;class ng extends nl{constructor(e,t,n,r,i,a,o,s,l,c){let u;super(e,"g"),this.paddingLeftSetter=this.paddingSetter,this.paddingRightSetter=this.paddingSetter,this.doUpdate=!1,this.textStr=t,this.x=n,this.y=r,this.anchorX=a,this.anchorY=o,this.baseline=l,this.className=c,this.addClass("button"===c?"highcharts-no-tooltip":"highcharts-label"),c&&this.addClass("highcharts-"+c),this.text=e.text(void 0,0,0,s).attr({zIndex:1}),"string"==typeof i&&((u=/^url\((.*?)\)$/.test(i))||this.renderer.symbols[i])&&(this.symbolKey=i),this.bBox=ng.emptyBBox,this.padding=3,this.baselineOffset=0,this.needsBox=e.styledMode||u,this.deferredAttr={},this.alignFactor=0}alignSetter(e){let t=nh(e);this.textAlign=e,t!==this.alignFactor&&(this.alignFactor=t,this.bBox&&nd(this.xSetting)&&this.attr({x:this.xSetting}),this.updateTextPadding())}anchorXSetter(e,t){this.anchorX=e,this.boxAttr(t,Math.round(e)-this.getCrispAdjust()-this.xSetting)}anchorYSetter(e,t){this.anchorY=e,this.boxAttr(t,e-this.ySetting)}boxAttr(e,t){this.box?this.box.attr(e,t):this.deferredAttr[e]=t}css(e){if(e){let t={};e=nf(e),ng.textProps.forEach(n=>{void 0!==e[n]&&(t[n]=e[n],delete e[n])}),this.text.css(t),"fontSize"in t||"fontWeight"in t||"width"in t?this.updateTextPadding():"textOverflow"in t&&this.updateBoxSize()}return nl.prototype.css.call(this,e)}destroy(){nm(this.element,"mouseenter"),nm(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),nl.prototype.destroy.call(this)}fillSetter(e,t){e&&(this.needsBox=!0),this.fill=e,this.boxAttr(t,e)}getBBox(e,t){(this.textStr&&0===this.bBox.width&&0===this.bBox.height||this.rotation)&&this.updateBoxSize();let{padding:n,height:r=0,translateX:i=0,translateY:a=0,width:o=0}=this,s=np(this.paddingLeft,n),l=t??(this.rotation||0),c={width:o,height:r,x:i+this.bBox.x-s,y:a+this.bBox.y-n+this.baselineOffset};return l&&(c=this.getRotatedBox(c,l)),c}getCrispAdjust(){return(this.renderer.styledMode&&this.box?this.box.strokeWidth():this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2}heightSetter(e){this.heightSetting=e,this.doUpdate=!0}afterSetters(){super.afterSetters(),this.doUpdate&&(this.updateBoxSize(),this.doUpdate=!1)}onAdd(){this.text.add(this),this.attr({text:np(this.textStr,""),x:this.x||0,y:this.y||0}),this.box&&nc(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})}paddingSetter(e,t){nd(e)?e!==this[t]&&(this[t]=e,this.updateTextPadding()):this[t]=void 0}rSetter(e,t){this.boxAttr(t,e)}strokeSetter(e,t){this.stroke=e,this.boxAttr(t,e)}"stroke-widthSetter"(e,t){e&&(this.needsBox=!0),this["stroke-width"]=e,this.boxAttr(t,e)}"text-alignSetter"(e){this.textAlign=this["text-align"]=e,this.updateTextPadding()}textSetter(e){void 0!==e&&this.text.attr({text:e}),this.updateTextPadding(),this.reAlign()}updateBoxSize(){let e,t=this.text,n={},r=this.padding,i=this.bBox=(!nd(this.widthSetting)||!nd(this.heightSetting)||this.textAlign)&&nc(t.textStr)?t.getBBox(void 0,0):ng.emptyBBox;this.width=this.getPaddedWidth(),this.height=(this.heightSetting||i.height||0)+2*r;let a=this.renderer.fontMetrics(t);if(this.baselineOffset=r+Math.min((this.text.firstLineMetrics||a).b,i.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-a.h)/2),this.needsBox&&!t.textPath){if(!this.box){let e=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect();e.addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),e.add(this)}n.x=e=this.getCrispAdjust(),n.y=(this.baseline?-this.baselineOffset:0)+e,n.width=Math.round(this.width),n.height=Math.round(this.height),this.box.attr(nu(n,this.deferredAttr)),this.deferredAttr={}}}updateTextPadding(){let e=this.text,t=e.styles.textAlign||this.textAlign;if(!e.textPath){this.updateBoxSize();let n=this.baseline?0:this.baselineOffset,r=(this.paddingLeft??this.padding)+nh(t)*(this.widthSetting??this.bBox.width);(r!==e.x||n!==e.y)&&(e.attr({align:t,x:r}),void 0!==n&&e.attr("y",n)),e.x=r,e.y=n}}widthSetter(e){this.widthSetting=nd(e)?e:void 0,this.doUpdate=!0}getPaddedWidth(){let e=this.padding,t=np(this.paddingLeft,e),n=np(this.paddingRight,e);return(this.widthSetting||this.bBox.width||0)+t+n}xSetter(e){this.x=e,this.alignFactor&&(e-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.anchorX&&(this["forceAnimate:anchorX"]=!0),this.xSetting=Math.round(e),this.attr("translateX",this.xSetting)}ySetter(e){this.anchorY&&(this["forceAnimate:anchorY"]=!0),this.ySetting=this.y=Math.round(e),this.attr("translateY",this.ySetting)}}ng.emptyBBox={width:0,height:0,x:0,y:0},ng.textProps=["color","direction","fontFamily","fontSize","fontStyle","fontWeight","lineClamp","lineHeight","textAlign","textDecoration","textOutline","textOverflow","whiteSpace","width"];let{defined:nv,isNumber:ny,pick:nb}=em;function nx(e,t,n,r,i){let a=[];if(i){let o=i.start||0,s=i.end||0,l=nb(i.r,n),c=nb(i.r,r||n),u=2e-4/(i.borderRadius?1:Math.max(l,1)),h=Math.abs(s-o-2*Math.PI)0&&l0)return c;if(e+s>n-o)if(l>t+o&&lt+o&&l0){let n=lr&&so&&c.splice(1,1,["L",s-6,t],["L",s,t-6],["L",s+6,t],["L",n-a,t]);return c},circle:function(e,t,n,r){return nx(e+n/2,t+r/2,n/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r/2],["L",e+n/2,t+r],["L",e,t+r/2],["Z"]]},rect:nw,roundedRect:n_,square:nw,triangle:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r],["L",e,t+r],["Z"]]},"triangle-down":function(e,t,n,r){return[["M",e,t],["L",e+n,t],["L",e+n/2,t+r],["Z"]]}},{doc:nS,SVG_NS:nM,win:nA}=V,{attr:nE,extend:nT,fireEvent:nC,isString:nP,objectEach:nN,pick:nO}=em,nL=(e,t)=>e.substring(0,t)+"…",nj=class{constructor(e){const t=e.styles;this.renderer=e.renderer,this.svgElement=e,this.width=e.textWidth,this.textLineHeight=t?.lineHeight,this.textOutline=t?.textOutline,this.ellipsis=t?.textOverflow==="ellipsis",this.lineClamp=t?.lineClamp,this.noWrap=t?.whiteSpace==="nowrap"}buildSVG(){let e=this.svgElement,t=e.element,n=e.renderer,r=nO(e.textStr,"").toString(),i=-1!==r.indexOf("<"),a=t.childNodes,o=!e.added&&n.box,s=[r,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,e.getStyle("font-size"),e.styles.lineClamp,this.width].join(",");if(s!==e.textCache){e.textCache=s,delete e.actualWidth;for(let e=a.length;e--;)t.removeChild(a[e]);if(i||this.ellipsis||this.width||e.textPath||-1!==r.indexOf(" ")&&(!this.noWrap||//g.test(r))){if(""!==r){o&&o.appendChild(t);let n=new tg(r);this.modifyTree(n.nodes),n.addToDOM(t),this.modifyDOM(),this.ellipsis&&-1!==(t.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["<",">"])),o&&o.removeChild(t)}}else t.appendChild(nS.createTextNode(this.unescapeEntities(r)));nP(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}}modifyDOM(){let e,t=this.svgElement,n=nE(t.element,"x");for(t.firstLineMetrics=void 0;e=t.element.firstChild;)if(/^[\s\u200B]*$/.test(e.textContent||" "))t.element.removeChild(e);else break;[].forEach.call(t.element.querySelectorAll("tspan.highcharts-br"),(e,r)=>{e.nextSibling&&e.previousSibling&&(0===r&&1===e.previousSibling.nodeType&&(t.firstLineMetrics=t.renderer.fontMetrics(e.previousSibling)),nE(e,{dy:this.getLineHeight(e.nextSibling),x:n}))});let r=this.width||0;if(!r)return;let i=(e,i)=>{let a=e.textContent||"",o=a.replace(/([^\^])-/g,"$1- ").split(" "),s=!this.noWrap&&(o.length>1||t.element.childNodes.length>1),l=this.getLineHeight(i),c=Math.max(0,r-.8*l),u=0,h=t.actualWidth;if(s){let a=[],s=[];for(;i.firstChild&&i.firstChild!==e;)s.push(i.firstChild),i.removeChild(i.firstChild);for(;o.length;)if(o.length&&!this.noWrap&&u>0&&(a.push(e.textContent||""),e.textContent=o.join(" ").replace(/- /g,"-")),this.truncate(e,void 0,o,0===u&&h||0,r,c,(e,t)=>o.slice(0,t).join(" ").replace(/- /g,"-")),h=t.actualWidth,u++,this.lineClamp&&u>=this.lineClamp){o.length&&(this.truncate(e,e.textContent||"",void 0,0,r,c,nL),e.textContent=e.textContent?.replace("…","")+"…");break}s.forEach(t=>{i.insertBefore(t,e)}),a.forEach(t=>{i.insertBefore(nS.createTextNode(t),e);let r=nS.createElementNS(nM,"tspan");r.textContent="​",nE(r,{dy:l,x:n}),i.insertBefore(r,e)})}else this.ellipsis&&a&&this.truncate(e,a,void 0,0,r,c,nL)},a=e=>{[].slice.call(e.childNodes).forEach(n=>{n.nodeType===nA.Node.TEXT_NODE?i(n,e):(-1!==n.className.baseVal.indexOf("highcharts-br")&&(t.actualWidth=0),a(n))})};a(t.element)}getLineHeight(e){let t=e.nodeType===nA.Node.TEXT_NODE?e.parentElement:e;return this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(t||this.svgElement.element).h}modifyTree(e){let t=(n,r)=>{let{attributes:i={},children:a,style:o={},tagName:s}=n,l=this.renderer.styledMode;if("b"===s||"strong"===s?l?i.class="highcharts-strong":o.fontWeight="bold":("i"===s||"em"===s)&&(l?i.class="highcharts-emphasized":o.fontStyle="italic"),o?.color&&(o.fill=o.color),"br"===s){i.class="highcharts-br",n.textContent="​";let t=e[r+1];t?.textContent&&(t.textContent=t.textContent.replace(/^ +/gm,""))}else"a"===s&&a&&a.some(e=>"#text"===e.tagName)&&(n.children=[{children:a,tagName:"tspan"}]);"#text"!==s&&"a"!==s&&(n.tagName="tspan"),nT(n,{attributes:i,style:o}),a&&a.filter(e=>"#text"!==e.tagName).forEach(t)};e.forEach(t),nC(this.svgElement,"afterModifyTree",{nodes:e})}truncate(e,t,n,r,i,a,o){let s,l,c=this.svgElement,{rotation:u}=c,h=[],d=n&&!r?1:0,f=(t||n||"").length,p=f;n||(i=a);let m=function(t,i){let a=i||t,o=e.parentNode;if(o&&void 0===h[a]&&o.getSubStringLength)try{h[a]=r+o.getSubStringLength(0,n?a+1:a)}catch{}return h[a]};if(c.rotation=0,r+(l=m(e.textContent.length))>i){for(;d<=f;)p=Math.ceil((d+f)/2),n&&(s=o(n,p)),l=m(p,s&&s.length-1),d===f?d=f+1:l>i?f=p-1:d=p;0===f?e.textContent="":t&&f===t.length-1||(e.textContent=s||o(t||n,p)),this.ellipsis&&l>i&&this.truncate(e,e.textContent||"",void 0,0,i,a,nL)}n&&n.splice(0,p),c.actualWidth=l,c.rotation=u}unescapeEntities(e,t){return nN(this.renderer.escapes,function(n,r){t&&-1!==t.indexOf(n)||(e=e.toString().replace(RegExp(n,"g"),r))}),e}},{defaultOptions:nD}=eH,{charts:nR,deg2rad:nz,doc:nI,isFirefox:nB,isMS:nF,isWebKit:nH,noop:n$,SVG_NS:nU,symbolSizes:nV,win:nq}=V,{addEvent:nY,attr:nW,createElement:nG,crisp:nX,css:nK,defined:nZ,destroyObjectProperties:nQ,extend:nJ,isArray:n0,isNumber:n1,isObject:n2,isString:n3,merge:n5,pick:n7,pInt:n4,replaceNested:n6,uniqueKey:n9}=em;class n8{constructor(e,t,n,r,i,a,o){let s,l;this.x=0,this.y=0;const c=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),u=c.element;o||c.css(this.getStyle(r||{})),e.appendChild(u),nW(e,"dir","ltr"),-1===e.innerHTML.indexOf("xmlns")&&nW(u,"xmlns",this.SVG_NS),this.box=u,this.boxWrapper=c,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(nI.createTextNode("Created with Highcharts 12.5.0")),this.defs=this.createElement("defs").add(),this.allowHTML=a,this.forExport=i,this.styledMode=o,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.rootFontSize=c.getStyle("font-size"),this.setSize(t,n,!1),nB&&e.getBoundingClientRect&&((s=function(){nK(e,{left:0,top:0}),l=e.getBoundingClientRect(),nK(e,{left:Math.ceil(l.left)-l.left+"px",top:Math.ceil(l.top)-l.top+"px"})})(),this.unSubPixelFix=nY(nq,"resize",s))}definition(e){return new tg([e]).addToDOM(this.defs.element)}getReferenceURL(){if((nB||nH)&&nI.getElementsByTagName("base").length){if(!nZ(t)){let e=n9(),n=new tg([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":`url(#${e})`,fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(nI.body);nK(n,{position:"fixed",top:0,left:0,zIndex:9e5});let r=nI.elementFromPoint(6,6);t=r?.id==="hitme",nI.body.removeChild(n)}if(t)return n6(nq.location.href.split("#")[0],[/<[^>]*>/g,""],[/([\('\)])/g,"\\$1"],[/ /g,"%20"])}return""}getStyle(e){return this.style=nJ({fontFamily:'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif',fontSize:"1rem"},e),this.style}setStyle(e){this.boxWrapper.css(this.getStyle(e))}isHidden(){return!this.boxWrapper.getBBox().width}destroy(){let e=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),nQ(this.gradients||{}),this.gradients=null,this.defs=e.destroy(),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null,null}createElement(e){return new this.Element(this,e)}getRadialAttr(e,t){return{cx:e[0]-e[2]/2+(t.cx||0)*e[2],cy:e[1]-e[2]/2+(t.cy||0)*e[2],r:(t.r||0)*e[2]}}shadowDefinition(e){let t=[`highcharts-drop-shadow-${this.chartIndex}`,...Object.keys(e).map(t=>`${t}-${e[t]}`)].join("-").toLowerCase().replace(/[^a-z\d\-]/g,""),n=n5({color:"#000000",offsetX:1,offsetY:1,opacity:.15,width:5},e);return this.defs.element.querySelector(`#${t}`)||this.definition({tagName:"filter",attributes:{id:t,filterUnits:n.filterUnits},children:this.getShadowFilterContent(n)}),t}getShadowFilterContent(e){return[{tagName:"feDropShadow",attributes:{dx:e.offsetX,dy:e.offsetY,"flood-color":e.color,"flood-opacity":Math.min(5*e.opacity,1),stdDeviation:e.width/2}}]}buildText(e){new nj(e).buildSVG()}getContrast(e){if("transparent"===e)return"#000000";let t=eK.parse(e).rgba,n=" clamp(0,calc(9e9*(0.5 - (0.2126*r + 0.7152*g + 0.0722*b))),1)";if(n1(t[0])||!eK.useColorMix){let e=t.map(e=>{let t=e/255;return t<=.04?t/12.92:Math.pow((t+.055)/1.055,2.4)}),n=.2126*e[0]+.7152*e[1]+.0722*e[2];return 1.05/(n+.05)>(n+.05)/.05?"#FFFFFF":"#000000"}return"color(from "+e+" srgb"+n+n+n+")"}button(e,t,n,r,i={},a,o,s,l,c){let u=this.label(e,t,n,l,void 0,void 0,c,void 0,"button"),h=this.styledMode,d=arguments,f=0;i=n5(nD.global.buttonTheme,i),h&&(delete i.fill,delete i.stroke,delete i["stroke-width"]);let p=i.states||{},m=i.style||{};delete i.states,delete i.style;let g=[tg.filterUserAttributes(i)],v=[m];return h||["hover","select","disabled"].forEach((e,t)=>{g.push(n5(g[0],tg.filterUserAttributes(d[t+5]||p[e]||{}))),v.push(g[t+1].style),delete g[t+1].style}),nY(u.element,nF?"mouseover":"mouseenter",function(){3!==f&&u.setState(1)}),nY(u.element,nF?"mouseout":"mouseleave",function(){3!==f&&u.setState(f)}),u.setState=(e=0)=>{if(1!==e&&(u.state=f=e),u.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][e]),!h){u.attr(g[e]);let t=v[e];n2(t)&&u.css(t)}},u.attr(g[0]),!h&&(u.css(nJ({cursor:"default"},m)),c&&u.text.css({pointerEvents:"none"})),u.on("touchstart",e=>e.stopPropagation()).on("click",function(e){3!==f&&r?.call(u,e)})}crispLine(e,t){let[n,r]=e;return nZ(n[1])&&n[1]===r[1]&&(n[1]=r[1]=nX(n[1],t)),nZ(n[2])&&n[2]===r[2]&&(n[2]=r[2]=nX(n[2],t)),e}path(e){let t=this.styledMode?{}:{fill:"none"};return n0(e)?t.d=e:n2(e)&&nJ(t,e),this.createElement("path").attr(t)}circle(e,t,n){let r=n2(e)?e:void 0===e?{}:{x:e,y:t,r:n},i=this.createElement("circle");return i.xSetter=i.ySetter=function(e,t,n){n.setAttribute("c"+t,e)},i.attr(r)}arc(e,t,n,r,i,a){let o;n2(e)?(t=(o=e).y,n=o.r,r=o.innerR,i=o.start,a=o.end,e=o.x):o={innerR:r,start:i,end:a};let s=this.symbol("arc",e,t,n,n,o);return s.r=n,s}rect(e,t,n,r,i,a){let o=n2(e)?e:void 0===e?{}:{x:e,y:t,r:i,width:Math.max(n||0,0),height:Math.max(r||0,0)},s=this.createElement("rect");return this.styledMode||(void 0!==a&&(o["stroke-width"]=a,nJ(o,s.crisp(o))),o.fill="none"),s.rSetter=function(e,t,n){s.r=e,nW(n,{rx:e,ry:e})},s.rGetter=function(){return s.r||0},s.attr(o)}roundedRect(e){return this.symbol("roundedRect").attr(e)}setSize(e,t,n){this.width=e,this.height=t,this.boxWrapper.animate({width:e,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:n7(n,!0)?void 0:0}),this.alignElements()}g(e){let t=this.createElement("g");return e?t.attr({class:"highcharts-"+e}):t}image(e,t,n,r,i,a){let o={preserveAspectRatio:"none"};n1(t)&&(o.x=t),n1(n)&&(o.y=n),n1(r)&&(o.width=r),n1(i)&&(o.height=i);let s=this.createElement("image").attr(o),l=function(t){s.attr({href:e}),a.call(s,t)};if(a){s.attr({href:"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="});let t=new nq.Image;nY(t,"load",l),t.src=e,t.complete&&l({})}else s.attr({href:e});return s}symbol(e,t,n,r,i,a){let o,s,l,c,u=this,h=/^url\((.*?)\)$/,d=h.test(e),f=!d&&(this.symbols[e]?e:"circle"),p=f&&this.symbols[f];if(p)"number"==typeof t&&(s=p.call(this.symbols,t||0,n||0,r||0,i||0,a)),o=this.path(s),u.styledMode||o.attr("fill","none"),nJ(o,{symbolName:f||void 0,x:t,y:n,width:r,height:i}),a&&nJ(o,a);else if(d){l=e.match(h)[1];let r=o=this.image(l);r.imgwidth=n7(a?.width,nV[l]?.width),r.imgheight=n7(a?.height,nV[l]?.height),c=e=>e.attr({width:e.width,height:e.height}),["width","height"].forEach(e=>{r[`${e}Setter`]=function(e,t){this[t]=e;let{alignByTranslate:n,element:r,width:i,height:o,imgwidth:s,imgheight:l}=this,c="width"===t?s:l,u=1;a&&"within"===a.backgroundSize&&i&&o&&s&&l?(u=Math.min(i/s,o/l),nW(r,{width:Math.round(s*u),height:Math.round(l*u)})):r&&c&&r.setAttribute(t,c),!n&&s&&l&&this.translate(((i||0)-s*u)/2,((o||0)-l*u)/2)}}),nZ(t)&&r.attr({x:t,y:n}),r.isImg=!0,r.symbolUrl=e,nZ(r.imgwidth)&&nZ(r.imgheight)?c(r):(r.attr({width:0,height:0}),nG("img",{onload:function(){let e=nR[u.chartIndex];0===this.width&&(nK(this,{position:"absolute",top:"-999em"}),nI.body.appendChild(this)),nV[l]={width:this.width,height:this.height},r.imgwidth=this.width,r.imgheight=this.height,r.element&&c(r),this.parentNode&&this.parentNode.removeChild(this),u.imgCount--,u.imgCount||!e||e.hasLoaded||e.onload()},src:l}),this.imgCount++)}return o}clipRect(e,t,n,r){return this.rect(e,t,n,r,0)}text(e,t,n,r){let i={};if(r&&(this.allowHTML||!this.forExport))return this.html(e,t,n);i.x=Math.round(t||0),n&&(i.y=Math.round(n)),nZ(e)&&(i.text=e);let a=this.createElement("text").attr(i);return r&&(!this.forExport||this.allowHTML)||(a.xSetter=function(e,t,n){let r=n.getElementsByTagName("tspan"),i=n.getAttribute(t);for(let n=0,a;ne.align())}}nJ(n8.prototype,{Element:nl,SVG_NS:nU,escapes:{"&":"&","<":"<",">":">","'":"'",'"':"""},symbols:nk,draw:n$}),tL.registerRendererType("svg",n8,!0);let{composed:re,isFirefox:rt}=V,{attr:rn,css:rr,createElement:ri,defined:ra,extend:ro,getAlignFactor:rs,isNumber:rl,pInt:rc,pushUnique:ru}=em;function rh(e,t,n){let r=this.div?.style;nl.prototype[`${t}Setter`].call(this,e,t,n),r&&(n.style[t]=r[t]=e)}let rd=(e,t)=>{if(!e.div){let n=rn(e.element,"class"),r=e.css,i=ri("div",n?{className:n}:void 0,{position:"absolute",left:`${e.translateX||0}px`,top:`${e.translateY||0}px`,...e.styles,display:e.display,opacity:e.opacity,visibility:e.visibility},e.parentGroup?.div||t);e.classSetter=(e,t,n)=>{n.setAttribute("class",e),i.className=e},e.translateXSetter=e.translateYSetter=(t,n)=>{e[n]=t,i.style["translateX"===n?"left":"top"]=`${t}px`,e.doTransform=!0},e.scaleXSetter=e.scaleYSetter=(t,n)=>{e[n]=t,e.doTransform=!0},e.opacitySetter=e.visibilitySetter=rh,e.css=t=>(r.call(e,t),t.cursor&&(i.style.cursor=t.cursor),t.pointerEvents&&(i.style.pointerEvents=t.pointerEvents),e),e.on=function(){return nl.prototype.on.apply({element:i,onEvents:e.onEvents},arguments),e},e.div=i}return e.div};class rf extends nl{static compose(e){ru(re,this.compose)&&(e.prototype.html=function(e,t,n){return new rf(this,"span").attr({text:e,x:Math.round(t),y:Math.round(n)})})}constructor(e,t){super(e,t),rf.useForeignObject?this.foreignObject=e.createElement("foreignObject").attr({zIndex:2}):this.css({position:"absolute",...e.styledMode?{}:{fontFamily:e.style.fontFamily,fontSize:e.style.fontSize}}),this.element.style.whiteSpace="nowrap"}getSpanCorrection(e,t,n){this.xCorr=-e*n,this.yCorr=-t}css(e){let t,{element:n}=this,r="SPAN"===n.tagName&&e&&"width"in e,i=r&&e.width;return r&&(delete e.width,this.textWidth=rc(i)||void 0,t=!0),e?.textOverflow==="ellipsis"&&(e.overflow="hidden",e.whiteSpace="nowrap"),e?.lineClamp&&(e.display="-webkit-box",e.WebkitLineClamp=e.lineClamp,e.WebkitBoxOrient="vertical",e.overflow="hidden"),rl(Number(e?.fontSize))&&(e.fontSize+="px"),ro(this.styles,e),rr(n,e),t&&this.updateTransform(),this}htmlGetBBox(){let{element:e}=this;return{x:e.offsetLeft,y:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}}updateTransform(){if(!this.added){this.alignOnAdd=!0;return}let{element:e,foreignObject:t,oldTextWidth:n,renderer:r,rotation:i,rotationOriginX:a,rotationOriginY:o,scaleX:s,scaleY:l,styles:{display:c="inline-block",whiteSpace:u},textAlign:h="left",textWidth:d,translateX:f=0,translateY:p=0,x:m=0,y:g=0}=this,v=()=>this.textPxLength?this.textPxLength:(rr(e,{width:"",whiteSpace:u||"nowrap"}),e.offsetWidth);if(t||rr(e,{marginLeft:`${f}px`,marginTop:`${p}px`}),"SPAN"===e.tagName){let f,p=[i,h,e.innerHTML,d,this.textAlign].join(","),y=-(this.parentGroup?.padding*1)||0;if(d!==n){let t=v(),a=d||0,o=!r.styledMode&&""===e.style.textOverflow&&e.style.webkitLineClamp;(a>n||t>a||o)&&(/[\-\s\u00AD]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(rr(e,{width:(i||s||t>a||o)&&rl(d)?d+"px":"auto",display:c,whiteSpace:u||"normal"}),this.oldTextWidth=d)}t&&(rr(e,{display:"inline-block",verticalAlign:"top"}),t.attr({width:r.width,height:r.height})),p!==this.cTT&&(f=r.fontMetrics(e).b,ra(i)&&!t&&(i!==(this.oldRotation||0)||h!==this.oldAlign)&&rr(e,{transform:`rotate(${i}deg)`,transformOrigin:`${y}% ${y}px`}),this.getSpanCorrection(!ra(i)&&!this.textWidth&&this.textPxLength||e.offsetWidth,f,rs(h)));let{xCorr:b=0,yCorr:x=0}=this,w={left:`${m+b}px`,top:`${g+x}px`,textAlign:h,transformOrigin:`${(a??m)-b-m-y}px ${(o??g)-x-g-y}px`};(s||l)&&(w.transform=`scale(${s??1},${l??1})`),t?(super.updateTransform(),rl(m)&&rl(g)?(t.attr({x:m+b,y:g+x,width:e.offsetWidth+3,height:e.offsetHeight,"transform-origin":e.getAttribute("transform-origin")||"0 0"}),rr(e,{display:c,textAlign:h})):rt&&t.attr({width:0,height:0})):rr(e,w),this.cTT=p,this.oldRotation=i,this.oldAlign=h}}add(e){let{foreignObject:t,renderer:n}=this,r=n.box.parentNode,i=[];if(t)t.add(e),super.add(n.createElement("body").attr({xmlns:"http://www.w3.org/1999/xhtml"}).css({background:"transparent",margin:"0 3px 0 0"}).add(t));else{let t;if(this.parentGroup=e,e&&!(t=e.div)){let n=e;for(;n;)i.push(n),n=n.parentGroup;for(let e of i.reverse())t=rd(e,r)}(t||r).appendChild(this.element)}return this.added=!0,this.alignOnAdd&&this.updateTransform(),this}textSetter(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,tg.setElementHTML(this.element,e??""),this.textStr=e,this.doTransform=!0)}alignSetter(e){this.alignValue=this.textAlign=e,this.doTransform=!0}xSetter(e,t){this[t]=e,this.doTransform=!0}}let rp=rf.prototype;rp.visibilitySetter=rp.opacitySetter=rh,rp.ySetter=rp.rotationSetter=rp.rotationOriginXSetter=rp.rotationOriginYSetter=rp.xSetter,(c=_||(_={})).xAxis={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%[HMSL]",range:!1},second:{main:"%[HMS]",range:!1},minute:{main:"%[HM]",range:!1},hour:{main:"%[HM]",range:!1},day:{main:"%[eb]"},week:{main:"%[eb]"},month:{main:"%[bY]"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotationLimit:80,distance:15,enabled:!0,indentation:10,overflow:"justify",reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,zIndex:7,style:{color:"#333333",cursor:"default",fontSize:"0.8em",textOverflow:"ellipsis"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minorTicksPerMajor:5,minPadding:.01,offset:void 0,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickmarkPlacement:"between",tickPixelInterval:100,tickPosition:"outside",title:{align:"middle",useHTML:!1,x:0,y:0,style:{color:"#666666",fontSize:"0.8em"}},visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#333333",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#333333"},c.yAxis={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:void 0},startOnTick:!0,title:{},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){let{numberFormatter:e}=this.axis.chart;return e(this.total||0,-1)},style:{color:"#000000",fontSize:"0.7em",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0};let rm=_,{addEvent:rg,isFunction:rv,objectEach:ry,removeEvent:rb}=em;(k||(k={})).registerEventOptions=function(e,t){e.eventOptions=e.eventOptions||{},ry(t.events,function(t,n){e.eventOptions[n]!==t&&(e.eventOptions[n]&&(rb(e,n,e.eventOptions[n]),delete e.eventOptions[n]),rv(t)&&(e.eventOptions[n]=t,rg(e,n,t,{order:0})))})};let rx=k,{deg2rad:rw}=V,{clamp:r_,correctFloat:rk,defined:rS,destroyObjectProperties:rM,extend:rA,fireEvent:rE,getAlignFactor:rT,isNumber:rC,merge:rP,objectEach:rN,pick:rO}=em,rL=class{constructor(e,t,n,r,i){this.isNew=!0,this.isNewLabel=!0,this.axis=e,this.pos=t,this.type=n||"",this.parameters=i||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,rE(this,"init"),n||r||this.addLabel()}addLabel(){let e=this,t=e.axis,n=t.options,r=t.chart,i=t.categories,a=t.logarithmic,o=t.names,s=e.pos,l=rO(e.options?.labels,n.labels),c=t.tickPositions,u=s===c[0],h=s===c[c.length-1],d=(!l.step||1===l.step)&&1===t.tickInterval,f=c.info,p=e.label,m,g,v,y=this.parameters.category||(i?rO(i[s],o[s],s):s);a&&rC(y)&&(y=rk(a.lin2log(y))),t.dateTime&&(f?m=(g=r.time.resolveDTLFormat(n.dateTimeLabelFormats[!n.grid?.enabled&&f.higherRanks[s]||f.unitName])).main:rC(y)&&(m=t.dateTime.getXDateFormat(y,n.dateTimeLabelFormats||{}))),e.isFirst=u,e.isLast=h;let b={axis:t,chart:r,dateTimeLabelFormat:m,isFirst:u,isLast:h,pos:s,tick:e,tickPositionInfo:f,value:y};rE(this,"labelFormat",b);let x=e=>l.formatter?l.formatter.call(e,e):l.format?(e.text=t.defaultLabelFormatter.call(e),tO.format(l.format,e,r)):t.defaultLabelFormatter.call(e),w=x.call(b,b),_=g?.list;_?e.shortenLabel=function(){for(v=0;v<_.length;v++)if(rA(b,{dateTimeLabelFormat:_[v]}),p.attr({text:x.call(b,b)}),p.getBBox().width0&&r+u*h>s&&(m=Math.round((i-r)/Math.cos(c*rw))):(r-u*hs&&(f=s-e.x+f*u,p=-1),(f=Math.min(d,f))f||t.autoRotation&&l?.styles?.width)&&(m=f)),m&&l&&(this.shortenLabel?this.shortenLabel():l.css(rA({},{width:Math.floor(m)+"px",lineClamp:+!t.isRadial})))}moveLabel(e,t){let n=this,r=n.label,i=n.axis,a=!1,o;r&&r.textStr===e?(n.movedLabel=r,a=!0,delete n.label):rN(i.ticks,function(t){a||t.isNew||t===n||!t.label||t.label.textStr!==e||(n.movedLabel=t.label,a=!0,t.labelPos=n.movedLabel.xy,delete t.label)}),!a&&(n.labelPos||r)&&(o=n.labelPos||r.xy,n.movedLabel=n.createLabel(e,t,o),n.movedLabel&&n.movedLabel.attr({opacity:0}))}render(e,t,n){let r=this.axis,i=r.horiz,a=this.pos,o=rO(this.tickmarkOffset,r.tickmarkOffset),s=this.getPosition(i,a,o,t),l=s.x,c=s.y,u=r.pos,h=u+r.len,d=i?l:c,f=rO(n,this.label?.newOpacity,1);!r.chart.polar&&(rk(d)h)&&(n=0),n??(n=1),this.isActive=!0,this.renderGridLine(t,n),this.renderMark(s,n),this.renderLabel(s,t,f,e),this.isNew=!1,rE(this,"afterRender")}renderGridLine(e,t){let n=this.axis,r=n.options,i={},a=this.pos,o=this.type,s=rO(this.tickmarkOffset,n.tickmarkOffset),l=n.chart.renderer,c=this.gridLine,u,h=r.gridLineWidth,d=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(h=r.minorGridLineWidth,d=r.minorGridLineColor,f=r.minorGridLineDashStyle),c||(n.chart.styledMode||(i.stroke=d,i["stroke-width"]=h||0,i.dashstyle=f),o||(i.zIndex=1),e&&(t=0),this.gridLine=c=l.path().attr(i).addClass("highcharts-"+(o?o+"-":"")+"grid-line").add(n.gridGroup)),c&&(u=n.getPlotLinePath({value:a+s,lineWidth:c.strokeWidth(),force:"pass",old:e,acrossPanes:!1}))&&c[e||this.isNew?"attr":"animate"]({d:u,opacity:t})}renderMark(e,t){let n=this.axis,r=n.options,i=n.chart.renderer,a=this.type,o=n.tickSize(a?a+"Tick":"tick"),s=e.x,l=e.y,c=rO(r["minor"!==a?"tickWidth":"minorTickWidth"],!a&&n.isXAxis?1:0),u=r["minor"!==a?"tickColor":"minorTickColor"],h=this.mark,d=!h;o&&(n.opposite&&(o[0]=-o[0]),!h&&(this.mark=h=i.path().addClass("highcharts-"+(a?a+"-":"")+"tick").add(n.axisGroup),n.chart.styledMode||h.attr({stroke:u,"stroke-width":c})),h[d?"attr":"animate"]({d:this.getMarkPath(s,l,o[0],h.strokeWidth(),n.horiz,i),opacity:t}))}renderLabel(e,t,n,r){let i=this.axis,a=i.horiz,o=i.options,s=this.label,l=o.labels,c=l.step,u=rO(this.tickmarkOffset,i.tickmarkOffset),h=e.x,d=e.y,f=!0;s&&rC(h)&&(s.xy=e=this.getLabelPosition(h,d,s,a,l,u,r,c),(!this.isFirst||this.isLast||o.showFirstLabel)&&(!this.isLast||this.isFirst||o.showLastLabel)?!a||l.step||l.rotation||t||0===n||this.handleOverflow(e):f=!1,c&&r%c&&(f=!1),f&&rC(e.y)?(e.opacity=n,s[this.isNewLabel?"attr":"animate"](e).show(!0),this.isNewLabel=!1):(s.hide(),this.isNewLabel=!0))}replaceMovedLabel(){let e=this.label,t=this.axis;e&&!this.isNew&&(e.animate({opacity:0},void 0,e.destroy),delete this.label),t.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel}},{animObject:rj}=tn,{xAxis:rD,yAxis:rR}=rm,{defaultOptions:rz}=eH,{registerEventOptions:rI}=rx,{deg2rad:rB}=V,{arrayMax:rF,arrayMin:rH,clamp:r$,correctFloat:rU,defined:rV,destroyObjectProperties:rq,erase:rY,error:rW,extend:rG,fireEvent:rX,getClosestDistance:rK,insertItem:rZ,isArray:rQ,isNumber:rJ,isString:r0,merge:r1,normalizeTickInterval:r2,objectEach:r3,pick:r5,relativeLength:r7,removeEvent:r4,splat:r6,syncTimeout:r9}=em,r8=(e,t)=>r2(t,void 0,void 0,r5(e.options.allowDecimals,t<.5||void 0!==e.tickAmount),!!e.tickAmount);rG(rz,{xAxis:rD,yAxis:r1(rD,rR)});class ie{constructor(e,t,n){this.init(e,t,n)}init(e,t,n=this.coll){let r="xAxis"===n,i=this.isZAxis||(e.inverted?!r:r);this.chart=e,this.horiz=i,this.isXAxis=r,this.coll=n,rX(this,"init",{userOptions:t}),this.opposite=r5(t.opposite,this.opposite),this.side=r5(t.side,this.side,i?2*!this.opposite:this.opposite?1:3),this.setOptions(t);let a=this.options,o=a.labels;this.type??(this.type=a.type||"linear"),this.uniqueNames??(this.uniqueNames=a.uniqueNames??!0),rX(this,"afterSetType"),this.userOptions=t,this.minPixelPadding=0,this.reversed=r5(a.reversed,this.reversed),this.visible=a.visible,this.zoomEnabled=a.zoomEnabled,this.hasNames="category"===this.type||!0===a.categories,this.categories=rQ(a.categories)&&a.categories||(this.hasNames?[]:void 0),this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=rV(a.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len??(this.len=0),this.minRange=this.userMinRange=a.minRange||a.maxZoom,this.range=a.range,this.offset=a.offset||0,this.max=void 0,this.min=void 0;let s=r5(a.crosshair,r6(e.options.tooltip.crosshairs)[+!r]);this.crosshair=!0===s?{}:s,-1===e.axes.indexOf(this)&&(r?e.axes.splice(e.xAxis.length,0,this):e.axes.push(this),rZ(this,e[this.coll])),e.orderItems(this.coll),this.series=this.series||[],e.inverted&&!this.isZAxis&&r&&!rV(this.reversed)&&(this.reversed=!0),this.labelRotation=rJ(o.rotation)?o.rotation:void 0,rI(this,a),rX(this,"afterInit")}setOptions(e){let t=this.horiz?{labels:{autoRotation:[-45],padding:3},margin:15}:{labels:{padding:1},title:{rotation:90*this.side}};this.options=r1(t,"yAxis"===this.coll?{title:{text:this.chart.options.lang.yAxisTitle}}:{},rz[this.coll],e),rX(this,"afterSetOptions",{userOptions:e})}defaultLabelFormatter(){let e=this.axis,{numberFormatter:t}=this.chart,n=rJ(this.value)?this.value:NaN,r=e.chart.time,i=e.categories,a=this.dateTimeLabelFormat,o=rz.lang,s=o.numericSymbols,l=o.numericSymbolMagnitude||1e3,c=e.logarithmic?Math.abs(n):e.tickInterval,u=s?.length,h,d;if(i)d=`${this.value}`;else if(a)d=r.dateFormat(a,n,!0);else if(u&&s&&c>=1e3)for(;u--&&void 0===d;)c>=(h=Math.pow(l,u+1))&&10*n%h==0&&null!==s[u]&&0!==n&&(d=t(n/h,-1)+s[u]);return void 0===d&&(d=Math.abs(n)>=1e4?t(n,-1):t(n,-1,void 0,"")),d}getSeriesExtremes(){let e,t=this;rX(this,"getSeriesExtremes",null,function(){t.hasVisibleSeries=!1,t.dataMin=t.dataMax=t.threshold=void 0,t.softThreshold=!t.isXAxis,t.series.forEach(n=>{if(n.reserveSpace()){let r=n.options,i,a=r.threshold,o,s;if(t.hasVisibleSeries=!0,t.positiveValuesOnly&&0>=(a||0)&&(a=void 0),t.isXAxis)(i=n.getColumn("x")).length&&(i=t.logarithmic?i.filter(e=>e>0):i,o=(e=n.getXExtremes(i)).min,s=e.max,rJ(o)||o instanceof Date||(i=i.filter(rJ),o=(e=n.getXExtremes(i)).min,s=e.max),i.length&&(t.dataMin=Math.min(r5(t.dataMin,o),o),t.dataMax=Math.max(r5(t.dataMax,s),s)));else{let e=n.applyExtremes();rJ(e.dataMin)&&(o=e.dataMin,t.dataMin=Math.min(r5(t.dataMin,o),o)),rJ(e.dataMax)&&(s=e.dataMax,t.dataMax=Math.max(r5(t.dataMax,s),s)),rV(a)&&(t.threshold=a),(!r.softThreshold||t.positiveValuesOnly)&&(t.softThreshold=!1)}}})}),rX(this,"afterGetSeriesExtremes")}translate(e,t,n,r,i,a){let o=this.linkedParent||this,s=r&&o.old?o.old.min:o.min;if(!rJ(s))return NaN;let l=o.minPixelPadding,c=(o.isOrdinal||o.brokenAxis?.hasBreaks||o.logarithmic&&i)&&!!o.lin2val,u=1,h=0,d=r&&o.old?o.old.transA:o.transA,f=0;return d||(d=o.transA),n&&(u*=-1,h=o.len),o.reversed&&(u*=-1,h-=u*(o.sector||o.len)),t?(f=(e=e*u+h-l)/d+s,c&&(f=o.lin2val(f))):(c&&(e=o.val2lin(e)),f=u*(e-s)*d+h+u*l+(rJ(a)?d*a:0),o.isRadial||(f=rU(f))),f}toPixels(e,t){return this.translate(this.chart?.time.parse(e)??NaN,!1,!this.horiz,void 0,!0)+(t?0:this.pos)}toValue(e,t){return this.translate(e-(t?0:this.pos),!0,!this.horiz,void 0,!0)}getPlotLinePath(e){let t=this,n=t.chart,r=t.left,i=t.top,a=e.old,o=e.value,s=e.lineWidth,l=a&&n.oldChartHeight||n.chartHeight,c=a&&n.oldChartWidth||n.chartWidth,u=t.transB,h=e.translatedValue,d=e.force,f,p,m,g,v;function y(e,t,n){return"pass"!==d&&(en)&&(d?e=r$(e,t,n):v=!0),e}let b={value:o,lineWidth:s,old:a,force:d,acrossPanes:e.acrossPanes,translatedValue:h};return rX(this,"getPlotLinePath",b,function(e){f=m=(h=r$(h=r5(h,t.translate(o,void 0,void 0,a)),-1e9,1e9))+u,p=g=l-h-u,rJ(h)?t.horiz?(p=i,g=l-t.bottom+(t.options.isInternal?0:n.scrollablePixelsY||0),f=m=y(f,r,r+t.width)):(f=r,m=c-t.right+(n.scrollablePixelsX||0),p=g=y(p,i,i+t.height)):(v=!0,d=!1),e.path=v&&!d?void 0:n.renderer.crispLine([["M",f,p],["L",m,g]],s||1)}),b.path}getLinearTickPositions(e,t,n){let r,i,a,o=rU(Math.floor(t/e)*e),s=rU(Math.ceil(n/e)*e),l=[];if(rU(o+e)===o&&(a=20),this.single)return[t];for(r=o;r<=s&&(l.push(r),(r=rU(r+e,a))!==i);)i=r;return l}getMinorTickInterval(){let{minorTicks:e,minorTickInterval:t}=this.options;return!0===e?r5(t,"auto"):!1!==e?t:void 0}getMinorTickPositions(){let e=this.options,t=this.tickPositions,n=this.minorTickInterval,r=this.pointRangePadding||0,i=(this.min||0)-r,a=(this.max||0)+r,o=this.brokenAxis?.hasBreaks?this.brokenAxis.unitLength:a-i,s=[],l;if(o&&o/n{let t=e.getColumn("x");return e.xIncrement?t.slice(0,2):t}))||0),this.dataMax-this.dataMin)),rJ(r)&&rJ(i)&&rJ(a)&&r-i=a,o=(a-r+i)/2,l=[i-o,n.parse(e.min)??i-o],s&&(l[2]=t?t.log2lin(this.dataMin):this.dataMin),c=[(i=rF(l))+a,n.parse(e.max)??i+a],s&&(c[2]=t?t.log2lin(this.dataMax):this.dataMax),(r=rH(c))-ie-t),e=rK([n]))}return e&&t?Math.min(e,t):e||t}nameToX(e){let t=rQ(this.options.categories),n=t?this.categories:this.names,r=e.options.x,i;return e.series.requireSorting=!1,rV(r)||(r=this.uniqueNames&&n?t?n.indexOf(e.name):r5(n.keys[e.name],-1):e.series.autoIncrement()),-1===r?!t&&n&&(i=n.length):rJ(r)&&(i=r),void 0!==i?(this.names[i]=e.name,this.names.keys[e.name]=i):e.x&&(i=e.x),i}updateNames(){let e=this,t=this.names;t.length>0&&(Object.keys(t.keys).forEach(function(e){delete t.keys[e]}),t.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach(t=>{t.xIncrement=null,(!t.points||t.isDirtyData)&&(e.max=Math.max(e.max||0,t.dataTable.rowCount-1),t.processData(),t.generatePoints());let n=t.getColumn("x").slice();t.data.forEach((t,r)=>{let i=n[r];t?.options&&void 0!==t.name&&void 0!==(i=e.nameToX(t))&&i!==t.x&&(n[r]=t.x=i)}),t.dataTable.setColumn("x",n)}))}setAxisTranslation(){let e=this,t=e.max-e.min,n=e.linkedParent,r=!!e.categories,i=e.isXAxis,a=e.axisPointRange||0,o,s=0,l=0,c,u=e.transA;(i||r||a)&&(o=e.getClosest(),n?(s=n.minPointOffset,l=n.pointRangePadding):e.series.forEach(function(t){let n=r?1:i?r5(t.options.pointRange,o,0):e.axisPointRange||0,c=t.options.pointPlacement;if(a=Math.max(a,n),!e.single||r){let e=t.is("xrange")?!i:i;s=Math.max(s,e&&r0(c)?0:n/2),l=Math.max(l,e&&"on"===c?0:n)}}),c=e.ordinal?.slope&&o?e.ordinal.slope/o:1,e.minPointOffset=s*=c,e.pointRangePadding=l*=c,e.pointRange=Math.min(a,e.single&&r?1:t),i&&(e.closestPointRange=o)),e.translationSlope=e.transA=u=e.staticScale||e.len/(t+l||1),e.transB=e.horiz?e.left:e.bottom,e.minPixelPadding=u*s,rX(this,"afterSetAxisTranslation")}minFromRange(){let{max:e,min:t}=this;return rJ(e)&&rJ(t)&&e-t||void 0}setTickInterval(e){let{categories:t,chart:n,dataMax:r,dataMin:i,dateTime:a,isXAxis:o,logarithmic:s,options:l,softThreshold:c}=this,u=n.time,h=rJ(this.threshold)?this.threshold:void 0,d=this.minRange||0,{ceiling:f,floor:p,linkedTo:m,softMax:g,softMin:v}=l,y=rJ(m)&&n[this.coll]?.[m],b=l.tickPixelInterval,x=l.maxPadding,w=l.minPadding,_=0,k,S=rJ(l.tickInterval)&&l.tickInterval>=0?l.tickInterval:void 0,M,A,E,T;if(a||t||y||this.getTickAmount(),E=r5(this.userMin,u.parse(l.min)),T=r5(this.userMax,u.parse(l.max)),y?(this.linkedParent=y,k=y.getExtremes(),this.min=r5(k.min,k.dataMin),this.max=r5(k.max,k.dataMax),this.type!==y.type&&rW(11,!0,n)):(c&&rV(h)&&rJ(r)&&rJ(i)&&(i>=h?(M=h,w=0):r<=h&&(A=h,x=0)),this.min=r5(E,M,i),this.max=r5(T,A,r)),rJ(this.max)&&rJ(this.min)&&(s&&(this.positiveValuesOnly&&!e&&0>=Math.min(this.min,r5(i,this.min))&&rW(10,!0,n),this.min=rU(s.log2lin(this.min),16),this.max=rU(s.log2lin(this.max),16)),this.range&&rJ(i)&&(this.userMin=this.min=E=Math.max(i,this.minFromRange()||0),this.userMax=T=this.max,this.range=void 0)),rX(this,"foundExtremes"),this.adjustForMinRange(),rJ(this.min)&&rJ(this.max)){if(!rJ(this.userMin)&&rJ(v)&&vthis.max&&(this.max=T=g),t||this.axisPointRange||this.stacking?.usePercentage||y||(_=this.max-this.min)&&(!rV(E)&&w&&(this.min-=_*w),!rV(T)&&x&&(this.max+=_*x)),!rJ(this.userMin)&&rJ(p)&&(this.min=Math.max(this.min,p)),!rJ(this.userMax)&&rJ(f)&&(this.max=Math.min(this.max,f)),c&&rJ(i)&&rJ(r)){let e=h||0;!rV(E)&&this.min=e?this.min=l.minRange?Math.min(e,this.max-d):e:!rV(T)&&this.max>e&&r<=e&&(this.max=l.minRange?Math.max(e,this.min+d):e)}!n.polar&&this.min>this.max&&(rV(l.min)?this.max=this.min:rV(l.max)&&(this.min=this.max)),_=this.max-this.min}if(this.min!==this.max&&rJ(this.min)&&rJ(this.max)?y&&!S&&b===y.options.tickPixelInterval?this.tickInterval=S=y.tickInterval:this.tickInterval=r5(S,this.tickAmount?_/Math.max(this.tickAmount-1,1):void 0,t?1:_*b/Math.max(this.len,b)):this.tickInterval=1,o&&!e){let e=this.min!==this.old?.min||this.max!==this.old?.max;this.series.forEach(function(t){t.forceCrop=t.forceCropping?.(),t.processData(e)}),rX(this,"postProcessData",{hasExtremesChanged:e})}this.setAxisTranslation(),rX(this,"initialAxisTranslation"),this.pointRange&&!S&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval));let C=r5(l.minTickInterval,a&&!this.series.some(e=>!e.sorted)?this.closestPointRange:0);!S&&C&&this.tickIntervalMath.max(2*this.len,200))s=[this.min,this.max],rW(19,!1,this.chart);else if(this.dateTime)s=this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,e.units),this.min,this.max,e.startOfWeek,this.ordinal?.positions,this.closestPointRange,!0);else if(this.logarithmic)s=this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max);else{let e=this.tickInterval,t=e;for(;t<=2*e;)if(s=this.getLinearTickPositions(this.tickInterval,this.min,this.max),this.tickAmount&&s.length>this.tickAmount)this.tickInterval=r8(this,t*=1.1);else break}s.length>this.len&&(s=[s[0],s[s.length-1]])[0]===s[1]&&(s.length=1),n&&(this.tickPositions=s,(l=n.apply(this,[this.min,this.max]))&&(s=l))}this.tickPositions=s,this.minorTickInterval="auto"===r&&this.tickInterval?this.tickInterval/e.minorTicksPerMajor:r,this.paddedTicks=s.slice(0),this.trimTicks(s,a,o),!this.isLinked&&rJ(this.min)&&rJ(this.max)&&(this.single&&s.length<2&&!this.categories&&!this.series.some(e=>e.is("heatmap")&&"between"===e.options.pointPlacement)&&(this.min-=.5,this.max+=.5),t||l||this.adjustTickAmount()),rX(this,"afterSetTickPositions")}trimTicks(e,t,n){let r=e[0],i=e[e.length-1],a=!this.isOrdinal&&this.minPointOffset||0;if(rX(this,"trimTicks"),!this.isLinked||!this.grid){if(t&&r!==-1/0)this.min=r;else for(;this.min-a>e[0];)e.shift();if(n)this.max=i;else for(;this.max+a{let{horiz:t,options:n}=e;return[t?n.left:n.top,n.width,n.height,n.pane].join(",")},a=i(this);n[this.coll].forEach(function(n){let{series:o}=n;o.length&&o.some(e=>e.visible)&&n!==t&&i(n)===a&&(e=!0,r.push(n))})}if(e&&o){r.forEach(e=>{let n=e.getThresholdAlignment(t);rJ(n)&&s.push(n)});let e=s.length>1?s.reduce((e,t)=>e+=t,0)/s.length:void 0;r.forEach(t=>{t.thresholdAlignment=e})}return e}getThresholdAlignment(e){if((!rJ(this.dataMin)||this!==e&&this.series.some(e=>e.isDirty||e.isDirtyData||e.xAxis?.isDirty))&&this.getSeriesExtremes(),rJ(this.threshold)){let e=r$((this.threshold-(this.dataMin||0))/((this.dataMax||0)-(this.dataMin||0)),0,1);return this.options.reversed&&(e=1-e),e}}getTickAmount(){let e=this.options,t=e.tickPixelInterval,n=e.tickAmount;rV(e.tickInterval)||n||!(this.lena.push(rU(a[a.length-1]+d)),m=()=>a.unshift(rU(a[0]-d));if(rJ(s)&&(f=0===s?0:1===s?o-1:Math.round(r$(s*(o-1),1,o-2)),i.reversed&&(f=o-1-f)),e.hasData()&&rJ(r)&&rJ(n)){let s=()=>{e.transA*=(l-1)/(o-1),e.min=i.startOnTick?a[0]:Math.min(r,a[0]),e.max=i.endOnTick?a[a.length-1]:Math.max(n,a[a.length-1])};if(rJ(f)&&rJ(e.threshold)){for(;a[f]!==c||a.length!==o||a[0]>r||a[a.length-1]e.threshold?m():p();if(d>8*e.tickInterval)break;d*=2}s()}else if(l0&&h{n=n||e.isDirtyData||e.isDirty,r=r||e.xAxis?.isDirty||!1}),this.setAxisSize();let i=this.len!==this.old?.len;i||n||r||this.isLinked||this.forceRedraw||this.userMin!==this.old?.userMin||this.userMax!==this.old?.userMax||this.alignToOthers()?(t&&"yAxis"===e&&t.buildStacks(),this.forceRedraw=!1,this.userMinRange||(this.minRange=void 0),this.getSeriesExtremes(),this.setTickInterval(),t&&"xAxis"===e&&t.buildStacks(),this.isDirty||(this.isDirty=i||this.min!==this.old?.min||this.max!==this.old?.max)):t&&t.cleanStacks(),n&&delete this.allExtremes,rX(this,"afterSetScale")}setExtremes(e,t,n=!0,r,i){let a=this.chart;this.series.forEach(e=>{delete e.kdTree}),e=a.time.parse(e),t=a.time.parse(t),rX(this,"setExtremes",i=rG(i,{min:e,max:t}),e=>{this.userMin=e.min,this.userMax=e.max,this.eventArgs=e,n&&a.redraw(r)})}setAxisSize(){let e=this.chart,t=this.options,n=t.offsets||[0,0,0,0],r=this.horiz,i=this.width=Math.round(r7(r5(t.width,e.plotWidth-n[3]+n[1]),e.plotWidth)),a=this.height=Math.round(r7(r5(t.height,e.plotHeight-n[0]+n[2]),e.plotHeight)),o=this.top=Math.round(r7(r5(t.top,e.plotTop+n[0]),e.plotHeight,e.plotTop)),s=this.left=Math.round(r7(r5(t.left,e.plotLeft+n[3]),e.plotWidth,e.plotLeft));this.bottom=e.chartHeight-a-o,this.right=e.chartWidth-i-s,this.len=Math.max(r?i:a,0),this.pos=r?s:o}getExtremes(){let e=this.logarithmic;return{min:e?rU(e.lin2log(this.min)):this.min,max:e?rU(e.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}}getThreshold(e){let t=this.logarithmic,n=t?t.lin2log(this.min):this.min,r=t?t.lin2log(this.max):this.max;return null===e||e===-1/0?e=n:e===1/0?e=r:n>e?e=n:r15&&t<165?e.align="right":t>195&&t<345&&(e.align="left")}),n.align}tickSize(e){let t=this.options,n=r5(t["tick"===e?"tickWidth":"minorTickWidth"],"tick"===e&&this.isXAxis&&!this.categories?1:0),r=t["tick"===e?"tickLength":"minorTickLength"],i;n&&r&&("inside"===t[e+"Position"]&&(r=-r),i=[r,n]);let a={tickSize:i};return rX(this,"afterTickSize",a),a.tickSize}labelMetrics(){let e=this.chart.renderer,t=this.ticks,n=t[Object.keys(t)[0]]||{};return this.chart.renderer.fontMetrics(n.label||n.movedLabel||e.box)}unsquish(){let e=this.options.labels,t=e.padding||0,n=this.horiz,r=this.tickInterval,i=this.len/((+!!this.categories+this.max-this.min)/r),a=e.rotation,o=rU(.8*this.labelMetrics().h),s=Math.max(this.max-this.min,0),l=function(e){let n=(e+2*t)/(i||1);return(n=n>1?Math.ceil(n):1)*r>s&&e!==1/0&&i!==1/0&&s&&(n=Math.ceil(s/r)),rU(n*r)},c=r,u,h=Number.MAX_VALUE,d;if(n){if(!e.staggerLines&&(rJ(a)?d=[a]:i=-90&&n<=90)&&(t=(e=l(Math.abs(o/Math.sin(rB*n))))+Math.abs(n/360))p&&(p=n)}),this.maxLabelLength=p,this.autoRotation?p>l&&p>u.h?c.rotation=this.labelRotation:this.labelRotation=0:s&&(d=l),c.rotation&&(d=p>.5*e.chartHeight?.33*e.chartHeight:p,h||(f=1)),this.labelAlign=i.align||this.autoLabelAlign(this.labelRotation||0),this.labelAlign&&(c.align=this.labelAlign),n.forEach(function(e){let t=r[e],n=t?.label,i=a.width,o={};n&&(n.attr(c),t.shortenLabel?t.shortenLabel():d&&!i&&"nowrap"!==a.whiteSpace&&(d<(n.textPxLength||0)||"SPAN"===n.element.tagName)?n.css(rG(o,{width:`${d}px`,lineClamp:f})):!n.styles.width||o.width||i||n.css({width:"auto"}),t.rotation=c.rotation)},this),this.tickRotCorr=t.rotCorr(u.b,this.labelRotation||0,0!==this.side)}hasData(){return this.series.some(function(e){return e.hasData()})||this.options.showEmpty&&rV(this.min)&&rV(this.max)}addTitle(e){let t,n=this.chart.renderer,r=this.horiz,i=this.opposite,a=this.options.title,o=this.chart.styledMode;this.axisTitle||((t=a.textAlign)||(t=(r?{low:"left",middle:"center",high:"right"}:{low:i?"right":"left",middle:"center",high:i?"left":"right"})[a.align]),this.axisTitle=n.text(a.text||"",0,0,a.useHTML).attr({zIndex:7,rotation:a.rotation||0,align:t}).addClass("highcharts-axis-title"),o||this.axisTitle.css(r1(a.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),o||a.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[e?"show":"hide"](e)}generateTick(e){let t=this.ticks;t[e]?t[e].addLabel():t[e]=new rL(this,e)}createGroups(){let{axisParent:e,chart:t,coll:n,options:r}=this,i=t.renderer,a=(t,a,o)=>i.g(t).attr({zIndex:o}).addClass(`highcharts-${n.toLowerCase()}${a} `+(this.isRadial?`highcharts-radial-axis${a} `:"")+(r.className||"")).add(e);this.axisGroup||(this.gridGroup=a("grid","-grid",r.gridZIndex),this.axisGroup=a("axis","",r.zIndex),this.labelGroup=a("axis-labels","-labels",r.labels.zIndex))}getOffset(){let e=this,{chart:t,horiz:n,options:r,side:i,ticks:a,tickPositions:o,coll:s}=e,l=t.inverted&&!e.isZAxis?[1,0,3,2][i]:i,c=e.hasData(),u=r.title,h=r.labels,d=rJ(r.crossing),f=t.axisOffset,p=t.clipOffset,m=[-1,1,1,-1][i],g,v=0,y,b=0,x=0,w,_;if(e.showAxis=g=c||r.showEmpty,e.staggerLines=e.horiz&&h.staggerLines||void 0,e.createGroups(),c||e.isLinked?(o.forEach(function(t){e.generateTick(t)}),e.renderUnsquish(),e.reserveSpaceDefault=0===i||2===i||({1:"left",3:"right"})[i]===e.labelAlign,r5(h.reserveSpace,!d&&null,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&o.forEach(function(e){x=Math.max(a[e].getLabelSize(),x)}),e.staggerLines&&(x*=e.staggerLines),e.labelOffset=x*(e.opposite?-1:1)):r3(a,function(e,t){e.destroy(),delete a[t]}),u?.text&&!1!==u.enabled&&(e.addTitle(g),g&&!d&&!1!==u.reserveSpace&&(e.titleOffset=v=e.axisTitle.getBBox()[n?"height":"width"],b=rV(y=u.offset)?0:r5(u.margin,n?5:10))),e.renderLine(),e.offset=m*r5(r.offset,f[i]?f[i]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},_=0===i?-e.labelMetrics().h:2===i?e.tickRotCorr.y:0,w=Math.abs(x)+b,x&&(w-=_,w+=m*(n?r5(h.y,e.tickRotCorr.y+m*h.distance):r5(h.x,m*h.distance))),e.axisTitleMargin=r5(y,w),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(a,o)),"colorAxis"!==s&&p){let t=this.tickSize("tick");f[i]=Math.max(f[i],(e.axisTitleMargin||0)+v+m*e.offset,w,o?.length&&t?t[0]+m*e.offset:0);let n=!e.axisLine||r.offset?0:e.axisLine.strokeWidth()/2;p[l]=Math.max(p[l],n)}rX(this,"afterGetOffset")}getLinePath(e){let t=this.chart,n=this.opposite,r=this.offset,i=this.horiz,a=this.left+(n?this.width:0)+r,o=t.chartHeight-this.bottom-(n?this.height:0)+r;return n&&(e*=-1),t.renderer.crispLine([["M",i?this.left:a,i?o:this.top],["L",i?t.chartWidth-this.right:a,i?o:t.chartHeight-this.bottom]],e)}renderLine(){!this.axisLine&&(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))}getTitlePosition(e){let t=this.horiz,n=this.left,r=this.top,i=this.len,a=this.options.title,o=t?n:r,s=this.opposite,l=this.offset,c=a.x,u=a.y,h=this.chart.renderer.fontMetrics(e),d=e?Math.max(e.getBBox(!1,0).height-h.h-1,0):0,f={low:o+(t?0:i),middle:o+i/2,high:o+(t?i:0)}[a.align],p=(t?r+this.height:n)+(t?1:-1)*(s?-1:1)*(this.axisTitleMargin||0)+[-d,d,h.f,-d][this.side],m={x:t?f+c:p+(s?this.width:0)+l+c,y:t?p+u-(s?this.height:0)+l:f+u};return rX(this,"afterGetTitlePosition",{titlePosition:m}),m}renderMinorTick(e,t){let n=this.minorTicks;n[e]||(n[e]=new rL(this,e,"minor")),t&&n[e].isNew&&n[e].render(null,!0),n[e].render(null,!1,1)}renderTick(e,t,n){let r=this.isLinked,i=this.ticks;(!r||e>=this.min&&e<=this.max||this.grid?.isColumn)&&(i[e]||(i[e]=new rL(this,e)),n&&i[e].isNew&&i[e].render(t,!0,-1),i[e].render(t))}render(){let e,t,n=this,r=n.chart,i=n.logarithmic,a=r.renderer,o=n.options,s=n.isLinked,l=n.tickPositions,c=n.axisTitle,u=n.ticks,h=n.minorTicks,d=n.alternateBands,f=o.stackLabels,p=o.alternateGridColor,m=o.crossing,g=n.tickmarkOffset,v=n.axisLine,y=n.showAxis,b=rj(a.globalAnimation);if(n.labelEdge.length=0,n.overlap=!1,[u,h,d].forEach(function(e){r3(e,function(e){e.isActive=!1})}),rJ(m)){let e=this.isXAxis?r.yAxis[0]:r.xAxis[0],t=[1,-1,-1,1][this.side];if(e){let r=e.toPixels(m,!0);n.horiz&&(r=e.len-r),n.offset=t*r}}if(n.hasData()||s){let a=n.chart.hasRendered&&n.old&&rJ(n.old.min);n.minorTickInterval&&!n.categories&&n.getMinorTickPositions().forEach(function(e){n.renderMinorTick(e,a)}),l.length&&(l.forEach(function(e,t){n.renderTick(e,t,a)}),g&&(0===n.min||n.single)&&(u[-1]||(u[-1]=new rL(n,-1,null,!0)),u[-1].render(-1))),p&&l.forEach(function(a,o){t=void 0!==l[o+1]?l[o+1]+g:n.max-g,o%2==0&&a=.5)e=Math.round(e),s=i.getLinearTickPositions(e,t,n);else if(e>=.08){let i,a,o,l,c,u,h,d=Math.floor(t);for(i=e>.3?[1,2,4]:e>.15?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9],a=d;at&&(!r||u<=n)&&void 0!==u&&s.push(u),u>n&&(h=!0),u=c}else{let l=this.lin2log(t),c=this.lin2log(n),u=r?i.getMinorTickInterval():o.tickInterval,h=o.tickPixelInterval/(r?5:1),d=r?a/i.tickPositions.length:a;e=ic(e=iu("auto"===u?null:u,this.minorAutoInterval,(c-l)*h/(d||1))),s=i.getLinearTickPositions(e,l,c).map(this.log2lin),r||(this.minorAutoInterval=e/5)}return r||(i.tickInterval=e),s}lin2log(e){return Math.pow(10,e)}log2lin(e){return Math.log(e)/Math.LN10}}e.Additions=r}(M||(M={}));let ih=M,{erase:id,extend:ip,isNumber:im}=em;!function(e){let t;function n(e){return this.addPlotBandOrLine(e,"plotBands")}function r(e,n){let r=this.userOptions,i=new t(this,e);if(this.visible&&(i=i.render()),i){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach(e=>{this.addPlotBandOrLine(e)})),n){let t=r[n]||[];t.push(e),r[n]=t}this.plotLinesAndBands.push(i)}return i}function i(e){return this.addPlotBandOrLine(e,"plotLines")}function a(e,t,n){n=n||this.options;let r=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes}),i=[],a=this.horiz,o=!im(this.min)||!im(this.max)||ethis.max&&t>this.max,s=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes}),l,c=1,u;if(s&&r)for(o&&(u=s.toString()===r.toString(),c=0),l=0;l{let e=[];for(let t of this.axes)for(let{label:n,options:r}of t.plotLinesAndBands)n&&!r?.label?.allowOverlap&&e.push(n);return e})}),ig.compose(iE,t)}constructor(e,t){this.axis=e,this.options=t,this.id=t.id}render(){ik(this,"render");let{axis:e,options:t}=this,{horiz:n,logarithmic:r}=e,{color:i,events:a,zIndex:o=0}=t,{renderer:s,time:l}=e.chart,c={},u=l.parse(t.to),h=l.parse(t.from),d=l.parse(t.value),f=t.borderWidth,p=t.label,{label:m,svgElem:g}=this,v=[],y,b=ix(h)&&ix(u),x=ix(d),w=!g,_={class:"highcharts-plot-"+(b?"band ":"line ")+(t.className||"")},k=b?"bands":"lines";if(!e.chart.styledMode&&(x?(_.stroke=i||"#999999",_["stroke-width"]=iA(t.width,1),t.dashStyle&&(_.dashstyle=t.dashStyle)):b&&(_.fill=i||"#e6e9ff",f&&(_.stroke=t.borderColor,_["stroke-width"]=f))),c.zIndex=o,k+="-"+o,(y=e.plotLinesAndBandsGroups[k])||(e.plotLinesAndBandsGroups[k]=y=s.g("plot-"+k).attr(c).add()),g||(this.svgElem=g=s.path().attr(_).add(y)),ix(d))v=e.getPlotLinePath({value:r?.log2lin(d)??d,lineWidth:g.strokeWidth(),acrossPanes:t.acrossPanes});else{if(!(ix(h)&&ix(u)))return;v=e.getPlotBandPath(r?.log2lin(h)??h,r?.log2lin(u)??u,t)}return!this.eventsAdded&&a&&(iM(a,(e,t)=>{g?.on(t,e=>{a[t].apply(this,[e])})}),this.eventsAdded=!0),(w||!g.d)&&v?.length?g.attr({d:v}):g&&(v?(g.show(),g.animate({d:v})):g.d&&(g.hide(),m&&(this.label=m=m.destroy()))),p&&(ix(p.text)||ix(p.formatter))&&v?.length&&e.width>0&&e.height>0&&!v.isFlat?(p=iS({align:n&&b?"center":void 0,x:n?!b&&4:10,verticalAlign:!n&&b?"middle":void 0,y:n?b?16:10:b?6:-4,rotation:n&&!b?90:0,...b?{inside:!0}:{}},p),this.renderLabel(p,v,b,o)):m&&m.hide(),this}renderLabel(e,t,n,r){let i=this.axis,a=i.chart.renderer,o=e.inside,s=this.label;s||(this.label=s=a.text(this.getLabelText(e),0,0,e.useHTML).attr({align:e.textAlign||e.align,rotation:e.rotation,class:"highcharts-plot-"+(n?"band":"line")+"-label "+(e.className||""),zIndex:r}),i.chart.styledMode||s.css(iS({color:i.chart.options.title?.style?.color,fontSize:"0.8em",textOverflow:n&&!o?"":"ellipsis"},e.style)),s.add());let l=t.xBounds||[t[0][1],t[1][1],n?t[2][1]:t[0][1]],c=t.yBounds||[t[0][2],t[1][2],n?t[2][2]:t[0][2]],u=ib(l),h=ib(c),d=iy(l)-u;s.align(e,!1,{x:u,y:h,width:d,height:iy(c)-h}),s.alignAttr.y-=a.fontMetrics(s).b,(!s.alignValue||"left"===s.alignValue||ix(o))&&s.css({width:(e.style?.width||(n&&o?d:90===s.rotation?i.height-(s.alignAttr.y-i.top):(e.clip?i.width:i.chart.chartWidth)-(s.alignAttr.x-i.left)))+"px"}),s.show(!0)}getLabelText(e){return ix(e.formatter)?e.formatter.call(this):e.text}destroy(){i_(this.axis.plotLinesAndBands,this),delete this.axis,iw(this)}}let{animObject:iT}=tn,{format:iC}=tO,{composed:iP,dateFormats:iN,doc:iO,isSafari:iL}=V,{distribute:ij}=tI,{addEvent:iD,clamp:iR,css:iz,clearTimeout:iI,discardElement:iB,extend:iF,fireEvent:iH,getAlignFactor:i$,isArray:iU,isNumber:iV,isObject:iq,isString:iY,merge:iW,pick:iG,pushUnique:iX,splat:iK,syncTimeout:iZ}=em;class iQ{constructor(e,t,n){this.allowShared=!0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.options={},this.outside=!1,this.chart=e,this.init(e,t),this.pointer=n}bodyFormatter(e){return e.map(e=>{let t=e.series.tooltipOptions,n=e.formatPrefix||"point";return(t[n+"Formatter"]||e.tooltipFormatter).call(e,t[n+"Format"]||"")})}cleanSplit(e){this.chart.series.forEach(function(t){let n=t?.tt;n&&(!n.isActive||e?t.tt=n.destroy():n.isActive=!1)})}defaultFormatter(e){let t,n=this.points||iK(this);return(t=(t=[e.headerFooterFormatter(n[0])]).concat(e.bodyFormatter(n))).push(e.headerFooterFormatter(n[0],!0)),t}destroy(){this.label&&(this.label=this.label.destroy()),this.split&&(this.cleanSplit(!0),this.tt&&(this.tt=this.tt.destroy())),this.renderer&&(this.renderer=this.renderer.destroy(),iB(this.container)),iI(this.hideTimer)}getAnchor(e,t){let n,{chart:r,pointer:i}=this,a=r.inverted,o=r.plotTop,s=r.plotLeft;if(e=iK(e),e[0].series?.yAxis&&!e[0].series.yAxis.options.reversedStacks&&(e=e.slice().reverse()),this.followPointer&&t)void 0===t.chartX&&(t=i.normalize(t)),n=[t.chartX-s,t.chartY-o];else if(e[0].tooltipPos)n=e[0].tooltipPos;else{let r=0,i=0;e.forEach(function(e){let t=e.pos(!0);t&&(r+=t[0],i+=t[1])}),r/=e.length,i/=e.length,this.shared&&e.length>1&&t&&(a?r=t.chartX:i=t.chartY),n=[r-s,i-o]}let l={point:e[0],ret:n};return iH(this,"getAnchor",l),l.ret.map(Math.round)}getClassName(e,t,n){let r=this.options,i=e.series,a=i.options;return[r.className,"highcharts-label",n&&"highcharts-tooltip-header",t?"highcharts-tooltip-box":"highcharts-tooltip",!n&&"highcharts-color-"+iG(e.colorIndex,i.colorIndex),a?.className].filter(iY).join(" ")}getLabel({anchorX:e,anchorY:t}={anchorX:0,anchorY:0}){let n=this,r=this.chart.styledMode,i=this.options,a=this.split&&this.allowShared,o=this.container,s=this.chart.renderer;if(this.label){let e=!this.label.hasClass("highcharts-label");(!a&&e||a&&!e)&&this.destroy()}if(!this.label){if(this.outside){let e=this.chart,t=e.options.chart.style,n=tL.getRendererType();this.container=o=V.doc.createElement("div"),o.className="highcharts-tooltip-container "+(e.renderTo.className.match(/(highcharts[a-zA-Z0-9-]+)\s?/gm)||""),iz(o,{position:"absolute",top:"1px",pointerEvents:"none",zIndex:Math.max(this.options.style.zIndex||0,(t?.zIndex||0)+3)}),this.renderer=s=new n(o,0,0,t,void 0,void 0,s.styledMode)}if(a?this.label=s.g("tooltip"):(this.label=s.label("",e,t,i.shape||"callout",void 0,void 0,i.useHTML,void 0,"tooltip").attr({padding:i.padding,r:i.borderRadius}),r||this.label.attr({fill:i.backgroundColor,"stroke-width":i.borderWidth||0}).css(i.style).css({pointerEvents:i.style.pointerEvents||(this.shouldStickOnContact()?"auto":"none")})),n.outside){let e=this.label;[e.xSetter,e.ySetter].forEach((t,r)=>{e[r?"ySetter":"xSetter"]=i=>{t.call(e,n.distance),e[r?"y":"x"]=i,o&&(o.style[r?"top":"left"]=`${i}px`)}})}this.label.attr({zIndex:8}).shadow(i.shadow??!i.fixed).add()}return o&&!o.parentElement&&V.doc.body.appendChild(o),this.label}getPlayingField(){let{body:e,documentElement:t}=iO,{chart:n,distance:r,outside:i}=this;return{width:i?Math.max(e.scrollWidth,t.scrollWidth,e.offsetWidth,t.offsetWidth,t.clientWidth)-2*r-2:n.chartWidth,height:i?Math.max(e.scrollHeight,t.scrollHeight,e.offsetHeight,t.offsetHeight,t.clientHeight):n.chartHeight}}getPosition(e,t,n){let{distance:r,chart:i,outside:a,pointer:o}=this,{inverted:s,plotLeft:l,plotTop:c,polar:u}=i,{plotX:h=0,plotY:d=0}=n,f={},p=s&&n.h||0,{height:m,width:g}=this.getPlayingField(),v=o.getChartPosition(),y=n=>{let o="x"===n;return[n,o?g:m,o?e:t].concat(a?[o?e*v.scaleX:t*v.scaleY,o?v.left-r+(h+l)*v.scaleX:v.top-r+(d+c)*v.scaleY,0,o?g:m]:[o?e:t,o?h+l:d+c,o?l:c,o?l+i.plotWidth:c+i.plotHeight])},b=y("y"),x=y("x"),w,_=!!n.negative;!u&&i.hoverSeries?.yAxis?.reversed&&(_=!_);let k=!this.followPointer&&iG(n.ttBelow,!u&&!s===_),S=function(e,t,n,i,o,s,l){let c=a?"y"===e?r*v.scaleY:r*v.scaleX:r,u=(n-i)/2,h=it?g:g+p)}},M=function(e,t,n,i,a){if(at-r)return!1;at-i/2?f[e]=t-i-2:f[e]=a-n/2},A=function(e){[b,x]=[x,b],w=e},E=()=>{!1!==S.apply(0,b)?!1!==M.apply(0,x)||w||(A(!0),E()):w?f.x=f.y=0:(A(!0),E())};return(s&&!u||this.len>1)&&A(),E(),f}getFixedPosition(e,t,n){let r=n.series,{chart:i,options:a,split:o}=this,s=a.position,l=s.relativeTo,c=a.shared||r?.yAxis?.isRadial&&("pane"===l||!l)?"plotBox":l,u="chart"===c?i.renderer:i[c]||i.getClipBox(r,!0);return{x:u.x+(u.width-e)*i$(s.align)+s.x,y:u.y+(u.height-t)*i$(s.verticalAlign)+(!o&&s.y||0)}}hide(e){let t=this;iI(this.hideTimer),e=iG(e,this.options.hideDelay),this.isHidden||(this.hideTimer=iZ(function(){let n=t.getLabel();t.getLabel().animate({opacity:0},{duration:e?150:e,complete:()=>{n.hide(),t.container&&t.container.remove()}}),t.isHidden=!0},e))}init(e,t){this.chart=e,this.options=t,this.crosshairs=[],this.isHidden=!0,this.split=t.split&&!e.inverted&&!e.polar,this.shared=t.shared||this.split,this.outside=iG(t.outside,!!(e.scrollablePixelsX||e.scrollablePixelsY))}shouldStickOnContact(e){return!!(!this.followPointer&&this.options.stickOnContact&&(!e||this.pointer.inClass(e.target,"highcharts-tooltip")))}move(e,t,n,r){let{followPointer:i,options:a}=this,o=iT(!i&&!this.isHidden&&!a.fixed&&a.animation),s=i||(this.len||0)>1,l={x:e,y:t};s?l.anchorX=l.anchorY=NaN:(l.anchorX=n,l.anchorY=r),o.step=()=>this.drawTracker(),this.getLabel().animate(l,o)}refresh(e,t){let{chart:n,options:r,pointer:i,shared:a}=this,o=iK(e),s=o[0],l=r.format,c=r.formatter||this.defaultFormatter,u=n.styledMode,h=this.allowShared;if(!r.enabled||!s.series)return;iI(this.hideTimer),this.allowShared=!(!iU(e)&&e.series&&e.series.noSharedTooltip),h=h&&!this.allowShared,this.followPointer=!this.split&&s.series.tooltipOptions.followPointer;let d=this.getAnchor(e,t),f=d[0],p=d[1];a&&this.allowShared&&(i.applyInactiveState(o),o.forEach(e=>e.setState("hover")),s.points=o),this.len=o.length;let m=iY(l)?iC(l,s,n):c.call(s,this);s.points=void 0;let g=s.series;if(this.distance=iG(g.tooltipOptions.distance,16),!1===m)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(m,o);else{let e=f,a=p;if(t&&i.isDirectTouch&&(e=t.chartX-n.plotLeft,a=t.chartY-n.plotTop),!(n.polar||!1===g.options.clip||o.some(t=>i.isDirectTouch||t.series.shouldShowTooltip(e,a))))return void this.hide();{let e=this.getLabel(h&&this.tt||{});(!r.style.width||u)&&e.css({width:(this.outside?this.getPlayingField():n.spacingBox).width+"px"}),e.attr({class:this.getClassName(s),text:m&&m.join?m.join(""):m}),this.outside&&e.attr({x:iR(e.x||0,0,this.getPlayingField().width-(e.width||0)-1)}),u||e.attr({stroke:r.borderColor||s.color||g.color||"#666666"}),this.updatePosition({plotX:f,plotY:p,negative:s.negative,ttBelow:s.ttBelow,series:g,h:d[2]||0})}}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}iH(this,"refresh")}renderSplit(e,t){let n=this,{chart:r,chart:{chartWidth:i,chartHeight:a,plotHeight:o,plotLeft:s,plotTop:l,scrollablePixelsY:c=0,scrollablePixelsX:u,styledMode:h},distance:d,options:f,options:{fixed:p,position:m,positioner:g},pointer:v}=n,{scrollLeft:y=0,scrollTop:b=0}=r.scrollablePlotArea?.scrollingContainer||{},x=n.outside&&"number"!=typeof u?iO.documentElement.getBoundingClientRect():{left:y,right:y+i,top:b,bottom:b+a},w=n.getLabel(),_=this.renderer||r.renderer,k=!!r.xAxis[0]?.opposite,{left:S,top:M}=v.getChartPosition(),A=g||p,E=l+b,T=0,C=o-c,P=function(e,t,r,i=[0,0],a=!0){let o,s;if(r.isHeader)s=k?0:C,o=iR(i[0]-e/2,x.left,x.right-e-(n.outside?S:0));else if(p&&r){let i=n.getFixedPosition(e,t,r);o=i.x,s=i.y-E}else s=i[1]-E,o=iR(o=a?i[0]-e-d:i[0]+d,a?o:x.left,x.right);return{x:o,y:s}};iY(e)&&(e=[!1,e]);let N=e.slice(0,t.length+1).reduce(function(e,r,i){if(!1!==r&&""!==r){let a=t[i-1]||{isHeader:!0,plotX:t[0].plotX,plotY:o,series:{}},c=a.isHeader,u=c?n:a.series,m=u.tt=function(e,t,r){let i=e,{isHeader:a,series:o}=t,s=o.tooltipOptions||f;if(!i){let e={padding:s.padding,r:s.borderRadius};h||(e.fill=s.backgroundColor,e["stroke-width"]=s.borderWidth??(p&&!a?0:1)),i=_.label("",0,0,s[a?"headerShape":"shape"]||(p&&!a?"rect":"callout"),void 0,void 0,s.useHTML).addClass(n.getClassName(t,!0,a)).attr(e).add(w)}return i.isActive=!0,i.attr({text:r}),h||i.css(s.style).attr({stroke:s.borderColor||t.color||o.color||"#333333"}),i}(u.tt,a,r.toString()),v=m.getBBox(),y=v.width+m.strokeWidth();c&&(T=v.height,C+=T,k&&(E-=T));let{anchorX:b,anchorY:S}=function(e){let t,n,{isHeader:r,plotX:i=0,plotY:a=0,series:c}=e;if(r)t=Math.max(s+i,s),n=l+o/2;else{let{xAxis:e,yAxis:r}=c;t=e.pos+iR(i,-d,e.len+d),c.shouldShowTooltip(0,r.pos-l+a,{ignoreX:!0})&&(n=r.pos+a)}return{anchorX:t=iR(t,x.left-d,x.right+d),anchorY:n}}(a);if("number"==typeof S){let t=v.height+1,r=(g||P).call(n,y,t,a,[b,S]);e.push({align:A?0:void 0,anchorX:b,anchorY:S,boxWidth:y,point:a,rank:iG(r.rank,+!!c),size:t,target:r.y,tt:m,x:r.x})}else m.isActive=!1}return e},[]);!A&&N.some(e=>{let{outside:t}=n,r=(t?S:0)+e.anchorX;return rr})&&(N=N.map(e=>{let{x:t,y:n}=P.call(this,e.boxWidth,e.size,e.point,[e.anchorX,e.anchorY],!1);return iF(e,{target:n,x:t})})),n.cleanSplit(),ij(N,C);let O={left:S,right:S};N.forEach(function(e){let{x:t,boxWidth:r,isHeader:i}=e;!i&&(n.outside&&S+tO.right&&(O.right=S+t))}),N.forEach(function(e){let{x:t,anchorX:r,anchorY:i,pos:a,point:{isHeader:o}}=e,s={visibility:void 0===a?"hidden":"inherit",x:t,y:(a||0)+E+(p&&m.y||0),anchorX:r,anchorY:i};if(n.outside&&t0&&(o||(s.x=t+e,s.anchorX=r+e),o&&(s.x=(O.right-O.left)/2,s.anchorX=r+e))}e.tt.attr(s)});let{container:L,outside:j,renderer:D}=n;if(j&&L&&D){let{width:e,height:t,x:n,y:r}=w.getBBox();D.setSize(e+n,t+r,!1),L.style.left=O.left+"px",L.style.top=M+"px"}iL&&w.attr({opacity:1===w.opacity?.999:1})}drawTracker(){let e=this;if(!this.shouldStickOnContact()){e.tracker&&(e.tracker=e.tracker.destroy());return}let t=e.chart,n=e.label,r=e.shared?t.hoverPoints:t.hoverPoint;if(!n||!r)return;let i={x:0,y:0,width:0,height:0},a=this.getAnchor(r),o=n.getBBox();a[0]+=t.plotLeft-(n.translateX||0),a[1]+=t.plotTop-(n.translateY||0),i.x=Math.min(0,a[0]),i.y=Math.min(0,a[1]),i.width=a[0]<0?Math.max(Math.abs(a[0]),o.width-a[0]):Math.max(Math.abs(a[0]),o.width),i.height=a[1]<0?Math.max(Math.abs(a[1]),o.height-Math.abs(a[1])):Math.max(Math.abs(a[1]),o.height),e.tracker?e.tracker.attr(i):(e.tracker=n.renderer.rect(i).addClass("highcharts-tracker").add(n),iD(e.tracker.element,"mouseenter",()=>{iI(e.hideTimer)}),t.styledMode||e.tracker.attr({fill:"rgba(0,0,0,0)"}))}styledModeFormat(e){return e.replace('style="font-size: 0.8em"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex} {series.options.className} {point.options.className}"')}headerFooterFormatter(e,t){let n=e.series,r=n.tooltipOptions,i=n.xAxis,a=i?.dateTime,o={isFooter:t,point:e},s=r.xDateFormat||"",l=r[t?"footerFormat":"headerFormat"];return iH(this,"headerFormatter",o,function(t){if(a&&!s&&iV(e.key)&&(s=a.getXDateFormat(e.key,r.dateTimeLabelFormats)),a&&s){if(iq(s)){let e=s;iN[0]=t=>n.chart.time.dateFormat(e,t),s="%0"}(e.tooltipDateKeys||["key"]).forEach(e=>{l=l.replace(RegExp("point\\."+e+"([ \\)}])"),`(point.${e}:${s})$1`)})}n.chart.styledMode&&(l=this.styledModeFormat(l)),t.text=iC(l,e,this.chart)}),o.text||""}update(e){this.destroy(),this.init(this.chart,iW(!0,this.options,e))}updatePosition(e){let{chart:t,container:n,distance:r,options:i,pointer:a,renderer:o}=this,{height:s=0,width:l=0}=this.getLabel(),{fixed:c,positioner:u}=i,{left:h,top:d,scaleX:f,scaleY:p}=a.getChartPosition(),m=(u||c&&this.getFixedPosition||this.getPosition).call(this,l,s,e),g=V.doc,v=(e.plotX||0)+t.plotLeft,y=(e.plotY||0)+t.plotTop,b;if(o&&n){if(u||c){let{scrollLeft:e=0,scrollTop:n=0}=t.scrollablePlotArea?.scrollingContainer||{};m.x+=e+h-r,m.y+=n+d-r}b=(i.borderWidth||0)+2*r+2,o.setSize(iR(l+b,0,g.documentElement.clientWidth)-1,s+b,!1),(1!==f||1!==p)&&(iz(n,{transform:`scale(${f}, ${p})`}),v*=f,y*=p),v+=h-m.x,y+=d-m.y}this.move(Math.round(m.x),Math.round(m.y||0),v,y)}}(u=iQ||(iQ={})).compose=function(e){iX(iP,"Core.Tooltip")&&iD(e,"afterInit",function(){let e=this.chart;e.options.tooltip&&(e.tooltip=new u(e,e.options.tooltip,this))})};let iJ=iQ,{animObject:i0}=tn,{defaultOptions:i1}=eH,{format:i2}=tO,{addEvent:i3,crisp:i5,erase:i7,extend:i4,fireEvent:i6,getNestedProperty:i9,isArray:i8,isFunction:ae,isNumber:at,isObject:an,merge:ar,pick:ai,syncTimeout:aa,removeEvent:ao,uniqueKey:as}=em;class al{constructor(e,t,n){this.formatPrefix="point",this.visible=!0,this.point=this,this.series=e,this.applyOptions(t,n),this.id??(this.id=as()),this.resolveColor(),this.dataLabelOnNull??(this.dataLabelOnNull=e.options.nullInteraction),e.chart.pointCount++,this.category=e.xAxis?.categories?.[this.x]??this.x,this.key=this.name??this.category,i6(this,"afterInit")}animateBeforeDestroy(){let e=this,t={x:e.startXPos,opacity:0},n=e.getGraphicalProps();n.singular.forEach(function(n){e[n]=e[n].animate("dataLabel"===n?{x:e[n].startXPos,y:e[n].startYPos,opacity:0}:t)}),n.plural.forEach(function(t){e[t].forEach(function(t){t.element&&t.animate(i4({x:e.startXPos},t.startYPos?{x:t.startXPos,y:t.startYPos}:{}))})})}applyOptions(e,t){let n=this.series,r=n.options.pointValKey||n.pointValKey;return i4(this,e=al.prototype.optionsToObject.call(this,e)),this.options=this.options?i4(this.options,e):e,e.group&&delete this.group,e.dataLabels&&delete this.dataLabels,r&&(this.y=al.prototype.getNestedProperty.call(this,r)),this.selected&&(this.state="select"),"name"in this&&void 0===t&&n.xAxis&&n.xAxis.hasNames&&(this.x=n.xAxis.nameToX(this)),void 0===this.x&&n?this.x=t??n.autoIncrement():at(e.x)&&n.options.relativeXValue?this.x=n.autoIncrement(e.x):"string"==typeof this.x&&(t??(t=n.chart.time.parse(this.x)),at(t)&&(this.x=t)),this.isNull=this.isValid&&!this.isValid(),this.formatPrefix=this.isNull?"null":"point",this}destroy(){if(!this.destroyed){let e=this,t=e.series,n=t.chart,r=t.options.dataSorting,i=n.hoverPoints,a=i0(e.series.chart.renderer.globalAnimation),o=()=>{for(let t in(e.graphic||e.graphics||e.dataLabel||e.dataLabels)&&(ao(e),e.destroyElements()),e)delete e[t]};e.legendItem&&n.legend.destroyItem(e),i&&(e.setState(),i7(i,e),i.length||(n.hoverPoints=null)),e===n.hoverPoint&&e.onMouseOut(),r?.enabled?(this.animateBeforeDestroy(),aa(o,a.duration)):o(),n.pointCount--}this.destroyed=!0}destroyElements(e){let t=this,n=t.getGraphicalProps(e);n.singular.forEach(function(e){t[e]=t[e].destroy()}),n.plural.forEach(function(e){t[e].forEach(function(e){e?.element&&e.destroy()}),delete t[e]})}firePointEvent(e,t,n){let r=this,i=this.series.options;r.manageEvent(e),"click"===e&&i.allowPointSelect&&(n=function(e){!r.destroyed&&r.select&&r.select(null,e.ctrlKey||e.metaKey||e.shiftKey)}),i6(r,e,t,n)}getClassName(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone?.className?" "+this.zone.className.replace("highcharts-negative",""):"")}getGraphicalProps(e){let t,n,r=this,i=[],a={singular:[],plural:[]};for((e=e||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","connector"),e.dataLabel&&i.push("dataLabel","dataLabelPath","dataLabelUpper"),n=i.length;n--;)r[t=i[n]]&&a.singular.push(t);return["graphic","dataLabel"].forEach(function(t){let n=t+"s";e[t]&&r[n]&&a.plural.push(n)}),a}getNestedProperty(e){if(e)return 0===e.indexOf("custom.")?i9(e,this.options):this[e]}getZone(){let e=this.series,t=e.zones,n=e.zoneAxis||"y",r,i=0;for(r=t[0];this[n]>=r.value;)r=t[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),r?.color&&!this.options.color?this.color=r.color:this.color=this.nonZonedColor,r}hasNewShapeType(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType}isValid(){return(at(this.x)||this.x instanceof Date)&&at(this.y)}optionsToObject(e){let t=this.series,n=t.options.keys,r=n||t.pointArrayMap||["y"],i=r.length,a={},o,s=0,l=0;if(at(e)||null===e)a[r[0]]=e;else if(i8(e))for(!n&&e.length>i&&("string"==(o=typeof e[0])?t.xAxis?.dateTime?a.x=t.chart.time.parse(e[0]):a.name=e[0]:"number"===o&&(a.x=e[0]),s++);l0?al.prototype.setNestedProperty(a,e[s],r[l]):a[r[l]]=e[s]),s++,l++;else"object"==typeof e&&(a=e,e.dataLabels&&(t.hasDataLabels=()=>!0),e.marker&&(t._hasPointMarkers=!0));return a}pos(e,t=this.plotY){if(!this.destroyed){let{plotX:n,series:r}=this,{chart:i,xAxis:a,yAxis:o}=r,s=0,l=0;if(at(n)&&at(t))return e&&(s=a?a.pos:i.plotLeft,l=o?o.pos:i.plotTop),i.inverted&&a&&o?[o.len-t+l,a.len-n+s]:[n+s,t+l]}}resolveColor(){let e=this.series,t=e.chart.options.chart,n=e.chart.styledMode,r,i,a=t.colorCount,o;delete this.nonZonedColor,e.options.colorByPoint?(n||(r=(i=e.options.colors||e.chart.options.colors)[e.colorCounter],a=i.length),o=e.colorCounter,e.colorCounter++,e.colorCounter===a&&(e.colorCounter=0)):(n||(r=e.color),o=e.colorIndex),this.colorIndex=ai(this.options.colorIndex,o),this.color=ai(this.options.color,r)}setNestedProperty(e,t,n){return n.split(".").reduce(function(e,n,r,i){let a=i.length-1===r;return e[n]=a?t:an(e[n],!0)?e[n]:{},e[n]},e),e}shouldDraw(){return!this.isNull}tooltipFormatter(e){let{chart:t,pointArrayMap:n=["y"],tooltipOptions:r}=this.series,{valueDecimals:i="",valuePrefix:a="",valueSuffix:o=""}=r;return t.styledMode&&(e=t.tooltip?.styledModeFormat(e)||e),n.forEach(t=>{t="{point."+t,(a||o)&&(e=e.replace(RegExp(t+"}","g"),a+t+"}"+o)),e=e.replace(RegExp(t+"}","g"),t+":,."+i+"f}")}),i2(e,this,t)}update(e,t,n,r){let i,a=this,o=a.series,s=a.graphic,l=o.chart,c=o.options;function u(){a.applyOptions(e);let r=s&&a.hasMockGraphic,u=null===a.y?!r:r;s&&u&&(a.graphic=s.destroy(),delete a.hasMockGraphic),an(e,!0)&&(s?.element&&e&&e.marker&&void 0!==e.marker.symbol&&(a.graphic=s.destroy()),e?.dataLabels&&a.dataLabel&&(a.dataLabel=a.dataLabel.destroy())),i=a.index;let h={};for(let e of o.dataColumnKeys())h[e]=a[e];o.dataTable.setRow(h,i),c.data[i]=an(c.data[i],!0)||an(e,!0)?a.options:ai(e,c.data[i]),o.isDirty=o.isDirtyData=!0,!o.fixedBox&&o.hasCartesianSeries&&(l.isDirtyBox=!0),"point"===c.legendType&&(l.isDirtyLegend=!0),t&&l.redraw(n)}t=ai(t,!0),!1===r?u():a.firePointEvent("update",{options:e},u)}remove(e,t){this.series.removePoint(this.series.data.indexOf(this),e,t)}select(e,t){let n=this,r=n.series,i=r.chart;e=ai(e,!n.selected),this.selectedStaging=e,n.firePointEvent(e?"select":"unselect",{accumulate:t},function(){n.selected=n.options.selected=e,r.options.data[r.data.indexOf(n)]=n.options,n.setState(e&&"select"),t||i.getSelectedPoints().forEach(function(e){let t=e.series;e.selected&&e!==n&&(e.selected=e.options.selected=!1,t.options.data[t.data.indexOf(e)]=e.options,e.setState(i.hoverPoints&&t.options.inactiveOtherPoints?"inactive":""),e.firePointEvent("unselect"))})}),delete this.selectedStaging}onMouseOver(e){let{inverted:t,pointer:n}=this.series.chart;n&&(e=e?n.normalize(e):n.getChartCoordinatesFromPoint(this,t),n.runPointActions(e,this))}onMouseOut(){let e=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(e.hoverPoints||[]).forEach(function(e){e.setState()}),e.hoverPoints=e.hoverPoint=null}manageEvent(e){let t=ar(this.series.options.point,this.options),n=t.events?.[e];ae(n)&&(!this.hcEvents?.[e]||this.hcEvents?.[e]?.map(e=>e.fn).indexOf(n)===-1)?(this.importedUserEvent?.(),this.importedUserEvent=i3(this,e,n),this.hcEvents&&(this.hcEvents[e].userEvent=!0)):this.importedUserEvent&&!n&&this.hcEvents?.[e]&&this.hcEvents?.[e].userEvent&&(ao(this,e),delete this.hcEvents[e],Object.keys(this.hcEvents)||delete this.importedUserEvent)}setState(e,t){let n=this.series,r=this.state,i=n.options.states[e||"normal"]||{},a=i1.plotOptions[n.type].marker&&n.options.marker,o=a&&!1===a.enabled,s=a?.states?.[e||"normal"]||{},l=!1===s.enabled,c=this.marker||{},u=n.chart,h=a&&n.markerAttribs,d=n.halo,f,p,m,g=n.stateMarkerGraphic,v;if((e=e||"")===this.state&&!t||this.selected&&"select"!==e||!1===i.enabled||e&&(l||o&&!1===s.enabled)||e&&c.states&&c.states[e]&&!1===c.states[e].enabled)return;if(this.state=e,h&&(f=n.markerAttribs(this,e)),this.graphic&&!this.hasMockGraphic){if(r&&this.graphic.removeClass("highcharts-point-"+r),e&&this.graphic.addClass("highcharts-point-"+e),!u.styledMode){p=n.pointAttribs(this,e),m=ai(u.options.chart.animation,i.animation);let t=p.opacity;n.options.inactiveOtherPoints&&at(t)&&(this.dataLabels||[]).forEach(function(e){e&&!e.hasClass("highcharts-data-label-hidden")&&(e.animate({opacity:t},m),e.connector&&e.connector.animate({opacity:t},m))}),this.graphic.animate(p,m)}f&&this.graphic.animate(f,ai(u.options.chart.animation,s.animation,a.animation)),g&&g.hide()}else e&&s&&(v=c.symbol||n.symbol,g&&g.currentSymbol!==v&&(g=g.destroy()),f&&(g?g[t?"animate":"attr"]({x:f.x,y:f.y}):v&&(n.stateMarkerGraphic=g=u.renderer.symbol(v,f.x,f.y,f.width,f.height,ar(a,s)).add(n.markerGroup),g.currentSymbol=v)),!u.styledMode&&g&&"inactive"!==this.state&&g.attr(n.pointAttribs(this,e))),g&&(g[e&&this.isInside?"show":"hide"](),g.element.point=this,g.addClass(this.getClassName(),!0));let y=i.halo,b=this.graphic||g,x=b?.visibility||"inherit";y?.size&&b&&"hidden"!==x&&!this.isCluster?(d||(n.halo=d=u.renderer.path().add(b.parentGroup)),d.show()[t?"animate":"attr"]({d:this.haloPath(y.size)}),d.attr({class:"highcharts-halo highcharts-color-"+ai(this.colorIndex,n.colorIndex)+(this.className?" "+this.className:""),visibility:x,zIndex:-1}),d.point=this,u.styledMode||d.attr(i4({fill:this.color||n.color,"fill-opacity":y.opacity},tg.filterUserAttributes(y.attributes||{})))):d?.point?.haloPath&&!d.point.destroyed&&d.animate({d:d.point.haloPath(0)},null,d.hide),i6(this,"afterSetState",{state:e})}haloPath(e){let t=this.pos();return t?this.series.chart.renderer.symbols.circle(i5(t[0],1)-e,t[1]-e,2*e,2*e):[]}}let ac=al,{parse:au}=eK,{charts:ah,composed:ad,isTouchDevice:af}=V,{addEvent:ap,attr:am,css:ag,extend:av,find:ay,fireEvent:ab,isNumber:ax,isObject:aw,objectEach:a_,offset:ak,pick:aS,pushUnique:aM,splat:aA}=em;class aE{applyInactiveState(e=[]){let t=[];for(let n of(e.forEach(e=>{let n=e.series;t.push(n),n.linkedParent&&t.push(n.linkedParent),n.linkedSeries&&t.push.apply(t,n.linkedSeries),n.navigatorSeries&&t.push(n.navigatorSeries),n.boosted&&n.markerGroup&&t.push.apply(t,this.chart.series.filter(e=>e.markerGroup===n.markerGroup))}),this.chart.series)){let e=n.options;e.states?.inactive?.enabled!==!1&&(-1===t.indexOf(n)?n.setState("inactive",!0):e.inactiveOtherPoints&&n.setAllPointsToState("inactive"))}}destroy(){let e=this;this.eventsToUnbind.forEach(e=>e()),this.eventsToUnbind=[],!V.chartCount&&(aE.unbindDocumentMouseUp.forEach(e=>e.unbind()),aE.unbindDocumentMouseUp.length=0,aE.unbindDocumentTouchEnd&&(aE.unbindDocumentTouchEnd=aE.unbindDocumentTouchEnd())),a_(e,function(t,n){e[n]=void 0})}getSelectionMarkerAttrs(e,t){let n={args:{chartX:e,chartY:t},attrs:{},shapeType:"rect"};return ab(this,"getSelectionMarkerAttrs",n,n=>{let r,{chart:i,zoomHor:a,zoomVert:o}=this,{mouseDownX:s=0,mouseDownY:l=0}=i,c=n.attrs;c.x=i.plotLeft,c.y=i.plotTop,c.width=a?1:i.plotWidth,c.height=o?1:i.plotHeight,a&&(c.width=Math.max(1,Math.abs(r=e-s)),c.x=(r>0?0:r)+s),o&&(c.height=Math.max(1,Math.abs(r=t-l)),c.y=(r>0?0:r)+l)}),n}drag(e){let{chart:t}=this,{mouseDownX:n=0,mouseDownY:r=0}=t,{panning:i,panKey:a,selectionMarkerFill:o}=t.options.chart,s=t.plotLeft,l=t.plotTop,c=t.plotWidth,u=t.plotHeight,h=aw(i)?i.enabled:i,d=a&&e[`${a}Key`],f=e.chartX,p=e.chartY,m,g=this.selectionMarker;if((!g||!g.touch)&&(fs+c&&(f=s+c),pl+u&&(p=l+u),this.hasDragged=Math.sqrt(Math.pow(n-f,2)+Math.pow(r-p,2)),this.hasDragged>10)){m=t.isInsidePlot(n-s,r-l,{visiblePlotOnly:!0});let{shapeType:a,attrs:c}=this.getSelectionMarkerAttrs(f,p);this.hasZoom&&m&&!d&&!g&&(this.selectionMarker=g=t.renderer[a](),g.attr({class:"highcharts-selection-marker",zIndex:7}).add(),t.styledMode||g.attr({fill:o||au("#334eff").setOpacity(.25).get()})),g&&g.attr(c),m&&!g&&h&&t.pan(e,i)}}dragStart(e){let t=this.chart;t.mouseIsDown=e.type,t.cancelClick=!1,t.mouseDownX=e.chartX,t.mouseDownY=e.chartY}getSelectionBox(e){let t={args:{marker:e},result:e.getBBox()};return ab(this,"getSelectionBox",t),t.result}drop(e){let t,{chart:n,selectionMarker:r}=this;for(let e of n.axes)e.isPanning&&(e.isPanning=!1,(e.options.startOnTick||e.options.endOnTick||e.series.some(e=>e.boosted))&&(e.forceRedraw=!0,e.setExtremes(e.userMin,e.userMax,!1),t=!0));if(t&&n.redraw(),r&&e){if(this.hasDragged){let t=this.getSelectionBox(r);n.transform({axes:n.axes.filter(e=>e.zoomEnabled&&("xAxis"===e.coll&&this.zoomX||"yAxis"===e.coll&&this.zoomY)),selection:{originalEvent:e,xAxis:[],yAxis:[],...t},from:t})}ax(n.index)&&(this.selectionMarker=r.destroy())}n&&ax(n.index)&&(ag(n.container,{cursor:n._cursor}),n.cancelClick=this.hasDragged>10,n.mouseIsDown=!1,this.hasDragged=0,this.pinchDown=[],this.hasPinchMoved=!1)}findNearestKDPoint(e,t,n){let r;return e.forEach(function(e){var i;let a,o,s,l=!(e.noSharedTooltip&&t)&&0>e.options.findNearestPointBy.indexOf("y"),c=e.searchPoint(n,l);aw(c,!0)&&c.series&&(!aw(r,!0)||(a=(i=r).distX-c.distX,o=i.dist-c.dist,s=c.series.group?.zIndex-i.series.group?.zIndex,(0!==a&&t?a:0!==o?o:0!==s?s:i.series.index>c.series.index?-1:1)>0))&&(r=c)}),r}getChartCoordinatesFromPoint(e,t){let{xAxis:n,yAxis:r}=e.series,i=e.shapeArgs;if(n&&r){let a=e.clientX??e.plotX??0,o=e.plotY||0;return e.isNode&&i&&ax(i.x)&&ax(i.y)&&(a=i.x,o=i.y),t?{chartX:r.len+r.pos-o,chartY:n.len+n.pos-a}:{chartX:a+n.pos,chartY:o+r.pos}}if(i?.x&&i.y)return{chartX:i.x,chartY:i.y}}getChartPosition(){if(this.chartPosition)return this.chartPosition;let{container:e}=this.chart,t=ak(e);this.chartPosition={left:t.left,top:t.top,scaleX:1,scaleY:1};let{offsetHeight:n,offsetWidth:r}=e;return r>2&&n>2&&(this.chartPosition.scaleX=t.width/r,this.chartPosition.scaleY=t.height/n),this.chartPosition}getCoordinates(e){let t={xAxis:[],yAxis:[]};for(let n of this.chart.axes)t[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(e[n.horiz?"chartX":"chartY"])});return t}getHoverData(e,t,n,r,i,a){let o=[],s=function(e){return e.visible&&!(!i&&e.directTouch)&&aS(e.options.enableMouseTracking,!0)},l=t,c,u={chartX:a?a.chartX:void 0,chartY:a?a.chartY:void 0,shared:i};ab(this,"beforeGetHoverData",u),c=l&&!l.stickyTracking?[l]:n.filter(e=>e.stickyTracking&&(u.filter||s)(e));let h=r&&e||!a?e:this.findNearestKDPoint(c,i,a);return l=h?.series,h&&(i&&!l.noSharedTooltip?(c=n.filter(function(e){return u.filter?u.filter(e):s(e)&&!e.noSharedTooltip})).forEach(function(e){let t=e.options?.nullInteraction,n=ay(e.points,function(e){return e.x===h.x&&(!e.isNull||!!t)});aw(n)&&(e.boosted&&e.boost&&(n=e.boost.getPoint(n)),o.push(n))}):o.push(h)),ab(this,"afterGetHoverData",u={hoverPoint:h}),{hoverPoint:u.hoverPoint,hoverSeries:l,hoverPoints:o}}getPointFromEvent(e){let t=e.target,n;for(;t&&!n;)n=t.point,t=t.parentNode;return n}onTrackerMouseOut(e){let t=this.chart,n=e.relatedTarget,r=t.hoverSeries;this.isDirectTouch=!1,!r||!n||r.stickyTracking||this.inClass(n,"highcharts-tooltip")||this.inClass(n,"highcharts-series-"+r.index)&&this.inClass(n,"highcharts-tracker")||r.onMouseOut()}inClass(e,t){let n=e,r;for(;n;){if(r=am(n,"class")){if(-1!==r.indexOf(t))return!0;if(-1!==r.indexOf("highcharts-container"))return!1}n=n.parentElement}}constructor(e,t){this.hasDragged=0,this.pointerCaptureEventsToUnbind=[],this.eventsToUnbind=[],this.options=t,this.chart=e,this.runChartClick=!!t.chart.events?.click,this.pinchDown=[],this.setDOMEvents(),ab(this,"afterInit")}normalize(e,t){let n=e.touches,r=n?n.length?n.item(0):aS(n.changedTouches,e.changedTouches)[0]:e;t||(t=this.getChartPosition());let i=r.pageX-t.left,a=r.pageY-t.top;return av(e,{chartX:Math.round(i/=t.scaleX),chartY:Math.round(a/=t.scaleY)})}onContainerClick(e){let t=this.chart,n=t.hoverPoint,r=this.normalize(e),i=t.plotLeft,a=t.plotTop;!t.cancelClick&&(n&&this.inClass(r.target,"highcharts-tracker")?(ab(n.series,"click",av(r,{point:n})),t.hoverPoint&&n.firePointEvent("click",r)):(av(r,this.getCoordinates(r)),t.isInsidePlot(r.chartX-i,r.chartY-a,{visiblePlotOnly:!0})&&ab(t,"click",r)))}onContainerMouseDown(e){let t=(1&(e.buttons||e.button))==1;e=this.normalize(e),V.isFirefox&&0!==e.button&&this.onContainerMouseMove(e),(void 0===e.button||t)&&(this.zoomOption(e),t&&e.preventDefault?.(),this.dragStart(e))}onContainerMouseLeave(e){let{pointer:t}=ah[aS(aE.hoverChartIndex,-1)]||{};e=this.normalize(e),this.onContainerMouseMove(e),t&&!this.inClass(e.relatedTarget,"highcharts-tooltip")&&(t.reset(),t.chartPosition=void 0)}onContainerMouseEnter(){delete this.chartPosition}onContainerMouseMove(e){let t=this.chart,n=t.tooltip,r=this.normalize(e);this.setHoverChartIndex(e),("mousedown"===t.mouseIsDown||this.touchSelect(r))&&this.drag(r),!t.exporting?.openMenu&&(this.inClass(r.target,"highcharts-tracker")||t.isInsidePlot(r.chartX-t.plotLeft,r.chartY-t.plotTop,{visiblePlotOnly:!0}))&&!n?.shouldStickOnContact(r)&&(this.inClass(r.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(r))}onDocumentTouchEnd(e){this.onDocumentMouseUp(e)}onContainerTouchMove(e){this.touchSelect(e)?this.onContainerMouseMove(e):this.touch(e)}onContainerTouchStart(e){this.touchSelect(e)?this.onContainerMouseDown(e):(this.zoomOption(e),this.touch(e,!0))}onDocumentMouseMove(e){let t=this.chart,n=t.tooltip,r=this.chartPosition,i=this.normalize(e,r);!r||t.isInsidePlot(i.chartX-t.plotLeft,i.chartY-t.plotTop,{visiblePlotOnly:!0})||n?.shouldStickOnContact(i)||i.target!==t.container.ownerDocument&&this.inClass(i.target,"highcharts-tracker")||this.reset()}onDocumentMouseUp(e){e?.touches&&this.hasPinchMoved&&e?.preventDefault?.(),ah[aS(aE.hoverChartIndex,-1)]?.pointer?.drop(e)}pinch(e){let t=this,{chart:n,hasZoom:r,lastTouches:i}=t,a=[].map.call(e.touches||[],e=>t.normalize(e)),o=a.length,s=1===o&&(t.inClass(e.target,"highcharts-tracker")&&n.runTrackerClick||t.runChartClick),l=n.tooltip,c=1===o&&aS(l?.options.followTouchMove,!0);o>1?t.initiated=!0:c&&(t.initiated=!1),r&&t.initiated&&!s&&!1!==e.cancelable&&e.preventDefault(),"touchstart"===e.type?(t.pinchDown=a,t.res=!0,n.mouseDownX=e.chartX):c?this.runPointActions(t.normalize(e)):i&&(ab(n,"touchpan",{originalEvent:e,touches:a},()=>{let t=e=>{let t=e[0],n=e[1]||t;return{x:t.chartX,y:t.chartY,width:n.chartX-t.chartX,height:n.chartY-t.chartY}};n.transform({axes:n.axes.filter(e=>e.zoomEnabled&&(this.zoomHor&&e.horiz||this.zoomVert&&!e.horiz)),to:t(a),from:t(i),trigger:e.type})}),t.res&&(t.res=!1,this.reset(!1,0))),t.lastTouches=a}reset(e,t){let n=this.chart,r=n.hoverSeries,i=n.hoverPoint,a=n.hoverPoints,o=n.tooltip,s=o?.shared?a:i;e&&s&&aA(s).forEach(function(t){t.series.isCartesian&&void 0===t.plotX&&(e=!1)}),e?o&&s&&aA(s).length&&(o.refresh(s),o.shared&&a?a.forEach(function(e){e.setState(e.state,!0),e.series.isCartesian&&(e.series.xAxis.crosshair&&e.series.xAxis.drawCrosshair(null,e),e.series.yAxis.crosshair&&e.series.yAxis.drawCrosshair(null,e))}):i&&(i.setState(i.state,!0),n.axes.forEach(function(e){e.crosshair&&i.series[e.coll]===e&&e.drawCrosshair(null,i)}))):(i&&i.onMouseOut(),a&&a.forEach(function(e){e.setState()}),r&&r.onMouseOut(),o&&o.hide(t),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach(function(e){e.hideCrosshair()}),n.hoverPoints=n.hoverPoint=void 0)}runPointActions(e,t,n){let r=this.chart,i=r.series,a=r.tooltip?.options.enabled?r.tooltip:void 0,o=!!a&&a.shared,s=t||r.hoverPoint,l=s?.series||r.hoverSeries,c=(!e||"touchmove"!==e.type)&&(!!t||l?.directTouch&&this.isDirectTouch),u=this.getHoverData(s,l,i,c,o,e);s=u.hoverPoint,l=u.hoverSeries;let h=u.hoverPoints,d=l?.tooltipOptions.followPointer&&!l.tooltipOptions.split,f=o&&l&&!l.noSharedTooltip;if(s&&(n||s!==r.hoverPoint||a?.isHidden)){if((r.hoverPoints||[]).forEach(function(e){-1===h.indexOf(e)&&e.setState()}),r.hoverSeries!==l&&l.onMouseOver(),this.applyInactiveState(h),(h||[]).forEach(function(e){e.setState("hover")}),r.hoverPoint&&r.hoverPoint.firePointEvent("mouseOut"),!s.series)return;r.hoverPoints=h,r.hoverPoint=s,s.firePointEvent("mouseOver",void 0,()=>{a&&s&&a.refresh(f?h:s,e)})}else if(d&&a&&!a.isHidden){let t=a.getAnchor([{}],e);r.isInsidePlot(t[0],t[1],{visiblePlotOnly:!0})&&a.updatePosition({plotX:t[0],plotY:t[1]})}this.unDocMouseMove||(this.unDocMouseMove=ap(r.container.ownerDocument,"mousemove",e=>ah[aE.hoverChartIndex??-1]?.pointer?.onDocumentMouseMove(e)),this.eventsToUnbind.push(this.unDocMouseMove)),r.axes.forEach(function(t){let n,i=t.crosshair?.snap??!0;i&&((n=r.hoverPoint)&&n.series[t.coll]===t||(n=ay(h,e=>e.series?.[t.coll]===t))),n||!i?t.drawCrosshair(e,n):t.hideCrosshair()})}setDOMEvents(){let e=this.chart.container,t=e.ownerDocument,n=e=>e.parentElement||e.getRootNode()?.host?.parentElement;e.onmousedown=this.onContainerMouseDown.bind(this),e.onmousemove=this.onContainerMouseMove.bind(this),e.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(ap(e,"mouseenter",this.onContainerMouseEnter.bind(this)),ap(e,"mouseleave",this.onContainerMouseLeave.bind(this))),aE.unbindDocumentMouseUp.some(e=>e.doc===t)||aE.unbindDocumentMouseUp.push({doc:t,unbind:ap(t,"mouseup",this.onDocumentMouseUp.bind(this))});let r=n(this.chart.renderTo);for(;r&&"BODY"!==r.tagName;)this.eventsToUnbind.push(ap(r,"scroll",()=>{delete this.chartPosition})),r=n(r);this.eventsToUnbind.push(ap(e,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1}),ap(e,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),aE.unbindDocumentTouchEnd||(aE.unbindDocumentTouchEnd=ap(t,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})),this.setPointerCapture(),ap(this.chart,"redraw",this.setPointerCapture.bind(this))}setPointerCapture(){if(!af)return;let e=this.pointerCaptureEventsToUnbind,t=this.chart,n=t.container,r=aS(t.options.tooltip?.followTouchMove,!0)&&t.series.some(e=>e.options.findNearestPointBy.indexOf("y")>-1);!this.hasPointerCapture&&r?(e.push(ap(n,"pointerdown",e=>{e.target?.hasPointerCapture(e.pointerId)&&e.target?.releasePointerCapture(e.pointerId)}),ap(n,"pointermove",e=>{t.pointer?.getPointFromEvent(e)?.onMouseOver(e)})),t.styledMode||ag(n,{"touch-action":"none"}),n.className+=" highcharts-no-touch-action",this.hasPointerCapture=!0):this.hasPointerCapture&&!r&&(e.forEach(e=>e()),e.length=0,t.styledMode||ag(n,{"touch-action":aS(t.options.chart.style?.["touch-action"],"manipulation")}),n.className=n.className.replace(" highcharts-no-touch-action",""),this.hasPointerCapture=!1)}setHoverChartIndex(e){let t=this.chart,n=V.charts[aS(aE.hoverChartIndex,-1)];if(n&&n!==t){let r={relatedTarget:t.container};e&&!e?.relatedTarget&&Object.assign({},e,r),n.pointer?.onContainerMouseLeave(e||r)}n?.mouseIsDown||(aE.hoverChartIndex=t.index)}touch(e,t){let n,{chart:r,pinchDown:i=[]}=this;this.setHoverChartIndex(),1===(e=this.normalize(e)).touches.length?r.isInsidePlot(e.chartX-r.plotLeft,e.chartY-r.plotTop,{visiblePlotOnly:!0})&&!r.exporting?.openMenu?(t&&this.runPointActions(e),"touchmove"===e.type&&(this.hasPinchMoved=n=!!i[0]&&Math.pow(i[0].chartX-e.chartX,2)+Math.pow(i[0].chartY-e.chartY,2)>=16),aS(n,!0)&&this.pinch(e)):t&&this.reset():2===e.touches.length&&this.pinch(e)}touchSelect(e){return!!(this.chart.zooming.singleTouch&&e.touches&&1===e.touches.length)}zoomOption(e){let t=this.chart,n=t.inverted,r=t.zooming.type||"",i,a;/touch/.test(e.type)&&(r=aS(t.zooming.pinchType,r)),this.zoomX=i=/x/.test(r),this.zoomY=a=/y/.test(r),this.zoomHor=i&&!n||a&&n,this.zoomVert=a&&!n||i&&n,this.hasZoom=i||a}}aE.unbindDocumentMouseUp=[],(h=aE||(aE={})).compose=function(e){aM(ad,"Core.Pointer")&&ap(e,"beforeRender",function(){this.pointer=new h(this,this.options)})};let aT=aE;(d=E||(E={})).setLength=function(e,t,n){return Array.isArray(e)?(e.length=t,e):e[n?"subarray":"slice"](0,t)},d.splice=function(e,t,n,r,i=[]){if(Array.isArray(e))return Array.isArray(i)||(i=Array.from(i)),{removed:e.splice(t,n,...i),array:e};let a=Object.getPrototypeOf(e).constructor,o=e[r?"subarray":"slice"](t,t+n),s=new a(e.length-n+i.length);return s.set(e.subarray(0,t),0),s.set(i,t),s.set(e.subarray(t+n),t+i.length),{removed:o,array:s}},d.convertToNumber=function(e,t){switch(typeof e){case"boolean":return+!!e;case"number":return isNaN(e)&&!t?null:e;default:return isNaN(e=parseFloat(`${e??""}`))&&!t?null:e}};let{setLength:aC,splice:aP}=E,{fireEvent:aN,objectEach:aO,uniqueKey:aL}=em,aj=class{constructor(e={}){this.autoId=!e.id,this.columns={},this.id=e.id||aL(),this.rowCount=0,this.versionTag=aL();let t=0;aO(e.columns||{},(e,n)=>{this.columns[n]=e.slice(),t=Math.max(t,e.length)}),this.applyRowCount(t)}applyRowCount(e){this.rowCount=e,aO(this.columns,(t,n)=>{t.length!==e&&(this.columns[n]=aC(t,e))})}deleteRows(e,t=1){if(t>0&&e{this.columns[i]=aP(r,e,t).array,n=r.length}),this.rowCount=n}aN(this,"afterDeleteRows",{rowIndex:e,rowCount:t}),this.versionTag=aL()}getColumn(e,t){return this.columns[e]}getColumns(e,t){return(e||Object.keys(this.columns)).reduce((e,t)=>(e[t]=this.columns[t],e),{})}getRow(e,t){return(t||Object.keys(this.columns)).map(t=>this.columns[t]?.[e])}setColumn(e,t=[],n=0,r){this.setColumns({[e]:t},n,r)}setColumns(e,t,n){let r=this.rowCount;aO(e,(e,t)=>{this.columns[t]=e.slice(),r=e.length}),this.applyRowCount(r),n?.silent||(aN(this,"afterSetColumns"),this.versionTag=aL())}setRow(e,t=this.rowCount,n,r){let{columns:i}=this,a=n?this.rowCount+1:t+1,o=Object.keys(e);if(r?.addColumns!==!1)for(let e=0,t=o.length;e{o||r?.addColumns===!1||(o=Array(a)),o&&(n?o=aP(o,t,0,!0,[e[s]??null]).array:o[t]=e[s]??null,i[s]=o)}),a>this.rowCount&&this.applyRowCount(a),r?.silent||(aN(this,"afterSetRows"),this.versionTag=aL())}getModified(){return this.modified||this}},{extend:aD,merge:aR,pick:az}=em;var aI=T||(T={});function aB(e,t,n){let r=this.legendItem=this.legendItem||{},{chart:i,options:a}=this,{baseline:o=0,symbolWidth:s,symbolHeight:l}=e,c=this.symbol||"circle",u=l/2,h=i.renderer,d=r.group,f=o-Math.round((e.fontMetrics?.b||l)*(n?.4:.3)),p={},m,g=a.marker,v=0;if(i.styledMode||(p["stroke-width"]=Math.min(a.lineWidth||0,24),a.dashStyle?p.dashstyle=a.dashStyle:"square"!==a.linecap&&(p["stroke-linecap"]="round")),r.line=h.path().addClass("highcharts-graph").attr(p).add(d),n&&(r.area=h.path().addClass("highcharts-area").add(d)),p["stroke-linecap"]&&(v=Math.min(r.line.strokeWidth(),s)/2),s){let e=[["M",v,f],["L",s-v,f]];r.line.attr({d:e}),r.area?.attr({d:[...e,["L",s-v,o],["L",v,o]]})}if(g&&!1!==g.enabled&&s){let e=Math.min(az(g.radius,u),u);0===c.indexOf("url")&&(g=aR(g,{width:l,height:l}),e=0),r.symbol=m=h.symbol(c,s/2-e,f-e,2*e,2*e,aD({context:"legend"},g)).addClass("highcharts-point").add(d),m.isMarker=!0}}aI.areaMarker=function(e,t){aB.call(this,e,t,!0)},aI.lineMarker=aB,aI.rectangle=function(e,t){let n=t.legendItem||{},r=e.options,i=e.symbolHeight,a=r.squareSymbol,o=a?i:e.symbolWidth;n.symbol=this.chart.renderer.rect(a?(e.symbolWidth-i)/2:0,e.baseline-i+1,o,i,az(e.options.symbolRadius,i/2)).addClass("highcharts-point").attr({zIndex:3}).add(n.group)};let aF=T,{defaultOptions:aH}=eH,{extend:a$,extendClass:aU,merge:aV}=em;var aq=C||(C={});function aY(e,t){let n=aH.plotOptions||{},r=t.defaultOptions,i=t.prototype;return i.type=e,i.pointClass||(i.pointClass=ac),!aq.seriesTypes[e]&&(r&&(n[e]=r),aq.seriesTypes[e]=t,!0)}aq.seriesTypes=V.seriesTypes,aq.registerSeriesType=aY,aq.seriesType=function(e,t,n,r,i){let a=aH.plotOptions||{};if(t=t||"",a[e]=aV(a[t],n),delete aq.seriesTypes[e],aY(e,aU(aq.seriesTypes[t]||V.Series,r)),aq.seriesTypes[e].prototype.type=e,i){class t extends ac{}a$(t.prototype,i),aq.seriesTypes[e].prototype.pointClass=t}return aq.seriesTypes[e]};let aW=C,{animObject:aG,setAnimation:aX}=tn,{defaultOptions:aK}=eH,{registerEventOptions:aZ}=rx,{svg:aQ,win:aJ}=V,{seriesTypes:a0}=aW,{format:a1}=tO,{arrayMax:a2,arrayMin:a3,clamp:a5,correctFloat:a7,crisp:a4,defined:a6,destroyObjectProperties:a9,diffObjects:a8,erase:oe,error:ot,extend:on,find:or,fireEvent:oi,getClosestDistance:oa,getNestedProperty:oo,insertItem:os,isArray:ol,isNumber:oc,isString:ou,merge:oh,objectEach:od,pick:of,removeEvent:op,syncTimeout:om}=em;class og{constructor(){this.zoneAxis="y"}init(e,t){let n;oi(this,"init",{options:t}),this.dataTable??(this.dataTable=new aj);let r=e.series;this.eventsToUnbind=[],this.chart=e,this.options=this.setOptions(t);let i=this.options,a=!1!==i.visible;this.linkedSeries=[],this.bindAxes(),on(this,{name:i.name,state:"",visible:a,selected:!0===i.selected}),aZ(this,i);let o=i.events;(o?.click||i.point?.events?.click||i.allowPointSelect)&&(e.runTrackerClick=!0),this.getColor(),this.getSymbol(),this.isCartesian&&(e.hasCartesianSeries=!0),r.length&&(n=r[r.length-1]),this._i=of(n?._i,-1)+1,this.opacity=this.options.opacity,e.orderItems("series",os(this,r)),i.dataSorting?.enabled?this.setDataSortingOptions():this.points||this.data||this.setData(i.data,!1),oi(this,"afterInit")}is(e){return a0[e]&&this instanceof a0[e]}bindAxes(){let e,t=this,n=t.options,r=t.chart;oi(this,"bindAxes",null,function(){(t.axisTypes||[]).forEach(function(i){(r[i]||[]).forEach(function(r){e=r.options,(of(n[i],0)===r.index||void 0!==n[i]&&n[i]===e.id)&&(os(t,r.series),t[i]=r,r.isDirty=!0)}),t[i]||t.optionalAxis===i||ot(18,!0,r)})}),oi(this,"afterBindAxes")}hasData(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.dataTable.rowCount>0}hasMarkerChanged(e,t){let n=e.marker,r=t.marker||{};return n&&(r.enabled&&!n.enabled||r.symbol!==n.symbol||r.height!==n.height||r.width!==n.width)}autoIncrement(e){let t,n=this.options,{pointIntervalUnit:r,relativeXValue:i}=this.options,a=this.chart.time,o=this.xIncrement??a.parse(n.pointStart)??0;if(this.pointInterval=t=of(this.pointInterval,n.pointInterval,1),i&&oc(e)&&(t*=e),r){let e=a.toParts(o);"day"===r?e[2]+=t:"month"===r?e[1]+=t:"year"===r&&(e[0]+=t),t=a.makeTime.apply(a,e)-o}return i&&oc(e)?o+t:(this.xIncrement=o+t,o)}setDataSortingOptions(){let e=this.options;on(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),a6(e.pointRange)||(e.pointRange=1)}setOptions(e){let t,n=this.chart,r=n.options.plotOptions,i=n.userOptions||{},a=oh(e),o=n.styledMode,s={plotOptions:r,userOptions:a};oi(this,"setOptions",s);let l=s.plotOptions[this.type],c=i.plotOptions||{},u=c.series||{},h=aK.plotOptions[this.type]||{},d=c[this.type]||{};l.dataLabels=this.mergeArrays(h.dataLabels,l.dataLabels),this.userOptions=s.userOptions;let f=oh(l,r.series,d,a);this.tooltipOptions=oh(aK.tooltip,aK.plotOptions.series?.tooltip,h?.tooltip,n.userOptions.tooltip,c.series?.tooltip,d.tooltip,a.tooltip),this.stickyTracking=of(a.stickyTracking,d.stickyTracking,u.stickyTracking,!!this.tooltipOptions.shared&&!this.noSharedTooltip||f.stickyTracking),null===l.marker&&delete f.marker,this.zoneAxis=f.zoneAxis||"y";let p=this.zones=(f.zones||[]).map(e=>({...e}));return(f.negativeColor||f.negativeFillColor)&&!f.zones&&(t={value:f[this.zoneAxis+"Threshold"]||f.threshold||0,className:"highcharts-negative"},o||(t.color=f.negativeColor,t.fillColor=f.negativeFillColor),p.push(t)),p.length&&a6(p[p.length-1].value)&&p.push(o?{}:{color:this.color,fillColor:this.fillColor}),oi(this,"afterSetOptions",{options:f}),f}getName(){return this.options.name??a1(this.chart.options.lang.seriesName,this,this.chart)}getCyclic(e,t,n){let r,i,a=this.chart,o=`${e}Index`,s=`${e}Counter`,l=n?.length||a.options.chart.colorCount;!t&&(a6(i=of("color"===e?this.options.colorIndex:void 0,this[o]))?r=i:(a.series.length||(a[s]=0),r=a[s]%l,a[s]+=1),n&&(t=n[r])),void 0!==r&&(this[o]=r),this[e]=t}getColor(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||aK.plotOptions[this.type].color,this.chart.options.colors)}getPointsCollection(){return(this.hasGroupedData?this.points:this.data)||[]}getSymbol(){let e=this.options.marker;this.getCyclic("symbol",e.symbol,this.chart.options.symbols)}getColumn(e,t){return(t?this.dataTable.getModified():this.dataTable).getColumn(e,!0)||[]}findPointIndex(e,t){let n,r,i,{id:a,x:o}=e,s=this.points,l=this.options.dataSorting,c=this.cropStart||0;if(a){let e=this.chart.get(a);e instanceof ac&&(n=e)}else if(this.linkedParent||this.enabledDataSorting||this.options.relativeXValue){let t=t=>!t.touched&&t.index===e.index;if(l?.matchByName?t=t=>!t.touched&&t.name===e.name:this.options.relativeXValue&&(t=t=>!t.touched&&t.options.x===e.x),!(n=or(s,t)))return}return n&&void 0!==(i=n?.index)&&(r=!0),void 0===i&&oc(o)&&(i=this.getColumn("x").indexOf(o,t)),-1!==i&&void 0!==i&&this.cropped&&(i=i>=c?i-c:i),!r&&oc(i)&&s[i]?.touched&&(i=void 0),i}updateData(e,t){let{options:n,requireSorting:r}=this,i=n.dataSorting,a=this.points,o=[],s=e.length===a.length,l=this.xIncrement,c,u,h,d,f=!0;if(this.xIncrement=null,e.forEach((e,t)=>{let l,u=a6(e)&&this.pointClass.prototype.optionsToObject.call({series:this},e)||{},{id:h,x:f}=u;h||oc(f)?(-1===(l=this.findPointIndex(u,d))||void 0===l?o.push(e):a[l]&&e!==n.data?.[l]?(a[l].update(e,!1,void 0,!1),a[l].touched=!0,r&&(d=l+1)):a[l]&&(a[l].touched=!0),(!s||t!==l||i?.enabled||this.hasDerivedData)&&(c=!0)):o.push(e)},this),c)for(u=a.length;u--;)(h=a[u])&&!h.touched&&h.remove?.(!1,t);else s&&!i?.enabled?(e.forEach((e,t)=>{e===a[t].y||a[t].destroyed||a[t].update(e,!1,void 0,!1)}),o.length=0):f=!1;if(a.forEach(e=>{e&&(e.touched=!1)}),!f)return!1;o.forEach(e=>{this.addPoint(e,!1,void 0,void 0,!1)},this);let p=this.getColumn("x");return null!==l&&null===this.xIncrement&&p.length&&(this.xIncrement=a2(p),this.autoIncrement()),!0}dataColumnKeys(){return["x",...this.pointArrayMap||["y"]]}setData(e,t=!0,n,r){let i=this.points,a=i?.length||0,o=this.options,s=this.chart,l=o.dataSorting,c=this.xAxis,u=o.turboThreshold,h=this.dataTable,d=this.dataColumnKeys(),f=this.pointValKey||"y",p=(this.pointArrayMap||[]).length,m=o.keys,g,v,y=0,b=1,x;s.options.chart.allowMutatingData||(o.data&&delete this.options.data,this.userOptions.data&&delete this.userOptions.data,x=oh(!0,e));let w=(e=x||e||[]).length;if(l?.enabled&&(e=this.sortData(e)),s.options.chart.allowMutatingData&&!1!==r&&w&&a&&!this.cropped&&!this.hasGroupedData&&this.visible&&!this.boosted&&(v=this.updateData(e,n)),!v){this.xIncrement=null,this.colorCounter=0;let t=u&&!o.relativeXValue&&w>u;if(t){let n=this.getFirstValidPoint(e),r=this.getFirstValidPoint(e,w-1,-1),i=e=>!!(ol(e)&&(m||oc(e[0])));if(oc(n)&&oc(r)){let t=[],n=[];for(let r of e)t.push(this.autoIncrement()),n.push(r);h.setColumns({x:t,[f]:n})}else if(i(n)&&i(r))if(p){let t=+(n.length===p),r=Array(d.length).fill(0).map(()=>[]);for(let n of e){t&&r[0].push(this.autoIncrement());for(let e=t;e<=p;e++)r[e]?.push(n[e-t])}h.setColumns(d.reduce((e,t,n)=>(e[t]=r[n],e),{}))}else{m&&(y=m.indexOf("x"),b=m.indexOf("y"),y=y>=0?y:0,b=b>=0?b:1),1===n.length&&(b=0);let t=[],r=[];if(y===b)for(let n of e)t.push(this.autoIncrement()),r.push(n[b]);else for(let n of e)t.push(n[y]),r.push(n[b]);h.setColumns({x:t,[f]:r})}else t=!1}if(!t){let t=d.reduce((e,t)=>(e[t]=[],e),{});for(g=0;g{let r=oo(n,e),i=oo(n,t);return ir)}).forEach(function(e,t){e.x=t},this),t.linkedSeries&&t.linkedSeries.forEach(function(t){let n=t.options,i=n.data;!n.dataSorting?.enabled&&i&&(i.forEach(function(n,a){i[a]=r(t,n),e[a]&&(i[a].x=e[a].x,i[a].index=a)}),t.setData(i,!1))}),e}getProcessedData(e){let t=this,{dataTable:n,isCartesian:r,options:i,xAxis:a}=t,o=i.cropThreshold,s=e||t.getExtremesFromAll,l=a?.logarithmic,c=n.rowCount,u,h,d=0,f,p,m,g=t.getColumn("x"),v=n,y=!1;return a&&(p=(f=a.getExtremes()).min,m=f.max,y=!!(a.categories&&!a.names.length),r&&t.sorted&&!s&&(!o||c>o||t.forceCrop)&&(g[c-1]m?v=new aj:t.getColumn(t.pointValKey||"y").length&&(g[0]m)&&(v=(u=this.cropData(n,p,m)).modified,d=u.start,h=!0))),g=v.getColumn("x")||[],{modified:v,cropped:h,cropStart:d,closestPointRange:oa([l?g.map(l.log2lin):g],()=>t.requireSorting&&!y&&ot(15,!1,t.chart))}}processData(e){let t=this.xAxis,n=this.dataTable;if(this.isCartesian&&!this.isDirty&&!t.isDirty&&!this.yAxis.isDirty&&!e)return!1;let r=this.getProcessedData();n.modified=r.modified,this.cropped=r.cropped,this.cropStart=r.cropStart,this.closestPointRange=this.basePointRange=r.closestPointRange,oi(this,"afterProcessData")}cropData(e,t,n){let r=e.getColumn("x",!0)||[],i=r.length,a={},o,s,l=0,c=i;for(o=0;o=t){l=Math.max(0,o-1);break}for(s=o;sn){c=s+1;break}for(let t of this.dataColumnKeys()){let n=e.getColumn(t,!0);n&&(a[t]=n.slice(l,c))}return{modified:new aj({columns:a}),start:l,end:c}}generatePoints(){let e=this.options,t=this.processedData||e.data,n=this.dataTable.getModified(),r=this.getColumn("x",!0),i=this.pointClass,a=n.rowCount,o=this.cropStart||0,s=this.hasGroupedData,l=e.keys,c=[],u=e.dataGrouping?.groupAll?o:0,h=this.pointArrayMap||["y"],d=this.dataColumnKeys(),f,p,m,g,v=this.data,y;if(!v&&!s){let e=[];e.length=t?.length||0,v=this.data=e}for(l&&s&&(this.options.keys=!1),g=0;ga.getColumn(e,!0)||[])||[],c=this.getColumn("x",!0),u=[],h=this.requireSorting&&!this.is("column")?1:0,d=!!r&&r.positiveValuesOnly,f=i||this.cropped||!n,p,m,g,v=0,y=0;for(n&&(v=(p=n.getExtremes()).min,y=p.max),g=0;g=v&&(c[g-h]||m)<=y)for(let e of l){let t=e[g];oc(t)&&(t>0||!d)&&u.push(t)}let b={activeYData:u,dataMin:a3(u),dataMax:a2(u)};return oi(this,"afterGetExtremes",{dataExtremes:b}),b}applyExtremes(){let e=this.getExtremes();return this.dataMin=e.dataMin,this.dataMax=e.dataMax,e}getFirstValidPoint(e,t=0,n=1){let r=e.length,i=t;for(;i>=0&&i1)&&(a.step=function(e,t){n&&n.apply(t,arguments),"width"===t.prop&&l?.element&&l.attr(i?"height":"width",e+99)}),s.addClass("highcharts-animating").animate(e,a)}}afterAnimate(){this.setClip(),od(this.chart.sharedClips,(e,t,n)=>{e&&!this.chart.container.querySelector(`[clip-path="url(#${e.id})"]`)&&(e.destroy(),delete n[t])}),this.finishedAnimating=!0,oi(this,"afterAnimate")}drawPoints(e=this.points){let t,n,r,i,a,o,s,l=this.chart,c=l.styledMode,{colorAxis:u,options:h}=this,d=h.marker,f=h.nullInteraction,p=this[this.specialGroup||"markerGroup"],m=this.xAxis,g=of(d.enabled,!m||!!m.isRadial||null,this.closestPointRangePx>=d.enabledThreshold*d.radius);if(!1!==d.enabled||this._hasPointMarkers)for(t=0;t0||n.hasImage)&&(n.graphic=r=l.renderer.symbol(e,s.x,s.y,s.width,s.height,o?a:d).add(p),this.enabledDataSorting&&l.hasRendered&&(r.attr({x:n.startXPos}),i="animate")),r&&"animate"===i&&r[t?"show":"hide"](t).animate(s),r){let e=this.pointAttribs(n,c||!n.selected?void 0:"select");c?u&&r.css({fill:e.fill}):r[i](e)}r&&r.addClass(n.getClassName(),!0)}else r&&(n.graphic=r.destroy())}}markerAttribs(e,t){let n=this.options,r=n.marker,i=e.marker||{},a=i.symbol||r.symbol,o={},s,l,c=of(i.radius,r?.radius);t&&(s=r.states[t],l=i.states&&i.states[t],c=of(l?.radius,s?.radius,c&&c+(s?.radiusPlus||0))),e.hasImage=a&&0===a.indexOf("url"),e.hasImage&&(c=0);let u=e.pos();return oc(c)&&u&&(n.crisp&&(u[0]=a4(u[0],e.hasImage?0:"rect"===a?r?.lineWidth||0:1)),o.x=u[0]-c,o.y=u[1]-c),c&&(o.width=o.height=2*c),o}pointAttribs(e,t){let n=this.options,r=n.marker,i=e?.options,a=i?.marker||{},o=i?.color,s=e?.color,l=e?.zone?.color,c,u,h=this.color,d,f,p=of(a.lineWidth,r.lineWidth),m=e?.isNull&&n.nullInteraction?0:1;return h=o||l||s||h,d=a.fillColor||r.fillColor||h,f=a.lineColor||r.lineColor||h,t=t||"normal",c=r.states[t]||{},p=of((u=a.states&&a.states[t]||{}).lineWidth,c.lineWidth,p+of(u.lineWidthPlus,c.lineWidthPlus,0)),d=u.fillColor||c.fillColor||d,{stroke:f=u.lineColor||c.lineColor||f,"stroke-width":p,fill:d,opacity:m=of(u.opacity,c.opacity,m)}}destroy(e){let t,n,r=this,i=r.chart,a=/AppleWebKit\/533/.test(aJ.navigator.userAgent),o=r.data||[];for(oi(r,"destroy",{keepEventsForUpdate:e}),this.removeEvents(e),(r.axisTypes||[]).forEach(function(e){n=r[e],n?.series&&(oe(n.series,r),n.isDirty=n.forceRedraw=!0)}),r.legendItem&&r.chart.legend.destroyItem(r),t=o.length;t--;)o[t]?.destroy?.();for(let e of r.zones)a9(e,void 0,!0);em.clearTimeout(r.animationTimeout),od(r,function(e,t){e instanceof nl&&!e.survive&&e[a&&"group"===t?"hide":"destroy"]()}),i.hoverSeries===r&&(i.hoverSeries=void 0),oe(i.series,r),i.orderItems("series"),od(r,function(t,n){e&&"hcEvents"===n||delete r[n]})}applyZones(){let{area:e,chart:t,graph:n,zones:r,points:i,xAxis:a,yAxis:o,zoneAxis:s}=this,{inverted:l,renderer:c}=t,u=this[`${s}Axis`],{isXAxis:h,len:d=0,minPointOffset:f=0}=u||{},p=(n?.strokeWidth()||0)/2+1,m=(e,t=0,n=0)=>{l&&(n=d-n);let{translated:r=0,lineClip:i}=e,a=n-r;i?.push(["L",t,Math.abs(a){e.forEach((t,n)=>{("M"===t[0]||"L"===t[0])&&(e[n]=[t[0],h?d-t[1]:t[1],h?t[2]:d-t[2]])})};if(r.forEach(e=>{e.lineClip=[],e.translated=a5(u.toPixels(of(e.value,t),!0)||0,0,d)}),n&&!this.showLine&&n.hide(),e&&e.hide(),"y"===s&&i.length{let r=t.lineClip||[],i=Math.round(t.translated||0);a.reversed&&r.reverse();let{clip:s,simpleClip:u}=t,d=0,f=0,m=a.len,y=o.len;h?(d=i,m=v):(f=i,y=v);let b=[["M",d,f],["L",m,f],["L",m,y],["L",d,y],["Z"]],x=[b[0],...r,b[1],b[2],...g,b[3],b[4]];g=r.reverse(),v=i,l&&(p(x),e&&p(b)),s?(s.animate({d:x}),u?.animate({d:b})):(s=t.clip=c.path(x),e&&(u=t.simpleClip=c.path(b))),n&&t.graph?.clip(s),e&&t.area?.clip(u)})}else this.visible&&(n&&n.show(),e&&e.show())}plotGroup(e,t,n,r,i){let a=this[e],o=!a,s={visibility:n,zIndex:r||.1};return a6(this.opacity)&&!this.chart.styledMode&&"inactive"!==this.state&&(s.opacity=this.opacity),a||(this[e]=a=this.chart.renderer.g().add(i)),a.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(a6(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(a.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),a.attr(s)[o?"attr":"animate"](this.getPlotBox(t)),a}getPlotBox(e){let t=this.xAxis,n=this.yAxis,r=this.chart,i=r.inverted&&!r.polar&&t&&this.invertible&&"series"===e;r.inverted&&(t=n,n=this.xAxis);let a={scale:1,translateX:t?t.left:r.plotLeft,translateY:n?n.top:r.plotTop,name:e};oi(this,"getPlotBox",a);let{scale:o,translateX:s,translateY:l}=a;return{translateX:s,translateY:l,rotation:90*!!i,rotationOriginX:i?o*(t.len-n.len)/2:0,rotationOriginY:i?o*(t.len+n.len)/2:0,scaleX:i?-o:o,scaleY:o}}removeEvents(e){let{eventsToUnbind:t}=this;e||op(this),t.length&&(t.forEach(e=>{e()}),t.length=0)}render(){let e=this,{chart:t,options:n,hasRendered:r}=e,i=aG(n.animation),a=e.visible?"inherit":"hidden",o=n.zIndex,s=t.seriesGroup,l=e.finishedAnimating?0:i.duration;oi(this,"render"),e.plotGroup("group","series",a,o,s),e.markerGroup=e.plotGroup("markerGroup","markers",a,o,s),!1!==n.clip&&e.setClip(),l&&e.animate?.(!0),e.drawGraph&&(e.drawGraph(),e.applyZones()),e.visible&&e.drawPoints(),e.drawDataLabels?.(),e.redrawPoints?.(),n.enableMouseTracking&&e.drawTracker?.(),l&&e.animate?.(),r||(l&&i.defer&&(l+=i.defer),e.animationTimeout=om(()=>{e.afterAnimate()},l||0)),e.isDirty=!1,e.hasRendered=!0,oi(e,"afterRender")}redraw(){let e=this.isDirty||this.isDirtyData;this.translate(),this.render(),e&&delete this.kdTree}reserveSpace(){return this.visible||!this.chart.options.chart.ignoreHiddenSeries}searchPoint(e,t){let{xAxis:n,yAxis:r}=this,i=this.chart.inverted;return this.searchKDTree({clientX:i?n.len-e.chartY+n.pos:e.chartX-n.pos,plotY:i?r.len-e.chartX+r.pos:e.chartY-r.pos},t,e)}buildKDTree(e){this.buildingKdTree=!0;let t=this,n=t.options,r=n.findNearestPointBy.indexOf("y")>-1?2:1;delete t.kdTree,om(function(){t.kdTree=function e(n,r,i){let a,o,s=n?.length;if(s)return a=t.kdAxisArray[r%i],n.sort((e,t)=>(e[a]||0)-(t[a]||0)),{point:n[o=Math.floor(s/2)],left:e(n.slice(0,o),r+1,i),right:e(n.slice(o+1),r+1,i)}}(t.getValidPoints(void 0,!t.directTouch,n?.nullInteraction),r,r),t.buildingKdTree=!1},n.kdNow||e?.type==="touchstart"?0:1)}searchKDTree(e,t,n,r,i){let a=this,[o,s]=this.kdAxisArray,l=t?"distX":"dist",c=(a.options.findNearestPointBy||"").indexOf("y")>-1?2:1,u=!!a.isBubble,h=r||((e,t,n)=>{let r=e[n]||0,i=t[n]||0;return[r===i&&e.index>t.index||re=0&&a<=(r?r.len:t.plotHeight)&&i>=0&&i<=(n?n.len:t.plotWidth)}drawTracker(){let e=this,t=e.options,n=t.trackByArea,r=[].concat((n?e.areaPath:e.graphPath)||[]),i=e.chart,a=i.pointer,o=i.renderer,s=i.options.tooltip?.snap||0,l=()=>{t.enableMouseTracking&&i.hoverSeries!==e&&e.onMouseOver()},c="rgba(192,192,192,"+(aQ?1e-4:.002)+")",u=e.tracker;u?u.attr({d:r}):e.graph&&(e.tracker=u=o.path(r).attr({visibility:e.visible?"inherit":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(e.group),i.styledMode||u.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:c,fill:n?c:"none","stroke-width":e.graph.strokeWidth()+(n?0:2*s)}),[e.tracker,e.markerGroup,...e.dataLabelsGroups||[]].forEach(e=>{e&&(e.addClass("highcharts-tracker").on("mouseover",l).on("mouseout",e=>{a?.onTrackerMouseOut(e)}),t.cursor&&!i.styledMode&&e.css({cursor:t.cursor}),e.on("touchstart",l))})),oi(this,"afterDrawTracker")}addPoint(e,t,n,r,i){let a,o,s=this.options,{chart:l,data:c,dataTable:u,xAxis:h}=this,d=h?.hasNames&&h.names,f=s.data,p=this.getColumn("x");t=of(t,!0);let m={series:this};this.pointClass.prototype.applyOptions.apply(m,[e]);let g=m.x;if(o=p.length,this.requireSorting&&gg;)o--;u.setRow(m,o,!0,{addColumns:!1}),d&&m.name&&(d[g]=m.name),f?.splice(o,0,e),(a||this.processedData)&&(this.data.splice(o,0,null),this.processData()),"point"===s.legendType&&this.generatePoints(),n&&(c[0]&&c[0].remove?c[0].remove(!1):([c,f].filter(a6).forEach(e=>{e.shift()}),u.deleteRows(0))),!1!==i&&oi(this,"addPoint",{point:m}),this.isDirty=!0,this.isDirtyData=!0,t&&l.redraw(r)}removePoint(e,t,n){let r=this,{chart:i,data:a,points:o,dataTable:s}=r,l=a[e],c=function(){[o?.length===a.length?o:void 0,a,r.options.data].filter(a6).forEach(t=>{t.splice(e,1)}),s.deleteRows(e),l?.destroy(),r.isDirty=!0,r.isDirtyData=!0,t&&i.redraw()};aX(n,i),t=of(t,!0),l?l.firePointEvent("remove",null,c):c()}remove(e,t,n,r){let i=this,a=i.chart;function o(){i.destroy(r),a.isDirtyLegend=a.isDirtyBox=!0,a.linkSeries(r),of(e,!0)&&a.redraw(t)}!1!==n?oi(i,"remove",null,o):o()}update(e,t){oi(this,"update",{options:e=a8(e,this.userOptions)});let n=this,r=n.chart,i=n.userOptions,a=n.initialType||n.type,o=r.options.plotOptions,s=a0[a].prototype,l=n.finishedAnimating&&{animation:!1},c={},u,h,d=og.keepProps.slice(),f=e.type||i.type||r.options.chart.type,p=!(this.hasDerivedData||f&&f!==this.type||void 0!==e.keys||void 0!==e.pointStart||void 0!==e.pointInterval||void 0!==e.relativeXValue||e.joinBy||e.mapData||["dataGrouping","pointStart","pointInterval","pointIntervalUnit","keys"].some(e=>n.hasOptionChanged(e)));f=f||a,p?(d.push.apply(d,og.keepPropsForPoints),!1!==e.visible&&d.push("area","graph"),n.parallelArrays.forEach(function(e){d.push(e+"Data")}),e.data&&(e.dataSorting&&on(n.options.dataSorting,e.dataSorting),this.setData(e.data,!1))):this.dataTable.modified=this.dataTable,e.dataLabels&&i.dataLabels&&(e.dataLabels=this.mergeArrays(i.dataLabels,e.dataLabels)),e=oh(i,{index:void 0===i.index?n.index:i.index,pointStart:o?.series?.pointStart??i.pointStart??n.getColumn("x")[0]},!p&&{data:n.options.data},e,l),p&&e.data&&(e.data=n.options.data),(d=["dataLabelsGroup","dataLabelsGroups","dataLabelsParentGroups","group","markerGroup","transformGroup"].concat(d)).forEach(function(e){d[e]=n[e],delete n[e]});let m=!1;if(a0[f]){if(m=f!==n.type,n.remove(!1,!1,!1,!0),m)if(r.propFromSeries(),Object.setPrototypeOf)Object.setPrototypeOf(n,a0[f].prototype);else{let e=Object.hasOwnProperty.call(n,"hcEvents")&&n.hcEvents;for(h in s)n[h]=void 0;on(n,a0[f].prototype),e?n.hcEvents=e:delete n.hcEvents}}else ot(17,!0,r,{missingModuleFor:f});if(d.forEach(function(e){n[e]=d[e]}),n.init(r,e),p&&this.points)for(let e of(!1===(u=n.options).visible?(c.graphic=1,c.dataLabel=1):(this.hasMarkerChanged(u,i)&&(c.graphic=1),n.hasDataLabels?.()||(c.dataLabel=1)),this.points))e?.series&&(e.resolveColor(),Object.keys(c).length&&e.destroyElements(c),!1===u.showInLegend&&e.legendItem&&r.legend.destroyItem(e));n.initialType=a,r.linkSeries(),r.setSortedData(),m&&n.linkedSeries.length&&(n.isDirtyData=!0),oi(this,"afterUpdate"),of(t,!0)&&r.redraw(!!p&&void 0)}setName(e){this.name=this.options.name=this.userOptions.name=e,this.chart.isDirtyLegend=!0}hasOptionChanged(e){let t=this.chart,n=this.options[e],r=t.options.plotOptions,i=this.userOptions[e],a=of(r?.[this.type]?.[e],r?.series?.[e]);return i&&!a6(a)?n!==i:n!==of(a,n)}onMouseOver(){let e=this.chart,t=e.hoverSeries,n=e.pointer;n?.setHoverChartIndex(),t&&t!==this&&t.onMouseOut(),this.options.events.mouseOver&&oi(this,"mouseOver"),this.setState("hover"),e.hoverSeries=this}onMouseOut(){let e=this.options,t=this.chart,n=t.tooltip,r=t.hoverPoint;t.hoverSeries=null,r&&r.onMouseOut(),this&&e.events.mouseOut&&oi(this,"mouseOut"),n&&!this.stickyTracking&&(!n.shared||this.noSharedTooltip)&&n.hide(),t.series.forEach(function(e){e.setState("",!0)})}setState(e,t){let n=this,{graph:r,options:i}=n,{inactiveOtherPoints:a,states:o}=i,s=of(o?.[e||"normal"]?.animation,n.chart.options.chart.animation),{lineWidth:l,opacity:c}=i;if(e=e||"",n.state!==e&&([n.group,n.markerGroup,...n.dataLabelsGroups||[]].forEach(function(t){t&&(n.state&&t.removeClass("highcharts-series-"+n.state),e&&t.addClass("highcharts-series-"+e))}),n.state=e,!n.chart.styledMode)){if(o[e]?.enabled===!1)return;if(e&&(l=o[e].lineWidth||l+(o[e].lineWidthPlus||0),c=of(o[e].opacity,c)),r&&!r.dashstyle&&oc(l))for(let e of[r,...this.zones.map(e=>e.graph)])e?.animate({"stroke-width":l},s);a||[n.group,n.markerGroup,...n.dataLabelsGroups||[],n.labelBySeries].forEach(function(e){e?.animate({opacity:c},s)})}t&&a&&n.points&&n.setAllPointsToState(e||void 0)}setAllPointsToState(e){this.points.forEach(function(t){t.setState&&t.setState(e)})}setVisible(e,t){let n=this,r=n.chart,i=r.options.chart.ignoreHiddenSeries,a=n.visible;n.visible=e=n.options.visible=n.userOptions.visible=void 0===e?!a:e;let o=e?"show":"hide";["group","markerGroup","tracker","tt"].forEach(e=>{n[e]?.[o]()}),n.dataLabelsGroups?.forEach(e=>{e?.[o]()}),(r.hoverSeries===n||r.hoverPoint?.series===n)&&n.onMouseOut(),n.legendItem&&r.legend.colorizeItem(n,e),n.isDirty=!0,n.options.stacking&&r.series.forEach(e=>{e.options.stacking&&e.visible&&(e.isDirty=!0)}),n.linkedSeries.forEach(t=>{t.setVisible(e,!1)}),i&&(r.isDirtyBox=!0),oi(n,o),!1!==t&&r.redraw()}show(){this.setVisible(!0)}hide(){this.setVisible(!1)}select(e){this.selected=e=this.options.selected=void 0===e?!this.selected:e,this.checkbox&&(this.checkbox.checked=e),oi(this,e?"select":"unselect")}shouldShowTooltip(e,t,n={}){return n.series=this,n.visiblePlotOnly=!0,this.chart.isInsidePlot(e,t,n)}drawLegendSymbol(e,t){aF[this.options.legendSymbol||"rectangle"]?.call(this,e,t)}}og.defaultOptions={lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},enableMouseTracking:!0,events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:150},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",borderWidth:0,defer:!0,formatter:function(){let{numberFormatter:e}=this.series.chart;return"number"!=typeof this.y?"":e(this.y,-1)},padding:5,style:{fontSize:"0.7em",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:150},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:150},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},og.types=aW.seriesTypes,og.registerType=aW.registerSeriesType,og.keepProps=["colorIndex","eventOptions","navigatorSeries","symbolIndex","baseSeries"],og.keepPropsForPoints=["data","isDirtyData","isDirtyCanvas","points","dataTable","processedData","xIncrement","cropped","_hasPointMarkers","hasDataLabels","nodes","layout","level","mapMap","mapData","minY","maxY","minX","maxX","transformGroups"],on(og.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,directTouch:!1,invertible:!0,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:ac,requireSorting:!0,sorted:!0}),aW.series=og;let ov=og,{animObject:oy,setAnimation:ob}=tn,{registerEventOptions:ox}=rx,{composed:ow,marginNames:o_}=V,{distribute:ok}=tI,{format:oS}=tO,{addEvent:oM,createElement:oA,css:oE,defined:oT,discardElement:oC,find:oP,fireEvent:oN,isNumber:oO,merge:oL,pick:oj,pushUnique:oD,relativeLength:oR,stableSort:oz,syncTimeout:oI}=em;class oB{constructor(e,t){this.allItems=[],this.initialItemY=0,this.itemHeight=0,this.itemMarginBottom=0,this.itemMarginTop=0,this.itemX=0,this.itemY=0,this.lastItemY=0,this.lastLineHeight=0,this.legendHeight=0,this.legendWidth=0,this.maxItemWidth=0,this.maxLegendWidth=0,this.offsetWidth=0,this.padding=0,this.pages=[],this.symbolHeight=0,this.symbolWidth=0,this.titleHeight=0,this.totalItemWidth=0,this.widthOption=0,this.chart=e,this.setOptions(t),t.enabled&&(this.render(),ox(this,t),oM(this.chart,"endResize",function(){this.legend.positionCheckboxes()})),oM(this.chart,"render",()=>{this.options.enabled&&this.proximate&&(this.proximatePositions(),this.positionItems())})}setOptions(e){let t=oj(e.padding,8);this.options=e,this.chart.styledMode||(this.itemStyle=e.itemStyle,this.itemHiddenStyle=oL(this.itemStyle,e.itemHiddenStyle)),this.itemMarginTop=e.itemMarginTop,this.itemMarginBottom=e.itemMarginBottom,this.padding=t,this.initialItemY=t-5,this.symbolWidth=oj(e.symbolWidth,16),this.pages=[],this.proximate="proximate"===e.layout&&!this.chart.inverted,this.baseline=void 0}update(e,t){let n=this.chart;this.setOptions(oL(!0,this.options,e)),"events"in this.options&&ox(this,this.options),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,oj(t,!0)&&n.redraw(),oN(this,"afterUpdate",{redraw:t})}colorizeItem(e,t){let n=e.color,{area:r,group:i,label:a,line:o,symbol:s}=e.legendItem||{};if((e instanceof ov||e instanceof ac)&&(e.color=e.options?.legendSymbolColor||n),i?.[t?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){let{itemHiddenStyle:n={}}=this,i=n.color,{fillColor:l,fillOpacity:c,lineColor:u,marker:h}=e.options,d=e=>(!t&&(e.fill&&(e.fill=i),e.stroke&&(e.stroke=i)),e);a?.css(oL(t?this.itemStyle:n)),o?.attr(d({stroke:u||e.color})),s&&s.attr(d(h&&s.isMarker?e.pointAttribs():{fill:e.color})),r?.attr(d({fill:l||e.color,"fill-opacity":l?1:c??.75}))}e.color=n,oN(this,"afterColorizeItem",{item:e,visible:t})}positionItems(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()}positionItem(e){let{group:t,x:n=0,y:r=0}=e.legendItem||{},i=this.options,a=i.symbolPadding,o=!i.rtl,s=e.checkbox;if(t?.element){let i={translateX:o?n:this.legendWidth-n-2*a-4,translateY:r},s=()=>{oN(this,"afterPositionItem",{item:e})};t[oT(t.translateY)?"animate":"attr"](i,void 0,s)}s&&(s.x=n,s.y=r)}destroyItem(e){let t=e.legendItem||{};for(let e of["group","label","line","symbol"])t[e]&&(t[e]=t[e].destroy());e.checkbox=oC(e.checkbox),e.legendItem=void 0}destroy(){for(let e of this.getAllItems())this.destroyItem(e);for(let e of["clipRect","up","down","pager","nav","box","title","group"])this[e]&&(this[e]=this[e].destroy());this.display=null}positionCheckboxes(){let e,t=this.group?.alignAttr,n=this.clipHeight||this.legendHeight,r=this.titleHeight;t&&(e=t.translateY,this.allItems.forEach(function(i){let a,o=i.checkbox;o&&(a=e+r+o.y+(this.scrollOffset||0)+3,oE(o,{left:t.translateX+i.checkboxOffset+o.x-20+"px",top:a+"px",display:this.proximate||a>e-6&&a1.5*w?x.height:w))}layoutItem(e){let t=this.options,n=this.padding,r="horizontal"===t.layout,i=e.itemHeight,a=this.itemMarginBottom,o=this.itemMarginTop,s=r?oj(t.itemDistance,20):0,l=this.maxLegendWidth,c=t.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:e.itemWidth,u=e.legendItem||{};r&&this.itemX-n+c>l&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=o+this.lastLineHeight+a),this.lastLineHeight=0),this.lastItemY=o+this.itemY+a,this.lastLineHeight=Math.max(i,this.lastLineHeight),u.x=this.itemX,u.y=this.itemY,r?this.itemX+=c:(this.itemY+=o+i+a,this.lastLineHeight=i),this.offsetWidth=this.widthOption||Math.max((r?this.itemX-n-(e.checkbox?0:s):c)+n,this.offsetWidth)}getAllItems(){let e=[];return this.chart.series.forEach(function(t){let n=t?.options;t&&oj(n.showInLegend,!oT(n.linkedTo)&&void 0,!0)&&(e=e.concat(t.legendItem?.labels||("point"===n.legendType?t.data:t)))}),oN(this,"afterGetAllItems",{allItems:e}),e}getAlignment(){let e=this.options;return this.proximate?e.align.charAt(0)+"tv":e.floating?"":e.align.charAt(0)+e.verticalAlign.charAt(0)+e.layout.charAt(0)}adjustMargins(e,t){let n=this.chart,r=this.options,i=this.getAlignment();i&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((a,o)=>{a.test(i)&&!oT(e[o])&&(n[o_[o]]=Math.max(n[o_[o]],n.legend[(o+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][o]*r[o%2?"x":"y"]+(r.margin??12)+t[o]+(n.titleOffset[o]||0)))})}proximatePositions(){let e,t=this.chart,n=[],r="left"===this.options.align;for(let i of(this.allItems.forEach(function(e){let i,a,o=r,s,l;e.yAxis&&(e.xAxis.options.reversed&&(o=!o),e.points&&(i=oP(o?e.points:e.points.slice(0).reverse(),function(e){return oO(e.plotY)})),a=this.itemMarginTop+e.legendItem.label.getBBox().height+this.itemMarginBottom,l=e.yAxis.top-t.plotTop,s=e.visible?(i?i.plotY:e.yAxis.height)+(l-.3*a):l+e.yAxis.height,n.push({target:s,size:a,item:e}))},this),ok(n,t.plotHeight)))e=i.item.legendItem||{},oO(i.pos)&&(e.y=t.plotTop-t.spacing[0]+i.pos)}render(){let e=this.chart,t=e.spacingBox.width,n=e.renderer,r=this.options,i=this.padding,a=this.getAllItems(),o,s,l,c=this.group,u,h=this.box;this.itemX=i,this.itemY=this.initialItemY,this.offsetWidth=0,this.lastItemY=0,this.widthOption=oR(r.width,t-i),u=t-2*i-r.x,["rm","lm"].indexOf(this.getAlignment().substring(0,2))>-1&&(u/=2),this.maxLegendWidth=this.widthOption||u,c||(this.group=c=n.g("legend").addClass(r.className||"").attr({zIndex:7}).add(),this.contentGroup=n.g().attr({zIndex:1}).add(c),this.scrollGroup=n.g().add(this.contentGroup)),this.renderTitle(),oz(a,(e,t)=>(e.options?.legendIndex||0)-(t.options?.legendIndex||0)),r.reversed&&a.reverse(),this.allItems=a,this.display=o=!!a.length,this.lastLineHeight=0,this.maxItemWidth=0,this.totalItemWidth=0,this.itemHeight=0,a.forEach(this.renderItem,this),a.forEach(this.layoutItem,this),s=(r.maxWidth?Math.min(this.widthOption||this.offsetWidth,u,oR(r.maxWidth,e.chartWidth)||1/0):this.widthOption||this.offsetWidth)+i,l=this.lastItemY+this.lastLineHeight+this.titleHeight,l=this.handleOverflow(l)+i,h||(this.box=h=n.rect().addClass("highcharts-legend-box").attr({r:r.borderRadius}).add(c)),e.styledMode||h.attr({stroke:r.borderColor,"stroke-width":r.borderWidth||0,fill:r.backgroundColor||"none"}).shadow(r.shadow),s>0&&l>0&&h[h.placed?"animate":"attr"](h.crisp.call({},{x:0,y:0,width:s,height:l},h.strokeWidth())),c[o?"show":"hide"](),e.styledMode&&"none"===c.getStyle("display")&&(s=l=0),this.legendWidth=s,this.legendHeight=l,o&&this.align(),this.proximate||this.positionItems(),oN(this,"afterRender")}align(e=this.chart.spacingBox){let t=this.chart,n=this.options,r=e.y;/(lth|ct|rth)/.test(this.getAlignment())&&t.titleOffset[0]>0?r+=t.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&t.titleOffset[2]>0&&(r-=t.titleOffset[2]),r!==e.y&&(e=oL(e,{y:r})),t.hasRendered||(this.group.placed=!1),this.group.align(oL(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,e)}handleOverflow(e){let t=this,n=this.chart,r=n.renderer,i=this.options,a=i.y,o="top"===i.verticalAlign,s=this.padding,l=i.maxHeight,c=i.navigation,u=oj(c.animation,!0),h=c.arrowSize||12,d=this.pages,f=this.allItems,p=function(e){"number"==typeof e?_.attr({height:e}):_&&(t.clipRect=_.destroy(),t.contentGroup.clip()),t.contentGroup.div&&(t.contentGroup.div.style.clip=e?"rect("+s+"px,9999px,"+(s+e)+"px,0)":"auto")},m=function(e){return t[e]=r.circle(0,0,1.3*h).translate(h/2,h/2).add(w),n.styledMode||t[e].attr("fill","rgba(0,0,0,0.0001)"),t[e]},g,v,y,b,x=n.spacingBox.height+(o?-a:a)-s,w=this.nav,_=this.clipRect;return"horizontal"!==i.layout||"middle"===i.verticalAlign||i.floating||(x/=2),l&&(x=Math.min(x,l)),d.length=0,e&&x>0&&e>x&&!1!==c.enabled?(this.clipHeight=g=Math.max(x-20-this.titleHeight-s,0),this.currentPage=oj(this.currentPage,1),this.fullHeight=e,f.forEach((e,t)=>{let n=(y=e.legendItem||{}).y||0,r=Math.round(y.label.getBBox().height),i=d.length;(!i||n-d[i-1]>g&&(v||n)!==d[i-1])&&(d.push(v||n),i++),y.pageIx=i-1,v&&b&&(b.pageIx=i-1),t===f.length-1&&n+r-d[i-1]>g&&n>d[i-1]&&(d.push(n),y.pageIx=i),n!==v&&(v=n),b=y}),_||(_=t.clipRect=r.clipRect(0,s-2,9999,0),t.contentGroup.clip(_)),p(g),w||(this.nav=w=r.g().attr({zIndex:1}).add(this.group),this.up=r.symbol("triangle",0,0,h,h).add(w),m("upTracker").on("click",function(){t.scroll(-1,u)}),this.pager=r.text("",15,10).addClass("highcharts-legend-navigation"),!n.styledMode&&c.style&&this.pager.css(c.style),this.pager.add(w),this.down=r.symbol("triangle-down",0,0,h,h).add(w),m("downTracker").on("click",function(){t.scroll(1,u)})),t.scroll(0),e=x):w&&(p(),this.nav=w.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),e}scroll(e,t){let n=this.chart,r=this.pages,i=r.length,a=this.clipHeight,o=this.options.navigation,s=this.pager,l=this.padding,c=this.currentPage+e;c>i&&(c=i),c>0&&(void 0!==t&&ob(t,n),this.nav.attr({translateX:l,translateY:a+this.padding+7+this.titleHeight,visibility:"inherit"}),[this.up,this.upTracker].forEach(function(e){e.attr({class:1===c?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),s.attr({text:c+"/"+i}),[this.down,this.downTracker].forEach(function(e){e.attr({x:18+this.pager.getBBox().width,class:c===i?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})},this),n.styledMode||(this.up.attr({fill:1===c?o.inactiveColor:o.activeColor}),this.upTracker.css({cursor:1===c?"default":"pointer"}),this.down.attr({fill:c===i?o.inactiveColor:o.activeColor}),this.downTracker.css({cursor:c===i?"default":"pointer"})),this.scrollOffset=-r[c-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=c,this.positionCheckboxes(),oI(()=>{oN(this,"afterScroll",{currentPage:c})},oy(oj(t,n.renderer.globalAnimation,!0)).duration))}setItemEvents(e,t,n){let r=this,i=e.legendItem||{},a=r.chart.renderer.boxWrapper,o=e instanceof ac,s=e instanceof ov,l="highcharts-legend-"+(o?"point":"series")+"-active",c=r.chart.styledMode,u=n?[t,i.symbol]:[i.group],h=t=>{r.allItems.forEach(n=>{e!==n&&[n].concat(n.linkedSeries||[]).forEach(e=>{e.setState(t,!o)})})};for(let n of u)n&&n.on("mouseover",function(){e.visible&&h("inactive"),e.setState("hover"),e.visible&&a.addClass(l),c||t.css(r.options.itemHoverStyle)}).on("mouseout",function(){r.chart.styledMode||t.css(oL(e.visible?r.itemStyle:r.itemHiddenStyle)),h(""),a.removeClass(l),e.setState()}).on("click",function(t){let n=function(){e.setVisible&&e.setVisible(),h(e.visible?"inactive":"")};a.removeClass(l),oN(r,"itemClick",{browserEvent:t,legendItem:e},n),o?e.firePointEvent("legendItemClick",{browserEvent:t}):s&&oN(e,"legendItemClick",{browserEvent:t})})}createCheckboxForItem(e){e.checkbox=oA("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:e.selected,defaultChecked:e.selected},this.options.itemCheckboxStyle,this.chart.container),oM(e.checkbox,"click",function(t){let n=t.target;oN(e.series||e,"checkboxClick",{checked:n.checked,item:e},function(){e.select()})})}}(f=oB||(oB={})).compose=function(e){oD(ow,"Core.Legend")&&oM(e,"beforeMargins",function(){this.legend=new f(this,this.options.legend)})};let oF=oB,{animate:oH,animObject:o$,setAnimation:oU}=tn,{defaultOptions:oV}=eH,{numberFormat:oq}=tO,{registerEventOptions:oY}=rx,{charts:oW,doc:oG,marginNames:oX,svg:oK,win:oZ}=V,{seriesTypes:oQ}=aW,{addEvent:oJ,attr:o0,createElement:o1,css:o2,defined:o3,diffObjects:o5,discardElement:o7,erase:o4,error:o6,extend:o9,find:o8,fireEvent:se,getAlignFactor:st,getStyle:sn,isArray:sr,isNumber:si,isObject:sa,isString:so,merge:ss,objectEach:sl,pick:sc,pInt:su,relativeLength:sh,removeEvent:sd,splat:sf,syncTimeout:sp,uniqueKey:sm}=em;class sg{static chart(e,t,n){return new sg(e,t,n)}constructor(e,t,n){this.sharedClips={};const r=[...arguments];(so(e)||e.nodeName)&&(this.renderTo=r.shift()),this.init(r[0],r[1])}setZoomOptions(){let e=this.options.chart,t=e.zooming;this.zooming={...t,type:sc(e.zoomType,t.type),key:sc(e.zoomKey,t.key),pinchType:sc(e.pinchType,t.pinchType),singleTouch:sc(e.zoomBySingleTouch,t.singleTouch,!1),resetButton:ss(t.resetButton,e.resetZoomButton)}}init(e,t){se(this,"init",{args:arguments},function(){let n=ss(oV,e),r=n.chart,i=this.renderTo||r.renderTo;this.userOptions=o9({},e),(this.renderTo=so(i)?oG.getElementById(i):i)||o6(13,!0,this),this.margin=[],this.spacing=[],this.labelCollectors=[],this.callback=t,this.isResizing=0,this.options=n,this.axes=[],this.series=[],this.locale=n.lang.locale??this.renderTo.closest("[lang]")?.lang,this.time=new eD(o9(n.time||{},{locale:this.locale}),n.lang),n.time=this.time.options,this.numberFormatter=(r.numberFormatter||oq).bind(this),this.styledMode=r.styledMode,this.hasCartesianSeries=r.showAxes,this.index=oW.length,oW.push(this),V.chartCount++,oY(this,r),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,this.setZoomOptions(),se(this,"afterInit"),this.firstRender()})}initSeries(e){let t=this.options.chart,n=e.type||t.type,r=oQ[n];r||o6(17,!0,this,{missingModuleFor:n});let i=new r;return"function"==typeof i.init&&i.init(this,e),i}setSortedData(){this.getSeriesOrderByLinks().forEach(function(e){e.points||e.data||!e.enabledDataSorting||e.setData(e.options.data,!1)})}getSeriesOrderByLinks(){return this.series.concat().sort(function(e,t){return e.linkedSeries.length||t.linkedSeries.length?t.linkedSeries.length-e.linkedSeries.length:0})}orderItems(e,t=0){let n=this[e],r=this.options[e]=sf(this.options[e]).slice(),i=this.userOptions[e]=this.userOptions[e]?sf(this.userOptions[e]).slice():[];if(this.hasRendered&&(r.splice(t),i.splice(t)),n)for(let e=t,a=n.length;e=Math.max(l+a,e.pos)&&t<=Math.min(l+a+h.width,e.pos+e.len)||(p.isInsidePlot=!1)}if(!n.ignoreY&&p.isInsidePlot){let e=!r&&n.axis&&!n.axis.isXAxis&&n.axis||u&&(r?u.xAxis:u.yAxis)||{pos:o,len:1/0},t=n.paneCoordinates?e.pos+f:o+f;t>=Math.max(c+o,e.pos)&&t<=Math.min(c+o+h.height,e.pos+e.len)||(p.isInsidePlot=!1)}return se(this,"afterIsInsidePlot",p),p.isInsidePlot}redraw(e){se(this,"beforeRedraw");let t=this.hasCartesianSeries?this.axes:this.colorAxis||[],n=this.series,r=this.pointer,i=this.legend,a=this.userOptions.legend,o=this.renderer,s=o.isHidden(),l=[],c,u,h,d=this.isDirtyBox,f=this.isDirtyLegend,p;for(o.rootFontSize=o.boxWrapper.getStyle("font-size"),this.setResponsive&&this.setResponsive(!1),oU(!!this.hasRendered&&e,this),s&&this.temporaryDisplay(),this.layOutTitles(!1),h=n.length;h--;)if(((p=n[h]).options.stacking||p.options.centerInCategory)&&(u=!0,p.isDirty)){c=!0;break}if(c)for(h=n.length;h--;)(p=n[h]).options.stacking&&(p.isDirty=!0);n.forEach(function(e){e.isDirty&&("point"===e.options.legendType?("function"==typeof e.updateTotals&&e.updateTotals(),f=!0):a&&(a.labelFormatter||a.labelFormat)&&(f=!0)),e.isDirtyData&&se(e,"updatedData")}),f&&i&&i.options.enabled&&(i.render(),this.isDirtyLegend=!1),u&&this.getStacks(),t.forEach(function(e){e.updateNames(),e.setScale()}),this.getMargins(),t.forEach(function(e){e.isDirty&&(d=!0)}),t.forEach(function(e){let t=e.min+","+e.max;e.extKey!==t&&(e.extKey=t,l.push(function(){se(e,"afterSetExtremes",o9(e.eventArgs,e.getExtremes())),delete e.eventArgs})),(d||u)&&e.redraw()}),d&&this.drawChartBox(),se(this,"predraw"),n.forEach(function(e){(d||e.isDirty)&&e.visible&&e.redraw(),e.isDirtyData=!1}),r&&r.reset(!0),o.draw(),se(this,"redraw"),se(this,"render"),s&&this.temporaryDisplay(!0),l.forEach(function(e){e.call()})}get(e){let t=this.series;function n(t){return t.id===e||t.options&&t.options.id===e}let r=o8(this.axes,n)||o8(this.series,n);for(let e=0;!r&&e(t.getPointsCollection().forEach(t=>{sc(t.selectedStaging,t.selected)&&e.push(t)}),e),[])}getSelectedSeries(){return this.series.filter(e=>e.selected)}setTitle(e,t,n){this.applyDescription("title",e),this.applyDescription("subtitle",t),this.applyDescription("caption",void 0),this.layOutTitles(n)}applyDescription(e,t){let n=this,r=this.options[e]=ss(this.options[e],t),i=this[e];i&&t&&(this[e]=i=i.destroy()),r&&!i&&((i=this.renderer.text(r.text,0,0,r.useHTML).attr({align:r.align,class:"highcharts-"+e,zIndex:r.zIndex||4}).css({textOverflow:"ellipsis",whiteSpace:"nowrap"}).add()).update=function(t,r){n.applyDescription(e,t),n.layOutTitles(r)},this.styledMode||i.css(o9("title"===e?{fontSize:this.options.isStock?"1em":"1.2em"}:{},r.style)),i.textPxLength=i.getBBox().width,i.css({whiteSpace:r.style?.whiteSpace}),this[e]=i)}layOutTitles(e=!0){let t=[0,0,0],{options:n,renderer:r,spacingBox:i}=this;["title","subtitle","caption"].forEach(e=>{let n=this[e],a=this.options[e],o=ss(i),s=n?.textPxLength||0;if(n&&a){se(this,"layOutTitle",{alignTo:o,key:e,textPxLength:s});let i=r.fontMetrics(n),l=i.b,c=i.h,u=a.verticalAlign||"top",h="top"===u,d=h&&a.minScale||1,f="title"===e?h?-3:0:h?t[0]+2:0,p=Math.min(o.width/s,1),m=Math.max(d,p),g=ss({y:"bottom"===u?l:f+l},{align:"title"===e?pd?this.chartWidth:o.width)/m)+"px";n.alignValue!==g.align&&(n.placed=!1);let y=Math.round(n.css({width:v}).getBBox(a.useHTML).height);if(g.height=y,n.align(g,!1,o).attr({align:g.align,scaleX:m,scaleY:m,"transform-origin":`${o.x+s*m*st(g.align)} ${c}`}),!a.floating){let e=y*(y<1.2*c?1:m);"top"===u?t[0]=Math.ceil(t[0]+e):"bottom"===u&&(t[2]=Math.ceil(t[2]+e))}}},this),t[0]&&"top"===(n.title?.verticalAlign||"top")&&(t[0]+=n.title?.margin||0),t[2]&&n.caption?.verticalAlign==="bottom"&&(t[2]+=n.caption?.margin||0);let a=!this.titleOffset||this.titleOffset.join(",")!==t.join(",");this.titleOffset=t,se(this,"afterLayOutTitles"),!this.isDirtyBox&&a&&(this.isDirtyBox=this.isDirtyLegend=a,this.hasRendered&&e&&this.isDirtyBox&&this.redraw())}getContainerBox(){let e=[].map.call(this.renderTo.children,e=>{if(e!==this.container){let t=e.style.display;return e.style.display="none",[e,t]}}),t={width:sn(this.renderTo,"width",!0)||0,height:sn(this.renderTo,"height",!0)||0};return e.filter(Boolean).forEach(([e,t])=>{e.style.display=t}),t}getChartSize(){let e=this.options.chart,t=e.width,n=e.height,r=this.getContainerBox(),i=r.height<=1||!this.renderTo.parentElement?.style.height&&"100%"===this.renderTo.style.height;this.chartWidth=Math.max(0,t||r.width||600),this.chartHeight=Math.max(0,sh(n,this.chartWidth)||(i?400:r.height)),this.containerBox=r}temporaryDisplay(e){let t=this.renderTo,n;if(e)for(;t?.style;)t.hcOrigStyle&&(o2(t,t.hcOrigStyle),delete t.hcOrigStyle),t.hcOrigDetached&&(oG.body.removeChild(t),t.hcOrigDetached=!1),t=t.parentNode;else for(;t?.style&&(oG.body.contains(t)||t.parentNode||(t.hcOrigDetached=!0,oG.body.appendChild(t)),("none"===sn(t,"display",!1)||t.hcOricDetached)&&(t.hcOrigStyle={display:t.style.display,height:t.style.height,overflow:t.style.overflow},n={display:"block",overflow:"hidden"},t!==this.renderTo&&(n.height=0),o2(t,n),t.offsetWidth||t.style.setProperty("display","block","important")),(t=t.parentNode)!==oG.body););}setClassName(e){this.container.className="highcharts-container "+(e||"")}getContainer(){let e,t=this.options,n=t.chart,r="data-highcharts-chart",i=sm(),a=this.renderTo,o=su(o0(a,r));si(o)&&oW[o]&&oW[o].hasRendered&&oW[o].destroy(),o0(a,r,this.index),a.innerHTML=tg.emptyHTML,n.skipClone||a.offsetWidth||this.temporaryDisplay(),this.getChartSize();let s=this.chartHeight,l=this.chartWidth;o2(a,{overflow:"hidden"}),this.styledMode||(e=o9({position:"relative",overflow:"hidden",width:l+"px",height:s+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none",padding:"0px"},n.style||{}));let c=o1("div",{id:i},e,a);this.container=c,this.getChartSize(),l!==this.chartWidth&&(l=this.chartWidth,this.styledMode||o2(c,{width:sc(n.style?.width,l+"px")})),this.containerBox=this.getContainerBox(),this._cursor=c.style.cursor;let u=n.renderer||!oK?tL.getRendererType(n.renderer):n8;if(this.renderer=new u(c,l,s,void 0,n.forExport,t.exporting?.allowHTML,this.styledMode),oU(void 0,this),this.setClassName(n.className),this.styledMode)for(let e in t.defs)this.renderer.definition(t.defs[e]);else this.renderer.setStyle(n.style);this.renderer.chartIndex=this.index,se(this,"afterGetContainer")}getMargins(e){let{spacing:t,margin:n,titleOffset:r}=this;this.resetMargins(),r[0]&&!o3(n[0])&&(this.plotTop=Math.max(this.plotTop,r[0]+t[0])),r[2]&&!o3(n[2])&&(this.marginBottom=Math.max(this.marginBottom,r[2]+t[2])),this.legend?.display&&this.legend.adjustMargins(n,t),se(this,"getMargins"),e||this.getAxisMargins()}getAxisMargins(){let e=this,t=e.axisOffset=[0,0,0,0],n=e.colorAxis,r=e.margin,i=e=>{e.forEach(e=>{e.visible&&e.getOffset()})};e.hasCartesianSeries?i(e.axes):n?.length&&i(n),oX.forEach((n,i)=>{o3(r[i])||(e[n]+=t[i])}),e.setChartSize()}getOptions(){return o5(this.userOptions,oV)}reflow(e){let t=this,n=t.containerBox,r=t.getContainerBox();delete t.pointer?.chartPosition,!t.exporting?.isPrinting&&!t.isResizing&&n&&r.width&&((r.width!==n.width||r.height!==n.height)&&(em.clearTimeout(t.reflowTimeout),t.reflowTimeout=sp(function(){t.container&&t.setSize(void 0,void 0,!1)},100*!!e)),t.containerBox=r)}setReflow(){let e=this,t=t=>{e.options?.chart.reflow&&e.hasLoaded&&e.reflow(t)};if("function"==typeof ResizeObserver)new ResizeObserver(t).observe(e.renderTo);else{let e=oJ(oZ,"resize",t);oJ(this,"destroy",e)}}setSize(e,t,n){let r=this,i=r.renderer;r.isResizing+=1,oU(n,r);let a=i.globalAnimation;r.oldChartHeight=r.chartHeight,r.oldChartWidth=r.chartWidth,void 0!==e&&(r.options.chart.width=e),void 0!==t&&(r.options.chart.height=t),r.getChartSize();let{chartWidth:o,chartHeight:s,scrollablePixelsX:l=0,scrollablePixelsY:c=0}=r;(r.isDirtyBox||o!==r.oldChartWidth||s!==r.oldChartHeight)&&(r.styledMode||(a?oH:o2)(r.container,{width:`${o+l}px`,height:`${s+c}px`},a),r.setChartSize(!0),i.setSize(o,s,a),r.axes.forEach(function(e){e.isDirty=!0,e.setScale()}),r.isDirtyLegend=!0,r.isDirtyBox=!0,r.layOutTitles(),r.getMargins(),r.redraw(a),r.oldChartHeight=void 0,se(r,"resize"),setTimeout(()=>{r&&se(r,"endResize")},o$(a).duration)),r.isResizing-=1}setChartSize(e){let t,n,r,i,{chartHeight:a,chartWidth:o,inverted:s,spacing:l,renderer:c}=this,u=this.clipOffset,h=Math[s?"floor":"round"];this.plotLeft=t=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=r=Math.max(0,Math.round(o-t-(this.marginRight??0))),this.plotHeight=i=Math.max(0,Math.round(a-n-(this.marginBottom??0))),this.plotSizeX=s?i:r,this.plotSizeY=s?r:i,this.spacingBox=c.spacingBox={x:l[3],y:l[0],width:o-l[3]-l[1],height:a-l[0]-l[2]},this.plotBox=c.plotBox={x:t,y:n,width:r,height:i},u&&(this.clipBox={x:h(u[3]),y:h(u[0]),width:h(this.plotSizeX-u[1]-u[3]),height:h(this.plotSizeY-u[0]-u[2])}),e||(this.axes.forEach(function(e){e.setAxisSize(),e.setAxisTranslation()}),c.alignElements()),se(this,"afterSetChartSize",{skipAxes:e})}resetMargins(){se(this,"resetMargins");let e=this,t=e.options.chart,n=t.plotBorderWidth||0,r=Math.round(n)/2;["margin","spacing"].forEach(n=>{let r=t[n],i=sa(r)?r:[r,r,r,r];["Top","Right","Bottom","Left"].forEach((r,a)=>{e[n][a]=t[`${n}${r}`]??i[a]})}),oX.forEach((t,n)=>{e[t]=e.margin[n]??e.spacing[n]}),e.axisOffset=[0,0,0,0],e.clipOffset=[r,r,r,r],e.plotBorderWidth=n}drawChartBox(){let e=this.options.chart,t=this.renderer,n=this.chartWidth,r=this.chartHeight,i=this.styledMode,a=this.plotBGImage,o=e.backgroundColor,s=e.plotBackgroundColor,l=e.plotBackgroundImage,c=this.plotLeft,u=this.plotTop,h=this.plotWidth,d=this.plotHeight,f=this.plotBox,p=this.clipRect,m=this.clipBox,g=this.chartBackground,v=this.plotBackground,y=this.plotBorder,b,x,w,_="animate";g||(this.chartBackground=g=t.rect().addClass("highcharts-background").add(),_="attr"),i?b=x=g.strokeWidth():(x=(b=e.borderWidth||0)+8*!!e.shadow,w={fill:o||"none"},(b||g["stroke-width"])&&(w.stroke=e.borderColor,w["stroke-width"]=b),g.attr(w).shadow(e.shadow)),g[_]({x:x/2,y:x/2,width:n-x-b%2,height:r-x-b%2,r:e.borderRadius}),_="animate",v||(_="attr",this.plotBackground=v=t.rect().addClass("highcharts-plot-background").add()),v[_](f),!i&&(v.attr({fill:s||"none"}).shadow(e.plotShadow),l&&(a?(l!==a.attr("href")&&a.attr("href",l),a.animate(f)):this.plotBGImage=t.image(l,c,u,h,d).add())),p?p.animate({width:m.width,height:m.height}):this.clipRect=t.clipRect(m),_="animate",y||(_="attr",this.plotBorder=y=t.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),i||y.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),y[_](y.crisp(f,-y.strokeWidth())),this.isDirtyBox=!1,se(this,"afterDrawChartBox")}propFromSeries(){let e,t,n,r=this,i=r.options.chart,a=r.options.series;["inverted","angular","polar"].forEach(function(o){for(t=oQ[i.type],n=i[o]||t&&t.prototype[o],e=a?.length;!n&&e--;)(t=oQ[a[e].type])&&t.prototype[o]&&(n=!0);r[o]=n})}linkSeries(e){let t=this,n=t.series;n.forEach(function(e){e.linkedSeries.length=0}),n.forEach(function(e){let{linkedTo:r}=e.options,i=so(r)&&(":previous"===r?n[e.index-1]:t.get(r));i&&i.linkedParent!==e&&(i.linkedSeries.push(e),e.linkedParent=i,i.enabledDataSorting&&e.setDataSortingOptions(),e.visible=e.options.visible??i.options.visible??e.visible)}),se(this,"afterLinkSeries",{isUpdating:e})}renderSeries(){this.series.forEach(function(e){e.translate(),e.render()})}render(){let e=this.axes,t=this.colorAxis,n=this.renderer,r=this.options.chart.axisLayoutRuns||2,i=e=>{e.forEach(e=>{e.visible&&e.render()})},a=0,o=!0,s,l=0;for(let t of(this.setTitle(),se(this,"beforeMargins"),this.getStacks?.(),this.getMargins(!0),this.setChartSize(),e)){let{options:e}=t,{labels:n}=e;if(this.hasCartesianSeries&&t.horiz&&t.visible&&n.enabled&&t.series.length&&"colorAxis"!==t.coll&&!this.polar){a=e.tickLength,t.createGroups();let r=new rL(t,0,"",!0),i=r.createLabel("x",n);if(r.destroy(),i&&sc(n.reserveSpace,!si(e.crossing))&&(a=i.getBBox().height+n.distance+Math.max(e.offset||0,0)),a){i?.destroy();break}}}for(this.plotHeight=Math.max(this.plotHeight-a,0);(o||s||r>1)&&l(l?1:1.1),s=n/this.plotHeight>(l?1:1.05),l++}this.drawChartBox(),this.hasCartesianSeries?i(e):t?.length&&i(t),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).shadow(this.options.chart.seriesGroupShadow).add()),this.renderSeries(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0}addCredits(e){let t=this,n=ss(!0,this.options.credits,e);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",function(){n.href&&(oZ.location.href=n.href)}).attr({align:n.position.align,zIndex:8}),t.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(e){t.credits=t.credits.destroy(),t.addCredits(e)})}destroy(){let e,t=this,n=t.axes,r=t.series,i=t.container,a=i?.parentNode;for(se(t,"destroy"),t.renderer.forExport?o4(oW,t):oW[t.index]=void 0,V.chartCount--,t.renderTo.removeAttribute("data-highcharts-chart"),sd(t),e=n.length;e--;)n[e]=n[e].destroy();for(this.scroller?.destroy?.(),e=r.length;e--;)r[e]=r[e].destroy();["title","subtitle","chartBackground","plotBackground","plotBGImage","plotBorder","seriesGroup","clipRect","credits","pointer","rangeSelector","legend","resetZoomButton","tooltip","renderer"].forEach(e=>{t[e]=t[e]?.destroy?.()}),i&&(i.innerHTML=tg.emptyHTML,sd(i),a&&o7(i)),sl(t,function(e,n){delete t[n]})}firstRender(){let e=this,t=e.options;e.getContainer(),e.resetMargins(),e.setChartSize(),e.propFromSeries(),e.createAxes();let n=sr(t.series)?t.series:[];t.series=[],n.forEach(function(t){e.initSeries(t)}),e.linkSeries(),e.setSortedData(),se(e,"beforeRender"),e.render(),e.pointer?.getChartPosition(),e.renderer.imgCount||e.hasLoaded||e.onload(),e.temporaryDisplay(!0)}onload(){this.callbacks.concat([this.callback]).forEach(function(e){e&&void 0!==this.index&&e.apply(this,[this])},this),se(this,"load"),se(this,"render"),o3(this.index)&&this.setReflow(),this.warnIfA11yModuleNotLoaded(),this.warnIfCSSNotLoaded(),this.hasLoaded=!0}warnIfA11yModuleNotLoaded(){let{options:e,title:t}=this;e&&!this.accessibility&&(this.renderer.boxWrapper.attr({role:"img","aria-label":(t?.element.textContent||"").replace(/this.transform({reset:!0,trigger:"zoom"}))}pan(e,t){let n=this,r="object"==typeof t?t:{enabled:t,type:"x"},i=r.type,a=i&&n[({x:"xAxis",xy:"axes",y:"yAxis"})[i]].filter(e=>e.options.panningEnabled&&!e.options.isInternal),o=n.options.chart;o?.panning&&(o.panning=r),se(this,"pan",{originalEvent:e},()=>{n.transform({axes:a,event:e,to:{x:e.chartX-(n.mouseDownX||0),y:e.chartY-(n.mouseDownY||0)},trigger:"pan"}),o2(n.container,{cursor:"move"})})}transform(e){let{axes:t=this.axes,event:n,from:r={},reset:i,selection:a,to:o={},trigger:s,allowResetButton:l=!0}=e,{inverted:c,time:u}=this;this.hoverPoints?.forEach(e=>e.setState()),se(this,"transform",e);let h=e.hasZoomed||!1,d,f;for(let e of t){let{horiz:t,len:p,minPointOffset:m=0,options:g,reversed:v}=e,y=t?"width":"height",b=t?"x":"y",x=sc(o[y],e.len),w=sc(r[y],e.len),_=10>Math.abs(x)?1:x/w,k=(r[b]||0)+w/2-e.pos,S=k-((o[b]??e.pos)+x/2-e.pos)/_,M=v&&!c||!v&&c?-1:1;if(!i&&(k<0||k>e.len))continue;let A=e.chart.polar||e.isOrdinal?0:m*M||0,E=e.toValue(S,!0),T=e.toValue(S+p/_,!0),C=E+A,P=T-A,N=e.allExtremes;if(a&&a[e.coll].push({axis:e,min:Math.min(E,T),max:Math.max(E,T)}),C>P&&([C,P]=[P,C]),1===_&&!i&&"yAxis"===e.coll&&!N){for(let t of e.series){let e=t.getExtremes(t.getProcessedData(!0).modified.getColumn(t.pointValKey||"y")||[],!0);N??(N={dataMin:Number.MAX_VALUE,dataMax:-Number.MAX_VALUE}),si(e.dataMin)&&si(e.dataMax)&&(N.dataMin=Math.min(e.dataMin,N.dataMin),N.dataMax=Math.max(e.dataMax,N.dataMax))}e.allExtremes=N}let{dataMin:O,dataMax:L,min:j,max:D}=o9(e.getExtremes(),N||{}),R=u.parse(g.min),z=u.parse(g.max),I=O??R,B=L??z,F=P-C,H=e.categories?0:Math.min(F,B-I),$=I-H*(o3(R)?0:g.minPadding),U=B+H*(o3(z)?0:g.maxPadding),V=e.allowZoomOutside||1===_||"zoom"!==s&&_>1,q=Math.min(R??$,$,V?j:$),Y=Math.max(z??U,U,V?D:U);(!e.isOrdinal||1!==_||i)&&(C=1&&(P=C+F)),P>Y&&(P=Y,_>=1&&(C=P-F)),(i||e.series.length&&(C!==j||P!==D)&&C>=q&&P<=Y)&&(a?a[e.coll].push({axis:e,min:C,max:P}):(e.isPanning="zoom"!==s,e.isPanning&&"mousewheel"!==s&&(f=!0),e.setExtremes(i?void 0:C,i?void 0:P,!1,!1,{move:S,trigger:s,scale:_}),!i&&(C>q||P{delete e.selection,e.trigger="zoom",this.transform(e)}):(!d||f||this.resetZoomButton?!d&&this.resetZoomButton&&(this.resetZoomButton=this.resetZoomButton.destroy()):this.showResetZoom(),this.redraw("zoom"===s&&(this.options.chart.animation??this.pointCount<100)))),h}}o9(sg.prototype,{callbacks:[],collectionsWithInit:{xAxis:[sg.prototype.addAxis,[!0]],yAxis:[sg.prototype.addAxis,[!1]],series:[sg.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:["backgroundColor","borderColor","borderWidth","borderRadius","plotBackgroundColor","plotBackgroundImage","plotBorderColor","plotBorderWidth","plotShadow","shadow"],propsRequireReflow:["margin","marginTop","marginRight","marginBottom","marginLeft","spacing","spacingTop","spacingRight","spacingBottom","spacingLeft"],propsRequireUpdateSeries:["chart.inverted","chart.polar","chart.ignoreHiddenSeries","chart.type","colors","plotOptions","time","tooltip"]});let sv=sg,{stop:sy}=tn,{composed:sb}=V,{addEvent:sx,createElement:sw,css:s_,defined:sk,erase:sS,merge:sM,pushUnique:sA}=em;function sE(){let e=this.scrollablePlotArea;(this.scrollablePixelsX||this.scrollablePixelsY)&&!e&&(this.scrollablePlotArea=e=new sC(this)),e?.applyFixed()}function sT(){this.chart.scrollablePlotArea&&(this.chart.scrollablePlotArea.isDirty=!0)}class sC{static compose(e,t,n){sA(sb,this.compose)&&(sx(e,"afterInit",sT),sx(t,"afterSetChartSize",e=>this.afterSetSize(e.target,e)),sx(t,"render",sE),sx(n,"show",sT))}static afterSetSize(e,t){let n,r,i,{minWidth:a,minHeight:o}=e.options.chart.scrollablePlotArea||{},{clipBox:s,plotBox:l,inverted:c,renderer:u}=e;if(!u.forExport)if(a?(e.scrollablePixelsX=n=Math.max(0,a-e.chartWidth),n&&(e.scrollablePlotBox=sM(e.plotBox),l.width=e.plotWidth+=n,s[c?"height":"width"]+=n,i=!0)):o&&(e.scrollablePixelsY=r=Math.max(0,o-e.chartHeight),sk(r)&&(e.scrollablePlotBox=sM(e.plotBox),l.height=e.plotHeight+=r,s[c?"width":"height"]+=r,i=!1)),sk(i)){if(!t.skipAxes)for(let t of e.axes)(t.horiz===i||e.hasParallelCoordinates&&"yAxis"===t.coll)&&(t.setAxisSize(),t.setAxisTranslation())}else delete e.scrollablePlotBox}constructor(e){let t;const n=e.options.chart,r=tL.getRendererType(),i=n.scrollablePlotArea||{},a=this.moveFixedElements.bind(this),o={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};e.scrollablePixelsX&&(o.overflowX="auto"),e.scrollablePixelsY&&(o.overflowY="auto"),this.chart=e;const s=this.parentDiv=sw("div",{className:"highcharts-scrolling-parent"},{position:"relative"},e.renderTo),l=this.scrollingContainer=sw("div",{className:"highcharts-scrolling"},o,s),c=this.innerContainer=sw("div",{className:"highcharts-inner-container"},void 0,l),u=this.fixedDiv=sw("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(n.style?.zIndex||0)+2,top:0},void 0,!0),h=this.fixedRenderer=new r(u,e.chartWidth,e.chartHeight,n.style);this.mask=h.path().attr({fill:n.backgroundColor||"#fff","fill-opacity":i.opacity??.85,zIndex:-1}).addClass("highcharts-scrollable-mask").add(),l.parentNode.insertBefore(u,l),s_(e.renderTo,{overflow:"visible"}),sx(e,"afterShowResetZoom",a),sx(e,"afterApplyDrilldown",a),sx(e,"afterLayOutTitles",a),sx(l,"scroll",()=>{let{pointer:n,hoverPoint:r}=e;n&&(delete n.chartPosition,r&&(t=r),n.runPointActions(void 0,t,!0))}),c.appendChild(e.container)}applyFixed(){let{chart:e,fixedRenderer:t,isDirty:n,scrollingContainer:r}=this,{axisOffset:i,chartWidth:a,chartHeight:o,container:s,plotHeight:l,plotLeft:c,plotTop:u,plotWidth:h,scrollablePixelsX:d=0,scrollablePixelsY:f=0}=e,{scrollPositionX:p=0,scrollPositionY:m=0}=e.options.chart.scrollablePlotArea||{},g=a+d,v=o+f;t.setSize(a,o),(n??!0)&&(this.isDirty=!1,this.moveFixedElements()),sy(e.container),s_(s,{width:`${g}px`,height:`${v}px`}),e.renderer.boxWrapper.attr({width:g,height:v,viewBox:["0 0",g,v].join(" ")}),e.chartBackground?.attr({width:g,height:v}),s_(r,{width:`${a}px`,height:`${o}px`}),sk(n)||(r.scrollLeft=d*p,r.scrollTop=f*m);let y=u-i[0]-1,b=c-i[3]-1,x=u+l+i[2]+1,w=c+h+i[1]+1,_=c+h-d,k=u+l-f,S=[["M",0,0]];d?S=[["M",0,y],["L",c-1,y],["L",c-1,x],["L",0,x],["Z"],["M",_,y],["L",a,y],["L",a,x],["L",_,x],["Z"]]:f&&(S=[["M",b,0],["L",b,u-1],["L",w,u-1],["L",w,0],["Z"],["M",b,k],["L",b,o],["L",w,o],["L",w,k],["Z"]]),"adjustHeight"!==e.redrawTrigger&&this.mask.attr({d:S})}moveFixedElements(){let e,{container:t,inverted:n,scrollablePixelsX:r,scrollablePixelsY:i}=this.chart,a=this.fixedRenderer,o=sC.fixedSelectors;if(r&&!n?e=".highcharts-yaxis":r&&n||i&&!n?e=".highcharts-xaxis":i&&n&&(e=".highcharts-yaxis"),e&&!(this.chart.hasParallelCoordinates&&".highcharts-yaxis"===e))for(let t of[`${e}:not(.highcharts-radial-axis)`,`${e}-labels:not(.highcharts-radial-axis-labels)`])sA(o,t);else for(let e of[".highcharts-xaxis",".highcharts-yaxis"])for(let t of[`${e}:not(.highcharts-radial-axis)`,`${e}-labels:not(.highcharts-radial-axis-labels)`])sS(o,t);for(let e of o)[].forEach.call(t.querySelectorAll(e),e=>{(e.namespaceURI===a.SVG_NS?a.box:a.box.parentNode).appendChild(e),e.style.pointerEvents="auto"})}}sC.fixedSelectors=[".highcharts-breadcrumbs-group",".highcharts-contextbutton",".highcharts-caption",".highcharts-credits",".highcharts-drillup-button",".highcharts-legend",".highcharts-legend-checkbox",".highcharts-navigator-series",".highcharts-navigator-xaxis",".highcharts-navigator-yaxis",".highcharts-navigator",".highcharts-range-selector-group",".highcharts-reset-zoom",".highcharts-scrollbar",".highcharts-subtitle",".highcharts-title"];let{format:sP}=tO,{series:sN}=aW,{destroyObjectProperties:sO,fireEvent:sL,getAlignFactor:sj,isNumber:sD,pick:sR}=em,sz=class{constructor(e,t,n,r,i){const a=e.chart.inverted,o=e.reversed;this.axis=e;const s=this.isNegative=!!n!=!!o;this.options=t=t||{},this.x=r,this.total=null,this.cumulative=null,this.points={},this.hasValidPoints=!1,this.stack=i,this.leftCliff=0,this.rightCliff=0,this.alignOptions={align:t.align||(a?s?"left":"right":"center"),verticalAlign:t.verticalAlign||(a?"middle":s?"bottom":"top"),y:t.y,x:t.x},this.textAlign=t.textAlign||(a?s?"right":"left":"center")}destroy(){sO(this,this.axis)}render(e){let t=this.axis.chart,n=this.options,r=n.format,i=r?sP(r,this,t):n.formatter.call(this);if(this.label)this.label.attr({text:i,visibility:"hidden"});else{this.label=t.renderer.label(i,null,void 0,n.shape,void 0,void 0,n.useHTML,!1,"stack-labels");let r={r:n.borderRadius||0,text:i,padding:sR(n.padding,5),visibility:"hidden"};t.styledMode||(r.fill=n.backgroundColor,r.stroke=n.borderColor,r["stroke-width"]=n.borderWidth,this.label.css(n.style||{})),this.label.attr(r),this.label.added||this.label.add(e)}this.label.labelrank=t.plotSizeY,sL(this,"afterRender")}setOffset(e,t,n,r,i,a){let{alignOptions:o,axis:s,label:l,options:c,textAlign:u}=this,h=s.chart,d=this.getStackBox({xOffset:e,width:t,boxBottom:n,boxTop:r,defaultX:i,xAxis:a}),{verticalAlign:f}=o;if(l&&d){let e=l.getBBox(void 0,0),t=l.padding,n="justify"===sR(c.overflow,"justify"),r;o.x=c.x||0,o.y=c.y||0;let{x:i,y:a}=this.adjustStackPosition({labelBox:e,verticalAlign:f,textAlign:u});d.x-=i,d.y-=a,l.align(o,!1,d),(r=h.isInsidePlot(l.alignAttr.x+o.x+i,l.alignAttr.y+o.y+a))||(n=!1),n&&sN.prototype.justifyDataLabel.call(s,l,o,l.alignAttr,e,d),l.attr({x:l.alignAttr.x,y:l.alignAttr.y,rotation:c.rotation,rotationOriginX:e.width*sj(c.textAlign||"center"),rotationOriginY:e.height/2}),sR(!n&&c.crop,!0)&&(r=sD(l.x)&&sD(l.y)&&h.isInsidePlot(l.x-t+(l.width||0),l.y)&&h.isInsidePlot(l.x+t,l.y)),l[r?"show":"hide"]()}sL(this,"afterSetOffset",{xOffset:e,width:t})}adjustStackPosition({labelBox:e,verticalAlign:t,textAlign:n}){return{x:e.width/2+e.width/2*(2*sj(n)-1),y:e.height/2*2*(1-sj(t))}}getStackBox(e){let t=this.axis,n=t.chart,{boxTop:r,defaultX:i,xOffset:a,width:o,boxBottom:s}=e,l=t.stacking.usePercentage?100:sR(r,this.total,0),c=t.toPixels(l),u=e.xAxis||n.xAxis[0],h=sR(i,u.translate(this.x))+a,d=Math.abs(c-t.toPixels(s||sD(t.min)&&t.logarithmic&&t.logarithmic.lin2log(t.min)||0)),f=n.inverted,p=this.isNegative;return f?{x:(p?c:c-d)-n.plotLeft,y:u.height-h-o+u.top-n.plotTop,width:d,height:o}:{x:h+u.transB-n.plotLeft,y:(p?c-d:c)-n.plotTop,width:o,height:d}}},{getDeferredAnimation:sI}=tn,{series:{prototype:sB}}=aW,{addEvent:sF,correctFloat:sH,defined:s$,destroyObjectProperties:sU,fireEvent:sV,isNumber:sq,objectEach:sY,pick:sW}=em;function sG(){let e=this.inverted;this.axes.forEach(e=>{e.stacking?.stacks&&e.hasVisibleSeries&&(e.stacking.oldStacks=e.stacking.stacks)}),this.series.forEach(t=>{let n=t.xAxis?.options||{};t.options.stacking&&t.reserveSpace()&&(t.stackKey=[t.type,sW(t.options.stack,""),e?n.top:n.left,e?n.height:n.width].join(","))})}function sX(){let e=this.stacking;if(e){let t=e.stacks;sY(t,(e,n)=>{sU(e),delete t[n]}),e.stackTotalGroup?.destroy()}}function sK(){this.stacking||(this.stacking=new s2(this))}function sZ(e,t,n,r){return!s$(e)||e.x!==t||r&&e.stackKey!==r?e={x:t,index:0,key:r,stackKey:r}:e.index++,e.key=[n,t,e.index].join(","),e}function sQ(){let e,t=this,n=t.yAxis,r=t.stackKey||"",i=n.stacking.stacks,a=t.getColumn("x",!0),o=t.options.stacking,s=t[o+"Stacker"];s&&[r,"-"+r].forEach(n=>{let r=a.length,o,l,c;for(;r--;)o=a[r],e=t.getStackIndicator(e,o,t.index,n),l=i[n]?.[o],(c=l?.points[e.key||""])&&s.call(t,c,l,r)})}function sJ(e,t,n){let r=t.total?100/t.total:0;e[0]=sH(e[0]*r),e[1]=sH(e[1]*r),this.stackedYData[n]=e[1]}function s0(e){(this.is("column")||this.is("columnrange"))&&(this.options.centerInCategory&&this.chart.series.length>1?sB.setStackedPoints.call(this,e,"group"):e.stacking.resetStacks())}function s1(e,t){let n,r,i,a,o,s,l,c=t||this.options.stacking;if(!c||!this.reserveSpace()||(({group:"xAxis"})[c]||"yAxis")!==e.coll)return;let u=this.getColumn("x",!0),h=this.getColumn(this.pointValKey||"y",!0),d=[],f=h.length,p=this.options,m=p.threshold||0,g=p.startFromThreshold?m:0,v=p.stack,y=t?`${this.type},${c}`:this.stackKey||"",b="-"+y,x=this.negStacks,w=e.stacking,_=w.stacks,k=w.oldStacks;for(w.stacksTouched+=1,l=0;l0&&!1===this.singleStacks&&(i.points[s][0]=i.points[this.index+","+t+",0"][0])):(delete i.points[s],delete i.points[this.index]);let S=i.total||0;"percent"===c?(a=r?y:b,S=x&&_[a]?.[t]?(a=_[a][t]).total=Math.max(a.total||0,S)+Math.abs(p):sH(S+Math.abs(p))):"group"===c?sq(f)&&S++:S=sH(S+p),"group"===c?i.cumulative=(S||1)-1:i.cumulative=sH(sW(i.cumulative,g)+p),i.total=S,null!==f&&(i.points[s].push(i.cumulative),d[l]=i.cumulative,i.hasValidPoints=!0)}"percent"===c&&(w.usePercentage=!0),"group"!==c&&(this.stackedYData=d),w.oldStacks={}}class s2{constructor(e){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=e}buildStacks(){let e,t,n=this.axis,r=n.series,i="xAxis"===n.coll,a=n.options.reversedStacks,o=r.length;for(this.resetStacks(),this.usePercentage=!1,t=o;t--;)e=r[a?t:o-t-1],i&&e.setGroupedPoints(n),e.setStackedPoints(n);if(!i)for(t=0;t{sY(e,e=>{e.cumulative=e.total})}))}resetStacks(){sY(this.stacks,e=>{sY(e,(t,n)=>{sq(t.touched)&&t.touched{sY(e,e=>{e.render(a)})}),a.animate({opacity:1},i)}}(P||(P={})).compose=function(e,t,n){let r=t.prototype,i=n.prototype;r.getStacks||(sF(e,"init",sK),sF(e,"destroy",sX),r.getStacks=sG,i.getStackIndicator=sZ,i.modifyStacks=sQ,i.percentStacker=sJ,i.setGroupedPoints=s0,i.setStackedPoints=s1)};let s3=P,{defined:s5,merge:s7,isObject:s4}=em;class s6 extends ov{drawGraph(){let e=this.options,t=(this.gappedPath||this.getGraphPath).call(this),n=this.chart.styledMode;[this,...this.zones].forEach((r,i)=>{let a,o=r.graph,s=o?"animate":"attr",l=r.dashStyle||e.dashStyle;o?(o.endX=this.preventGraphAnimation?null:t.xMap,o.animate({d:t})):t.length&&(r.graph=o=this.chart.renderer.path(t).addClass("highcharts-graph"+(i?` highcharts-zone-graph-${i-1} `:" ")+(i&&r.className||"")).attr({zIndex:1}).add(this.group)),o&&!n&&(a={stroke:!i&&e.lineColor||r.color||this.color||"#cccccc","stroke-width":e.lineWidth||0,fill:this.fillGraph&&this.color||"none"},l?a.dashstyle=l:"square"!==e.linecap&&(a["stroke-linecap"]=a["stroke-linejoin"]="round"),o[s](a).shadow(e.shadow&&s7({filterUnits:"userSpaceOnUse"},s4(e.shadow)?e.shadow:{}))),o&&(o.startX=t.xMap,o.isArea=t.isArea)})}getGraphPath(e,t,n){let r=this,i=r.options,a=[],o=[],s,l=i.step,c=(e=e||r.points).reversed;return c&&e.reverse(),(l=({right:1,center:2})[l]||l&&3)&&c&&(l=4-l),(e=this.getValidPoints(e,!1,i.nullInteraction||!(i.connectNulls&&!t&&!n))).forEach(function(c,u){let h,d=c.plotX,f=c.plotY,p=e[u-1],m=c.isNull||"number"!=typeof f;(c.leftCliff||p?.rightCliff)&&!n&&(s=!0),m&&!s5(t)&&u>0?s=!i.connectNulls:m&&!t?s=!0:(0===u||s?h=[["M",c.plotX,c.plotY]]:r.getPointSpline?h=[r.getPointSpline(e,c,u)]:l?(h=1===l?[["L",p.plotX,f]]:2===l?[["L",(p.plotX+d)/2,p.plotY],["L",(p.plotX+d)/2,f]]:[["L",d,p.plotY]]).push(["L",d,f]):h=[["L",d,f]],o.push(c.x),l&&(o.push(c.x),2===l&&o.push(c.x)),a.push.apply(a,h),s=!1)}),a.xMap=o,r.graphPath=a,a}}s6.defaultOptions=s7(ov.defaultOptions,{legendSymbol:"lineMarker"}),aW.registerSeriesType("line",s6);let{seriesTypes:{line:s9}}=aW,{extend:s8,merge:le,objectEach:lt,pick:ln}=em;class lr extends s9{drawGraph(){this.areaPath=[],super.drawGraph.apply(this);let{areaPath:e,options:t}=this;[this,...this.zones].forEach((n,r)=>{let i={},a=n.fillColor||t.fillColor,o=n.area,s=o?"animate":"attr";o?(o.endX=this.preventGraphAnimation?null:e.xMap,o.animate({d:e})):(i.zIndex=0,(o=n.area=this.chart.renderer.path(e).addClass("highcharts-area"+(r?` highcharts-zone-area-${r-1} `:" ")+(r&&n.className||"")).add(this.group)).isArea=!0),this.chart.styledMode||(i.fill=a||n.color||this.color,i["fill-opacity"]=a?1:t.fillOpacity??.75,o.css({pointerEvents:this.stickyTracking?"none":"auto"})),o[s](i),o.startX=e.xMap,o.shiftUnit=t.step?2:1})}getGraphPath(e){let t,n,r,i=s9.prototype.getGraphPath,a=this.options,o=a.stacking,s=this.yAxis,l=[],c=[],u=this.index,h=s.stacking.stacks[this.stackKey],d=a.threshold,f=Math.round(s.getThreshold(a.threshold)),p=ln(a.connectNulls,"percent"===o),m=function(n,r,i){let a=e[n],p=o&&h[a.x].points[u],m=a[i+"Null"]||0,g=a[i+"Cliff"]||0,v,y,b=!0;g||m?(v=(m?p[0]:p[1])+g,y=p[0]+g,b=!!m):!o&&e[r]&&e[r].isNull&&(v=y=d),void 0!==v&&(c.push({plotX:t,plotY:null===v?f:s.getThreshold(v),isNull:b,isCliff:!0}),l.push({plotX:t,plotY:null===y?f:s.getThreshold(y),doCurve:!1}))};e=e||this.points,o&&(e=this.getStackPoints(e));for(let i=0,a=e.length;i1&&o&&c.some(e=>e.isCliff)&&(b.hasStackedCliffs=x.hasStackedCliffs=!0),b.xMap=g.xMap,this.areaPath=b,x}getStackPoints(e){let t=this,n=[],r=[],i=this.xAxis,a=this.yAxis,o=a.stacking.stacks[this.stackKey],s={},l=a.series,c=l.length,u=a.options.reversedStacks?1:-1,h=l.indexOf(t);if(e=e||this.points,this.options.stacking){for(let t=0;te.visible);r.forEach(function(e,f){let p=0,m,g;if(s[e]&&!s[e].isNull)n.push(s[e]),[-1,1].forEach(function(n){let i=1===n?"rightNull":"leftNull",a=o[r[f+n]],p=0;if(a){let n=h;for(;n>=0&&n=0&&tn&&i>l?(i=Math.max(n,l),o=2*l-i):id&&o>l?(o=Math.max(d,l),i=2*l-o):o1){let i=this.xAxis.series.filter(e=>e.visible).map(e=>e.index),a=0,o=0;lA(this.xAxis.stacking?.stacks,e=>{let t="number"==typeof n.x?e[n.x.toString()]?.points:void 0,r=t?.[this.index],s={};if(t&&l_(r)){let e=this.index,n=Object.keys(t).filter(e=>!e.match(",")&&t[e]&&t[e].length>1).map(parseFloat).filter(e=>-1!==i.indexOf(e)).filter(t=>{let n=this.chart.series[t].options,r=n.stacking&&n.stack;if(lb(r)){if(lk(s[r]))return e===t&&(e=s[r]),!1;s[r]=t}return!0}).sort((e,t)=>t-e);a=n.indexOf(e),o=n.length}}),a=this.xAxis.reversed?o-1-a:a;let s=(o-1)*r.paddedWidth+t;e=(n.plotX||0)+s/2-t-a*r.paddedWidth}return e}translate(){let e=this,t=e.chart,n=e.options,r=e.dense=e.closestPointRange*e.xAxis.transA<2,i=e.borderWidth=lM(n.borderWidth,+!r),a=e.xAxis,o=e.yAxis,s=n.threshold,l=lM(n.minPointLength,5),c=e.getColumnMetrics(),u=c.width,h=e.pointXOffset=c.offset,d=e.dataMin,f=e.dataMax,p=e.translatedThreshold=o.getThreshold(s),m=e.barW=Math.max(u,1+2*i);n.pointPadding&&n.crisp&&(m=Math.ceil(m)),ov.prototype.translate.apply(e),e.points.forEach(function(r){let i=lM(r.yBottom,p),g=999+Math.abs(i),v=r.plotX||0,y=lv(r.plotY,-g,o.len+g),b,x=Math.min(y,i),w=Math.max(y,i)-x,_=u,k=v+h,S=m;l&&Math.abs(w)l?i-l:p-(b?l:0)),lb(r.options.pointWidth)&&(k-=Math.round(((_=S=Math.ceil(r.options.pointWidth))-u)/2)),n.centerInCategory&&(k=e.adjustForMissingColumns(k,_,r,c)),r.barX=k,r.pointWidth=_,r.tooltipPos=t.inverted?[lv(o.len+o.pos-t.plotLeft-y,o.pos-t.plotLeft,o.len+o.pos-t.plotLeft),a.len+a.pos-t.plotTop-k-S/2,w]:[a.left-t.plotLeft+k+S/2,lv(y+o.pos-t.plotTop,o.pos-t.plotTop,o.len+o.pos-t.plotTop),w],r.shapeType=e.pointClass.prototype.shapeType||"roundedRect",r.shapeArgs=e.crispCol(k,x,S,r.isNull?0:w)}),lw(this,"afterColumnTranslate")}drawGraph(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")}pointAttribs(e,t){let n=this.options,r=this.pointAttrToOptions||{},i=r.stroke||"borderColor",a=r["stroke-width"]||"borderWidth",o,s,l,c=e&&e.color||this.color,u=e&&e[i]||n[i]||c,h=e&&e.options.dashStyle||n.dashStyle,d=e&&e[a]||n[a]||this[a]||0,f=e?.isNull&&n.nullInteraction?0:e?.opacity??n.opacity??1;e&&this.zones.length&&(s=e.getZone(),c=e.options.color||s&&(s.color||e.nonZonedColor)||this.color,s&&(u=s.borderColor||u,h=s.dashStyle||h,d=s.borderWidth||d)),t&&e&&(l=(o=lS(n.states[t],e.options.states?.[t]||{})).brightness,c=o.color||void 0!==l&&lm(c).brighten(o.brightness).get()||c,u=o[i]||u,d=o[a]||d,h=o.dashStyle||h,f=lM(o.opacity,f));let p={fill:c,stroke:u,"stroke-width":d,opacity:f};return h&&(p.dashstyle=h),p}drawPoints(e=this.points){let t,n=this,r=this.chart,i=n.options,a=i.nullInteraction,o=r.renderer,s=i.animationLimit||250;e.forEach(function(e){let l=e.plotY,c=e.graphic,u=!!c,h=c&&r.pointCount("dataLabelsGroup"===t?e.push(...n.dataLabelsGroups||[]):e.push(n[t]),e),[]).forEach(e=>{e&&(e.addClass("highcharts-tracker").on("mouseover",a).on("mouseout",function(e){i?.onTrackerMouseOut(e)}).on("touchstart",a),!r.styledMode&&n.options.cursor&&e.css({cursor:n.options.cursor}))}),n._hasTracking=!0),lw(this,"afterDrawTracker")}remove(){let e=this,t=e.chart;t.hasRendered&&t.series.forEach(function(t){t.type===e.type&&(t.isDirty=!0)}),ov.prototype.remove.apply(e,arguments)}}lE.defaultOptions=lS(ov.defaultOptions,{borderRadius:3,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),lx(lE.prototype,{directTouch:!0,getSymbol:lg,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),aW.registerSeriesType("column",lE);let lT=lE,{getDeferredAnimation:lC}=tn,{format:lP}=tO,{defined:lN,extend:lO,fireEvent:lL,getAlignFactor:lj,isArray:lD,isString:lR,merge:lz,objectEach:lI,pick:lB,pInt:lF,splat:lH}=em;!function(e){function t(){return l(this).some(e=>e?.enabled)}function n(e,t,n,r,i){let{chart:a,enabledDataSorting:o}=this,s=this.isCartesian&&a.inverted,l=e.plotX,c=e.plotY,u=n.rotation||0,h=lN(l)&&lN(c)&&a.isInsidePlot(l,Math.round(c),{inverted:s,paneCoordinates:!0,series:this}),d=0===u&&"justify"===lB(n.overflow,o?"none":"justify"),f=this.visible&&!1!==e.visible&&lN(l)&&(e.series.forceDL||o&&!d||h||lB(n.inside,!!this.options.stacking)&&r&&a.isInsidePlot(l,s?r.x+1:r.y+r.height-1,{inverted:s,paneCoordinates:!0,series:this})),p=e.pos();if(f&&p){var m;let l=t.getBBox(),c=t.getBBox(void 0,0);if(r=lO({x:p[0],y:Math.round(p[1]),width:0,height:0},r||{}),"plotEdges"===n.alignTo&&this.isCartesian&&(r[s?"x":"y"]=0,r[s?"width":"height"]=this.yAxis?.len||0),lO(n,{width:l.width,height:l.height}),m=r,o&&this.xAxis&&!d&&this.setDataLabelStartPos(e,t,i,h,m),t.align(lz(n,{width:c.width,height:c.height}),!1,r,!1),t.alignAttr.x+=lj(n.align)*(c.width-l.width),t.alignAttr.y+=lj(n.verticalAlign)*(c.height-l.height),t[t.placed?"animate":"attr"]({"text-align":t.alignAttr["text-align"]||"center",x:t.alignAttr.x+(l.width-c.width)/2,y:t.alignAttr.y+(l.height-c.height)/2,rotationOriginX:(t.width||0)/2,rotationOriginY:(t.height||0)/2}),d&&r.height>=0)this.justifyDataLabel(t,n,t.alignAttr,l,r,i);else if(lB(n.crop,!0)){let{x:e,y:n}=t.alignAttr;f=a.isInsidePlot(e,n,{paneCoordinates:!0,series:this})&&a.isInsidePlot(e+l.width-1,n+l.height-1,{paneCoordinates:!0,series:this})}n.shape&&!u&&t[i?"attr":"animate"]({anchorX:p[0],anchorY:p[1]})}i&&o&&(t.placed=!1),f||o&&!d?(t.show(),t.placed=!0):(t.hide(),t.placed=!1)}function r(e,t){lL(this,"initDataLabelsGroup",{index:e,zIndex:t?.zIndex??6}),this.dataLabelsGroup=this.dataLabelsGroups?.[e];let n=this.plotGroup("dataLabelsGroup","data-labels",this.hasRendered?"inherit":"hidden",t?.zIndex??6,this.dataLabelsParentGroups?.[e]);return this.dataLabelsGroups||(this.dataLabelsGroups=[]),this.dataLabelsGroups[e]=n,this.dataLabelsGroup=this.dataLabelsGroups[0],n}function i(e,t,n){let r=!!this.hasRendered,i=this.initDataLabelsGroup(e,n).attr({opacity:+r});return!r&&i&&(this.visible&&i.show(),this.options.animation?i.animate({opacity:1},t):i.attr({opacity:1})),i}function a(e){let t;e=e||this.points;let n=this,r=n.chart,i=n.options,a=r.renderer,{backgroundColor:o,plotBackgroundColor:c}=r.options.chart,u=a.getContrast(lR(c)&&c||lR(o)&&o||"#000000"),h=l(n),{animation:d,defer:f}=h[0],p=f?lC(r,d,n):{defer:0,duration:0};lL(this,"drawDataLabels"),n.hasDataLabels?.()&&e.forEach(e=>{let o=e.dataLabels||[],l=e.color||n.color;lH(s(h,e.dlOptions||e.options?.dataLabels)).forEach((s,c)=>{t=this.initDataLabels(c,p,s);let h=s.enabled&&(e.visible||e.dataLabelOnHidden)&&(!e.isNull||e.dataLabelOnNull)&&function(e,t){let n=t.filter;if(n){let t=n.operator,r=e[n.property],i=n.value;return">"===t&&r>i||"<"===t&&r="===t&&r>=i||"<="===t&&r<=i||"=="===t&&r==i||"==="===t&&r===i||"!="===t&&r!=i||"!=="===t&&r!==i||!1}return!0}(e,s),{backgroundColor:d,borderColor:f,distance:m,style:g={}}=s,v,y,b,x={},w=o[c],_=!w,k;h&&(y=lN(v=lB(s[e.formatPrefix+"Format"],s.format))?lP(v,e,r):(s[e.formatPrefix+"Formatter"]||s.formatter).call(e,s),b=s.rotation,!r.styledMode&&(g.color=lB(s.color,g.color,lR(n.color)?n.color:void 0,"#000000"),"contrast"===g.color?("none"!==d&&(k=d),e.contrastColor=a.getContrast("auto"!==k&&lR(k)&&k||(lR(l)?l:"")),g.color=k||!lN(m)&&s.inside||0>lF(m||0)||i.stacking?e.contrastColor:u):delete e.contrastColor,i.cursor&&(g.cursor=i.cursor)),x={r:s.borderRadius||0,rotation:b,padding:s.padding,zIndex:1},r.styledMode||(x.fill="auto"===d?e.color:d,x.stroke="auto"===f?e.color:f,x["stroke-width"]=s.borderWidth),lI(x,(e,t)=>{void 0===e&&delete x[t]})),!w||h&&lN(y)&&!!(w.div||w.text?.foreignObject)==!!s.useHTML&&(w.rotation&&s.rotation||w.rotation===s.rotation)||(w=void 0,_=!0),h&&lN(y)&&""!==y&&(w?x.text=y:(w=a.label(y,0,0,s.shape,void 0,void 0,s.useHTML,void 0,"data-label")).addClass(" highcharts-data-label-color-"+e.colorIndex+" "+(s.className||"")+(s.useHTML?" highcharts-tracker":"")),w&&(w.options=s,w.attr(x),r.styledMode?g.width&&w.css({width:g.width,textOverflow:g.textOverflow,whiteSpace:g.whiteSpace}):w.css(g).shadow(s.shadow),lL(w,"beforeAddingDataLabel",{labelOptions:s,point:e}),w.added||w.add(t),n.alignDataLabel(e,w,s,void 0,_),w.isActive=!0,o[c]&&o[c]!==w&&o[c].destroy(),o[c]=w))});let c=o.length;for(;c--;)o[c]?.isActive?o[c].isActive=!1:(o[c]?.destroy(),o.splice(c,1));e.dataLabel=o[0],e.dataLabels=o}),lL(this,"afterDrawDataLabels")}function o(e,t,n,r,i,a){let o=this.chart,s=t.align,l=t.verticalAlign,c=e.box?0:e.padding||0,u=o.inverted?this.yAxis:this.xAxis,h=u?u.left-o.plotLeft:0,d=o.inverted?this.xAxis:this.yAxis,f=d?d.top-o.plotTop:0,{x:p=0,y:m=0}=t,g,v;return(g=(n.x||0)+c+h)<0&&("right"===s&&p>=0?(t.align="left",t.inside=!0):p-=g,v=!0),(g=(n.x||0)+r.width-c+h)>o.plotWidth&&("left"===s&&p<=0?(t.align="right",t.inside=!0):p+=o.plotWidth-g,v=!0),(g=n.y+c+f)<0&&("bottom"===l&&m>=0?(t.verticalAlign="top",t.inside=!0):m-=g,v=!0),(g=(n.y||0)+r.height-c+f)>o.plotHeight&&("top"===l&&m<=0?(t.verticalAlign="bottom",t.inside=!0):m+=o.plotHeight-g,v=!0),v&&(t.x=p,t.y=m,e.placed=!a,e.align(t,void 0,i)),v}function s(e,t){let n=[],r;if(lD(e)&&!lD(t))n=e.map(function(e){return lz(e,t)});else if(lD(t)&&!lD(e))n=t.map(function(t){return lz(e,t)});else if(lD(e)||lD(t)){if(lD(e)&&lD(t))for(r=Math.max(e.length,t.length);r--;)n[r]=lz(e[r],t[r])}else n=lz(e,t);return n}function l(e){let t=e.chart.options.plotOptions;return lH(s(s(t?.series?.dataLabels,t?.[e.type]?.dataLabels),e.options.dataLabels))}function c(e,t,n,r,i){let a=this.chart,o=a.inverted,s=this.xAxis,l=s.reversed,c=((o?t.height:t.width)||0)/2,u=e.pointWidth,h=u?u/2:0;t.startXPos=o?i.x:l?-c-h:s.width-c+h,t.startYPos=o?l?this.yAxis.height-c+h:-c-h:i.y,r?"hidden"===t.visibility&&(t.show(),t.attr({opacity:0}).animate({opacity:1})):t.attr({opacity:1}).animate({opacity:0},void 0,t.hide),a.hasRendered&&(n&&t.attr({x:t.startXPos,y:t.startYPos}),t.placed=!0)}e.compose=function(e){let l=e.prototype;l.initDataLabels||(l.initDataLabels=i,l.initDataLabelsGroup=r,l.alignDataLabel=n,l.drawDataLabels=a,l.justifyDataLabel=o,l.mergeArrays=s,l.setDataLabelStartPos=c,l.hasDataLabels=t)}}(N||(N={}));let l$=N,{composed:lU}=V,{series:lV}=aW,{merge:lq,pushUnique:lY}=em;function lW(e,t,n,r,i){let{chart:a,options:o}=this,s=a.inverted,l=this.xAxis?.len||a.plotSizeX||0,c=this.yAxis?.len||a.plotSizeY||0,u=e.dlBox||e.shapeArgs,h=e.below??(e.plotY||0)>(this.translatedThreshold??c),d=n.inside??!!o.stacking;if(u){if(r=lq(u),"allow"!==n.overflow||!1!==n.crop||!1!==o.clip){r.y<0&&(r.height+=r.y,r.y=0);let e=r.y+r.height-c;e>0&&e {series.name}
',pointFormat:"x: {point.x}
y: {point.y}
"}}),l1(l3.prototype,{drawTracker:lQ.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"]}),l0(l3,"afterTranslate",function(){this.applyJitter()}),aW.registerSeriesType("scatter",l3);let{deg2rad:l5}=V,{fireEvent:l7,isNumber:l4,pick:l6,relativeLength:l9}=em;(p=L||(L={})).getCenter=function(){let e=this.options,t=this.chart,n=2*(e.slicedOffset||0),r=t.plotWidth-2*n,i=t.plotHeight-2*n,a=e.center,o=Math.min(r,i),s=e.thickness,l,c=e.size,u=e.innerSize||0,h,d;"string"==typeof c&&(c=parseFloat(c)),"string"==typeof u&&(u=parseFloat(u));let f=[l6(a?.[0],"50%"),l6(a?.[1],"50%"),l6(c&&c<0?void 0:e.size,"100%"),l6(u&&u<0?void 0:e.innerSize||0,"0%")];for(!t.angular||this instanceof ov||(f[3]=0),h=0;h<4;++h)d=f[h],l=h<2||2===h&&/%$/.test(d),f[h]=l9(d,[r,i,o,f[2]][h])+(l?n:0);return f[3]>f[2]&&(f[3]=f[2]),l4(s)&&2*s0&&(f[3]=f[2]-2*s),l7(this,"afterGetCenter",{positions:f}),f},p.getStartAndEndRadians=function(e,t){let n=l4(e)?e:0,r=l4(t)&&t>n&&t-n<360?t:n+360;return{start:l5*(n+-90),end:l5*(r+-90)}};let l8=L,{setAnimation:ce}=tn,{addEvent:ct,defined:cn,extend:cr,isNumber:ci,pick:ca,relativeLength:co}=em;class cs extends ac{getConnectorPath(e){let t=e.dataLabelPosition,n=e.options||{},r=n.connectorShape,i=this.connectorShapes[r]||r;return t&&i.call(this,{...t.computed,alignment:t.alignment},t.connectorPosition,n)||[]}getTranslate(){return this.sliced&&this.slicedTranslation||{translateX:0,translateY:0}}haloPath(e){let t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+e,t.r+e,{innerR:t.r-1,start:t.start,end:t.end,borderRadius:t.borderRadius})}constructor(e,t,n){super(e,t,n),this.half=0,this.name??(this.name=e.chart.options.lang.pieSliceName);const r=e=>{this.slice("select"===e.type)};ct(this,"select",r),ct(this,"unselect",r)}isValid(){return ci(this.y)&&this.y>=0}setVisible(e,t=!0){e!==this.visible&&this.update({visible:e??!this.visible},t,void 0,!1)}slice(e,t,n){let r=this.series;ce(n,r.chart),t=ca(t,!0),this.sliced=this.options.sliced=e=cn(e)?e:!this.sliced,r.options.data[r.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate())}}cr(cs.prototype,{connectorShapes:{fixedOffset:function(e,t,n){let r=t.breakAt,i=t.touchingSliceAt,a=n.softConnector?["C",e.x+("left"===e.alignment?-5:5),e.y,2*r.x-i.x,2*r.y-i.y,r.x,r.y]:["L",r.x,r.y];return[["M",e.x,e.y],a,["L",i.x,i.y]]},straight:function(e,t){let n=t.touchingSliceAt;return[["M",e.x,e.y],["L",n.x,n.y]]},crookedLine:function(e,t,n){let{angle:r=this.angle||0,breakAt:i,touchingSliceAt:a}=t,{series:o}=this,[s,l,c]=o.center,u=c/2,{plotLeft:h,plotWidth:d}=o.chart,f="left"===e.alignment,{x:p,y:m}=e,g=i.x;if(n.crookDistance){let e=co(n.crookDistance,1);g=f?s+u+(d+h-s-u)*(1-e):h+(s-u)*e}else g=s+(l-m)*Math.tan(r-Math.PI/2);let v=[["M",p,m]];return(f?g<=p&&g>=i.x:g>=p&&g<=i.x)&&v.push(["L",g,m]),v.push(["L",i.x,i.y],["L",a.x,a.y]),v}}});let{getStartAndEndRadians:cl}=l8,{noop:cc}=V,{clamp:cu,extend:ch,fireEvent:cd,merge:cf,pick:cp}=em;class cm extends ov{animate(e){let t=this,n=t.points,r=t.startAngleRad;e||n.forEach(function(e){let n=e.graphic,i=e.shapeArgs;n&&i&&(n.attr({r:cp(e.startR,t.center&&t.center[3]/2),start:r,end:r}),n.animate({r:i.r,start:i.start,end:i.end},t.options.animation))})}drawEmpty(){let e,t,n=this.startAngleRad,r=this.endAngleRad,i=this.options;0===this.total&&this.center?(e=this.center[0],t=this.center[1],this.graph||(this.graph=this.chart.renderer.arc(e,t,this.center[1]/2,0,n,r).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:nk.arc(e,t,this.center[2]/2,0,{start:n,end:r,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":i.borderWidth,fill:i.fillColor||"none",stroke:i.color||"#cccccc"})):this.graph&&(this.graph=this.graph.destroy())}drawPoints(){let e=this.chart.renderer;this.points.forEach(function(t){t.graphic&&t.hasNewShapeType()&&(t.graphic=t.graphic.destroy()),t.graphic||(t.graphic=e[t.shapeType](t.shapeArgs).add(t.series.group),t.delayedRendering=!0)})}generatePoints(){super.generatePoints(),this.updateTotals()}getX(e,t,n,r){let i=this.center,a=this.radii?this.radii[n.index]||0:i[2]/2,o=r.dataLabelPosition,s=o?.distance||0,l=Math.asin(cu((e-i[1])/(a+s),-1,1));return i[0]+Math.cos(l)*(a+s)*(t?-1:1)+(s>0?(t?-1:1)*(r.padding||0):0)}hasData(){return this.points.some(e=>e.visible)}redrawPoints(){let e,t,n,r,i=this,a=i.chart;this.drawEmpty(),i.group&&!a.styledMode&&i.group.shadow(i.options.shadow),i.points.forEach(function(o){let s={};t=o.graphic,!o.isNull&&t?(r=o.shapeArgs,e=o.getTranslate(),a.styledMode||(n=i.pointAttribs(o,o.selected&&"select")),o.delayedRendering?(t.setRadialReference(i.center).attr(r).attr(e),a.styledMode||t.attr(n).attr({"stroke-linejoin":"round"}),o.delayedRendering=!1):(t.setRadialReference(i.center),a.styledMode||cf(!0,s,n),cf(!0,s,r,e),t.animate(s)),t.attr({visibility:o.visible?"inherit":"hidden"}),t.addClass(o.getClassName(),!0)):t&&(o.graphic=t.destroy())})}sortByAngle(e,t){e.sort(function(e,n){return void 0!==e.angle&&(n.angle-e.angle)*t})}translate(e){cd(this,"translate"),this.generatePoints();let t=this.options,n=t.slicedOffset,r=cl(t.startAngle,t.endAngle),i=this.startAngleRad=r.start,a=(this.endAngleRad=r.end)-i,o=this.points,s=t.ignoreHiddenPoint,l=o.length,c,u,h,d,f,p,m,g=0;for(e||(this.center=e=this.getCenter()),p=0;p1.5*Math.PI?h-=2*Math.PI:h<-Math.PI/2&&(h+=2*Math.PI),m.slicedTranslation={translateX:Math.round(Math.cos(h)*n),translateY:Math.round(Math.sin(h)*n)},d=Math.cos(h)*e[2]/2,f=Math.sin(h)*e[2]/2,m.tooltipPos=[e[0]+.7*d,e[1]+.7*f],m.half=+(h<-Math.PI/2||h>Math.PI/2),m.angle=h}cd(this,"afterTranslate")}updateTotals(){let e=this.points,t=e.length,n=this.options.ignoreHiddenPoint,r,i,a=0;for(r=0;r0&&(i.visible||!n)?i.y/a*100:0,i.total=a}}cm.defaultOptions=cf(ov.defaultOptions,{borderRadius:3,center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{connectorPadding:5,connectorShape:"crookedLine",crookDistance:void 0,distance:30,enabled:!0,formatter:function(){return this.isNull?void 0:this.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),ch(cm.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawTracker:lT.prototype.drawTracker,getCenter:l8.getCenter,getSymbol:cc,invertible:!1,isCartesian:!1,noSharedTooltip:!0,pointAttribs:lT.prototype.pointAttribs,pointClass:cs,requireSorting:!1,searchPoint:cc,trackerGroups:["group","dataLabelsGroup"]}),aW.registerSeriesType("pie",cm);let{composed:cg,noop:cv}=V,{distribute:cy}=tI,{series:cb}=aW,{arrayMax:cx,clamp:cw,defined:c_,isNumber:ck,pick:cS,pushUnique:cM,relativeLength:cA}=em;!function(e){let t={radialDistributionY:function(e,t){return(t.dataLabelPosition?.top||0)+e.distributeBox.pos},radialDistributionX:function(e,t,n,r,i){let a=i.dataLabelPosition;return e.getX(n<(a?.top||0)+2||n>(a?.bottom||0)-2?r:n,t.half,t,i)},justify:function(e,t,n,r){return r[0]+(e.half?-1:1)*(n+(t.dataLabelPosition?.distance||0))},alignToPlotEdges:function(e,t,n,r){let i=e.getBBox().width;return t?i+r:n-i-r},alignToConnectors:function(e,t,n,r){let i=0,a;return e.forEach(function(e){(a=e.dataLabel.getBBox().width)>i&&(i=a)}),t?i+r:n-i-r}};function n(e,t){let n=Math.PI/2,{start:r=0,end:i=0}=e.shapeArgs||{},a=e.angle||0;t>0&&rn&&a>n/2&&a<1.5*n&&(a=a<=n?Math.max(n/2,(r+n)/2):Math.min(1.5*n,(n+i)/2));let{center:o,options:s}=this,l=o[2]/2,c=Math.cos(a),u=Math.sin(a),h=o[0]+c*l,d=o[1]+u*l,f=Math.min((s.slicedOffset||0)+(s.borderWidth||0),t/5);return{natural:{x:h+c*t,y:d+u*t},computed:{},alignment:t<0?"center":e.half?"right":"left",connectorPosition:{angle:a,breakAt:{x:h+c*f,y:d+u*f},touchingSliceAt:{x:h,y:d}},distance:t}}function r(){let e=this,t=e.points,n=e.chart,r=n.plotWidth,i=n.plotHeight,a=n.plotLeft,o=Math.round(n.chartWidth/3),s=e.center,l=s[2]/2,c=s[1],u=[[],[]],h=[0,0,0,0],d=e.dataLabelPositioners,f,p,m,g=0;e.visible&&e.hasDataLabels?.()&&(t.forEach(e=>{(e.dataLabels||[]).forEach(e=>{e.shortened&&(e.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),e.shortened=!1)})}),cb.prototype.drawDataLabels.apply(e),t.forEach(e=>{(e.dataLabels||[]).forEach((t,n)=>{let r=s[2]/2,i=t.options,a=cA(i?.distance||0,r);0===n&&u[e.half].push(e),!c_(i?.style?.width)&&t.getBBox().width>o&&(t.css({width:Math.round(.7*o)+"px"}),t.shortened=!0),t.dataLabelPosition=this.getDataLabelPosition(e,a),g=Math.max(g,a)})}),u.forEach((t,o)=>{let u=t.length,f=[],v,y,b=0,x;u&&(e.sortByAngle(t,o-.5),g>0&&(v=Math.max(0,c-l-g),y=Math.min(c+l+g,n.plotHeight),t.forEach(e=>{(e.dataLabels||[]).forEach(t=>{let r=t.dataLabelPosition;r&&r.distance>0&&(r.top=Math.max(0,c-l-r.distance),r.bottom=Math.min(c+l+r.distance,n.plotHeight),b=t.getBBox().height||21,t.lineHeight=n.renderer.fontMetrics(t.text||t).h+2*t.padding,e.distributeBox={target:(t.dataLabelPosition?.natural.y||0)-r.top+t.lineHeight/2,size:b,rank:e.y},f.push(e.distributeBox))})}),cy(f,x=y+b-v,x/5)),t.forEach(n=>{(n.dataLabels||[]).forEach(c=>{let u=c.options||{},g=n.distributeBox,v=c.dataLabelPosition,y=v?.natural.y||0,b=u.connectorPadding||0,x=c.lineHeight||21,w=(x-c.getBBox().height)/2,_=0,k=y,S="inherit";if(v){if(f&&c_(g)&&v.distance>0&&(void 0===g.pos?S="hidden":(m=g.size,k=d.radialDistributionY(n,c))),u.justify)_=d.justify(n,c,l,s);else switch(u.alignTo){case"connectors":_=d.alignToConnectors(t,o,r,a);break;case"plotEdges":_=d.alignToPlotEdges(c,o,r,a);break;default:_=d.radialDistributionX(e,n,k-w,y,c)}if(v.attribs={visibility:S,align:v.alignment},v.posAttribs={x:_+(u.x||0)+(({left:b,right:-b})[v.alignment]||0),y:k+(u.y||0)-x/2},v.computed.x=_,v.computed.y=k-w,cS(u.crop,!0)){let e;_-(p=c.getBBox().width)r-b&&0===o&&(e=Math.round(_+p-r+b),h[1]=Math.max(e,h[1])),k-m/2<0?h[0]=Math.max(Math.round(-k+m/2),h[0]):k+m/2>i&&(h[2]=Math.max(Math.round(k+m/2-i),h[2])),v.sideOverflow=e}}})}))}),(0===cx(h)||this.verifyDataLabelOverflow(h))&&(this.placeDataLabels(),this.points.forEach(t=>{t.dataLabels?.forEach((r,i)=>{let{connectorColor:a,connectorWidth:o=1}=r.options||{},s=r.dataLabelPosition;if(ck(o)){let l;f=r.connector,s&&s.distance>0?(l=!f,f||(r.connector=f=n.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(e.dataLabelsGroups?.[i])),n.styledMode||f.attr({"stroke-width":o,stroke:a||t.color||"#666666"}),f[l?"attr":"animate"]({d:t.getConnectorPath(r)}),f.attr({visibility:s.attribs?.visibility})):f&&(r.connector=f.destroy())}})})))}function i(){this.points.forEach(e=>{(e.dataLabels||[]).forEach(e=>{let t=e.dataLabelPosition;t?(t.sideOverflow&&(e.css({width:Math.max(e.getBBox().width-t.sideOverflow,0)+"px",textOverflow:e.options?.style?.textOverflow||"ellipsis"}),e.shortened=!0),e.attr(t.attribs),e[e.moved?"animate":"attr"](t.posAttribs),e.moved=!0):e&&e.attr({y:-9999})}),delete e.distributeBox},this)}function a(e){let t=this.center,n=this.options,r=n.center,i=n.minSize||80,a=i,o=null!==n.size;return!o&&(null!==r[0]?a=Math.max(t[2]-Math.max(e[1],e[3]),i):(a=Math.max(t[2]-e[1]-e[3],i),t[0]+=(e[3]-e[1])/2),null!==r[1]?a=cw(a,i,t[2]-Math.max(e[0],e[2])):(a=cw(a,i,t[2]-e[0]-e[2]),t[1]+=(e[0]-e[2])/2),a(e.x+=t.x,e.y+=t.y,e),{x:0,y:0});return{x:t.x/e.length,y:t.y/e.length}},m.getDistanceBetweenPoints=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},m.getAngleBetweenPoints=function(e,t){return Math.atan2(t.x-e.x,t.y-e.y)},m.pointInPolygon=function({x:e,y:t},n){let r=n.length,i,a,o=!1;for(i=0,a=r-1;it!=c>t&&e<(l-r)*(t-s)/(c-s)+r&&(o=!o)}return o};let cT=D,{pointInPolygon:cC}=cT,{addEvent:cP,getAlignFactor:cN,fireEvent:cO,objectEach:cL,pick:cj}=em;function cD(e,t){let n,r=!1;return e&&(n=e.newOpacity,e.oldOpacity!==n&&(e.hasClass("highcharts-data-label")?(e[n?"removeClass":"addClass"]("highcharts-data-label-hidden"),r=!0,e[e.isOld?"animate":"attr"]({opacity:n},void 0,function(){t.styledMode||e.css({pointerEvents:n?"auto":"none"})}),cO(t,"afterHideOverlappingLabel")):e.attr({opacity:n})),e.isOld=!0),r}let{defaultOptions:cR}=eH,{noop:cz}=V,{addEvent:cI,extend:cB,isObject:cF,merge:cH,relativeLength:c$}=em,cU={radius:0,scope:"stack",where:void 0},cV=cz,cq=cz;function cY(e,t,n,r,i={}){let a=cV(e,t,n,r,i),{brStart:o=!0,brEnd:s=!0,innerR:l=0,r:c=n,start:u=0,end:h=0}=i;if(i.open||!i.borderRadius)return a;let d=h-u,f=Math.sin(d/2),p=Math.max(Math.min(c$(i.borderRadius||0,c-l),(c-l)/2,c*f/(1+f)),0),m=Math.min(p,d/Math.PI*2*l),g=a.length-1;for(;g--;)(o||0!==g&&3!==g)&&(s||1!==g&&2!==g)&&function(e,t,n){let r,i,a,o=e[t],s=e[t+1];if("Z"===s[0]&&(s=e[0]),("M"===o[0]||"L"===o[0])&&"A"===s[0]?(r=o,i=s,a=!0):"A"===o[0]&&("M"===s[0]||"L"===s[0])&&(r=s,i=o),r&&i&&i.params){let o=i[1],s=i[5],l=i.params,{start:c,end:u,cx:h,cy:d}=l,f=s?o-n:o+n,p=f?Math.asin(n/f):0,m=s?p:-p,g=Math.cos(p)*f;a?(l.start=c+m,r[1]=h+g*Math.cos(c),r[2]=d+g*Math.sin(c),e.splice(t+1,0,["A",n,n,0,0,1,h+o*Math.cos(l.start),d+o*Math.sin(l.start)])):(l.end=u-m,i[6]=h+o*Math.cos(l.end),i[7]=d+o*Math.sin(l.end),e.splice(t+1,0,["A",n,n,0,0,1,h+g*Math.cos(u),d+g*Math.sin(u)])),i[4]=Math.abs(l.end-l.start)1?m:p);return a}function cW(){if(this.options.borderRadius&&!(this.chart.is3d&&this.chart.is3d())){let{options:e,yAxis:t}=this,n="percent"===e.stacking,r=cR.plotOptions?.[this.type]?.borderRadius,i=cG(e.borderRadius,cF(r)?r:{}),a=t.options.reversed;for(let r of this.points){let{shapeArgs:o}=r;if("roundedRect"===r.shapeType&&o){let{width:s=0,height:l=0,y:c=0}=o,u=c,h=l;if("stack"===i.scope&&r.stackTotal){let i=t.translate(n?100:r.stackTotal,!1,!0,!1,!0),a=t.translate(e.threshold||0,!1,!0,!1,!0),o=this.crispCol(0,Math.min(i,a),0,Math.abs(i-a));u=o.y,h=o.height}let d=(r.negative?-1:1)*(a?-1:1)==-1,f=i.where;!f&&this.is("waterfall")&&Math.abs((r.yBottom||0)-(this.translatedThreshold||0))>this.borderWidth&&(f="all"),f||(f="end");let p=Math.min(c$(i.radius,s),s/2,"all"===f?l/2:1/0)||0;"end"===f&&(d&&(u-=p),h+=p),cB(o,{brBoxHeight:h,brBoxY:u,r:p})}}}}function cG(e,t){return cF(e)||(e={radius:e||0}),cH(cU,t,e)}function cX(){let e=cG(this.options.borderRadius);for(let t of this.points){let n=t.shapeArgs;n&&(n.borderRadius=c$(e.radius,(n.r||0)-(n.innerR||0)))}}function cK(e,t,n,r,i={}){let a=cq(e,t,n,r,i),{r:o=0,brBoxHeight:s=r,brBoxY:l=t}=i,c=t-l,u=l+s-(t+r),h=c-o>-.1?0:o,d=u-o>-.1?0:o,f=Math.max(h&&c,0),p=Math.max(d&&u,0),m=[e+h,t],g=[e+n-h,t],v=[e+n,t+h],y=[e+n,t+r-d],b=[e+n-d,t+r],x=[e+d,t+r],w=[e,t+r-d],_=[e,t+h],k=(e,t)=>Math.sqrt(Math.pow(e,2)-Math.pow(t,2));if(f){let e=k(h,h-f);m[0]-=e,g[0]+=e,v[1]=_[1]=t+h-f}if(r=c1(n.minWidth,0)&&this.chartHeight>=c1(n.minHeight,0)}).call(this)&&t.push(e._id)}function c5(e,t){let n=this.options.responsive,r=this.currentResponsive,i=[],a;!t&&n&&n.rules&&n.rules.forEach(e=>{void 0===e._id&&(e._id=c2()),this.matchResponsiveRule(e,i)},this);let o=c0(...i.map(e=>cJ(n?.rules||[],t=>t._id===e)).map(e=>e?.chartOptions));o.isResponsiveOptions=!0,i=i.toString()||void 0;let s=r?.ruleIds;i!==s&&(r&&(this.currentResponsive=void 0,this.updatingResponsive=!0,this.update(r.undoOptions,e,!0),this.updatingResponsive=!1),i?((a=cZ(o,this.options,!0,this.collectionsWithUpdate)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:i,mergedOptions:o,undoOptions:a},this.updatingResponsive||this.update(o,e,!0)):this.currentResponsive=void 0)}(R||(R={})).compose=function(e){let t=e.prototype;return t.matchResponsiveRule||cQ(t,{matchResponsiveRule:c3,setResponsive:c5}),e};let c7=R;V.AST=tg,V.Axis=it,V.Chart=sv,V.Color=eK,V.DataLabel=l$,V.DataTableCore=aj,V.Fx=e1,V.HTMLElement=rf,V.Legend=oF,V.LegendSymbol=aF,V.PlotLineOrBand=iE,V.Point=ac,V.Pointer=aT,V.RendererRegistry=tL,V.Series=ov,V.SeriesRegistry=aW,V.StackItem=sz,V.SVGElement=nl,V.SVGRenderer=n8,V.Templating=tO,V.Tick=rL,V.Time=eD,V.Tooltip=iJ,V.animate=tn.animate,V.animObject=tn.animObject,V.chart=sv.chart,V.color=eK.parse,V.dateFormat=tO.dateFormat,V.defaultOptions=eH.defaultOptions,V.distribute=tI.distribute,V.format=tO.format,V.getDeferredAnimation=tn.getDeferredAnimation,V.getOptions=eH.getOptions,V.numberFormat=tO.numberFormat,V.seriesType=aW.seriesType,V.setAnimation=tn.setAnimation,V.setOptions=eH.setOptions,V.stop=tn.stop,V.time=eH.defaultTime,V.timers=e1.timers,({compose:function(e,t,n){let r=e.types.pie;if(!t.symbolCustomAttribs.includes("borderRadius")){let i=n.prototype.symbols;cI(e,"afterColumnTranslate",cW,{order:9}),cI(r,"afterTranslate",cX),t.symbolCustomAttribs.push("borderRadius","brBoxHeight","brBoxY","brEnd","brStart"),cV=i.arc,cq=i.roundedRect,i.arc=cY,i.roundedRect=cK}},optionsToObject:cG}).compose(V.Series,V.SVGElement,V.SVGRenderer),lG.compose(V.Series.types.column),l$.compose(V.Series),is.compose(V.Axis),rf.compose(V.SVGRenderer),oF.compose(V.Chart),ih.compose(V.Axis),(o=(g=V.Chart).prototype).hideOverlappingLabels||(o.hideOverlappingLabels=function(e){let t=e.length,n=(e,t)=>!(t.x>=e.x+e.width||t.x+t.width<=e.x||t.y>=e.y+e.height||t.y+t.height<=e.y),r=(e,t)=>{for(let n of e)if(cC({x:n[0],y:n[1]},t))return!0;return!1},i,a,o,s,l,c=!1;for(let n=0;n(t?.labelrank||0)-(e?.labelrank||0));for(let i=0;i{cL(e,e=>{e.label&&t.push(e.label)})});for(let n of e.series||[])if(n.visible&&n.hasDataLabels?.()){let r=n=>{for(let r of n)r.visible&&(r.dataLabels||[]).forEach(n=>{let i=n.options||{};n.labelrank=cj(i.labelrank,r.labelrank,r.shapeArgs?.height),i.allowOverlap??Number(i.distance)>0?(n.oldOpacity=n.opacity,n.newOpacity=1,cD(n,e)):t.push(n)})};r(n.nodes||[]),r(n.points)}this.hideOverlappingLabels(t)})),cE.compose(V.Series.types.pie),iE.compose(V.Chart,V.Axis),aT.compose(V.Chart),c7.compose(V.Chart),sC.compose(V.Axis,V.Chart,V.Series),s3.compose(V.Axis,V.Chart,V.Series),iJ.compose(V.Pointer),em.extend(V,em);let{parse:c4}=eK,{merge:c6}=em;(v=z||(z={})).initDataClasses=function(e){let t=this.chart,n=this.legendItem=this.legendItem||{},r=this.options,i=e.dataClasses||[],a,o,s=t.options.chart.colorCount,l=0,c;this.dataClasses=o=[],n.labels=[];for(let e=0,n=i.length;e=r)&&(void 0===i||e<=i)){a=o.color,t&&(t.dataClass=s,t.colorIndex=o.colorIndex);break}}else{for(n=this.normalizedValue(e),s=c.length;s--&&!(n>c[s][0]););r=c[s]||c[s+1],n=1-((i=c[s+1]||r)[0]-n)/(i[0]-r[0]||1),a=r.color.tweenTo(i.color,n)}return a};let c9=z,{parse:c8}=eK,{addEvent:ue,extend:ut,merge:un,pick:ur,splat:ui}=em;!function(e){let t;function n(){let{userOptions:e}=this;this.colorAxis=[],e.colorAxis&&(e.colorAxis=ui(e.colorAxis),e.colorAxis.map(e=>new t(this,e)))}function r(e){let t=this.chart.colorAxis||[],n=t=>{let n=e.allItems.indexOf(t);-1!==n&&(this.destroyItem(e.allItems[n]),e.allItems.splice(n,1))},r=[],i,a;for(t.forEach(function(e){i=e.options,i?.showInLegend&&(i.dataClasses&&i.visible?r=r.concat(e.getDataClassLegendSymbols()):i.visible&&r.push(e),e.series.forEach(function(e){(!e.options.showInLegend||i.dataClasses)&&("point"===e.options.legendType?e.points.forEach(function(e){n(e)}):n(e))}))}),a=r.length;a--;)e.allItems.unshift(r[a])}function i(e){e.visible&&e.item.legendColor&&e.item.legendItem.symbol.attr({fill:e.item.legendColor})}function a(e){this.chart.colorAxis?.forEach(t=>{t.update({},e.redraw)})}function o(){(this.chart.colorAxis?.length||this.colorAttribs)&&this.translateColors()}function s(){let e=this.axisTypes;e?-1===e.indexOf("colorAxis")&&e.push("colorAxis"):this.axisTypes=["colorAxis"]}function l(e){let t=this,n=e?"show":"hide";t.visible=t.options.visible=!!e,["graphic","dataLabel"].forEach(function(e){t[e]&&t[e][n]()}),this.series.buildKDTree()}function c(){let e=this,t=this.getPointsCollection(),n=this.options.nullColor,r=this.colorAxis,i=this.colorKey;t.forEach(t=>{let a=t.getNestedProperty(i),o=t.options.color||(t.isNull||null===t.value?n:r&&void 0!==a?r.toColor(a,t):t.color||e.color);o&&t.color!==o&&(t.color=o,"point"===e.options.legendType&&t.legendItem&&t.legendItem.label&&e.chart.legend.colorizeItem(t,t.visible))})}function u(){this.elem.attr("fill",c8(this.start).tweenTo(c8(this.end),this.pos),void 0,!0)}function h(){this.elem.attr("stroke",c8(this.start).tweenTo(c8(this.end),this.pos),void 0,!0)}e.compose=function(e,d,f,p,m){let g,v=d.prototype,y=f.prototype,b=m.prototype;v.collectionsWithUpdate.includes("colorAxis")||(t=e,v.collectionsWithUpdate.push("colorAxis"),v.collectionsWithInit.colorAxis=[v.addColorAxis],ue(d,"afterCreateAxes",n),g=d.prototype.createAxis,d.prototype.createAxis=function(e,n){if("colorAxis"!==e)return g.apply(this,arguments);let r=new t(this,un(n.axis,{index:this[e].length,isX:!1}));return this.isDirtyLegend=!0,this.axes.forEach(e=>{e.series=[]}),this.series.forEach(e=>{e.bindAxes(),e.isDirtyData=!0}),ur(n.redraw,!0)&&this.redraw(n.animation),r},y.fillSetter=u,y.strokeSetter=h,ue(p,"afterGetAllItems",r),ue(p,"afterColorizeItem",i),ue(p,"afterUpdate",a),ut(b,{optionalAxis:"colorAxis",translateColors:c}),ut(b.pointClass.prototype,{setVisible:l}),ue(m,"afterTranslate",o,{order:1}),ue(m,"bindAxes",s))},e.pointSetVisible=l}(I||(I={}));let ua=I,{defaultOptions:uo}=eH,{series:us}=aW,{defined:ul,extend:uc,fireEvent:uu,isArray:uh,isNumber:ud,merge:uf,pick:up,relativeLength:um}=em;uo.colorAxis=uf(uo.xAxis,{lineWidth:0,minPadding:0,maxPadding:0,gridLineColor:"#ffffff",gridLineWidth:1,tickPixelInterval:72,startOnTick:!0,endOnTick:!0,offset:0,marker:{animation:{duration:50},width:.01,color:"#999999"},labels:{distance:8,overflow:"justify",rotation:0},minColor:"#e6e9ff",maxColor:"#0022ff",tickLength:5,showInLegend:!0});class ug extends it{static compose(e,t,n,r){ua.compose(ug,e,t,n,r)}constructor(e,t){super(e,t),this.coll="colorAxis",this.visible=!0,this.init(e,t)}init(e,t){let n=e.options.legend||{},r=t.layout?"vertical"!==t.layout:"vertical"!==n.layout;this.side=t.side||r?2:1,this.reversed=t.reversed,this.opposite=!r,super.init(e,t,"colorAxis"),this.userOptions=t,uh(e.userOptions.colorAxis)&&(e.userOptions.colorAxis[this.index]=t),t.dataClasses&&this.initDataClasses(t),this.initStops(),this.horiz=r,this.zoomEnabled=!1}hasData(){return!!(this.tickPositions||[]).length}setTickPositions(){if(!this.dataClasses)return super.setTickPositions()}setOptions(e){let t=uf(uo.colorAxis,e,{showEmpty:!1,title:null,visible:this.chart.options.legend.enabled&&!1!==e.visible});super.setOptions(t),this.options.crosshair=this.options.marker}setAxisSize(){let e=this.chart,t=this.legendItem?.symbol,{width:n,height:r}=this.getSize();t&&(this.left=+t.attr("x"),this.top=+t.attr("y"),this.width=n=+t.attr("width"),this.height=r=+t.attr("height"),this.right=e.chartWidth-this.left-n,this.bottom=e.chartHeight-this.top-r,this.pos=this.horiz?this.left:this.top),this.len=(this.horiz?n:r)||ug.defaultLegendLength}getOffset(){let e=this.legendItem?.group,t=this.chart.axisOffset[this.side];if(e){this.axisParent=e,super.getOffset();let n=this.chart.legend;n.allItems.forEach(function(e){e instanceof ug&&e.drawLegendSymbol(n,e)}),n.render(),this.chart.getMargins(!0),this.chart.series.some(e=>e.isDrilling)||(this.isDirty=!0),this.added||(this.added=!0),this.labelLeft=0,this.labelRight=this.width,this.chart.axisOffset[this.side]=t}}setLegendColor(){let e=this.horiz,t=this.reversed,n=+!!t,r=+!t,i=e?[n,0,r,0]:[0,r,0,n];this.legendColor={linearGradient:{x1:i[0],y1:i[1],x2:i[2],y2:i[3]},stops:this.stops}}drawLegendSymbol(e,t){let n=t.legendItem||{},r=e.padding,i=e.options,a=this.options.labels,o=up(i.itemDistance,10),s=this.horiz,{width:l,height:c}=this.getSize(),u=up(i.labelPadding,s?16:30);this.setLegendColor(),n.symbol||(n.symbol=this.chart.renderer.symbol("roundedRect").attr({r:i.symbolRadius??3,zIndex:1}).add(n.group)),n.symbol.attr({x:0,y:(e.baseline||0)-11,width:l,height:c}),n.labelWidth=l+r+(s?o:up(a.x,a.distance)+(this.maxLabelLength||0)),n.labelHeight=c+r+(s?u:0)}setState(e){this.series.forEach(function(t){t.setState(e)})}setVisible(){}getSeriesExtremes(){let e=this.series,t,n,r,i,a=e.length;for(this.dataMin=1/0,this.dataMax=-1/0;a--;){for(let o of(n=(i=e[a]).colorKey=up(i.options.colorKey,i.colorKey,i.pointValKey,i.zoneAxis,"y"),r=i[n+"Min"]&&i[n+"Max"],[n,"value","y"]))if((t=i.getColumn(o)).length)break;if(r)i.minColorValue=i[n+"Min"],i.maxColorValue=i[n+"Max"];else{let e=us.prototype.getExtremes.call(i,t);i.minColorValue=e.dataMin,i.maxColorValue=e.dataMax}ul(i.minColorValue)&&ul(i.maxColorValue)&&(this.dataMin=Math.min(this.dataMin,i.minColorValue),this.dataMax=Math.max(this.dataMax,i.maxColorValue)),r||us.prototype.applyExtremes.call(i)}}drawCrosshair(e,t){let n,r=this.legendItem||{},i=t?.plotX,a=t?.plotY,o=this.pos,s=this.len;t&&((n=this.toPixels(t.getNestedProperty(t.series.colorKey)))o+s&&(n=o+s+2),t.plotX=n,t.plotY=this.len-n,super.drawCrosshair(e,t),t.plotX=i,t.plotY=a,this.cross&&!this.cross.addedToColorAxis&&r.group&&(this.cross.addClass("highcharts-coloraxis-marker").add(r.group),this.cross.addedToColorAxis=!0,this.chart.styledMode||"object"!=typeof this.crosshair||this.cross.attr({fill:this.crosshair.color})))}getPlotLinePath(e){let t=this.left,n=e.translatedValue,r=this.top;return ud(n)?this.horiz?[["M",n-4,r-6],["L",n+4,r-6],["L",n,r],["Z"]]:[["M",t,n],["L",t-6,n+6],["L",t-6,n-6],["Z"]]:super.getPlotLinePath(e)}update(e,t){let n=this.chart.legend;this.series.forEach(e=>{e.isDirtyData=!0}),(e.dataClasses&&n.allItems||this.dataClasses)&&this.destroyItems(),super.update(e,t),this.legendItem?.label&&(this.setLegendColor(),n.colorizeItem(this,!0))}destroyItems(){let e=this.chart,t=this.legendItem||{};if(t.label)e.legend.destroyItem(this);else if(t.labels)for(let n of t.labels)e.legend.destroyItem(n);e.isDirtyLegend=!0}destroy(){this.chart.isDirtyLegend=!0,this.destroyItems(),super.destroy(...[].slice.call(arguments))}remove(e){this.destroyItems(),super.remove(e)}getDataClassLegendSymbols(){let e,t=this,n=t.chart,r=t.legendItem&&t.legendItem.labels||[],i=n.options.legend,a=up(i.valueDecimals,-1),o=up(i.valueSuffix,""),s=e=>t.series.reduce((t,n)=>(t.push(...n.points.filter(t=>t.dataClass===e)),t),[]);return r.length||t.dataClasses.forEach((i,l)=>{let c=i.from,u=i.to,{numberFormatter:h}=n,d=!0;e="",void 0===c?e="< ":void 0===u&&(e="> "),void 0!==c&&(e+=h(c,a)+o),void 0!==c&&void 0!==u&&(e+=" - "),void 0!==u&&(e+=h(u,a)+o),r.push(uc({chart:n,name:e,options:{},drawLegendSymbol:aF.rectangle,visible:!0,isDataClass:!0,setState:e=>{for(let t of s(l))t.setState(e)},setVisible:function(){this.visible=d=t.visible=!d;let e=[];for(let t of s(l))t.setVisible(d),t.hiddenInDataClass=!d,-1===e.indexOf(t.series)&&e.push(t.series);n.legend.colorizeItem(this,d),e.forEach(e=>{uu(e,"afterDataClassLegendClick")})}},i))}),r}getSize(){let{chart:e,horiz:t}=this,{height:n,width:r}=this.options,{legend:i}=e.options;return{width:up(ul(r)?um(r,e.chartWidth):void 0,i?.symbolWidth,t?ug.defaultLegendLength:12),height:up(ul(n)?um(n,e.chartHeight):void 0,i?.symbolHeight,t?12:ug.defaultLegendLength)}}}ug.defaultLegendLength=200,ug.keepProps=["legendItem"],uc(ug.prototype,c9),Array.prototype.push.apply(it.keepProps,ug.keepProps),V.ColorAxis=V.ColorAxis||ug,V.ColorAxis.compose(V.Chart,V.Fx,V.Legend,V.Series);let uv={lang:{zoomIn:"Zoom in",zoomOut:"Zoom out"},mapNavigation:{buttonOptions:{alignTo:"plotBox",align:"left",verticalAlign:"top",x:0,width:18,height:18,padding:5,style:{color:"#666666",fontSize:"1em",fontWeight:"bold"},theme:{fill:"#ffffff",stroke:"#e6e6e6","stroke-width":1,"text-align":"center"}},buttons:{zoomIn:{onclick:function(){this.mapZoom(.5)},text:"+",y:0},zoomOut:{onclick:function(){this.mapZoom(2)},text:"-",y:28}},mouseWheelSensitivity:1.1}},{defined:uy,extend:ub,pick:ux,wrap:uw}=em;!function(e){let t,n=0;function r(e){let t=this.chart;e=this.normalize(e),t.options.mapNavigation.enableDoubleClickZoomTo?t.pointer.inClass(e.target,"highcharts-tracker")&&t.hoverPoint&&t.hoverPoint.zoomTo():t.isInsidePlot(e.chartX-t.plotLeft,e.chartY-t.plotTop)&&t.mapZoom(.5,void 0,void 0,e.chartX,e.chartY)}function i(e){let r=this.chart,i=uy((e=this.normalize(e)).wheelDelta)&&-e.wheelDelta/120||e.deltaY||e.detail;Math.abs(i)>=1&&(n+=Math.abs(i),t&&clearTimeout(t),t=setTimeout(()=>{n=0},50)),n<10&&r.isInsidePlot(e.chartX-r.plotLeft,e.chartY-r.plotTop)&&r.mapView&&r.mapView.zoomBy(-((r.options.mapNavigation.mouseWheelSensitivity-1)*i),void 0,[e.chartX,e.chartY],!(1>Math.abs(i))&&void 0)}function a(e,t,n){let r=this.chart;if(t=e.call(this,t,n),r&&r.mapView){let e=r.mapView.pixelsToLonLat({x:t.chartX-r.plotLeft,y:t.chartY-r.plotTop});e&&ub(t,e)}return t}function o(e){let t=this.chart.options.mapNavigation;t&&ux(t.enableTouchZoom,t.enabled)&&(this.chart.zooming.pinchType="xy"),e.apply(this,[].slice.call(arguments,1))}e.compose=function(e){let t=e.prototype;t.onContainerDblClick||(ub(t,{onContainerDblClick:r,onContainerMouseWheel:i}),uw(t,"normalize",a),uw(t,"zoomOption",o))}}(B||(B={}));let u_=B;function uk(e,t,r,i,a){if(a){let e=a?.r||0;a.brBoxY=t-e,a.brBoxHeight=i+e}return n.roundedRect(e,t,r,i,a)}function uS(e,t,r,i,a){if(a){let e=a?.r||0;a.brBoxHeight=i+e}return n.roundedRect(e,t,r,i,a)}let uM=function(e){(n=e.prototype.symbols).bottombutton=uk,n.topbutton=uS},{setOptions:uA}=eH,{composed:uE}=V,{addEvent:uT,extend:uC,merge:uP,objectEach:uN,pick:uO,pushUnique:uL}=em;function uj(e){e&&(e.preventDefault?.(),e.stopPropagation?.(),e.cancelBubble=!0)}class uD{static compose(e,t,n){u_.compose(t),uM(n),uL(uE,"Map.Navigation")&&(uT(e,"beforeRender",function(){this.mapNavigation=new uD(this),this.mapNavigation.update()}),uA(uv))}constructor(e){this.chart=e,this.navButtons=[]}update(e){let t=this,n=t.chart,r=t.navButtons,i=function(e){this.handler.call(n,e),uj(e)},a=n.options.mapNavigation;for(e&&(a=n.options.mapNavigation=uP(n.options.mapNavigation,e));r.length;)r.pop()?.destroy();!n.renderer.forExport&&uO(a.enableButtons,a.enabled)&&(t.navButtonsGroup||(t.navButtonsGroup=n.renderer.g().attr({zIndex:7}).add()),uN(a.buttons,(e,o)=>{let s={padding:(e=uP(a.buttonOptions,e)).padding};!n.styledMode&&e.theme&&(uC(s,e.theme),s.style=uP(e.theme.style,e.style));let{text:l,width:c=0,height:u=0,padding:h=0}=e,d=n.renderer.button("+"!==l&&"-"!==l&&l||"",0,0,i,s,void 0,void 0,void 0,"zoomIn"===o?"topbutton":"bottombutton").addClass("highcharts-map-navigation highcharts-"+({zoomIn:"zoom-in",zoomOut:"zoom-out"})[o]).attr({width:c,height:u,title:n.options.lang[o],zIndex:5}).add(t.navButtonsGroup);if("+"===l||"-"===l){let t=c+1,r=[["M",h+3,h+u/2],["L",h+t-3,h+u/2]];"+"===l&&r.push(["M",h+t/2,h+3],["L",h+t/2,h+u-3]),n.renderer.path(r).addClass("highcharts-button-symbol").attr(n.styledMode?{}:{stroke:e.style?.color,"stroke-width":3,"stroke-linecap":"round"}).add(d)}if(d.handler=e.onclick,uT(d.element,"dblclick",uj),r.push(d),uC(e,{width:d.width,height:2*(d.height||0)}),n.hasLoaded)d.align(e,!1,e.alignTo);else{let t=uT(n,"load",()=>{d.element&&d.align(e,!1,e.alignTo),t()})}}),n.hasLoaded||uT(n,"render",function(){let e=n.exporting?.group?.getBBox();if(e){let n=t.navButtonsGroup.getBBox();if(!(n.x>=e.x+e.width||n.x+n.width<=e.x||n.y>=e.y+e.height||n.y+n.height<=e.y)){let r=-n.y-n.height+e.y-5,i=e.y+e.height-n.y+5,o=a.buttonOptions&&a.buttonOptions.verticalAlign;t.navButtonsGroup.attr({translateY:"bottom"===o?r:i})}}})),this.updateEvents(a)}updateEvents(e){let t=this.chart;uO(e.enableDoubleClickZoom,e.enabled)||e.enableDoubleClickZoomTo?this.unbindDblClick=this.unbindDblClick||uT(t.container,"dblclick",function(e){t.pointer.onContainerDblClick(e)}):this.unbindDblClick&&(this.unbindDblClick=this.unbindDblClick()),uO(e.enableMouseWheelZoom,e.enabled)?this.unbindMouseWheel=this.unbindMouseWheel||uT(t.container,"wheel",function(e){if(!t.pointer.inClass(e.target,"highcharts-no-mousewheel")){let n=t.mapView?.zoom;t.pointer.onContainerMouseWheel(e),n!==t.mapView?.zoom&&uj(e)}return!1}):this.unbindMouseWheel&&(this.unbindMouseWheel=this.unbindMouseWheel())}}let{column:{prototype:uR}}=aW.seriesTypes,{addEvent:uz,defined:uI}=em;var uB=F||(F={});function uF(e){let t=this.series,n=t.chart.renderer;this.moveToTopOnHover&&this.graphic&&(t.stateMarkerGraphic||(t.stateMarkerGraphic=new nl(n,"use").css({pointerEvents:"none"}).add(this.graphic.parentGroup)),e?.state==="hover"?(this.graphic.attr({id:this.id}),t.stateMarkerGraphic.attr({href:`${n.url}#${this.id}`,visibility:"visible"})):t.stateMarkerGraphic.attr({href:""}))}uB.pointMembers={dataLabelOnNull:!0,moveToTopOnHover:!0,isValid:function(){return null!==this.value&&this.value!==1/0&&this.value!==-1/0&&(void 0===this.value||!isNaN(this.value))}},uB.seriesMembers={colorKey:"value",axisTypes:["xAxis","yAxis","colorAxis"],parallelArrays:["x","y","value"],pointArrayMap:["value"],trackerGroups:["group","markerGroup","dataLabelsGroup"],colorAttribs:function(e){let t={};return uI(e.color)&&(!e.state||"normal"===e.state)&&(t[this.colorProp||"fill"]=e.color),t},pointAttribs:uR.pointAttribs},uB.compose=function(e){return uz(e.prototype.pointClass,"afterSetState",uF),e};let uH=F,{getOptions:u$}=eH,{isNumber:uU,merge:uV,pick:uq}=em;class uY extends sv{init(e,t){let n=u$().credits,r=uV({chart:{panning:{enabled:!0,type:"xy"},type:"map"},credits:{mapText:uq(n.mapText,' \xa9 {geojson.copyrightShort}'),mapTextFull:uq(n.mapTextFull,"{geojson.copyright}")},mapView:{},tooltip:{followTouchMove:!1}},e);super.init(r,t)}mapZoom(e,t,n,r,i){this.mapView&&(uU(e)&&(e=Math.log(e)/Math.log(.5)),this.mapView.zoomBy(e,uU(t)&&uU(n)?this.mapView.projection.inverse([t,n]):void 0,uU(r)&&uU(i)?[r,i]:void 0))}update(e){e.chart&&"map"in e.chart&&this.mapView?.recommendMapView(this,[e.chart.map,...(this.options.series||[]).map(e=>e.mapData)],!0),super.update.apply(this,arguments)}}(y=uY||(uY={})).maps={},y.mapChart=function(e,t,n){return new y(e,t,n)},y.splitPath=function(e){let t;return t="string"==typeof e?(e=e.replace(/([A-Z])/gi," $1 ").replace(/^\s*/,"").replace(/\s*$/,"")).split(/[ ,;]+/).map(e=>/[A-Z]/i.test(e)?e:parseFloat(e)):e,n8.prototype.pathToSegments(t)};let uW=uY,uG={boundsFromPath:function(e){let t=-Number.MAX_VALUE,n=Number.MAX_VALUE,r=-Number.MAX_VALUE,i=Number.MAX_VALUE,a;if(e.forEach(e=>{let o=e[e.length-2],s=e[e.length-1];"number"==typeof o&&"number"==typeof s&&(n=Math.min(n,o),t=Math.max(t,o),i=Math.min(i,s),r=Math.max(r,s),a=!0)}),a)return{x1:n,y1:i,x2:t,y2:r}}},{boundsFromPath:uX}=uG,uK=aW.seriesTypes.scatter.prototype.pointClass,{extend:uZ,isNumber:uQ,pick:uJ}=em;class u0 extends uK{static getProjectedPath(e,t){return e.projectedPath||(t&&e.geometry?(t.hasCoordinates=!0,e.projectedPath=t.path(e.geometry)):e.projectedPath=e.path),e.projectedPath||[]}applyOptions(e,t){let n=this.series,r=super.applyOptions(e,t),i=n.joinBy;if(n.mapData&&n.mapMap){let e=i[1],t=super.getNestedProperty(e),a=void 0!==t&&n.mapMap[t];a?uZ(r,{...a,name:r.name??a.name}):-1!==n.pointArrayMap.indexOf("value")&&(r.value=r.value||null)}return r}getProjectedBounds(e){let t=uX(u0.getProjectedPath(this,e)),n=this.properties,r=this.series.chart.mapView;if(t){let i=n?.["hc-middle-lon"],a=n?.["hc-middle-lat"];if(r&&uQ(i)&&uQ(a)){let n=e.forward([i,a]);t.midX=n[0],t.midY=n[1]}else{let e=n?.["hc-middle-x"],r=n?.["hc-middle-y"];t.midX=t.x1+(t.x2-t.x1)*uJ(this.middleX,uQ(e)?e:.5);let i=uJ(this.middleY,uQ(r)?r:.5);this.geometry||(i=1-i),t.midY=t.y2-(t.y2-t.y1)*i}return t}}onMouseOver(e){em.clearTimeout(this.colorInterval),!this.isNull&&this.visible||this.series.options.nullInteraction?super.onMouseOver.call(this,e):this.series.onMouseOut()}setVisible(e){this.visible=this.options.visible=!!e,this.dataLabel&&this.dataLabel[e?"show":"hide"](),this.graphic&&this.graphic.attr(this.series.pointAttribs(this))}zoomTo(e){let t=this.series.chart,n=t.mapView,r=this.bounds;if(n&&r){let i=uQ(this.insetIndex)&&n.insets[this.insetIndex];if(i){let e=i.projectedUnitsToPixels({x:r.x1,y:r.y1}),t=i.projectedUnitsToPixels({x:r.x2,y:r.y2}),a=n.pixelsToProjectedUnits({x:e.x,y:e.y}),o=n.pixelsToProjectedUnits({x:t.x,y:t.y});r={x1:a.x,y1:a.y,x2:o.x,y2:o.y}}n.fitToBounds(r,void 0,!1),this.series.isDirty=!0,t.redraw(e)}}}uZ(u0.prototype,{dataLabelOnNull:uH.pointMembers.dataLabelOnNull,moveToTopOnHover:uH.pointMembers.moveToTopOnHover,isValid:uH.pointMembers.isValid});let{isNumber:u1}=em,u2={center:[0,0],fitToGeometry:void 0,maxZoom:void 0,padding:0,projection:{name:void 0,parallels:void 0,rotation:void 0},zoom:void 0,insetOptions:{borderColor:"#cccccc",borderWidth:1,padding:"10%",relativeTo:"mapBoundingBox",units:"percent"}},{win:u3}=V,{format:u5}=tO,{error:u7,extend:u4,merge:u6,wrap:u9}=em;!function(e){function t(e){return this.mapView?.lonLatToProjectedUnits(e)}function n(e){return this.mapView?.projectedUnitsToLonLat(e)}function r(e,t){let n=this.options.chart.proj4||u3.proj4;if(!n)return void u7(21,!1,this);let{jsonmarginX:r=0,jsonmarginY:i=0,jsonres:a=1,scale:o=1,xoffset:s=0,xpan:l=0,yoffset:c=0,ypan:u=0}=t,h=n(t.crs,[e.lon,e.lat]),d=t.cosAngle||t.rotation&&Math.cos(t.rotation),f=t.sinAngle||t.rotation&&Math.sin(t.rotation),p=t.rotation?[h[0]*d+h[1]*f,-h[0]*f+h[1]*d]:h;return{x:((p[0]-s)*o+l)*a+r,y:-(((c-p[1])*o+u)*a-i)}}function i(e,t){let n=this.options.chart.proj4||u3.proj4;if(!n)return void u7(21,!1,this);if(null===e.y)return;let{jsonmarginX:r=0,jsonmarginY:i=0,jsonres:a=1,scale:o=1,xoffset:s=0,xpan:l=0,yoffset:c=0,ypan:u=0}=t,h={x:((e.x-r)/a-l)/o+s,y:((e.y-i)/a+u)/o+c},d=t.cosAngle||t.rotation&&Math.cos(t.rotation),f=t.sinAngle||t.rotation&&Math.sin(t.rotation),p=n(t.crs,"WGS84",t.rotation?{x:h.x*d+-(h.y*f),y:h.x*f+h.y*d}:h);return{lat:p.y,lon:p.x}}function a(e,t){t||(t=Object.keys(e.objects)[0]);let n=e.objects[t];if(n["hc-decoded-geojson"]&&n["hc-decoded-geojson"].title===e.title)return n["hc-decoded-geojson"];let r=e.arcs;if(e.transform){let t,n,i,a=e.arcs,{scale:o,translate:s}=e.transform;r=[];for(let e=0,l=a.length;e"number"==typeof e[0]?e.reduce((e,t,n)=>{let i=t<0?r[~t]:r[t];return t<0?(i=i.slice(0,0===n?i.length:i.length-1)).reverse():n&&(i=i.slice(1)),e.concat(i)},[]):e.map(i),a=n.geometries,o=[];for(let e=0,t=a.length;e(t[1]-e[1])*(n[0]-e[0])}function hn(e,t,n,r){let i=[e[0]-t[0],e[1]-t[1]],a=[n[0]-r[0],n[1]-r[1]],o=e[0]*t[1]-e[1]*t[0],s=n[0]*r[1]-n[1]*r[0],l=1/(i[0]*a[1]-i[1]*a[0]),c=[(o*a[0]-s*i[0])*l,(o*a[1]-s*i[1])*l];return c.isIntersection=!0,c}let hr=Math.sign||(e=>0===e?0:e>0?1:-1),hi=Math.PI/180,ha=Math.PI/2,ho=e=>Math.tan((ha+e)/2),hs=class{constructor(e){const t=(e.parallels||[]).map(e=>e*hi),n=t[0]||0,r=t[1]??n,i=Math.cos(n);"object"==typeof e.projectedBounds&&(this.projectedBounds=e.projectedBounds);let a=n===r?Math.sin(n):Math.log(i/Math.cos(r))/Math.log(ho(r)/ho(n));1e-10>Math.abs(a)&&(a=1e-10*(hr(a)||1)),this.n=a,this.c=i*Math.pow(ho(n),a)/a}forward(e){let{c:t,n:n,projectedBounds:r}=this,i=e[0]*hi,a=e[1]*hi;t>0?a<-ha+1e-6&&(a=-ha+1e-6):a>ha-1e-6&&(a=ha-1e-6);let o=t/Math.pow(ho(a),n),s=o*Math.sin(n*i)*63.78137,l=(t-o*Math.cos(n*i))*63.78137,c=[s,l];return r&&(sr.x2||lr.y2)&&(c.outside=!0),c}inverse(e){let{c:t,n:n}=this,r=e[0]/63.78137,i=t-e[1]/63.78137,a=hr(n)*Math.sqrt(r*r+i*i),o=Math.atan2(r,Math.abs(i))*hr(i);return i*n<0&&(o-=Math.PI*hr(r)*hr(i)),[o/n/hi,(2*Math.atan(Math.pow(t/a,1/n))-ha)/hi]}},hl=Math.sqrt(3)/2,hc=class{constructor(){this.bounds={x1:-200.37508342789243,x2:200.37508342789243,y1:-97.52595454902263,y2:97.52595454902263}}forward(e){let t=Math.PI/180,n=Math.asin(hl*Math.sin(e[1]*t)),r=n*n,i=r*r*r;return[e[0]*t*Math.cos(n)*74.03120656864502/(hl*(1.340264+-.24331799999999998*r+i*(.0062510000000000005+.034164*r))),74.03120656864502*n*(1.340264+-.081106*r+i*(893e-6+.003796*r))]}inverse(e){let t=e[0]/74.03120656864502,n=e[1]/74.03120656864502,r=180/Math.PI,i=n,a,o,s,l;for(let e=0;e<12&&(o=(a=i*i)*a*a,s=i*(1.340264+-.081106*a+o*(893e-6+.003796*a))-n,i-=l=s/(1.340264+-.24331799999999998*a+o*(.0062510000000000005+.034164*a)),!(1e-9>Math.abs(l)));++e);o=(a=i*i)*a*a;let c=r*hl*t*(1.340264+-.24331799999999998*a+o*(.0062510000000000005+.034164*a))/Math.cos(i),u=r*Math.asin(Math.sin(i)/hl);return Math.abs(c)>180?[NaN,NaN]:[c,u]}},hu=Math.PI/4,hh=Math.PI/180,hd=class{constructor(){this.bounds={x1:-200.37508342789243,x2:200.37508342789243,y1:-146.91480769173063,y2:146.91480769173063}}forward(e){return[e[0]*hh*63.78137,79.7267125*Math.log(Math.tan(hu+.4*e[1]*hh))]}inverse(e){return[e[0]/63.78137/hh,2.5*(Math.atan(Math.exp(.8*(e[1]/63.78137)))-hu)/hh]}},hf=Math.PI/180,hp=class{constructor(){this.antimeridianCutting=!1,this.bounds={x1:-63.78460826781007,x2:63.78460826781007,y1:-63.78460826781007,y2:63.78460826781007}}forward(e){let t=e[0],n=e[1]*hf,r=[Math.cos(n)*Math.sin(t*hf)*63.78460826781007,63.78460826781007*Math.sin(n)];return(t<-90||t>90)&&(r.outside=!0),r}inverse(e){let t=e[0]/63.78460826781007,n=e[1]/63.78460826781007,r=Math.sqrt(t*t+n*n),i=Math.asin(r),a=Math.sin(i);return[Math.atan2(t*a,r*Math.cos(i))/hf,Math.asin(r&&n*a/r)/hf]}},hm=Math.PI/180,hg=class{constructor(){this.bounds={x1:-200.37508342789243,x2:200.37508342789243,y1:-200.3750834278071,y2:200.3750834278071},this.maxLatitude=85.0511287798}forward(e){let t=Math.sin(e[1]*hm),n=[63.78137*e[0]*hm,63.78137*Math.log((1+t)/(1-t))/2];return Math.abs(e[1])>this.maxLatitude&&(n.outside=!0),n}inverse(e){return[e[0]/(63.78137*hm),(2*Math.atan(Math.exp(e[1]/63.78137))-Math.PI/2)/hm]}},{clipLineString:hv,clipPolygon:hy}={clipLineString:function(e,t){let n=[],r=he(e,t,!1);for(let e=1;e(e<-180&&(e+=360),e>180&&(e-=360),e),hk=e=>(1-Math.cos(e))/2;class hS{static add(e,t){hS.registry[e]=t}static distance(e,t){let n,r,i,a,o,{atan2:s,sqrt:l}=Math,c=(n=Math.cos,r=e[1]*hw,i=e[0]*hw,a=t[1]*hw,o=t[0]*hw,hk(a-r)+n(r)*n(a)*hk(o-i));return 6371e3*(2*s(l(c),l(1-c)))}static geodesic(e,t,n,r=5e5){let{atan2:i,cos:a,sin:o,sqrt:s}=Math,l=hS.distance,c=e[1]*hw,u=e[0]*hw,h=t[1]*hw,d=t[0]*hw,f=a(c)*a(u),p=a(h)*a(d),m=a(c)*o(u),g=a(h)*o(d),v=o(c),y=o(h),b=l(e,t),x=b/6371e3,w=o(x),_=Math.round(b/r),k=[];if(n&&k.push(e),_>1){let e=1/_;for(let t=e;t<.999;t+=e){let e=o((1-t)*x)/w,n=o(t*x)/w,r=e*f+n*p,a=e*m+n*g,l=i(e*v+n*y,s(r*r+a*a)),c=i(a,r);k.push([c/hw,l/hw])}}return n&&k.push(t),k}static insertGeodesics(e){let t=e.length-1;for(;t--;)if(Math.max(Math.abs(e[t][0]-e[t+1][0]),Math.abs(e[t][1]-e[t+1][1]))>10){let n=hS.geodesic(e[t],e[t+1]);n.length&&e.splice(t+1,0,...n)}}static toString(e){let{name:t,rotation:n}=e||{};return[t,n&&n.join(",")].join(";")}constructor(e={}){this.hasCoordinates=!1,this.hasGeoProjection=!1,this.maxLatitude=90,this.options=e;const{name:t,projectedBounds:n,rotation:r}=e;this.rotator=r?this.getRotator(r):void 0;const i=t?hS.registry[t]:void 0;i&&(this.def=new i(e));const{def:a,rotator:o}=this;a&&(this.maxLatitude=a.maxLatitude||90,this.hasGeoProjection=!0),o&&a?(this.forward=e=>a.forward(o.forward(e)),this.inverse=e=>o.inverse(a.inverse(e))):a?(this.forward=e=>a.forward(e),this.inverse=e=>a.inverse(e)):o&&(this.forward=o.forward,this.inverse=o.inverse),this.bounds="world"===n?a&&a.bounds:n}lineIntersectsBounds(e){let{x1:t,x2:n,y1:r,y2:i}=this.bounds||{},a=(e,t,n)=>{let[r,i]=e,a=+!t;if("number"==typeof n&&r[t]>=n!=i[t]>=n){let e=(n-r[t])/(i[t]-r[t]),o=r[a]+e*(i[a]-r[a]);return t?[o,n]:[n,o]}},o,s=e[0];return(o=a(e,0,t))?(s=o,e[1]=o):(o=a(e,0,n))&&(s=o,e[1]=o),(o=a(e,1,r))?s=o:(o=a(e,1,i))&&(s=o),s}getRotator(e){let t=e[0]*hw,n=(e[1]||0)*hw,r=(e[2]||0)*hw,i=Math.cos(n),a=Math.sin(n),o=Math.cos(r),s=Math.sin(r);if(0!==t||0!==n||0!==r)return{forward:e=>{let n=e[0]*hw+t,r=e[1]*hw,l=Math.cos(r),c=Math.cos(n)*l,u=Math.sin(n)*l,h=Math.sin(r),d=h*i+c*a;return[Math.atan2(u*o-d*s,c*i-h*a)/hw,Math.asin(d*o+u*s)/hw]},inverse:e=>{let n=e[0]*hw,r=e[1]*hw,l=Math.cos(r),c=Math.cos(n)*l,u=Math.sin(n)*l,h=Math.sin(r),d=h*o-u*s;return[(Math.atan2(u*o+h*s,c*i+d*a)-t)/hw,Math.asin(d*i-c*a)/hw]}}}forward(e){return e}inverse(e){return e}cutOnAntimeridian(e,t){let n,r=[],i=[e];for(let n=0,i=e.length;n90)&&(s<-90||s>90)&&o>0!=s>0){let e=hb((180-(o+360)%360)/((s+360)%360-(o+360)%360),0,1),t=a[1]+e*(i[1]-a[1]);r.push({i:n,lat:t,direction:o<0?1:-1,previousLonLat:a,lonLat:i})}}if(r.length)if(t){r.length%2==1&&(n=r.slice().sort((e,t)=>Math.abs(t.lat)-Math.abs(e.lat))[0],hx(r,n));let t=r.length-2;for(;t>=0;){let n=r[t].i,a=h_(180+1e-6*r[t].direction),o=h_(180-1e-6*r[t].direction),s=e.splice(n,r[t+1].i-n,...hS.geodesic([a,r[t].lat],[a,r[t+1].lat],!0));s.push(...hS.geodesic([o,r[t+1].lat],[o,r[t].lat],!0)),i.push(s),t-=2}if(n)for(let e=0;e-1){let e=(r<0?-1:1)*this.maxLatitude,i=h_(180+1e-6*t),s=h_(180-1e-6*t),l=hS.geodesic([i,r],[i,e],!0);for(let n=i+120*t;n>-180&&n<180;n+=120*t)l.push([n,e]);l.push(...hS.geodesic([s,e],[s,n.lat],!0)),a.splice(o,0,...l);break}}}else{let t=r.length;for(;t--;){let n=r[t].i,a=e.splice(n,e.length,[h_(180+1e-6*r[t].direction),r[t].lat]);a.unshift([h_(180-1e-6*r[t].direction),r[t].lat]),i.push(a)}}return i}path(e){let t,{bounds:n,def:r,rotator:i}=this,a=[],o="Polygon"===e.type||"MultiPolygon"===e.type,s=this.hasGeoProjection,l=!r||!1!==r.antimeridianCutting,c=l?i:void 0,u=l&&r||this;n&&(t=[[n.x1,n.y1],[n.x2,n.y1],[n.x2,n.y2],[n.x1,n.y2]]);let h=e=>{let r=e.map(e=>{if(l){c&&(e=c.forward(e));let t=e[0];1e-6>Math.abs(t-180)&&(t=t<180?179.999999:180.000001),e=[t,e[1]]}return e}),i=[r];s&&(hS.insertGeodesics(r),l&&(i=this.cutOnAntimeridian(r,o))),i.forEach(e=>{let r,i;if(e.length<2)return;let c=!1,h=!1,d=e=>{c?a.push(["L",e[0],e[1]]):(a.push(["M",e[0],e[1]]),c=!0)},f=!1,p=!1,m=e.map(e=>{let t=u.forward(e);return t.outside?f=!0:p=!0,t[1]===1/0?t[1]=1e10:t[1]===-1/0&&(t[1]=-1e10),t});if(l){if(o&&m.push(m[0]),f){if(!p)return;if(t){if(o)m=hy(m,t);else if(n)return void hv(m,t).forEach(e=>{c=!1,e.forEach(d)})}}m.forEach(d)}else for(let t=0;td(u.forward(e))):c=!1),d(a),i=n,h=!1)}})};return"LineString"===e.type?h(e.coordinates):"MultiLineString"===e.type?e.coordinates.forEach(e=>h(e)):"Polygon"===e.type?(e.coordinates.forEach(e=>h(e)),a.length&&a.push(["Z"])):"MultiPolygon"===e.type&&(e.coordinates.forEach(e=>{e.forEach(e=>h(e))}),a.length&&a.push(["Z"])),a}}hS.registry={EqualEarth:hc,LambertConformalConic:hs,Miller:hd,Orthographic:hp,WebMercator:hg};let{composed:hM}=V,{pointInPolygon:hA}=cT,{topo2geo:hE}=u8,{boundsFromPath:hT}=uG,{addEvent:hC,clamp:hP,crisp:hN,fireEvent:hO,isArray:hL,isNumber:hj,isObject:hD,isString:hR,merge:hz,pick:hI,pushUnique:hB,relativeLength:hF}=em,hH={};function h$(e,t){let{width:n,height:r}=t;return Math.log(400.979322/Math.max((e.x2-e.x1)/(n/256),(e.y2-e.y1)/(r/256)))/Math.log(2)}function hU(e){e.seriesOptions.mapData&&this.mapView?.recommendMapView(this,[this.options.chart.map,e.seriesOptions.mapData],this.options.drilldown?.mapZooming)}class hV{static compose(e){hB(hM,"MapView")&&(hH=e.maps,hC(e,"afterInit",function(){this.mapView=new hV(this,this.options.mapView)},{order:0}),hC(e,"addSeriesAsDrilldown",hU),hC(e,"afterDrillUp",hU))}static compositeBounds(e){if(e.length)return e.slice(1).reduce((e,t)=>(e.x1=Math.min(e.x1,t.x1),e.y1=Math.min(e.y1,t.y1),e.x2=Math.max(e.x2,t.x2),e.y2=Math.max(e.y2,t.y2),e),hz(e[0]))}static mergeInsets(e,t){let n=e=>{let t={};return e.forEach((e,n)=>{t[e&&e.id||`i${n}`]=e}),t},r=hz(n(e),n(t));return Object.keys(r).map(e=>r[e])}constructor(e,t){this.allowTransformAnimation=!0,this.eventsToUnbind=[],this.insets=[],this.padding=[0,0,0,0],this.recommendedMapView={},this instanceof hq||this.recommendMapView(e,[e.options.chart.map,...(e.options.series||[]).map(e=>e.mapData)]),this.userOptions=t||{};const n=hz(u2,this.recommendedMapView,t),r=this.recommendedMapView?.insets,i=t&&t.insets;r&&i&&(n.insets=hV.mergeInsets(r,i)),this.chart=e,this.center=n.center,this.options=n,this.projection=new hS(n.projection),this.playingField=e.plotBox,this.zoom=n.zoom||0,this.minZoom=n.minZoom,this.createInsets(),this.eventsToUnbind.push(hC(e,"afterSetChartSize",()=>{this.playingField=this.getField(),(void 0===this.minZoom||this.minZoom===this.zoom)&&(this.fitToBounds(void 0,void 0,!1),!this.chart.hasRendered&&hj(this.userOptions.zoom)&&(this.zoom=this.userOptions.zoom),this.userOptions.center&&hz(!0,this.center,this.userOptions.center))})),this.setUpEvents()}createInsets(){let e=this.options,t=e.insets;t&&t.forEach(t=>{let n=new hq(this,hz(e.insetOptions,t));this.insets.push(n)})}fitToBounds(e,t,n=!0,r){let i=e||this.getProjectedBounds();if(i){let a=hI(t,e?0:this.options.padding),o=this.getField(!1),s=hL(a)?a:[a,a,a,a];this.padding=[hF(s[0],o.height),hF(s[1],o.width),hF(s[2],o.height),hF(s[3],o.width)],this.playingField=this.getField();let l=h$(i,this.playingField);e||(this.minZoom=l);let c=this.projection.inverse([(i.x2+i.x1)/2,(i.y2+i.y1)/2]);this.setView(c,l,n,r)}}getField(e=!0){let t=e?this.padding:[0,0,0,0];return{x:t[3],y:t[0],width:this.chart.plotWidth-t[1]-t[3],height:this.chart.plotHeight-t[0]-t[2]}}getGeoMap(e){if(hR(e))return hH[e]&&"Topology"===hH[e].type?hE(hH[e]):hH[e];if(hD(e,!0)){if("FeatureCollection"===e.type)return e;if("Topology"===e.type)return hE(e)}}getMapBBox(){let e=this.getProjectedBounds(),t=this.getScale();if(e){let n=this.padding,r=this.projectedUnitsToPixels({x:e.x1,y:e.y2});return{width:(e.x2-e.x1)*t+n[1]+n[3],height:(e.y2-e.y1)*t+n[0]+n[2],x:r.x-n[3],y:r.y-n[0]}}}getProjectedBounds(){let e=this.projection,t=this.chart.series.reduce((e,t)=>{let n=t.getProjectedBounds&&t.getProjectedBounds();return n&&!1!==t.options.affectsMapView&&e.push(n),e},[]),n=this.options.fitToGeometry;if(n){if(!this.fitToGeometryCache)if("MultiPoint"===n.type){let t=n.coordinates.map(t=>e.forward(t)),r=t.map(e=>e[0]),i=t.map(e=>e[1]);this.fitToGeometryCache={x1:Math.min.apply(0,r),x2:Math.max.apply(0,r),y1:Math.min.apply(0,i),y2:Math.max.apply(0,i)}}else this.fitToGeometryCache=hT(e.path(n));return this.fitToGeometryCache}return this.projection.bounds||hV.compositeBounds(t)}getScale(){return 256/400.979322*Math.pow(2,this.zoom)}getSVGTransform(){let{x:e,y:t,width:n,height:r}=this.playingField,i=this.projection.forward(this.center),a=this.projection.hasCoordinates?-1:1,o=this.getScale(),s=o*a,l=e+n/2-i[0]*o,c=t+r/2-i[1]*s;return{scaleX:o,scaleY:s,translateX:l,translateY:c}}lonLatToPixels(e){let t=this.lonLatToProjectedUnits(e);if(t)return this.projectedUnitsToPixels(t)}lonLatToProjectedUnits(e){let t=this.chart,n=t.mapTransforms;if(n){for(let r in n)if(Object.hasOwnProperty.call(n,r)&&n[r].hitZone){let i=t.transformFromLatLon(e,n[r]);if(i&&hA(i,n[r].hitZone.coordinates[0]))return i}return t.transformFromLatLon(e,n.default)}for(let t of this.insets)if(t.options.geoBounds&&hA({x:e.lon,y:e.lat},t.options.geoBounds.coordinates[0])){let n=t.projection.forward([e.lon,e.lat]),r=t.projectedUnitsToPixels({x:n[0],y:n[1]});return this.pixelsToProjectedUnits(r)}let r=this.projection.forward([e.lon,e.lat]);if(!r.outside)return{x:r[0],y:r[1]}}pixelsToLonLat(e){return this.projectedUnitsToLonLat(this.pixelsToProjectedUnits(e))}pixelsToProjectedUnits(e){let{x:t,y:n}=e,r=this.getScale(),i=this.projection.forward(this.center),a=this.playingField,o=a.x+a.width/2,s=a.y+a.height/2;return{x:i[0]+(t-o)/r,y:i[1]-(n-s)/r}}projectedUnitsToLonLat(e){let t=this.chart,n=t.mapTransforms;if(n){for(let r in n)if(Object.hasOwnProperty.call(n,r)&&n[r].hitZone&&hA(e,n[r].hitZone.coordinates[0]))return t.transformToLatLon(e,n[r]);return t.transformToLatLon(e,n.default)}let r=this.projectedUnitsToPixels(e);for(let e of this.insets)if(e.hitZone&&hA(r,e.hitZone.coordinates[0])){let t=e.pixelsToProjectedUnits(r),n=e.projection.inverse([t.x,t.y]);return{lon:n[0],lat:n[1]}}let i=this.projection.inverse([e.x,e.y]);return{lon:i[0],lat:i[1]}}projectedUnitsToPixels(e){let t=this.getScale(),n=this.projection.forward(this.center),r=this.playingField,i=r.x+r.width/2,a=r.y+r.height/2;return{x:i-t*(n[0]-e.x),y:a+t*(n[1]-e.y)}}recommendMapView(e,t,n=!1){this.recommendedMapView={};let r=t.map(e=>this.getGeoMap(e)),i=[];r.forEach(e=>{if(e&&(Object.keys(this.recommendedMapView).length||(this.recommendedMapView=e["hc-recommended-mapview"]||{}),e.bbox)){let[t,n,r,a]=e.bbox;i.push({x1:t,y1:n,x2:r,y2:a})}});let a=i.length&&hV.compositeBounds(i);hO(this,"onRecommendMapView",{geoBounds:a,chart:e},function(){if(a&&this.recommendedMapView){if(!this.recommendedMapView.projection){let{x1:e,y1:t,x2:n,y2:r}=a;this.recommendedMapView.projection=n-e>180&&r-t>90?{name:"EqualEarth",parallels:[0,0],rotation:[0]}:{name:"LambertConformalConic",parallels:[t,r],rotation:[-(e+n)/2]}}this.recommendedMapView.insets||(this.recommendedMapView.insets=void 0)}}),this.geoMap=r[0],n&&e.hasRendered&&!e.userOptions.mapView?.projection&&this.recommendedMapView&&this.update(this.recommendedMapView)}redraw(e){this.chart.series.forEach(e=>{e.useMapGeometry&&(e.isDirty=!0)}),this.chart.redraw(e)}setView(e,t,n=!0,r){e&&(this.center=e),"number"==typeof t&&("number"==typeof this.minZoom&&(t=Math.max(t,this.minZoom)),"number"==typeof this.options.maxZoom&&(t=Math.min(t,this.options.maxZoom)),hj(t)&&(this.zoom=t));let i=this.getProjectedBounds();if(i){let e=this.projection.forward(this.center),{x:t,y:n,width:r,height:a}=this.playingField,o=this.getScale(),s=this.projectedUnitsToPixels({x:i.x1,y:i.y1}),l=this.projectedUnitsToPixels({x:i.x2,y:i.y2}),c=[(i.x1+i.x2)/2,(i.y1+i.y2)/2];if(!this.chart.series.some(e=>e.isDrilling)){let i=s.x,u=l.y,h=l.x,d=s.y;h-it+r&&i>t&&(e[0]+=Math.min(h-r-t,i-t)/o),d-un+a&&u>n&&(e[1]-=Math.min(d-a-n,u-n)/o),this.center=this.projection.inverse(e)}this.insets.forEach(e=>{e.options.field&&(e.hitZone=e.getHitZone(),e.playingField=e.getField())}),this.render()}hO(this,"afterSetView"),n&&this.redraw(r)}setUpEvents(){let e,t,n,{chart:r}=this,i=i=>{let{lastTouches:a,pinchDown:o}=r.pointer,s=this.projection,l=i.touches,{mouseDownX:c,mouseDownY:u}=r,h=0;if(o?.length===1?(c=o[0].chartX,u=o[0].chartY):o?.length===2&&(c=(o[0].chartX+o[1].chartX)/2,u=(o[0].chartY+o[1].chartY)/2),l?.length===2&&a&&(h=Math.log(Math.sqrt(Math.pow(a[0].chartX-a[1].chartX,2)+Math.pow(a[0].chartY-a[1].chartY,2))/Math.sqrt(Math.pow(l[0].chartX-l[1].chartX,2)+Math.pow(l[0].chartY-l[1].chartY,2)))/Math.log(.5)),hj(c)&&hj(u)){let a=`${c},${u}`,{chartX:o,chartY:d}=i.originalEvent;l?.length===2&&(o=(l[0].chartX+l[1].chartX)/2,d=(l[0].chartY+l[1].chartY)/2),a!==t&&(t=a,e=this.projection.forward(this.center),n=(this.projection.options.rotation||[0,0]).slice());let f=s.def&&s.def.bounds,p=f&&h$(f,this.playingField)||-1/0;if("Orthographic"===s.options.name&&2>(l?.length||0)&&(this.minZoom||1/0)<1.3*p){let e=440/(this.getScale()*Math.min(r.plotWidth,r.plotHeight));if(n){let t=(c-o)*e-n[0],i=hP(-n[1]-(u-d)*e,-80,80),a=this.zoom;this.update({projection:{rotation:[-t,-i]}},!1),this.fitToBounds(void 0,void 0,!1),this.zoom=a,r.redraw(!1)}}else if(hj(o)&&hj(d)){let t=this.getScale(),n=this.projection.hasCoordinates?1:-1,r=this.projection.inverse([e[0]+(c-o)/t,e[1]-(u-d)/t*n]);isNaN(r[0]+r[1])||this.zoomBy(h,r,void 0,!1)}i.preventDefault()}};hC(r,"pan",i),hC(r,"touchpan",i),hC(r,"selection",e=>{if(e.resetSelection)this.zoomBy();else{let t=e.x-r.plotLeft,n=e.y-r.plotTop,{y:i,x:a}=this.pixelsToProjectedUnits({x:t,y:n}),{y:o,x:s}=this.pixelsToProjectedUnits({x:t+e.width,y:n+e.height});this.fitToBounds({x1:a,y1:i,x2:s,y2:o},void 0,!0,!e.originalEvent.touches&&void 0),/^touch/.test(e.originalEvent.type)||r.showResetZoom(),e.preventDefault()}})}render(){this.group||(this.group=this.chart.renderer.g("map-view").attr({zIndex:4}).add())}update(e,t=!0,n){let r=e.projection,i=r&&hS.toString(r)!==hS.toString(this.options.projection),a=!1;hz(!0,this.userOptions,e),hz(!0,this.options,e),"insets"in e&&(this.insets.forEach(e=>e.destroy()),this.insets.length=0,a=!0),(i||"fitToGeometry"in e)&&delete this.fitToGeometryCache,(i||a)&&(this.chart.series.forEach(e=>{let t=e.transformGroups;if(e.clearBounds&&e.clearBounds(),e.isDirty=!0,e.isDirtyData=!0,a&&t)for(;t.length>1;){let e=t.pop();e&&e.destroy()}}),i&&(this.projection=new hS(this.options.projection)),a&&this.createInsets(),!e.center&&Object.hasOwnProperty.call(e,"zoom")&&!hj(e.zoom)&&this.fitToBounds(void 0,void 0,!1)),e.center||hj(e.zoom)?this.setView(this.options.center,e.zoom,!1):"fitToGeometry"in e&&this.fitToBounds(void 0,void 0,!1),t&&this.chart.redraw(n)}zoomBy(e,t,n,r){let i=this.chart,a=this.projection.forward(this.center);if("number"==typeof e){let o,s,l,c=this.zoom+e;if(n){let[e,t]=n,r=this.getScale(),o=e-i.plotLeft-i.plotWidth/2,c=t-i.plotTop-i.plotHeight/2;s=a[0]+o/r,l=a[1]+c/r}if("number"==typeof s&&"number"==typeof l){let e=1-Math.pow(2,this.zoom)/Math.pow(2,c),t=a[0]-s,n=a[1]-l;a[0]-=t*e,a[1]+=n*e,o=this.projection.inverse(a)}this.setView(t||o,c,void 0,r)}else this.fitToBounds(void 0,void 0,void 0,r)}}class hq extends hV{constructor(e,t){if(super(e.chart,t),this.id=t.id,this.mapView=e,this.options=hz({center:[0,0]},e.options.insetOptions,t),this.allBounds=[],this.options.geoBounds){const t=e.projection.path(this.options.geoBounds);this.geoBoundsProjectedBox=hT(t),this.geoBoundsProjectedPolygon=t.map(e=>[e[1]||0,e[2]||0])}}getField(e=!0){let t=this.hitZone;if(t){let n=e?this.padding:[0,0,0,0],r=t.coordinates[0],i=r.map(e=>e[0]),a=r.map(e=>e[1]),o=Math.min.apply(0,i)+n[3],s=Math.max.apply(0,i)-n[1],l=Math.min.apply(0,a)+n[0],c=Math.max.apply(0,a)-n[2];if(hj(o)&&hj(l))return{x:o,y:l,width:s-o,height:c-l}}return super.getField.call(this,e)}getHitZone(){let{chart:e,mapView:t,options:n}=this,{coordinates:r}=n.field||{};if(r){let i=r[0];if("percent"===n.units){let r="mapBoundingBox"===n.relativeTo&&t.getMapBBox()||hz(e.plotBox,{x:0,y:0});i=i.map(e=>[hF(`${e[0]}%`,r.width,r.x),hF(`${e[1]}%`,r.height,r.y)])}return{type:"Polygon",coordinates:[i]}}}getProjectedBounds(){return hV.compositeBounds(this.allBounds)}isInside(e){let{geoBoundsProjectedBox:t,geoBoundsProjectedPolygon:n}=this;return!!(t&&e.x>=t.x1&&e.x<=t.x2&&e.y>=t.y1&&e.y<=t.y2&&n&&hA(e,n))}render(){let{chart:e,mapView:t,options:n}=this,r=n.borderPath||n.field;if(r&&t.group){let i=!0;this.border||(this.border=e.renderer.path().addClass("highcharts-mapview-inset-border").add(t.group),i=!1),e.styledMode||this.border.attr({stroke:n.borderColor,"stroke-width":n.borderWidth});let a=this.border.strokeWidth(),o="mapBoundingBox"===n.relativeTo&&t.getMapBBox()||t.playingField,s=(r.coordinates||[]).reduce((t,r)=>r.reduce((t,r,i)=>{let[s,l]=r;return"percent"===n.units&&(s=e.plotLeft+hF(`${s}%`,o.width,o.x),l=e.plotTop+hF(`${l}%`,o.height,o.y)),s=hN(s,a),l=hN(l,a),t.push(0===i?["M",s,l]:["L",s,l]),t},t),[]);this.border[i?"animate":"attr"]({d:s})}}destroy(){this.border&&(this.border=this.border.destroy()),this.eventsToUnbind.forEach(e=>e())}setUpEvents(){}}let{animObject:hY,stop:hW}=tn,{noop:hG}=V,{splitPath:hX}=uW,{column:hK,scatter:hZ}=aW.seriesTypes,{extend:hQ,find:hJ,fireEvent:h0,getNestedProperty:h1,isArray:h2,defined:h3,isNumber:h5,isObject:h7,merge:h4,objectEach:h6,pick:h9,splat:h8}=em;class de extends hZ{constructor(){super(...arguments),this.processedData=[]}animate(e){let{chart:t,group:n}=this,r=hY(this.options.animation);e?n.attr({translateX:t.plotLeft+t.plotWidth/2,translateY:t.plotTop+t.plotHeight/2,scaleX:.001,scaleY:.001}):n.animate({translateX:t.plotLeft,translateY:t.plotTop,scaleX:1,scaleY:1},r)}clearBounds(){this.points.forEach(e=>{delete e.bounds,delete e.insetIndex,delete e.projectedPath}),delete this.bounds}doFullTranslate(){return!!(this.isDirtyData||this.chart.isResizing||!this.hasRendered)}drawMapDataLabels(){super.drawDataLabels(),this.dataLabelsGroups?.forEach(e=>e?.clip(this.chart.clipRect))}drawPoints(){let e=this,{chart:t,group:n,transformGroups:r=[]}=this,{mapView:i,renderer:a}=t;if(i){this.transformGroups=r,r[0]||(r[0]=a.g().add(n));for(let e=0,t=i.insets.length;e{let{graphic:t}=e;e.group=r["number"==typeof e.insetIndex?e.insetIndex+1:0],t&&t.parentGroup!==e.group&&t.add(e.group)}),hK.prototype.drawPoints.apply(this),this.points.forEach(n=>{let r=n.graphic;if(r){let i=r.animate,a="";n.name&&(a+="highcharts-name-"+n.name.replace(/ /g,"-").toLowerCase()),n.properties?.["hc-key"]&&(a+=" highcharts-key-"+n.properties["hc-key"].toString().toLowerCase()),a&&r.addClass(a),t.styledMode&&r.css(this.pointAttribs(n,n.selected&&"select"||void 0)),r.attr({visibility:!n.visible&&(n.visible||n.isNull)?"hidden":"inherit"}),r.animate=function(n,a,o){let s=h5(n["stroke-width"])&&!h5(r["stroke-width"]),l=h5(r["stroke-width"])&&!h5(n["stroke-width"]);if(s||l){let i=h9(e.getStrokeWidth(e.options),1)/(t.mapView?.getScale()||1);s&&(r["stroke-width"]=i),l&&(n["stroke-width"]=i)}return i.call(r,n,a,l?function(){r.element.removeAttribute("stroke-width"),delete r["stroke-width"],o&&o.apply(this,arguments)}:o)}}})),r.forEach((n,r)=>{let o=(0===r?i:i.insets[r-1]).getSVGTransform(),s=h9(this.getStrokeWidth(this.options),1),l=o.scaleX,c=o.scaleY>0?1:-1,u=t=>{(e.points||[]).forEach(e=>{let n,r=e.graphic;r?.["stroke-width"]&&(n=this.getStrokeWidth(e.options))&&r.attr({"stroke-width":n/t})})};if(a.globalAnimation&&t.hasRendered&&i.allowTransformAnimation){let e=Number(n.attr("translateX")),t=Number(n.attr("translateY")),r=Number(n.attr("scaleX")),i=(i,a)=>{let h=r+(l-r)*a.pos;n.attr({translateX:e+(o.translateX-e)*a.pos,translateY:t+(o.translateY-t)*a.pos,scaleX:h,scaleY:h*c,"stroke-width":s/h}),u(h)},h=h4(hY(a.globalAnimation)),d=h.step;h.step=function(){d&&d.apply(this,arguments),i.apply(this,arguments)},n.attr({animator:0}).animate({animator:1},h,(function(){"boolean"!=typeof a.globalAnimation&&a.globalAnimation.complete&&a.globalAnimation.complete({applyDrilldown:!0}),h0(this,"mapZoomComplete")}).bind(this))}else hW(n),n.attr(h4(o,{"stroke-width":s/l})),u(l)}),this.isDrilling||this.drawMapDataLabels()}}getProjectedBounds(){if(!this.bounds&&this.chart.mapView){let{insets:e,projection:t}=this.chart.mapView,n=[];(this.points||[]).forEach(r=>{if(r.path||r.geometry){if("string"==typeof r.path?r.path=hX(r.path):h2(r.path)&&"M"===r.path[0]&&(r.path=this.chart.renderer.pathToSegments(r.path)),!r.bounds){let n=r.getProjectedBounds(t);if(n){r.labelrank=h9(r.labelrank,(n.x2-n.x1)*(n.y2-n.y1));let{midX:t,midY:i}=n;if(e&&h5(t)&&h5(i)){let a=hJ(e,e=>e.isInside({x:t,y:i}));a&&(delete r.projectedPath,(n=r.getProjectedBounds(a.projection))&&a.allBounds.push(n),r.insetIndex=e.indexOf(a))}r.bounds=n}}r.bounds&&void 0===r.insetIndex&&n.push(r.bounds)}}),this.bounds=hV.compositeBounds(n)}return this.bounds}getStrokeWidth(e){let t=this.pointAttrToOptions;return e[t?.["stroke-width"]||"borderWidth"]}hasData(){return!!this.dataTable.rowCount}pointAttribs(e,t){let{mapView:n,styledMode:r}=e.series.chart,i=r?this.colorAttribs(e):hK.prototype.pointAttribs.call(this,e,t),a=this.getStrokeWidth(e.options);if(t){let n=h4(this.options.states?.[t],e.options.states?.[t]||{}),r=this.getStrokeWidth(n);h3(r)&&(a=r),i.stroke=n.borderColor??e.color}a&&n&&(a/=n.getScale());let o=this.getStrokeWidth(this.options);return i.dashstyle&&n&&h5(o)&&(a=o/n.getScale()),e.visible||(i.fill=this.options.nullColor),e.isNull&&this.options.nullInteraction&&(i.opacity=1),h3(a)?i["stroke-width"]=a:delete i["stroke-width"],i["stroke-linecap"]=i["stroke-linejoin"]=this.options.linecap,i}updateData(){return!this.processedData&&super.updateData.apply(this,arguments)}setData(e,t=!0,n,r){delete this.bounds,super.setData(e,!1,void 0,r),this.processData(),this.generatePoints(),t&&this.chart.redraw(n)}dataColumnKeys(){return this.pointArrayMap}processData(){let e,t,n,r=this.options,i=r.data,a=this.chart,o=a.options.chart,s=this.joinBy,l=r.keys||this.pointArrayMap,c=[],u={},h=this.chart.mapView,d=h&&(h7(r.mapData,!0)?h.getGeoMap(r.mapData):h.geoMap),f=a.mapTransforms=o.mapTransforms||d?.["hc-transform"]||a.mapTransforms;f&&h6(f,e=>{e.rotation&&(e.cosAngle=Math.cos(e.rotation),e.sinAngle=Math.sin(e.rotation))}),h2(r.mapData)?n=r.mapData:d&&"FeatureCollection"===d.type&&(this.mapTitle=d.title,n=V.geojson(d,this.type,this)),this.processedData=[];let p=this.processedData;if(i){let e;for(let t=0,n=i.length;tl.length&&"string"==typeof e[0]&&(p[t]["hc-key"]=e[0],++n);for(let r=0;r0?u0.prototype.setNestedProperty(p[t],e[n],l[r]):p[t][l[r]]=e[n])}else p[t]=i[t];s&&"_i"===s[0]&&(p[t]._i=t)}}if(n){this.mapData=n,this.mapMap={};for(let r=0;r{let n=h1(e,t);u[n]&&c.push(u[n])})}if(r.allAreas){if(s[1]){let e=s[1];p.forEach(t=>{c.push(h1(e,t))})}let e="|"+c.map(function(e){return e&&e[s[0]]}).join("|")+"|";n.forEach(t=>{s[0]&&-1!==e.indexOf("|"+t[s[0]]+"|")||p.push(h4(t,{value:null}))})}}this.dataTable.rowCount=p.length}setOptions(e){let t=super.setOptions(e),n=t.joinBy;return null===t.joinBy&&(n="_i"),n&&(this.joinBy=h8(n),this.joinBy[1]||(this.joinBy[1]=this.joinBy[0])),t}translate(){let e=this.doFullTranslate(),t=this.chart.mapView,n=t?.projection;if(this.chart.hasRendered&&(this.isDirtyData||!this.hasRendered)&&(this.processData(),this.generatePoints(),delete this.bounds,!t||t.userOptions.center||h5(t.userOptions.zoom)||t.zoom!==t.minZoom?this.getProjectedBounds():t.fitToBounds(void 0,void 0,!1)),t){let r=t.getSVGTransform();this.points.forEach(i=>{let a=h5(i.insetIndex)&&t.insets[i.insetIndex].getSVGTransform()||r;a&&i.bounds&&h5(i.bounds.midX)&&h5(i.bounds.midY)&&(i.plotX=i.bounds.midX*a.scaleX+a.translateX,i.plotY=i.bounds.midY*a.scaleY+a.translateY),e&&(i.shapeType="path",i.shapeArgs={d:u0.getProjectedPath(i,n)}),!i.hiddenInDataClass&&(i.projectedPath&&!i.projectedPath.length?i.setVisible(!1):i.visible||i.setVisible(!0))})}h0(this,"afterTranslate")}update(e){e.mapData&&this.chart.mapView?.recommendMapView(this.chart,[this.chart.options.chart.map,...(this.chart.options.series||[]).map((t,n)=>n===this._i?e.mapData:t.mapData)],!0),super.update.apply(this,arguments)}}de.defaultOptions=h4(hZ.defaultOptions,{affectsMapView:!0,animation:!1,dataLabels:{crop:!1,formatter:function(){let{numberFormatter:e}=this.series.chart,{value:t}=this.point;return u1(t)?e(t,-1):this.point.name||""},inside:!0,overflow:!1,padding:0,verticalAlign:"middle"},linecap:"round",marker:null,nullColor:"#f7f7f7",stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:"{point.name}: {point.value}
"},turboThreshold:0,allAreas:!0,borderColor:"#e6e6e6",borderWidth:1,joinBy:"hc-key",states:{hover:{halo:void 0,borderColor:"#666666",borderWidth:2},normal:{animation:!0},select:{color:"#cccccc"}},legendSymbol:"rectangle"}),hQ(de.prototype,{type:"map",axisTypes:uH.seriesMembers.axisTypes,colorAttribs:uH.seriesMembers.colorAttribs,colorKey:uH.seriesMembers.colorKey,directTouch:!0,drawDataLabels:hG,drawGraph:hG,forceDL:!0,getCenter:l8.getCenter,getExtremesFromAll:!0,getSymbol:hG,isCartesian:!1,parallelArrays:uH.seriesMembers.parallelArrays,pointArrayMap:uH.seriesMembers.pointArrayMap,pointClass:u0,preserveAspectRatio:!0,searchPoint:hG,trackerGroups:uH.seriesMembers.trackerGroups,useMapGeometry:!0}),uH.compose(de),aW.registerSeriesType("map",de);let dt=de,{extend:dn,merge:dr}=em;class di extends dt{pointAttribs(e,t){let n=super.pointAttribs(e,t);return n.fill=this.options.fillColor,n}}di.defaultOptions=dr(dt.defaultOptions,{lineWidth:1,fillColor:"none",legendSymbol:"lineMarker"}),dn(di.prototype,{type:"mapline",colorProp:"stroke",pointAttrToOptions:{stroke:"color","stroke-width":"lineWidth"}}),aW.registerSeriesType("mapline",di);let{scatter:da}=aW.seriesTypes,{isNumber:ds}=em;class dl extends da.prototype.pointClass{isValid(){return!!(this.options.geometry||ds(this.x)&&ds(this.y)||ds(this.options.lon)&&ds(this.options.lat))}}let{noop:dc}=V,{map:du,scatter:dh}=aW.seriesTypes,{extend:dd,fireEvent:df,isNumber:dp,merge:dm}=em;class dg extends dh{constructor(){super(...arguments),this.clearBounds=du.prototype.clearBounds}drawDataLabels(){super.drawDataLabels(),this.dataLabelsGroups?.forEach(e=>{e?.clip(this.chart.clipRect)})}projectPoint(e){let t=this.chart.mapView;if(t){let{geometry:n,lon:r,lat:i}=e,a=n&&"Point"===n.type&&n.coordinates;if(dp(r)&&dp(i)&&(a=[r,i]),a)return t.lonLatToProjectedUnits({lon:a[0],lat:a[1]})}}translate(){let e=this.chart.mapView;if(this.generatePoints(),this.getProjectedBounds&&this.isDirtyData&&(delete this.bounds,this.getProjectedBounds()),e){let t=e.getSVGTransform(),{hasCoordinates:n}=e.projection;this.points.forEach(r=>{let i,{x:a,y:o}=r,s=dp(r.insetIndex)&&e.insets[r.insetIndex].getSVGTransform()||t,l=this.projectPoint(r.options)||r.properties&&this.projectPoint(r.properties);if(l?(a=l.x,o=l.y):r.bounds&&(a=r.bounds.midX,o=r.bounds.midY,s&&dp(a)&&dp(o)&&(r.plotX=a*s.scaleX+s.translateX,r.plotY=o*s.scaleY+s.translateY,i=!0)),dp(a)&&dp(o)){if(!i){let t=e.projectedUnitsToPixels({x:a,y:o});r.plotX=t.x,r.plotY=n?t.y:this.chart.plotHeight-t.y}}else r.y=r.plotX=r.plotY=void 0;r.isInside=this.isPointInside(r),r.zone=this.zones.length?r.getZone():void 0})}df(this,"afterTranslate")}}dg.defaultOptions=dm(dh.defaultOptions,{dataLabels:{crop:!1,defer:!1,enabled:!0,formatter:function(){return this.point.name},overflow:!1,style:{color:"#000000"}},legendSymbol:"lineMarker",stickyTracking:!0,tooltip:{pointFormat:"{#if point.name}{point.name}{else}Lat: {point.lat}, Lon: {point.lon}{/if}"}}),n8.prototype.symbols.mapmarker=(e,t,n,r,i)=>{let a,o,s=i&&"legend"===i.context;s?(a=e+n/2,o=t+r):i&&"number"==typeof i.anchorX&&"number"==typeof i.anchorY?(a=i.anchorX,o=i.anchorY):(a=e+n/2,o=t+r/2,t-=r);let l=s?r/3:r/2;return[["M",a,o],["C",a,o,a-l,t+1.5*l,a-l,t+l],["A",l,l,1,1,1,a+l,t+l],["C",a+l,t+1.5*l,a,o,a,o],["Z"]]},dd(dg.prototype,{type:"mappoint",axisTypes:["colorAxis"],forceDL:!0,isCartesian:!1,pointClass:dl,searchPoint:dc,useMapGeometry:!0}),aW.registerSeriesType("mappoint",dg);let dv={borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:"0.9em",color:"#000000"},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0},{noop:dy}=V,{arrayMax:db,arrayMin:dx,isNumber:dw,merge:d_,pick:dk,stableSort:dS}=em,dM=class{constructor(e,t){this.setState=dy,this.init(e,t)}init(e,t){this.options=e,this.visible=!0,this.chart=t.chart,this.legend=t}addToLegend(e){e.splice(this.options.legendIndex,0,this)}drawLegendSymbol(e){let t,n=dk(e.options.itemDistance,20),r=this.legendItem||{},i=this.options,a=i.ranges,o=i.connectorDistance;if(!a||!a.length||!dw(a[0].value)){e.options.bubbleLegend.autoRanges=!0;return}dS(a,function(e,t){return t.value-e.value}),this.ranges=a,this.setOptions(),this.render();let s=this.getMaxLabelSize(),l=this.ranges[0].radius,c=2*l;t=(t=o-l+s.width)>0?t:0,this.maxLabel=s,this.movementX="left"===i.labels.align?t:0,r.labelWidth=c+t+n,r.labelHeight=c+s.height/2}setOptions(){let e=this.ranges,t=this.options,n=this.chart.series[t.seriesIndex],r=this.legend.baseline,i={zIndex:t.zIndex,"stroke-width":t.borderWidth},a={zIndex:t.zIndex,"stroke-width":t.connectorWidth},o={align:this.legend.options.rtl||"left"===t.labels.align?"right":"left",zIndex:t.zIndex},s=n.options.marker.fillOpacity,l=this.chart.styledMode;e.forEach(function(c,u){l||(i.stroke=dk(c.borderColor,t.borderColor,n.color),i.fill=c.color||t.color,i.fill||(i.fill=n.color,i["fill-opacity"]=s??1),a.stroke=dk(c.connectorColor,t.connectorColor,n.color)),e[u].radius=this.getRangeRadius(c.value),e[u]=d_(e[u],{center:e[0].radius-e[u].radius+r}),l||d_(!0,e[u],{bubbleAttribs:d_(i),connectorAttribs:d_(a),labelAttribs:o})},this)}getRangeRadius(e){let t=this.options,n=this.options.seriesIndex,r=this.chart.series[n],i=t.ranges[0].value,a=t.ranges[t.ranges.length-1].value,o=t.minSize,s=t.maxSize;return r.getRadius.call(this,a,i,o,s,e)}render(){let e=this.legendItem||{},t=this.chart.renderer,n=this.options.zThreshold;for(let r of(this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]}),e.symbol=t.g("bubble-legend"),e.label=t.g("bubble-legend-item").css(this.legend.itemStyle||{}),e.symbol.translateX=0,e.symbol.translateY=0,e.symbol.add(e.label),e.label.add(e.group),this.ranges))r.value>=n&&this.renderRange(r);this.hideOverlappingLabels()}renderRange(e){let t=this.ranges[0],n=this.legend,r=this.options,i=r.labels,a=this.chart,o=a.series[r.seriesIndex],s=a.renderer,l=this.symbols,c=l.labels,u=e.center,h=Math.abs(e.radius),d=r.connectorDistance||0,f=i.align,p=n.options.rtl,m=r.borderWidth,g=r.connectorWidth,v=t.radius||0,y=u-h-m/2+g/2,b=(y%1?1:.5)-(g%2?0:.5),x=s.styledMode,w=p||"left"===f?-d:d;"center"===f&&(w=0,r.connectorDistance=0,e.labelAttribs.align="center"),l.bubbleItems.push(s.circle(v,u+b,h).attr(x?{}:e.bubbleAttribs).addClass((x?"highcharts-color-"+o.colorIndex+" ":"")+"highcharts-bubble-legend-symbol "+(r.className||"")).add(this.legendItem.symbol)),l.connectors.push(s.path(s.crispLine([["M",v,y],["L",v+w,y]],r.connectorWidth)).attr(x?{}:e.connectorAttribs).addClass((x?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(r.connectorClassName||"")).add(this.legendItem.symbol));let _=s.text(this.formatLabel(e)).attr(x?{}:e.labelAttribs).css(x?{}:i.style).addClass("highcharts-bubble-legend-labels "+(r.labels.className||"")).add(this.legendItem.symbol),k={x:v+w+r.labels.x,y:y+r.labels.y+.4*_.getBBox().height};_.attr(k),c.push(_),_.placed=!0,_.alignAttr=k}getMaxLabelSize(){let e,t;return this.symbols.labels.forEach(function(n){t=n.getBBox(!0),e=e?t.width>e.width?t:e:t}),e||{}}formatLabel(e){let t=this.options,n=t.labels.formatter,r=t.labels.format,{numberFormatter:i}=this.chart;return r?tO.format(r,e,this.chart):n?n.call(e):i(e.value,1)}hideOverlappingLabels(){let e=this.chart,t=this.options.labels.allowOverlap,n=this.symbols;!t&&n&&(e.hideOverlappingLabels(n.labels),n.labels.forEach(function(e,t){e.newOpacity?e.newOpacity!==e.oldOpacity&&n.connectors[t].show():n.connectors[t].hide()}))}getRanges(){let e=this.legend.bubbleLegend,t=e.chart.series,n=e.options.ranges,r,i,a=Number.MAX_VALUE,o=-Number.MAX_VALUE;return t.forEach(function(e){e.isBubble&&!e.ignoreSeries&&(i=e.getColumn("z").filter(dw)).length&&(a=dk(e.options.zMin,Math.min(a,Math.max(dx(i),!1===e.options.displayNegative?e.options.zThreshold:-Number.MAX_VALUE))),o=dk(e.options.zMax,Math.max(o,db(i))))}),r=a===o?[{value:o}]:[{value:a},{value:(a+o)/2},{value:o,autoRanges:!0}],n.length&&n[0].radius&&r.reverse(),r.forEach(function(e,t){n&&n[t]&&(r[t]=d_(n[t],e))}),r}predictBubbleSizes(){let e=this.chart,t=e.legend.options,n=t.floating,r="horizontal"===t.layout,i=r?e.legend.lastLineHeight:0,a=e.plotSizeX,o=e.plotSizeY,s=e.series[this.options.seriesIndex],l=s.getPxExtremes(),c=Math.ceil(l.minPxSize),u=Math.ceil(l.maxPxSize),h=Math.min(o,a),d,f=s.options.maxSize;return n||!/%$/.test(f)?d=u:(d=(h+i)*(f=parseFloat(f))/100/(f/100+1),(r&&o-d>=a||!r&&a-d>=o)&&(d=u)),[c,Math.ceil(d)]}updateRanges(e,t){let n=this.legend.options.bubbleLegend;n.minSize=e,n.maxSize=t,n.ranges=this.getRanges()}correctSizes(){let e=this.legend,t=this.chart.series[this.options.seriesIndex].getPxExtremes();Math.abs(Math.ceil(t.maxPxSize)-this.options.maxSize)>1&&(this.updateRanges(this.options.minSize,t.maxPxSize),e.render())}},{setOptions:dA}=eH,{composed:dE}=V,{addEvent:dT,objectEach:dC,pushUnique:dP,wrap:dN}=em;function dO(e,t,n){let r,i,a,o=this.legend,s=dL(this)>=0;o&&o.options.enabled&&o.bubbleLegend&&o.options.bubbleLegend.autoRanges&&s?(r=o.bubbleLegend.options,i=o.bubbleLegend.predictBubbleSizes(),o.bubbleLegend.updateRanges(i[0],i[1]),r.placed||(o.group.placed=!1,o.allItems.forEach(e=>{(a=e.legendItem||{}).group&&(a.group.translateY=void 0)})),o.render(),r.placed||(this.getMargins(),this.axes.forEach(e=>{e.setScale(),e.updateNames(),dC(e.ticks,function(e){e.isNew=!0,e.isNewLabel=!0})}),this.getMargins()),r.placed=!0,e.call(this,t,n),o.bubbleLegend.correctSizes(),dz(o,dj(o))):(e.call(this,t,n),o&&o.options.enabled&&o.bubbleLegend&&(o.render(),dz(o,dj(o))))}function dL(e){let t=e.series,n=0;for(;ni.height&&(i.height=t[l].itemHeight);i.step=s}return n}function dD(e){let t=this.bubbleLegend,n=this.options,r=n.bubbleLegend,i=dL(this.chart);t&&t.ranges&&t.ranges.length&&(r.ranges.length&&(r.autoRanges=!!r.ranges[0].autoRanges),this.destroyItem(t)),i>=0&&n.enabled&&r.enabled&&(r.seriesIndex=i,this.bubbleLegend=new dM(r,this),this.bubbleLegend.addToLegend(e.allItems))}function dR(e){let t;if(e.defaultPrevented)return!1;let n=e.legendItem,r=this.chart,i=n.visible;this&&this.bubbleLegend&&(n.visible=!i,n.ignoreSeries=i,t=dL(r)>=0,this.bubbleLegend.visible!==t&&(this.update({bubbleLegend:{enabled:t}}),this.bubbleLegend.visible=t),n.visible=i)}function dz(e,t){let n=e.allItems,r=e.options.rtl,i,a,o,s,l=0;n.forEach((e,n)=>{(s=e.legendItem||{}).group&&(i=s.group.translateX||0,a=s.y||0,((o=e.movementX)||r&&e.ranges)&&(o=r?i-e.options.maxSize/2:i+o,s.group.attr({translateX:o})),n>t[l].step&&l++,s.group.attr({translateY:Math.round(a+t[l].height/2)}),s.y=a+t[l].height/2)})}let dI=function(e,t){dP(dE,"Series.BubbleLegend")&&(dA({legend:{bubbleLegend:dv}}),dN(e.prototype,"drawChartBox",dO),dT(t,"afterGetAllItems",dD),dT(t,"itemClick",dR))},{seriesTypes:{scatter:{prototype:{pointClass:dB}}}}=aW,{extend:dF}=em;class dH extends dB{haloPath(e){let t=(e&&this.marker&&this.marker.radius||0)+e;if(this.series.chart.inverted){let e=this.pos()||[0,0],{xAxis:n,yAxis:r,chart:i}=this.series,a=2*t;return i.renderer.symbols.circle((n?.len||0)-e[1]-t,(r?.len||0)-e[0]-t,a,a)}return ac.prototype.haloPath.call(this,t)}}dF(dH.prototype,{ttBelow:!1});let d$=dH,{composed:dU,noop:dV}=V,{series:dq,seriesTypes:{column:{prototype:dY},scatter:dW}}=aW,{addEvent:dG,arrayMax:dX,arrayMin:dK,clamp:dZ,extend:dQ,isNumber:dJ,merge:d0,pick:d1,pushUnique:d2}=em;function d3(){let e=this.len,{coll:t,isXAxis:n,min:r}=this,i=(this.max||0)-(r||0),a=0,o=e,s=e/i,l;("xAxis"===t||"yAxis"===t)&&(this.series.forEach(e=>{if(e.bubblePadding&&e.reserveSpace()){this.allowZoomOutside=!0,l=!0;let t=e.getColumn(n?"x":"y");if(n&&((e.onPoint||e).getRadii(0,0,e),e.onPoint&&(e.radii=e.onPoint.radii)),i>0){let n=t.length;for(;n--;)if(dJ(t[n])&&this.dataMin<=t[n]&&t[n]<=this.max){let i=e.radii&&e.radii[n]||0;a=Math.min((t[n]-r)*s-i,a),o=Math.max((t[n]-r)*s+i,o)}}}}),l&&i>0&&!this.logarithmic&&(o-=e,s*=(e+Math.max(0,a)-Math.min(o,e))/e,[["min","userMin",a],["max","userMax",o]].forEach(e=>{void 0===d1(this.options[e[0]],this[e[1]])&&(this[e[0]]+=e[2]/s)})))}function d5(){let{ticks:e,tickPositions:t,dataMin:n=0,dataMax:r=0,categories:i}=this,a=this.options.type;if((i?.length||"category"===a)&&this.series.find(e=>e.bubblePadding)){let i=t.length;for(;i--;){let a=e[t[i]],o=a.pos||0;(o>r||o{if(r.bubblePadding&&r.reserveSpace()){let i=(r.onPoint||r).getZExtremes();i&&(t=Math.min(d1(t,i.zMin),i.zMin),n=Math.max(d1(n,i.zMax),i.zMax),e=!0)}}),e?(o={zMin:t,zMax:n},this.chart.bubbleZExtremes=o):o={zMin:0,zMax:0}}for(i=0,r=e.length;i0&&(u=(i-e)/c)}return s&&u>=0&&(u=Math.sqrt(u)),Math.ceil(n+u*(r-n))/2}hasData(){return!!this.dataTable.rowCount}markerAttribs(e,t){let n=super.markerAttribs(e,t),{height:r=0,width:i=0}=n;return this.chart.inverted?dQ(n,{x:(e.plotX||0)-i/2,y:(e.plotY||0)-r/2}):n}pointAttribs(e,t){let n=this.options.marker,r=n?.fillOpacity,i=dq.prototype.pointAttribs.call(this,e,t);return i["fill-opacity"]=r??1,i}translate(){super.translate.call(this),this.getRadii(),this.translateBubble()}translateBubble(){let{data:e,options:t,radii:n}=this,{minPxSize:r}=this.getPxExtremes(),i=e.length;for(;i--;){let a=e[i],o=n?n[i]:0;"z"===this.zoneAxis&&(a.negative=(a.z||0)<(t.zThreshold||0)),dJ(o)&&o>=r/2?(a.marker=dQ(a.marker,{radius:o,width:2*o,height:2*o}),a.dlBox={x:a.plotX-o,y:a.plotY-o,width:2*o,height:2*o}):(a.shapeArgs=a.plotY=a.dlBox=void 0,a.isInside=!1)}}getPxExtremes(){let e=Math.min(this.chart.plotWidth,this.chart.plotHeight),t=t=>{let n;return"string"==typeof t&&(n=/%$/.test(t),t=parseInt(t,10)),n?e*t/100:t},n=t(d1(this.options.minSize,8)),r=Math.max(t(d1(this.options.maxSize,"20%")),n);return{minPxSize:n,maxPxSize:r}}getZExtremes(){let e=this.options,t=this.getColumn("z").filter(dJ);if(t.length){let n=d1(e.zMin,dZ(dK(t),!1===e.displayNegative?e.zThreshold||0:-Number.MAX_VALUE,Number.MAX_VALUE)),r=d1(e.zMax,dX(t));if(dJ(n)&&dJ(r))return{zMin:n,zMax:r}}}searchKDTree(e,t,n,r=dV,i=dV){return r=(e,t,n)=>{let r=e[n]||0,i=t[n]||0,a,o=!1;return r===i?a=e.index>t.index?e:t:r<0&&i<0?(a=r-(e.marker?.radius||0)>=i-(t.marker?.radius||0)?e:t,o=!0):a=r!n&&e>t||e{delete e.target.chart.bubbleZExtremes}),dG(d7,"remove",e=>{delete e.target.chart.bubbleZExtremes}),aW.registerSeriesType("bubble",d7);let d4=d7,{seriesTypes:{map:{prototype:{pointClass:{prototype:d6}}}}}=aW,{extend:d9}=em;class d8 extends d${isValid(){return"number"==typeof this.z}}d9(d8.prototype,{applyOptions:d6.applyOptions,getProjectedBounds:d6.getProjectedBounds});let{seriesTypes:{map:{prototype:fe},mappoint:{prototype:ft}}}=aW,{extend:fn,merge:fr}=em;class fi extends d4{constructor(){super(...arguments),this.clearBounds=fe.clearBounds}searchPoint(e,t){return this.searchKDTree({plotX:e.chartX-this.chart.plotLeft,plotY:e.chartY-this.chart.plotTop},t,e)}translate(){ft.translate.call(this),this.getRadii(),this.translateBubble()}}fi.defaultOptions=fr(d4.defaultOptions,{lineWidth:0,animationLimit:500,joinBy:"hc-key",tooltip:{pointFormat:"{point.name}: {point.z}"},stickyTracking:!0}),fn(fi.prototype,{type:"mapbubble",axisTypes:["colorAxis"],getProjectedBounds:fe.getProjectedBounds,isCartesian:!1,pointArrayMap:["z"],pointClass:d8,processData:fe.processData,projectPoint:ft.projectPoint,kdAxisArray:["plotX","plotY"],setData:fe.setData,setOptions:fe.setOptions,updateData:fe.updateData,useMapGeometry:!0,xyFromShape:!0}),aW.registerSeriesType("mapbubble",fi);let{scatter:{prototype:{pointClass:fa}}}=aW.seriesTypes,{clamp:fo,defined:fs,extend:fl,pick:fc}=em;class fu extends fa{applyOptions(e,t){return(this.isNull||null===this.value)&&delete this.color,super.applyOptions(e,t),this.formatPrefix=this.isNull||null===this.value?"null":"point",this}getCellAttributes(){let e=this.series,t=e.options,n=(t.colsize||1)/2,r=(t.rowsize||1)/2,i=e.xAxis,a=e.yAxis,o=this.options.marker||e.options.marker,s=e.pointPlacementToXValue(),l=fc(this.pointPadding,t.pointPadding,0),c={x1:fo(Math.round(i.len-i.translate(this.x-n,!1,!0,!1,!0,-s)),-i.len,2*i.len),x2:fo(Math.round(i.len-i.translate(this.x+n,!1,!0,!1,!0,-s)),-i.len,2*i.len),y1:fo(Math.round(a.translate(this.y-r,!1,!0,!1,!0)),-a.len,2*a.len),y2:fo(Math.round(a.translate(this.y+r,!1,!0,!1,!0)),-a.len,2*a.len)};for(let e of[["width","x"],["height","y"]]){let t=e[0],n=e[1],r=n+"1",s=n+"2",u=Math.abs(c[r]-c[s]),h=o&&o.lineWidth||0,d=Math.abs(c[r]+c[s])/2,f=o&&o[t];if(fs(f)&&ffp(parseFloat(e),parseInt(e,10)));return r[3]=255*fp(r[3],1),ff(e)&&t.visible||(r[3]=0),r}return[0,0,0,0]},getContext:function(e){let{canvas:t,context:n}=e;return t&&n?(n.clearRect(0,0,t.width,t.height),n):(e.canvas=fd.createElement("canvas"),e.context=e.canvas.getContext("2d",{willReadFrequently:!0})||void 0,e.context)}};class fE extends fv{constructor(){super(...arguments),this.valueMax=NaN,this.valueMin=NaN,this.isDirtyCanvas=!0}drawPoints(){let e=this,t=e.options,n=t.interpolation,r=t.marker||{};if(n){let{image:t,chart:n,xAxis:r,yAxis:i}=e,{reversed:a=!1,len:o}=r,{reversed:s=!1,len:l}=i,c={width:o,height:l};if(!t||e.isDirtyData||e.isDirtyCanvas){let o=fA(e),{canvas:l,options:{colsize:u=1,rowsize:h=1},points:d,points:{length:f}}=e,p=n.colorAxis&&n.colorAxis[0];if(l&&o&&p){let{min:p,max:m}=r.getExtremes(),{min:g,max:v}=i.getExtremes(),y=m-p,b=v-g,x=Math.round(y/u/8*8),w=Math.round(b/h/8*8),[_,k]=[[x,x/y,a,"ceil"],[w,w/b,!s,"floor"]].map(([e,t,n,r])=>n?n=>Math[r](e-t*n):e=>Math[r](t*e)),S=l.width=x+1,M=S*(l.height=w+1),A=(f-1)/M,E=new Uint8ClampedArray(4*M),T=(e,t)=>4*Math.ceil(S*k(t-g)+_(e-p));e.buildKDTree();for(let e=0;e{t.graphic&&(t.graphic[e.chart.styledMode?"css":"animate"](e.colorAttribs(t)),null===t.value&&t.graphic.addClass("highcharts-null-point"))}))}getExtremes(){let{dataMin:e,dataMax:t}=fm.prototype.getExtremes.call(this,this.getColumn("value"));return f_(e)&&(this.valueMin=e),f_(t)&&(this.valueMax=t),fm.prototype.getExtremes.call(this)}getValidPoints(e,t){return fm.prototype.getValidPoints.call(this,e,t,!0)}hasData(){return!!this.dataTable.rowCount}init(){super.init.apply(this,arguments);let e=this.options;e.pointRange=fS(e.pointRange,e.colsize||1),this.yAxis.axisPointRange=e.rowsize||1,fy.ellipse=fy.circle,e.marker&&f_(e.borderRadius)&&(e.marker.r=e.borderRadius)}markerAttribs(e,t){let n=e.shapeArgs||{};if(e.hasImage)return{x:e.plotX,y:e.plotY};if(t&&"normal"!==t){let r=e.options.marker||{},i=this.options.marker||{},a=i.states?.[t]||{},o=r.states?.[t]||{},s=(o.width||a.width||n.width||0)+(o.widthPlus||a.widthPlus||0),l=(o.height||a.height||n.height||0)+(o.heightPlus||a.heightPlus||0);return{x:(n.x||0)+((n.width||0)-s)/2,y:(n.y||0)+((n.height||0)-l)/2,width:s,height:l}}return n}pointAttribs(e,t){let n=fm.prototype.pointAttribs.call(this,e,t),r=this.options||{},i=this.chart.options.plotOptions||{},a=i.series||{},o=i.heatmap||{},s=e?.options.borderColor||r.borderColor||o.borderColor||a.borderColor,l=e?.options.borderWidth||r.borderWidth||o.borderWidth||a.borderWidth||n["stroke-width"];if(n.stroke=e?.marker?.lineColor||r.marker?.lineColor||s||this.color,n["stroke-width"]=l,t&&"normal"!==t){let i=fk(r.states?.[t],r.marker?.states?.[t],e?.options.marker?.states?.[t]||{});n.fill=i.color||eK.parse(n.fill).brighten(i.brightness||0).get(),n.stroke=i.lineColor||n.stroke}return n}translate(){let{borderRadius:e,marker:t}=this.options,n=t?.symbol||"rect",r=fy[n]?n:"rect",i=-1!==["circle","square"].indexOf(r);for(let t of(this.generatePoints(),this.points)){let a=t.getCellAttributes(),o=Math.min(a.x1,a.x2),s=Math.min(a.y1,a.y2),l=Math.max(Math.abs(a.x2-a.x1),0),c=Math.max(Math.abs(a.y2-a.y1),0);if(t.hasImage=0===(t.marker?.symbol||n||"").indexOf("url"),i){let e=Math.abs(l-c);o=Math.min(a.x1,a.x2)+(l"},states:{hover:{halo:!1,brightness:.2}},legendSymbol:"rectangle"}),fb(fE,"afterDataClassLegendClick",function(){this.isDirtyCanvas=!0,this.drawPoints(),this.options.enableMouseTracking&&this.drawTracker()}),fx(fE.prototype,{axisTypes:uH.seriesMembers.axisTypes,colorKey:uH.seriesMembers.colorKey,directTouch:!0,getExtremesFromAll:!0,keysAffectYAxis:["y"],parallelArrays:uH.seriesMembers.parallelArrays,pointArrayMap:["y","value"],pointClass:fu,specialGroup:"group",trackerGroups:uH.seriesMembers.trackerGroups,alignDataLabel:fg.prototype.alignDataLabel,colorAttribs:uH.seriesMembers.colorAttribs,getSymbol:fm.prototype.getSymbol}),uH.compose(fE),aW.registerSeriesType("heatmap",fE),V.ColorMapComposition=uH,V.MapChart=V.MapChart||uW,V.MapNavigation=V.MapNavigation||uD,V.MapView=V.MapView||hV,V.Projection=V.Projection||hS,V.mapChart=V.Map=V.MapChart.mapChart,V.maps=V.MapChart.maps,V.geojson=u8.geojson,V.topo2geo=u8.topo2geo,u8.compose(V.Chart),fi.compose(V.Axis,V.Chart,V.Legend),uD.compose(uW,V.Pointer,V.SVGRenderer),hV.compose(uW),V.product="Highmaps";let fT=V;return U.default})(),e.exports=t._Highcharts},2171(e){var t;let n,r,i,a,o,s,l,c,u,h,d;n=(t="u"{"use strict";let e;var t,f,p,m,g={260:e=>{e.exports=h},512:e=>{e.exports=l},532:e=>{e.exports=o},540:e=>{e.exports=u},608:e=>{e.exports=c},620:e=>{e.exports=s},632:e=>{e.exports=a},660:e=>{e.exports=i},820:e=>{e.exports=d},944:e=>{e.exports=n},984:e=>{e.exports=r}},v={};function y(e){var t=v[e];if(void 0!==t)return t.exports;var n=v[e]={exports:{}};return g[e](n,n.exports,y),n.exports}y.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return y.d(t,{a:t}),t},y.d=(e,t)=>{for(var n in t)y.o(t,n)&&!y.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},y.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var b={};y.d(b,{default:()=>iD});var x=y(944),w=y.n(x);let{doc:_,win:k}=w(),{css:S}=w(),M=k.EventTarget&&new k.EventTarget||"none";function A(e){if("function"==typeof k.MouseEvent)return new k.MouseEvent(e.type,e);if(_?.createEvent){let t=_.createEvent("MouseEvent");if(t.initMouseEvent)return t.initMouseEvent(e.type,e.bubbles,e.cancelable,e.view||k,e.detail,e.screenX,e.screenY,e.clientX,e.clientY,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,e.button,e.relatedTarget),t}return E(e.type)}function E(e,t,n){let r=t||{x:0,y:0};if("function"==typeof k.MouseEvent)return new k.MouseEvent(e,{bubbles:!0,cancelable:!0,composed:!0,button:0,buttons:1,relatedTarget:n||M,view:k,detail:+("click"===e),screenX:r.x,screenY:r.y,clientX:r.x,clientY:r.y});if(_?.createEvent){let t=_.createEvent("MouseEvent");if(t.initMouseEvent)return t.initMouseEvent(e,!0,!0,k,+("click"===e),r.x,r.y,r.x,r.y,!1,!1,!1,!1,0,null),t}return{type:e}}let T={addClass:function(e,t){e.classList?e.classList.add(t):0>e.className.indexOf(t)&&(e.className+=" "+t)},cloneMouseEvent:A,cloneTouchEvent:function(e){let t=e=>{let t=[];for(let n=0;n/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")},getElement:function(e){return _.getElementById(e)},getFakeMouseEvent:E,getHeadingTagNameForElement:function(e){let t=e=>"h"+Math.min(6,parseInt(e.slice(1),10)+1),n=e=>/^H[1-6]$/i.test(e),r=e=>{let i=(e=>{let t=e;for(;t=t.previousSibling;){let e=t.tagName||"";if(n(e))return e}return""})(e);if(i)return t(i);let a=e.parentElement;if(!a)return"h6";let o=a.tagName;return n(o)?t(o):r(a)};return r(e)},removeChildNodes:function(e){for(;e.lastChild;)e.removeChild(e.lastChild)},removeClass:function(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(RegExp(t,"g"),"")},removeElement:function(e){e&&e.parentNode&&e.parentNode.removeChild(e)},reverseChildNodes:function(e){let t=e.childNodes.length;for(;t--;)e.appendChild(e.childNodes[t])},simulatedEventTarget:M,stripHTMLTagsFromString:function(e,t=!1){return"string"==typeof e?t?e.replace(/<\/?[^>]+(>|$)/g,""):e.replace(/<\/?(?!\s)[^>]+(>|$)/g,""):e},visuallyHideElement:function(e){S(e,{position:"absolute",width:"1px",height:"1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(1px, 1px, 1px, 1px)",marginTop:"-3px","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)",filter:"alpha(opacity=1)",opacity:.01})}};var C=y(984),P=y.n(C);let{format:N}=P(),{getNestedProperty:O,pick:L}=w();var j=t||(t={});function D(e,t,n){let r=(e,t)=>{let n=e.slice(t||0),r=n.indexOf("{"),i=n.indexOf("}");if(r>-1&&i>r)return{statement:n.substring(r+1,i),begin:t+r+1,end:t+i}},i=[],a,o,s=0;do a=r(e,s),(o=e.substring(s,a&&a.begin-1)).length&&i.push({value:o,type:"constant"}),a&&i.push({value:a.statement,type:"statement"}),s=a?a.end+1:s+1;while(a);return i.forEach(e=>{"statement"===e.type&&(e.value=function(e,t){let n,r,i=e.indexOf("#each("),a=e.indexOf("#plural("),o=e.indexOf("["),s=e.indexOf("]");if(i>-1){let a=e.slice(i).indexOf(")")+i,o=e.substring(0,i),s=e.substring(a+1),l=e.substring(i+6,a).split(","),c=Number(l[1]),u;if(r="",n=O(l[0],t)){u=(c=isNaN(c)?n.length:c)<0?n.length+c:Math.min(c,n.length);for(let e=0;e-1){var l;let n=e.slice(a).indexOf(")")+a,i=e.substring(a+8,n).split(",");switch(Number(O(i[0],t))){case 0:r=L(i[4],i[1]);break;case 1:r=L(i[2],i[1]);break;case 2:r=L(i[3],i[1]);break;default:r=i[1]}return r?(l=r).trim&&l.trim()||l.replace(/^\s+|\s+$/g,""):""}if(o>-1){let r,i=e.substring(0,o),a=Number(e.substring(o+1,s));return n=O(i,t),!isNaN(a)&&n&&(a<0?void 0===(r=n[n.length+a])&&(r=n[0]):void 0===(r=n[a])&&(r=n[n.length-1])),void 0!==r?r:""}return"{"+e+"}"}(e.value,t))}),N(i.reduce((e,t)=>e+t.value,""),t,n)}function R(e,t){let n=e.split("."),r=this.options.lang,i=0;for(;i!!e.graphic);return t&&t.graphic&&t.graphic.element}}function V(e){let t=U(e);return t&&t.parentNode||e.graph&&e.graph.element||e.group&&e.group.element}let q={fireEventOnWrappedOrUnwrappedElement:function e(t,n){let r=n.type,i=t.hcEvents;I?.createEvent&&(t.dispatchEvent||t.fireEvent)?t.dispatchEvent?t.dispatchEvent(n):t.fireEvent(r,n):i&&i[r]?$(t,r,n):t.element&&e(t.element,n)},getChartTitle:function(e){return B(e.options.title.text||e.langFormat("accessibility.defaultChartTitle",{chart:e}),e.renderer.forExport)},getAxisDescription:function(e){return e&&(e.options.accessibility?.description||e.axisTitle?.textStr||e.options.id||e.categories&&e.chart.langFormat("accessibility.axis.defaultAxisNames.categories",{})||e.dateTime&&e.chart.langFormat("accessibility.axis.defaultAxisNames.time",{})||e.chart.langFormat("accessibility.axis.defaultAxisNames.values",{}))},getAxisRangeDescription:function(e){let t,n,r,i,a,o,s,l,c,u,h,d,f=e.options||{};return f.accessibility&&void 0!==f.accessibility.rangeDescription?f.accessibility.rangeDescription:e.categories?(t=e.chart,e.dataMax&&e.dataMin?t.langFormat("accessibility.axis.rangeCategories",{chart:t,axis:e,numCategories:e.dataMax-e.dataMin+1}):""):e.dateTime&&(0===e.min||0===e.dataMin)?(n=e.chart,r={},i=e.dataMin||e.min||0,a=e.dataMax||e.max||0,o="Seconds",r.Seconds=(a-i)/1e3,r.Minutes=r.Seconds/60,r.Hours=r.Minutes/60,r.Days=r.Hours/24,["Minutes","Hours","Days"].forEach(function(e){r[e]>2&&(o=e)}),s=r[o].toFixed(+("Seconds"!==o&&"Minutes"!==o)),n.langFormat("accessibility.axis.timeRange"+o,{chart:n,axis:e,range:s.replace(".0","")})):(u=(c=(l=e.chart).options)&&c.accessibility&&c.accessibility.screenReaderSection.axisRangeDateFormat||"",h={min:e.dataMin||e.min||0,max:e.dataMax||e.max||0},d=function(t){return e.dateTime?l.time.dateFormat(u,h[t]):h[t].toString()},l.langFormat("accessibility.axis.rangeFromTo",{chart:l,axis:e,rangeFrom:d("min"),rangeTo:d("max")}))},getPointFromXY:function(e,t,n){let r=e.length,i;for(;r--;)if(i=H(e[r].points||[],function(e){return e.x===t&&e.y===n}))return i},getSeriesFirstPointElement:U,getSeriesFromName:function(e,t){return t?(e.series||[]).filter(function(e){return e.name===t}):e.series},getSeriesA11yElement:V,unhideChartElementFromAT:function e(t,n){n.setAttribute("aria-hidden",!1),n!==t.renderTo&&n.parentNode&&n.parentNode!==I.body&&(Array.prototype.forEach.call(n.parentNode.childNodes,function(e){e.hasAttribute("aria-hidden")||e.setAttribute("aria-hidden",!0)}),e(t,n.parentNode))},hideSeriesFromAT:function(e){let t=V(e);t&&t.setAttribute("aria-hidden",!0)},scrollAxisToPoint:function(e){let t=e.series.xAxis,n=e.series.yAxis,r=t&&t.scrollbar?t:n,i=r&&r.scrollbar;if(i&&F(i.to)&&F(i.from)){let t=i.to-i.from,n=function(e,t){if(!F(e.dataMin)||!F(e.dataMax))return 0;let n=e.toPixels(e.dataMin),r=e.toPixels(e.dataMax),i="xAxis"===e.coll?"x":"y";return(e.toPixels(t[i]||0)-n)/(r-n)}(r,e);i.updatePosition(n-t/2,n+t/2),$(i,"changed",{from:i.from,to:i.to,trigger:"scrollbar",DOMEvent:null})}}},{doc:Y}=w(),{removeElement:W}=T,G=class{constructor(){this.elements=[]}createElement(){let e=Y.createElement.apply(Y,arguments);return this.elements.push(e),e}removeElement(e){W(e),this.elements.splice(this.elements.indexOf(e),1)}destroyCreatedElements(){this.elements.forEach(function(e){W(e)}),this.elements=[]}},{addEvent:X}=w(),K=class{constructor(){this.eventRemovers=[]}addEvent(){let e=X.apply(w(),arguments);return this.eventRemovers.push({element:arguments[0],remover:e}),e}removeEvent(e){let t=this.eventRemovers.map(e=>e.remover).indexOf(e);this.eventRemovers[t].remover(),this.eventRemovers.splice(t,1)}removeAddedEvents(){this.eventRemovers.map(e=>e.remover).forEach(e=>e()),this.eventRemovers=[]}},{fireEventOnWrappedOrUnwrappedElement:Z}=q,{getFakeMouseEvent:Q}=T,J=class{destroy(){}getKeyboardNavigation(){return[]}init(){}onChartRender(){}onChartUpdate(){}initBase(e,t){this.chart=e,this.eventProvider=new K,this.domElementProvider=new G,this.proxyProvider=t,this.keyCodes={left:37,right:39,up:38,down:40,enter:13,space:32,esc:27,tab:9,pageUp:33,pageDown:34,end:35,home:36}}addEvent(e,t,n,r){return this.eventProvider.addEvent(e,t,n,r)}createElement(e,t){return this.domElementProvider.createElement(e,t)}fakeClickEvent(e){Z(e,Q("click"))}destroyBase(){this.domElementProvider.destroyCreatedElements(),this.eventProvider.removeAddedEvents()}},{find:ee}=w(),et=class{constructor(e,t){this.chart=e,this.keyCodeMap=t.keyCodeMap||[],this.validate=t.validate,this.init=t.init,this.terminate=t.terminate,this.response={success:1,prev:2,next:3,noHandler:4,fail:5}}run(e){let t=e.which||e.keyCode,n=this.response.noHandler,r=ee(this.keyCodeMap,function(e){return e[0].indexOf(t)>-1});return r?n=r[1].call(this,t,e):9===t&&(n=this.response[e.shiftKey?"prev":"next"]),n}},{unhideChartElementFromAT:en,getChartTitle:er}=q,{doc:ei}=w(),{stripHTMLTagsFromString:ea}=T,eo=class extends J{onChartUpdate(){this.handleSVGTitleElement(),this.setSVGContainerLabel(),this.setGraphicContainerAttrs(),this.setRenderToAttrs(),this.makeCreditsAccessible()}handleSVGTitleElement(){let e=this.chart,t="highcharts-title-"+e.index,n=ea(e.langFormat("accessibility.svgContainerTitle",{chartTitle:er(e)}));if(n.length){let r=this.svgTitleElement=this.svgTitleElement||ei.createElementNS("http://www.w3.org/2000/svg","title");r.textContent=n,r.id=t,e.renderTo.insertBefore(r,e.renderTo.firstChild)}}setSVGContainerLabel(){let e=this.chart,t=e.langFormat("accessibility.svgContainerLabel",{chartTitle:er(e)});e.renderer.box&&t.length&&e.renderer.box.setAttribute("aria-label",t)}setGraphicContainerAttrs(){let e=this.chart,t=e.langFormat("accessibility.graphicContainerLabel",{chartTitle:er(e)});t.length&&e.container.setAttribute("aria-label",t)}setRenderToAttrs(){let e=this.chart,t="disabled"!==e.options.accessibility.landmarkVerbosity,n=e.langFormat("accessibility.chartContainerLabel",{title:er(e),chart:e});n&&(e.renderTo.setAttribute("role",t?"region":"group"),e.renderTo.setAttribute("aria-label",n))}makeCreditsAccessible(){let e=this.chart,t=e.credits;t&&(t.textStr&&t.element.setAttribute("aria-label",e.langFormat("accessibility.credits",{creditsStr:ea(t.textStr,e.renderer.forExport)})),en(e,t.element))}getKeyboardNavigation(){let e=this.chart;return new et(e,{keyCodeMap:[],validate:function(){return!0},init:function(){let t=e.accessibility;t&&t.keyboardNavigation.tabindexContainer.focus()}})}destroy(){this.chart.renderTo.setAttribute("aria-hidden",!0)}},{addEvent:es,pick:el}=w();!function(e){let t=["x","y","transform","width","height","r","d","stroke-width"];function n(){let e=this.focusElement,t=this.options.accessibility.keyboardNavigation.focusBorder;e&&(e.removeFocusBorder(),t.enabled&&e.addFocusBorder(t.margin,{stroke:t.style.color,strokeWidth:t.style.lineWidth,r:t.style.borderRadius}))}function r(e,t){let n=this.options.accessibility.keyboardNavigation.focusBorder,r=t||e.element;r&&r.focus&&(r.hcEvents&&r.hcEvents.focusin||es(r,"focusin",function(){}),r.focus(),n.hideBrowserFocusOutline&&(r.style.outline="none")),this.focusElement&&this.focusElement.removeFocusBorder(),this.focusElement=e,es(this,"endResize",function(){this.renderFocusBorder()}),this.renderFocusBorder()}function i(e,n){this.focusBorder&&this.removeFocusBorder();let r=this.getBBox(),i=el(e,3),a=this.parentGroup,o=this.scaleX||a&&a.scaleX,s=this.scaleY||a&&a.scaleY,l=(o?!s:s)?Math.abs(o||s||1):(Math.abs(o||1)+Math.abs(s||1))/2,c=this.renderer.fontMetrics(this).h;r.x+=this.translateX?this.translateX:0,r.y+=this.translateY?this.translateY:0;let u=r.x-i,h=r.y-i,d=r.width+2*i,f=r.height+2*i,p=!!this.text;if("text"===this.element.nodeName||p){let e,t,n=!!this.rotation,a=p?{x:+!!n,y:0}:(e=0,t=0,"middle"===this.attr("text-anchor")?e=t=.5:this.rotation?e=.25:t=.75,{x:e,y:t}),o=+this.attr("x"),s=+this.attr("y");if(isNaN(o)||(u=o-r.width*a.x-i),isNaN(s)||(h=s-("start"===this.attr("text-anchor")?c:r.height)*a.y-i),p&&n){let e=d;d=f,f=e,isNaN(o)||(u=o-r.height*a.x-i),isNaN(s)||(h=s-r.width*a.y-i)}}this.focusBorder=this.renderer.rect(u,h,d,f,parseInt((n&&n.r||0).toString(),10)/l).addClass("highcharts-focus-border").attr({zIndex:99}).add(a),this.renderer.styledMode||this.focusBorder.attr({stroke:n&&n.stroke,"stroke-width":(n&&n.strokeWidth||0)/l}),function(e,...n){e.focusBorderUpdateHooks||(e.focusBorderUpdateHooks={},t.forEach(t=>{let r=t+"Setter",i=e[r]||e._defaultSetter;e.focusBorderUpdateHooks[r]=i,e[r]=function(){let t=i.apply(e,arguments);return e.addFocusBorder.apply(e,n),t}}))}(this,e,n),function(e){if(e.focusBorderDestroyHook)return;let t=e.destroy;e.destroy=function(){return e.focusBorder&&e.focusBorder.destroy&&e.focusBorder.destroy(),t.apply(e,arguments)},e.focusBorderDestroyHook=t}(this)}function a(){var e;e=this,e.focusBorderUpdateHooks&&(Object.keys(e.focusBorderUpdateHooks).forEach(t=>{let n=e.focusBorderUpdateHooks[t];n===e._defaultSetter?delete e[t]:e[t]=n}),delete e.focusBorderUpdateHooks),this.focusBorderDestroyHook&&(this.destroy=this.focusBorderDestroyHook,delete this.focusBorderDestroyHook),this.focusBorder&&(this.focusBorder.destroy(),delete this.focusBorder)}e.compose=function(e,t){let o=e.prototype,s=t.prototype;o.renderFocusBorder||(o.renderFocusBorder=n,o.setFocusToElement=r),s.addFocusBorder||(s.addFocusBorder=i,s.removeFocusBorder=a)}}(f||(f={}));let ec=f;var eu=y(660),eh=y.n(eu);let{doc:ed}=w(),{addClass:ef,visuallyHideElement:ep}=T,{attr:em}=w(),eg=class{constructor(e,t){this.chart=e,this.domElementProvider=new G,this.announceRegion=this.addAnnounceRegion(t)}destroy(){this.domElementProvider.destroyCreatedElements()}announce(e){eh().setElementHTML(this.announceRegion,e),this.clearAnnouncementRegionTimer&&clearTimeout(this.clearAnnouncementRegionTimer),this.clearAnnouncementRegionTimer=setTimeout(()=>{this.announceRegion.innerHTML=eh().emptyHTML,delete this.clearAnnouncementRegionTimer},3e3)}addAnnounceRegion(e){let t=this.chart.announcerContainer||this.createAnnouncerContainer(),n=this.domElementProvider.createElement("div");return em(n,{"aria-hidden":!1,"aria-live":e,"aria-atomic":!0}),this.chart.styledMode?ef(n,"highcharts-visually-hidden"):ep(n),t.appendChild(n),n}createAnnouncerContainer(){let e=this.chart,t=ed.createElement("div");return em(t,{"aria-hidden":!1,class:"highcharts-announcer-container"}),t.style.position="relative",e.renderTo.insertBefore(t,e.renderTo.firstChild),e.announcerContainer=t,t}},{escapeStringForHTML:ev,stripHTMLTagsFromString:ey}=T;function eb(e){return(e.annotations||[]).reduce((e,t)=>(t.options&&!1!==t.options.visible&&(e=e.concat(t.labels)),e),[])}function ex(e){return e.options&&e.options.accessibility&&e.options.accessibility.description||e.graphic&&e.graphic.text&&e.graphic.text.textStr||""}function ew(e){let t=e.options&&e.options.accessibility&&e.options.accessibility.description;if(t)return t;let n=e.chart,r=ex(e),i=e.points.filter(e=>!!e.graphic).map(e=>{let t=e.accessibility&&e.accessibility.valueDescription||e.graphic&&e.graphic.element&&e.graphic.element.getAttribute("aria-label")||"",n=e&&e.series.name||"";return(n?n+", ":"")+"data point "+t}).filter(e=>!!e),a=i.length,o=a>1?"MultiplePoints":a?"SinglePoint":"NoPoints",s={annotationText:r,annotation:e,numPoints:a,annotationPoint:i[0],additionalAnnotationPoints:i.slice(1)};return n.langFormat("accessibility.screenReaderSection.annotations.description"+o,s)}function e_(e){return eb(e).map(t=>{let n=ev(ey(ew(t),e.renderer.forExport));return n?`
  • ${n}
  • `:""})}let ek={getAnnotationsInfoHTML:function(e){let t=e.annotations;if(!(t&&t.length))return"";let n=e_(e);return`
      ${n.join(" ")}
    `},getAnnotationLabelDescription:ew,getAnnotationListItems:e_,getPointAnnotationTexts:function(e){let t=eb(e.series.chart).filter(t=>t.points.indexOf(e)>-1);return t.length?t.map(e=>`${ex(e)}`):[]}},{getAnnotationsInfoHTML:eS}=ek,{getAxisDescription:eM,getAxisRangeDescription:eA,getChartTitle:eE,unhideChartElementFromAT:eT}=q,{format:eC}=P(),{doc:eP}=w(),{addClass:eN,getElement:eO,getHeadingTagNameForElement:eL,stripHTMLTagsFromString:ej,visuallyHideElement:eD}=T,{attr:eR,pick:ez,replaceNested:eI}=w();function eB(e){return eI(e,[/<([\w\-.:!]+)\b[^<>]*>\s*<\/\1>/g,""])}let eF=class extends J{constructor(){super(...arguments),this.screenReaderSections={}}init(){let e=this.chart,t=this;this.initRegionsDefinitions(),this.addEvent(e,"afterGetTableAST",function(e){t.onDataTableCreated(e)}),this.addEvent(e,"afterViewData",function(e){e.wasHidden&&(t.dataTableDiv=e.element,setTimeout(function(){t.focusDataTable()},300))}),this.addEvent(e,"afterHideData",function(){t.viewDataTableButton&&t.viewDataTableButton.setAttribute("aria-expanded","false")}),e.exporting&&this.addEvent(e,"afterPrint",function(){t.updateAllScreenReaderSections()}),this.announcer=new eg(e,"assertive")}initRegionsDefinitions(){let e=this,t=this.chart.options.accessibility;this.screenReaderSections={before:{element:null,buildContent:function(n){let r=t.screenReaderSection.beforeChartFormatter;return r?r(n):e.defaultBeforeChartFormatter(n)},insertIntoDOM:function(e,t){t.renderTo.insertBefore(e,t.renderTo.firstChild)},afterInserted:function(){void 0!==e.sonifyButtonId&&e.initSonifyButton(e.sonifyButtonId),void 0!==e.dataTableButtonId&&e.initDataTableButton(e.dataTableButtonId)}},after:{element:null,buildContent:function(n){let r=t.screenReaderSection.afterChartFormatter;return r?r(n):e.defaultAfterChartFormatter()},insertIntoDOM:function(e,t){t.renderTo.insertBefore(e,t.container.nextSibling)},afterInserted:function(){e.chart.accessibility&&t.keyboardNavigation.enabled&&e.chart.accessibility.keyboardNavigation.updateExitAnchor()}}}}onChartRender(){this.linkedDescriptionElement=this.getLinkedDescriptionElement(),this.setLinkedDescriptionAttrs(),this.updateAllScreenReaderSections()}updateAllScreenReaderSections(){let e=this;Object.keys(this.screenReaderSections).forEach(function(t){e.updateScreenReaderSection(t)})}getLinkedDescriptionElement(){let e=this.chart.options.accessibility.linkedDescription;if(!e)return;if("string"!=typeof e)return e;let t=eC(e,this.chart),n=eP.querySelectorAll(t);if(1===n.length)return n[0]}setLinkedDescriptionAttrs(){let e=this.linkedDescriptionElement;e&&(e.setAttribute("aria-hidden","true"),eN(e,"highcharts-linked-description"))}updateScreenReaderSection(e){let t=this.chart,n=this.screenReaderSections[e],r=n.buildContent(t),i=n.element=n.element||this.createElement("div"),a=i.firstChild||this.createElement("div");r?(this.setScreenReaderSectionAttribs(i,e),eh().setElementHTML(a,r),i.appendChild(a),n.insertIntoDOM(i,t),t.styledMode?eN(a,"highcharts-visually-hidden"):eD(a),eT(t,a),n.afterInserted&&n.afterInserted()):(i.parentNode&&i.parentNode.removeChild(i),n.element=null)}setScreenReaderSectionAttribs(e,t){let n=this.chart,r=n.langFormat("accessibility.screenReaderSection."+t+"RegionLabel",{chart:n,chartTitle:eE(n)});eR(e,{id:`highcharts-screen-reader-region-${t}-${n.index}`,"aria-label":r||void 0}),e.style.position="relative",r&&e.setAttribute("role","all"===n.options.accessibility.landmarkVerbosity?"region":"group")}defaultBeforeChartFormatter(){let e=this.chart,t=e.options.accessibility.screenReaderSection.beforeChartFormat;if(!t)return"";let n=this.getAxesDescription(),r=e.sonify&&e.options.sonification&&e.options.sonification.enabled,i="highcharts-a11y-sonify-data-btn-"+e.index,a="hc-linkto-highcharts-data-table-"+e.index,o=eS(e),s=e.langFormat("accessibility.screenReaderSection.annotations.heading",{chart:e}),l={headingTagName:eL(e.renderTo),chartTitle:eE(e),typeDescription:this.getTypeDescriptionText(),chartSubtitle:this.getSubtitleText(),chartLongdesc:this.getLongdescText(),xAxisDescription:n.xAxis,yAxisDescription:n.yAxis,playAsSoundButton:r?this.getSonifyButtonText(i):"",viewTableButton:e.exporting?.getCSV?this.getDataTableButtonText(a):"",annotationsTitle:o?s:"",annotationsList:o},c=z.i18nFormat(t,l,e);return this.dataTableButtonId=a,this.sonifyButtonId=i,eB(c)}defaultAfterChartFormatter(){let e=this.chart,t=e.options.accessibility.screenReaderSection.afterChartFormat;if(!t)return"";let n={endOfChartMarker:this.getEndOfChartMarkerText()};return eB(z.i18nFormat(t,n,e))}getLinkedDescription(){let e=this.linkedDescriptionElement;return ej(e&&e.innerHTML||"",this.chart.renderer.forExport)}getLongdescText(){let e=this.chart.options,t=e.caption,n=t&&t.text,r=this.getLinkedDescription();return e.accessibility.description||r||n||""}getTypeDescriptionText(){var e;let t,n,r,i,a,o,s,l=this.chart;return l.types?l.options.accessibility.typeDescription||(i=(e=l.types)[0],a=l.series&&l.series[0]||{},o=l.mapView&&l.mapView.geoMap&&l.mapView.geoMap.title,s={numSeries:l.series.length,numPoints:a.points&&a.points.length,chart:l,mapTitle:o},i?"map"===i||"tiledwebmap"===i?s.mapTitle?l.langFormat("accessibility.chartTypes.mapTypeDescription",s):l.langFormat("accessibility.chartTypes.unknownMap",s):l.types.length>1?l.langFormat("accessibility.chartTypes.combinationChart",s):(t=e[0],n=l.langFormat("accessibility.seriesTypeDescriptions."+t,s),r=l.series&&l.series.length<2?"Single":"Multiple",(l.langFormat("accessibility.chartTypes."+t+r,s)||l.langFormat("accessibility.chartTypes.default"+r,s))+(n?" "+n:"")):l.langFormat("accessibility.chartTypes.emptyChart",s)):""}getDataTableButtonText(e){let t=this.chart;return'"}getSonifyButtonText(e){let t=this.chart;return t.options.sonification&&!1===t.options.sonification.enabled?"":'"}getSubtitleText(){let e=this.chart.options.subtitle;return ej(e&&e.text||"",this.chart.renderer.forExport)}getEndOfChartMarkerText(){let e=eO(`highcharts-end-of-chart-marker-${this.chart.index}`);if(e)return e.outerHTML;let t=this.chart,n=t.langFormat("accessibility.screenReaderSection.endOfChartMarker",{chart:t});return'
    '+n+"
    "}onDataTableCreated(e){let t=this.chart;if(t.options.accessibility.enabled){this.viewDataTableButton&&this.viewDataTableButton.setAttribute("aria-expanded","true");let n=e.tree.attributes||{};n.tabindex=-1,n.summary=t.langFormat("accessibility.table.tableSummary",{chart:t}),e.tree.attributes=n}}focusDataTable(){let e=this.dataTableDiv,t=e&&e.getElementsByTagName("table")[0];t&&t.focus&&t.focus()}initSonifyButton(e){let t=this.sonifyButton=eO(e),n=this.chart,r=e=>{t&&(t.setAttribute("aria-hidden","true"),t.setAttribute("aria-label","")),e.preventDefault(),e.stopPropagation();let r=n.langFormat("accessibility.sonification.playAsSoundClickAnnouncement",{chart:n});this.announcer.announce(r),setTimeout(()=>{t&&(t.removeAttribute("aria-hidden"),t.removeAttribute("aria-label")),n.sonify&&n.sonify()},1e3)};t&&n&&(t.setAttribute("tabindex",-1),t.onclick=function(e){(n.options.accessibility&&n.options.accessibility.screenReaderSection.onPlayAsSoundClick||r).call(this,e,n)})}initDataTableButton(e){let t=this.viewDataTableButton=eO(e),n=this.chart,r=e.replace("hc-linkto-","");t&&(eR(t,{tabindex:-1,"aria-expanded":!!eO(r)}),t.onclick=n.options.accessibility.screenReaderSection.onViewDataTableClick||function(){n.exporting?.viewData()})}getAxesDescription(){let e=this.chart,t=function(t,n){let r=e[t];return r.length>1||r[0]&&ez(r[0].options.accessibility&&r[0].options.accessibility.enabled,n)},n=!!e.types&&0>e.types.indexOf("map")&&0>e.types.indexOf("treemap")&&0>e.types.indexOf("tilemap"),r=!!e.hasCartesianSeries,i=t("xAxis",!e.angular&&r&&n),a=t("yAxis",r&&n),o={};return i&&(o.xAxis=this.getAxisDescriptionText("xAxis")),a&&(o.yAxis=this.getAxisDescriptionText("yAxis")),o}getAxisDescriptionText(e){let t=this.chart,n=t[e];return t.langFormat("accessibility.axis."+e+"Description"+(n.length>1?"Plural":"Singular"),{chart:t,names:n.map(function(e){return eM(e)}),ranges:n.map(function(e){return eA(e)}),numAxes:n.length})}destroy(){this.announcer&&this.announcer.destroy()}},{attr:eH}=w(),{getChartTitle:e$,unhideChartElementFromAT:eU}=q,{getFakeMouseEvent:eV}=T;function eq(e){return e.exporting?.svgElements?.[0]}class eY extends J{init(){let e=this.chart,t=this;this.addEvent(e,"exportMenuShown",function(){t.onMenuShown()}),this.addEvent(e,"exportMenuHidden",function(){t.onMenuHidden()}),this.createProxyGroup()}onMenuHidden(){let e=this.chart.exporting?.contextMenuEl;e&&e.setAttribute("aria-hidden","true"),this.setExportButtonExpandedState("false")}onMenuShown(){let e=this.chart,t=e.exporting?.contextMenuEl;t&&(this.addAccessibleContextMenuAttribs(),eU(e,t)),this.setExportButtonExpandedState("true")}setExportButtonExpandedState(e){this.exportButtonProxy&&this.exportButtonProxy.innerElement.setAttribute("aria-expanded",e)}onChartRender(){let e=this.chart,t=e.focusElement,n=e.accessibility;this.proxyProvider.clearGroup("chartMenu"),this.proxyMenuButton(),this.exportButtonProxy&&t&&t===e.exporting?.group&&(t.focusBorder?e.setFocusToElement(t,this.exportButtonProxy.innerElement):n&&n.keyboardNavigation.tabindexContainer.focus())}proxyMenuButton(){let e,t,n=this.chart,r=this.proxyProvider,i=eq(n);e=n.options.exporting,t=eq(n),e&&!1!==e.enabled&&e.accessibility&&e.accessibility.enabled&&t&&t.element&&i&&(this.exportButtonProxy=r.addProxyElement("chartMenu",{click:i},"button",{"aria-label":n.langFormat("accessibility.exporting.menuButtonLabel",{chart:n,chartTitle:e$(n)}),"aria-expanded":!1,title:n.options.lang.contextButtonTitle||null}))}createProxyGroup(){this.chart&&this.proxyProvider&&this.proxyProvider.addGroup("chartMenu")}addAccessibleContextMenuAttribs(){let e=this.chart,t=e.exporting?.divElements;if(t&&t.length){t.forEach(e=>{e&&("LI"!==e.tagName||e.children&&e.children.length?e.setAttribute("aria-hidden","true"):e.setAttribute("tabindex",-1))});let n=t[0]&&t[0].parentNode;n&&eH(n,{"aria-hidden":void 0,"aria-label":e.langFormat("accessibility.exporting.chartMenuLabel",{chart:e}),role:"list"})}}getKeyboardNavigation(){let e=this.keyCodes,t=this.chart,n=this;return new et(t,{keyCodeMap:[[[e.left,e.up],function(){return n.onKbdPrevious(this)}],[[e.right,e.down],function(){return n.onKbdNext(this)}],[[e.enter,e.space],function(){return n.onKbdClick(this)}]],validate:function(){return!!t.exporting&&t.options.exporting?.buttons?.contextButton.enabled!==!1&&!1!==t.options.exporting.enabled&&!1!==(t.options.exporting.accessibility?.enabled||!1)},init:function(){let e=n.exportButtonProxy,r=n.chart.exporting?.group;e&&r&&t.setFocusToElement(r,e.innerElement)},terminate:function(){t.hideExportMenu()}})}onKbdPrevious(e){let t=this.chart,n=t.options.accessibility,r=e.response,i=t.highlightedExportItemIx||0;for(;i--;)if(t.highlightExportItem(i))return r.success;return n.keyboardNavigation.wrapAround?(t.highlightLastExportItem(),r.success):r.prev}onKbdNext(e){let t=this.chart,n=t.options.accessibility,r=e.response;for(let e=(t.highlightedExportItemIx||0)+1;e<(t.exporting?.divElements?.length||0);++e)if(t.highlightExportItem(e))return r.success;return n.keyboardNavigation.wrapAround?(t.highlightExportItem(0),r.success):r.next}onKbdClick(e){let t=this.chart,n=void 0!==t.highlightedExportItemIx&&t.exporting?.divElements?.[t.highlightedExportItemIx],r=eq(t)?.element;return t.exporting?.openMenu?n&&this.fakeClickEvent(n):(r&&this.fakeClickEvent(r),t.highlightExportItem(0)),e.response.success}}!function(e){function t(){let e=eq(this);if(e){let t=e.element;t.onclick&&(t.onclick=function(){eV("click")})}}function n(){let e=this.exporting?.divElements;e&&this.exporting?.contextMenuEl&&this.exporting?.openMenu&&(e.forEach(e=>{e&&"highcharts-menu-item"===e.className&&e.onmouseout&&e.onmouseout(eV("mouseout"))}),this.highlightedExportItemIx=0,this.exporting.contextMenuEl.hideMenu(),this.container.focus())}function r(e){let t=this.exporting?.divElements?.[e],n=void 0!==this.highlightedExportItemIx&&this.exporting?.divElements?.[this.highlightedExportItemIx];if(t&&"LI"===t.tagName&&!(t.children&&t.children.length)){let r=!!(this.renderTo.getElementsByTagName("g")[0]||{}).focus;return t.focus&&r&&t.focus(),n&&n.onmouseout&&n.onmouseout(eV("mouseout")),t.onmouseover&&t.onmouseover(eV("mouseover")),this.highlightedExportItemIx=e,!0}return!1}function i(){if(this.exporting?.divElements){let e=this.exporting?.divElements.length;for(;e--;)if(this.highlightExportItem(e))return!0}return!1}e.compose=function(e){let a=e.prototype;a.hideExportMenu||(a.hideExportMenu=n,a.highlightExportItem=r,a.highlightLastExportItem=i,a.showExportMenu=t)}}(eY||(eY={}));let eW=eY,{doc:eG,win:eX}=w(),{addEvent:eK,defined:eZ,fireEvent:eQ}=w(),{getElement:eJ,simulatedEventTarget:e0}=T;class e1{constructor(e,t){this.currentModuleIx=NaN,this.modules=[],this.init(e,t)}init(e,t){let n=this.eventProvider=new K;this.chart=e,this.components=t,this.modules=[],this.currentModuleIx=0,this.update(),n.addEvent(this.tabindexContainer,"keydown",e=>this.onKeydown(e)),n.addEvent(this.tabindexContainer,"focus",e=>this.onFocus(e)),["mouseup","touchend"].forEach(e=>n.addEvent(eG,e,e=>this.onMouseUp(e))),["mousedown","touchstart"].forEach(t=>n.addEvent(e.renderTo,t,()=>{this.isClickingChart=!0}))}update(e){let t=this.chart.options.accessibility,n=t&&t.keyboardNavigation,r=this.components;this.updateContainerTabindex(),n&&n.enabled&&e&&e.length?(this.modules=e.reduce(function(e,t){let n=r[t].getKeyboardNavigation();return e.concat(n)},[]),this.updateExitAnchor()):(this.modules=[],this.currentModuleIx=0,this.removeExitAnchor())}updateExitAnchor(){let e=eJ(`highcharts-end-of-chart-marker-${this.chart.index}`);this.removeExitAnchor(),e?(this.makeElementAnExitAnchor(e),this.exitAnchor=e):this.createExitAnchor()}move(e){let t=this.modules&&this.modules[this.currentModuleIx];t&&t.terminate&&t.terminate(e),this.chart.focusElement&&this.chart.focusElement.removeFocusBorder(),this.currentModuleIx+=e;let n=this.modules&&this.modules[this.currentModuleIx];if(n){if(n.validate&&!n.validate())return this.move(e);if(n.init)return n.init(e),!0}return this.currentModuleIx=0,this.exiting=!0,e>0?this.exitAnchor&&this.exitAnchor.focus():this.tabindexContainer.focus(),!1}onFocus(e){let t=this.chart,n=e.relatedTarget&&t.container.contains(e.relatedTarget),r=t.options.accessibility,i=r&&r.keyboardNavigation;if(i&&i.enabled&&!this.exiting&&!this.tabbingInBackwards&&!this.isClickingChart&&!n){let e=this.getFirstValidModuleIx();null!==e&&(this.currentModuleIx=e,this.modules[e].init(1))}this.keyboardReset=!1,this.exiting=!1}onMouseUp(e){if(delete this.isClickingChart,!this.keyboardReset&&e.relatedTarget!==e0){let t=this.chart;if(!e.target||!t.container.contains(e.target)){let e=this.modules&&this.modules[this.currentModuleIx||0];e&&e.terminate&&e.terminate(),this.currentModuleIx=0}t.focusElement&&(t.focusElement.removeFocusBorder(),delete t.focusElement),this.keyboardReset=!0}}onKeydown(e){let t,n=e||eX.event,r=this.modules&&this.modules.length&&this.modules[this.currentModuleIx],i=n.target;if((!i||"INPUT"!==i.nodeName||i.classList.contains("highcharts-a11y-proxy-element"))&&(this.keyboardReset=!1,this.exiting=!1,r)){let e=r.run(n);e===r.response.success?t=!0:e===r.response.prev?t=this.move(-1):e===r.response.next&&(t=this.move(1)),t&&(n.preventDefault(),n.stopPropagation())}}updateContainerTabindex(){let e,t=this.chart.options.accessibility,n=t&&t.keyboardNavigation,r=!(n&&!1===n.enabled),i=this.chart,a=i.container;i.renderTo.hasAttribute("tabindex")?(a.removeAttribute("tabindex"),e=i.renderTo):e=a,this.tabindexContainer=e;let o=e.getAttribute("tabindex");r&&!o?e.setAttribute("tabindex","0"):r||i.container.removeAttribute("tabindex")}createExitAnchor(){let e=this.chart,t=this.exitAnchor=eG.createElement("div");e.renderTo.appendChild(t),this.makeElementAnExitAnchor(t)}makeElementAnExitAnchor(e){let t=this.tabindexContainer.getAttribute("tabindex")||0;e.setAttribute("class","highcharts-exit-anchor"),e.setAttribute("tabindex",t),e.setAttribute("aria-hidden",!1),this.addExitAnchorEventsToEl(e)}removeExitAnchor(){if(this.exitAnchor){let e=this.eventProvider.eventRemovers.find(e=>e.element===this.exitAnchor);e&&eZ(e.remover)&&this.eventProvider.removeEvent(e.remover),this.exitAnchor.parentNode&&this.exitAnchor.parentNode.removeChild(this.exitAnchor),delete this.exitAnchor}}addExitAnchorEventsToEl(e){let t=this.chart,n=this;this.eventProvider.addEvent(e,"focus",function(e){let r=e||eX.event,i=!(r.relatedTarget&&t.container.contains(r.relatedTarget)||n.exiting);if(t.focusElement&&delete t.focusElement,i){if(n.tabbingInBackwards=!0,n.tabindexContainer.focus(),delete n.tabbingInBackwards,r.preventDefault(),n.modules&&n.modules.length){n.currentModuleIx=n.modules.length-1;let e=n.modules[n.currentModuleIx];e&&e.validate&&!e.validate()?n.move(-1):e&&e.init(-1)}}else n.exiting=!1})}getFirstValidModuleIx(){let e=this.modules.length;for(let t=0;t{e&&e.dismissPopupContent&&e.dismissPopupContent()})}(e1||(e1={})).compose=function(e){eW.compose(e);let t=e.prototype;return!t.dismissPopupContent&&(t.dismissPopupContent=e2,eG&&eK(eG,"keydown",e3)),e};let e5=e1;var e7=y(632),e4=y.n(e7);let{animObject:e6}=w(),{doc:e9}=w(),{addEvent:e8,fireEvent:te,isNumber:tt,pick:tn,syncTimeout:tr}=w(),{getChartTitle:ti}=q,{stripHTMLTagsFromString:ta,addClass:to,removeClass:ts}=T;function tl(e){let t=e.legend&&e.legend.allItems,n=e.options.legend.accessibility||{},r=e.colorAxis&&e.colorAxis.some(e=>!e.dataClasses||!e.dataClasses.length);return!!(t&&t.length&&!r&&!1!==n.enabled)}function tc(e,t){let n=t.legendItem||{};for(let r of(t.setState(e?"hover":"",!0),["group","label","symbol"])){let t=n[r],i=t&&t.element||t;i&&te(i,e?"mouseover":"mouseout")}}class tu extends J{constructor(){super(...arguments),this.highlightedLegendItemIx=NaN,this.proxyGroup=null}init(){let e=this;this.recreateProxies(),this.addEvent(e4(),"afterScroll",function(){this.chart===e.chart&&(e.proxyProvider.updateGroupProxyElementPositions("legend"),e.updateLegendItemProxyVisibility(),e.highlightedLegendItemIx>-1&&this.chart.highlightLegendItem(e.highlightedLegendItemIx))}),this.addEvent(e4(),"afterPositionItem",function(t){this.chart===e.chart&&this.chart.renderer&&e.updateProxyPositionForItem(t.item)}),this.addEvent(e4(),"afterRender",function(){this.chart===e.chart&&this.chart.renderer&&e.recreateProxies()&&tr(()=>e.proxyProvider.updateGroupProxyElementPositions("legend"),e6(tn(this.chart.renderer.globalAnimation,!0)).duration)})}updateLegendItemProxyVisibility(){let e,t=this.chart,n=t.legend,r=n.allItems||[],i=n.currentPage||1,a=n.clipHeight||0;r.forEach(r=>{if(r.a11yProxyElement){let o=n.pages&&n.pages.length,s=r.a11yProxyElement.element,l=!1;if(e=r.legendItem||{},o){let t=e.pageIx||0;l=(e.y||0)+(e.label?Math.round(e.label.getBBox().height):0)-n.pages[t]>a||t!==i-1}l?t.styledMode?to(s,"highcharts-a11y-invisible"):s.style.visibility="hidden":(ts(s,"highcharts-a11y-invisible"),s.style.visibility="")}})}onChartRender(){tl(this.chart)||this.removeProxies()}highlightAdjacentLegendPage(e){let t=this.chart,n=t.legend,r=(n.currentPage||1)+e,i=n.pages||[];if(r>0&&r<=i.length){let e=0;for(let i of n.allItems)((i.legendItem||{}).pageIx||0)+1===r&&t.highlightLegendItem(e)&&(this.highlightedLegendItemIx=e),++e}}updateProxyPositionForItem(e){e.a11yProxyElement&&e.a11yProxyElement.refreshPosition()}recreateProxies(){let e=e9.activeElement,t=this.proxyGroup,n=e&&t&&t.contains(e);return this.removeProxies(),!!tl(this.chart)&&(this.addLegendProxyGroup(),this.proxyLegendItems(),this.updateLegendItemProxyVisibility(),this.updateLegendTitle(),n&&this.chart.highlightLegendItem(this.highlightedLegendItemIx),!0)}removeProxies(){this.proxyProvider.removeGroup("legend")}updateLegendTitle(){let e=this.chart,t=ta((e.legend&&e.legend.options.title&&e.legend.options.title.text||"").replace(/
    /g," "),e.renderer.forExport),n=e.langFormat("accessibility.legend.legendLabel"+(t?"":"NoTitle"),{chart:e,legendTitle:t,chartTitle:ti(e)});this.proxyProvider.updateGroupAttrs("legend",{"aria-label":n})}addLegendProxyGroup(){let e="all"===this.chart.options.accessibility.landmarkVerbosity?"region":null;this.proxyGroup=this.proxyProvider.addGroup("legend","ul",{"aria-label":"_placeholder_",role:e})}proxyLegendItems(){let e,t=this;((this.chart.legend||{}).allItems||[]).forEach(n=>{(e=n.legendItem||{}).label&&e.label.element&&t.proxyLegendItem(n)})}proxyLegendItem(e){let t=e.legendItem||{},n=e.legendItem?.label,r=n?.element,i=t.label?.styles?.textOverflow==="ellipsis";if(!t.label||!t.group)return;let a=this.chart.langFormat("accessibility.legend.legendItem",{chart:this.chart,itemName:ta(e.name,this.chart.renderer.forExport),item:e}),o={tabindex:-1,"aria-pressed":e.visible,"aria-label":a,title:""};i&&-1!==(r.textContent||"").indexOf("…")&&(o.title=n?.textStr);let s=t.group.div?t.label:t.group;e.a11yProxyElement=this.proxyProvider.addProxyElement("legend",{click:t.label,visual:s.element},"button",o)}getKeyboardNavigation(){let e=this.keyCodes,t=this,n=this.chart;return new et(n,{keyCodeMap:[[[e.left,e.right,e.up,e.down],function(e){return t.onKbdArrowKey(this,e)}],[[e.enter,e.space],function(){return t.onKbdClick(this)}],[[e.pageDown,e.pageUp],function(n){let r=n===e.pageDown?1:-1;return t.highlightAdjacentLegendPage(r),this.response.success}]],validate:function(){return t.shouldHaveLegendNavigation()},init:function(){n.highlightLegendItem(0),t.highlightedLegendItemIx=0},terminate:function(){t.highlightedLegendItemIx=-1,n.legend.allItems.forEach(e=>tc(!1,e))}})}onKbdArrowKey(e,t){let{keyCodes:{left:n,up:r},highlightedLegendItemIx:i,chart:a}=this,o=a.legend.allItems.length,s=a.options.accessibility.keyboardNavigation.wrapAround,l=t===n||t===r?-1:1;return a.highlightLegendItem(i+l)?this.highlightedLegendItemIx+=l:s&&o>1&&(this.highlightedLegendItemIx=l>0?0:o-1,a.highlightLegendItem(this.highlightedLegendItemIx)),e.response.success}onKbdClick(e){let t=this.chart.legend.allItems[this.highlightedLegendItemIx];return t&&t.a11yProxyElement&&t.a11yProxyElement.click(),e.response.success}shouldHaveLegendNavigation(){if(!tl(this.chart))return!1;let e=this.chart,t=(e.options.legend||{}).accessibility||{};return!!(e.legend.display&&t.keyboardNavigation&&t.keyboardNavigation.enabled)}destroy(){this.removeProxies()}}function th(e){let t=this.legend.allItems,n=this.accessibility&&this.accessibility.components.legend.highlightedLegendItemIx,r=t[e],i=r?.legendItem||{};if(r){var a;let o,s;tt(n)&&t[n]&&tc(!1,t[n]),o=((a=this.legend).allItems[e].legendItem||{}).pageIx,s=a.currentPage,void 0!==o&&o+1!==s&&a.scroll(1+o-s);let l=i.label,c=r.a11yProxyElement&&r.a11yProxyElement.innerElement;return l&&l.element&&c&&this.setFocusToElement(l,c),tc(!0,r),!0}return!1}function td(e){let t=this.chart.options.accessibility,n=e.item;t.enabled&&n&&n.a11yProxyElement&&n.a11yProxyElement.innerElement.setAttribute("aria-pressed",e.visible?"true":"false")}(tu||(tu={})).compose=function(e,t){let n=e.prototype;n.highlightLegendItem||(n.highlightLegendItem=th,e8(t,"afterColorizeItem",td))};let tf=tu;var tp=y(532),tm=y.n(tp);let{isTouchDevice:tg}=w(),{addEvent:tv,merge:ty,pick:tb}=w(),tx=[];function tw(){this.navigator&&this.navigator.setBaseSeries(null,!1)}function t_(){let e,t,n,r=this.legend,i=this.navigator;if(i){e=r&&r.options,t=i.xAxis,n=i.yAxis;let{scrollbarHeight:a,scrollButtonSize:o}=i;this.inverted?(i.left=i.opposite?this.chartWidth-a-i.height:this.spacing[3]+a,i.top=this.plotTop+o):(i.left=tb(t.left,this.plotLeft+o),i.top=i.navigatorOptions.top||this.chartHeight-i.height-a-(this.scrollbar?.options.margin||0)-this.spacing[2]-(this.rangeSelector&&this.extraBottomMargin?this.rangeSelector.getHeight():0)-(e&&"bottom"===e.verticalAlign&&"proximate"!==e.layout&&e.enabled&&!e.floating?r.legendHeight+tb(e.margin,10):0)-(this.titleOffset?this.titleOffset[2]:0)),t&&n&&(this.inverted?t.options.left=n.options.left=i.left:t.options.top=n.options.top=i.top,t.setAxisSize(),n.setAxisSize())}}function tk(t){!this.navigator&&!this.scroller&&(this.options.navigator.enabled||this.options.scrollbar.enabled)&&(this.scroller=this.navigator=new e(this),tb(t.redraw,!0)&&this.redraw(t.animation))}function tS(){let t=this.options;(t.navigator.enabled||t.scrollbar.enabled)&&(this.scroller=this.navigator=new e(this))}function tM(){let e=this.options,t=e.navigator,n=e.rangeSelector;if((t&&t.enabled||n&&n.enabled)&&(!tg&&"x"===this.zooming.type||tg&&"x"===this.zooming.pinchType))return!1}function tA(e){let t=e.navigator;if(t&&e.xAxis[0]){let n=e.xAxis[0].getExtremes();t.render(n.min,n.max)}}function tE(e){let t=e.options.navigator||{},n=e.options.scrollbar||{};!this.navigator&&!this.scroller&&(t.enabled||n.enabled)&&(ty(!0,this.options.navigator,t),ty(!0,this.options.scrollbar,n),delete e.options.navigator,delete e.options.scrollbar)}let tT=function(t,n){if(w().pushUnique(tx,t)){let r=t.prototype;e=n,r.callbacks.push(tA),tv(t,"afterAddSeries",tw),tv(t,"afterSetChartSize",t_),tv(t,"afterUpdate",tk),tv(t,"beforeRender",tS),tv(t,"beforeShowResetZoom",tM),tv(t,"update",tE)}},{isTouchDevice:tC}=w(),{addEvent:tP,correctFloat:tN,defined:tO,isNumber:tL,pick:tj}=w();function tD(){this.navigatorAxis||(this.navigatorAxis=new tz(this))}function tR(e){let t,n=this.chart,r=n.options,i=r.navigator,a=this.navigatorAxis,o=n.zooming.pinchType,s=r.rangeSelector,l=n.zooming.type;if(this.isXAxis&&(i?.enabled||s?.enabled)){if("y"===l&&"zoom"===e.trigger)t=!1;else if(("zoom"===e.trigger&&"xy"===l||tC&&"xy"===o)&&this.options.range){let t=a.previousZoom;tO(e.min)?a.previousZoom=[this.min,this.max]:t&&(e.min=t[0],e.max=t[1],a.previousZoom=void 0)}}void 0!==t&&e.preventDefault()}class tz{static compose(e){e.keepProps.includes("navigatorAxis")||(e.keepProps.push("navigatorAxis"),tP(e,"init",tD),tP(e,"setExtremes",tR))}constructor(e){this.axis=e}destroy(){this.axis=void 0}toFixedRange(e,t,n,r){let i=this.axis,a=(i.pointRange||0)/2,o=tj(n,i.translate(e,!0,!i.horiz)),s=tj(r,i.translate(t,!0,!i.horiz));return tO(n)||(o=tN(o+a)),tO(r)||(s=tN(s-a)),tL(o)&&tL(s)||(o=s=void 0),{min:o,max:s}}}var tI=y(620),tB=y.n(tI),tF=y(512),tH=y.n(tF);let{parse:t$}=tB(),{seriesTypes:tU}=tH(),tV={height:40,margin:22,maskInside:!0,handles:{width:7,borderRadius:0,height:15,symbols:["navigator-handle","navigator-handle"],enabled:!0,lineWidth:1,backgroundColor:"#f2f2f2",borderColor:"#999999"},maskFill:t$("#667aff").setOpacity(.3).get(),outlineColor:"#999999",outlineWidth:1,series:{type:void 0===tU.areaspline?"line":"areaspline",fillOpacity:.05,lineWidth:1,compare:null,sonification:{enabled:!1},dataGrouping:{approximation:"average",enabled:!0,groupPixelWidth:2,firstAnchor:"firstPoint",anchor:"middle",lastAnchor:"lastPoint",units:[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2,3,4]],["week",[1,2,3]],["month",[1,3,6]],["year",null]]},dataLabels:{enabled:!1,zIndex:2},id:"highcharts-navigator-series",className:"highcharts-navigator-series",lineColor:null,marker:{enabled:!1},threshold:null},xAxis:{className:"highcharts-navigator-xaxis",tickLength:0,lineWidth:0,gridLineColor:"#e6e6e6",id:"navigator-x-axis",gridLineWidth:1,tickPixelInterval:200,labels:{align:"left",style:{color:"#000000",fontSize:"0.7em",opacity:.6,textOutline:"2px contrast"},x:3,y:-4},crosshair:!1},yAxis:{className:"highcharts-navigator-yaxis",gridLineWidth:0,startOnTick:!1,endOnTick:!1,minPadding:.1,id:"navigator-y-axis",maxPadding:.1,labels:{enabled:!1},crosshair:!1,title:{text:void 0},tickLength:0,tickWidth:0}},{defined:tq,isNumber:tY,pick:tW}=w(),{relativeLength:tG}=w(),tX={"navigator-handle":function(e,t,n,r,i={}){var a,o,s,l;let c,u=i.width?i.width/2:n,h=tG(i.borderRadius||0,Math.min(2*u,r));return[["M",-1.5,(r=i.height||r)/2-3.5],["L",-1.5,r/2+4.5],["M",.5,r/2-3.5],["L",.5,r/2+4.5],...(a=-u-1,o=2*u+1,s=r,l={r:h},l?.r?[["M",a+(c=l?.r||0),.5],["L",a+o-c,.5],["A",c,c,0,0,1,a+o,.5+c],["L",a+o,.5+s-c],["A",c,c,0,0,1,a+o-c,.5+s],["L",a+c,.5+s],["A",c,c,0,0,1,a,.5+s-c],["L",a,.5+c],["A",c,c,0,0,1,a+c,.5],["Z"]]:[["M",a,.5],["L",a+o,.5],["L",a+o,.5+s],["L",a,.5+s],["Z"]])]}};var tK=y(608),tZ=y.n(tK);let{defined:tQ}=w(),{defaultOptions:tJ}=w(),{composed:t0}=w(),{getRendererType:t1}=tZ(),{setFixedRange:t2}={setFixedRange:function(e){let t=this.xAxis[0];tQ(t.dataMax)&&tQ(t.dataMin)&&e?this.fixedRange=Math.min(e,t.dataMax-t.dataMin):this.fixedRange=e}},{addEvent:t3,extend:t5,pushUnique:t7}=w();function t4(){this.chart.navigator&&!this.options.isInternal&&this.chart.navigator.setBaseSeries(null,!1)}let t6=function(e,t,n){tz.compose(t),t7(t0,"Navigator")&&(e.prototype.setFixedRange=t2,t5(t1().prototype.symbols,tX),t5(tJ,{navigator:tV}),t3(n,"afterUpdate",t4))},{composed:t9}=w(),{addEvent:t8,correctFloat:ne,defined:nt,pick:nn,pushUnique:nr}=w();!function(e){let t;function n(e){let t=nn(e.options?.min,e.min),n=nn(e.options?.max,e.max);return{axisMin:t,axisMax:n,scrollMin:nt(e.dataMin)?Math.min(t,e.min??1/0,e.dataMin,e.threshold??1/0):t,scrollMax:e.treeGrid?.adjustedMax??(nt(e.dataMax)?Math.max(n,e.max??-1/0,e.dataMax,e.threshold??-1/0):n)}}function r(){let e=this.scrollbar,t=e&&!e.options.opposite,n=this.horiz?2:t?3:1;e&&(this.chart.scrollbarsOffsets=[0,0],this.chart.axisOffset[n]+=e.size+(e.options.margin||0))}function i(){let e=this;e.options?.scrollbar?.enabled&&(e.options.scrollbar.vertical=!e.horiz,e.options.startOnTick=e.options.endOnTick=!1,e.scrollbar=new t(e.chart.renderer,e.options.scrollbar,e.chart),t8(e.scrollbar,"changed",function(t){let r,i,{axisMin:a,axisMax:o,scrollMin:s,scrollMax:l}=n(e),c=e.toPixels(s),u=e.toPixels(l)-c;if(nt(a)&&nt(o))if(e.horiz&&!e.reversed||!e.horiz&&e.reversed?(r=Math.min(l,e.toValue(c+u*this.to)),i=Math.max(s,e.toValue(c+u*this.from))):(r=Math.min(l,e.toValue(c+u*(1-this.from))),i=Math.max(s,e.toValue(c+u*(1-this.to)))),this.shouldUpdateExtremes(t.DOMType)){let n="mousemove"!==t.DOMType&&"touchmove"!==t.DOMType&&void 0;e.setExtremes(ne(i),ne(r),!0,n,t)}else this.setRange(this.from,this.to)}))}function a(){let e,t,r,{scrollMin:i,scrollMax:a}=n(this),o=this.scrollbar,s=(this.axisTitleMargin||0)+(this.titleOffset||0),l=this.chart.scrollbarsOffsets,c=this.options.margin||0;if(o&&l){if(this.horiz)this.opposite||(l[1]+=s),o.position(this.left,this.top+this.height+2+l[1]-(this.opposite?c:0),this.width,this.height),this.opposite||(l[1]+=c),e=1;else{let t;this.opposite&&(l[0]+=s),t=o.options.opposite?this.left+this.width+2+l[0]-(this.opposite?0:c):this.opposite?0:c,o.position(t,this.top,this.width,this.height),this.opposite&&(l[0]+=c),e=0}if(l[e]+=o.size+(o.options.margin||0),isNaN(i)||isNaN(a)||!nt(this.min)||!nt(this.max)||nt(this.dataMin)&&this.dataMin===this.dataMax)o.setRange(0,1);else if(this.min===this.max){let e=this.pointRange/(this.dataMax+1);t=e*this.min,r=e*(this.max+1),o.setRange(t,r)}else t=(this.toPixels(this.min)-this.toPixels(i))/(this.toPixels(a)-this.toPixels(i)),r=(this.toPixels(this.max)-this.toPixels(i))/(this.toPixels(a)-this.toPixels(i)),this.horiz&&!this.reversed||!this.horiz&&this.reversed?o.setRange(t,r):o.setRange(1-r,1-t)}}e.compose=function(e,n){nr(t9,"Axis.Scrollbar")&&(t=n,t8(e,"afterGetOffset",r),t8(e,"afterInit",i),t8(e,"afterRender",a))}}(p||(p={}));let ni=p,na={height:10,barBorderRadius:5,buttonBorderRadius:0,buttonsEnabled:!1,liveRedraw:void 0,margin:void 0,minWidth:6,opposite:!0,step:.2,zIndex:3,barBackgroundColor:"#cccccc",barBorderWidth:0,barBorderColor:"#cccccc",buttonArrowColor:"#333333",buttonBackgroundColor:"#e6e6e6",buttonBorderColor:"#cccccc",buttonBorderWidth:1,rifleColor:"none",trackBackgroundColor:"rgba(255, 255, 255, 0.001)",trackBorderColor:"#cccccc",trackBorderRadius:5,trackBorderWidth:1},{defaultOptions:no}=w(),{composed:ns}=w(),{addEvent:nl,correctFloat:nc,crisp:nu,defined:nh,destroyObjectProperties:nd,extend:nf,fireEvent:np,merge:nm,pick:ng,pushUnique:nv,removeEvent:ny}=w();class nb{static compose(e){ni.compose(e,nb),nv(ns,"Scrollbar")&&nf(no,{scrollbar:na})}static swapXY(e,t){return t&&e.forEach(e=>{let t,n=e.length;for(let r=0;rthis.calculatedWidth?t.minWidth:0;return{chartX:(e.chartX-this.x-this.xOffset)/(this.barWidth-n),chartY:(e.chartY-this.y-this.yOffset)/(this.barWidth-n)}}destroy(){let e=this,t=e.chart.scroller;e.removeEvents(),["track","scrollbarRifles","scrollbar","scrollbarGroup","group"].forEach(function(t){e[t]&&e[t].destroy&&(e[t]=e[t].destroy())}),t&&e===t.scrollbar&&(t.scrollbar=null,nd(t.scrollbarButtons))}drawScrollbarButton(e){let t=this.renderer,n=this.scrollbarButtons,r=this.options,i=this.size,a=t.g().add(this.group);if(n.push(a),r.buttonsEnabled){let o=t.rect().addClass("highcharts-scrollbar-button").add(a);this.chart.styledMode||o.attr({stroke:r.buttonBorderColor,"stroke-width":r.buttonBorderWidth,fill:r.buttonBackgroundColor}),o.attr(o.crisp({x:-.5,y:-.5,width:i,height:i,r:r.buttonBorderRadius},o.strokeWidth()));let s=t.path(nb.swapXY([["M",i/2+(e?-1:1),i/2-3],["L",i/2+(e?-1:1),i/2+3],["L",i/2+(e?2:-2),i/2]],r.vertical)).addClass("highcharts-scrollbar-arrow").add(n[e]);this.chart.styledMode||s.attr({fill:r.buttonArrowColor})}}init(e,t,n){this.scrollbarButtons=[],this.renderer=e,this.userOptions=t,this.options=nm(na,no.scrollbar,t),this.options.margin=ng(this.options.margin,10),this.chart=n,this.size=ng(this.options.size,this.options.height),t.enabled&&(this.render(),this.addEvents())}mouseDownHandler(e){let t=this.chart.pointer?.normalize(e)||e,n=this.cursorToScrollbarPosition(t);this.chartX=n.chartX,this.chartY=n.chartY,this.initPositions=[this.from,this.to],this.grabbedCenter=!0}mouseMoveHandler(e){let t,n=this.chart.pointer?.normalize(e)||e,r=this.options.vertical?"chartY":"chartX",i=this.initPositions||[];this.grabbedCenter&&(!e.touches||0!==e.touches[0][r])&&(t=this.cursorToScrollbarPosition(n)[r]-this[r],this.hasDragged=!0,this.updatePosition(i[0]+t,i[1]+t),this.hasDragged&&np(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMType:e.type,DOMEvent:e}))}mouseUpHandler(e){this.hasDragged&&np(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMType:e.type,DOMEvent:e}),this.grabbedCenter=this.hasDragged=this.chartX=this.chartY=null}position(e,t,n,r){let{buttonsEnabled:i,margin:a=0,vertical:o}=this.options,s=this.rendered?"animate":"attr",l=r,c=0;this.group.show(),this.x=e,this.y=t+this.trackBorderWidth,this.width=n,this.height=r,this.xOffset=l,this.yOffset=c,o?(this.width=this.yOffset=n=c=this.size,this.xOffset=l=0,this.yOffset=c=i?this.size:0,this.barWidth=r-(i?2*n:0),this.x=e+=a):(this.height=r=this.size,this.xOffset=l=i?this.size:0,this.barWidth=n-(i?2*r:0),this.y=this.y+a),this.group[s]({translateX:e,translateY:this.y}),this.track[s]({width:n,height:r}),this.scrollbarButtons[1][s]({translateX:o?0:n-l,translateY:o?r-c:0})}removeEvents(){this._events.forEach(function(e){ny.apply(null,e)}),this._events.length=0}render(){let e=this.renderer,t=this.options,n=this.size,r=this.chart.styledMode,i=e.g("scrollbar").attr({zIndex:t.zIndex}).hide().add();this.group=i,this.track=e.rect().addClass("highcharts-scrollbar-track").attr({r:t.trackBorderRadius||0,height:n,width:n}).add(i),r||this.track.attr({fill:t.trackBackgroundColor,stroke:t.trackBorderColor,"stroke-width":t.trackBorderWidth});let a=this.trackBorderWidth=this.track.strokeWidth();this.track.attr({x:-nu(0,a),y:-nu(0,a)}),this.scrollbarGroup=e.g().add(i),this.scrollbar=e.rect().addClass("highcharts-scrollbar-thumb").attr({height:n-a,width:n-a,r:t.barBorderRadius||0}).add(this.scrollbarGroup),this.scrollbarRifles=e.path(nb.swapXY([["M",-3,n/4],["L",-3,2*n/3],["M",0,n/4],["L",0,2*n/3],["M",3,n/4],["L",3,2*n/3]],t.vertical)).addClass("highcharts-scrollbar-rifles").add(this.scrollbarGroup),r||(this.scrollbar.attr({fill:t.barBackgroundColor,stroke:t.barBorderColor,"stroke-width":t.barBorderWidth}),this.scrollbarRifles.attr({stroke:t.rifleColor,"stroke-width":1})),this.scrollbarStrokeWidth=this.scrollbar.strokeWidth(),this.scrollbarGroup.translate(-nu(0,this.scrollbarStrokeWidth),-nu(0,this.scrollbarStrokeWidth)),this.drawScrollbarButton(0),this.drawScrollbarButton(1)}setRange(e,t){let n,r,i=this.options,a=i.vertical,o=i.minWidth,s=this.barWidth,l=!this.rendered||this.hasDragged||this.chart.navigator&&this.chart.navigator.hasDragged?"attr":"animate";if(!nh(s))return;let c=s*Math.min(t,1);n=Math.ceil(s*(e=Math.max(e,0))),this.calculatedWidth=r=nc(c-n),r=1?this.group.hide():this.group.show()),this.rendered=!0}shouldUpdateExtremes(e){return ng(this.options.liveRedraw,w().svg&&!w().isTouchDevice&&!this.chart.boosted)||"mouseup"===e||"touchend"===e||!nh(e)}trackClick(e){let t=this.chart.pointer?.normalize(e)||e,n=this.to-this.from,r=this.y+this.scrollbarTop,i=this.x+this.scrollbarLeft;this.options.vertical&&t.chartY>r||!this.options.vertical&&t.chartX>i?this.updatePosition(this.from+n,this.to+n):this.updatePosition(this.from-n,this.to-n),np(this,"changed",{from:this.from,to:this.to,trigger:"scrollbar",DOMEvent:e})}update(e){this.destroy(),this.init(this.chart.renderer,nm(!0,this.options,e),this.chart)}updatePosition(e,t){t>1&&(e=nc(1-nc(t-e)),t=1),e<0&&(t=nc(t-e),e=0),this.from=e,this.to=t}}nb.defaultOptions=na;var nx=y(540),nw=y.n(nx);let{defaultOptions:n_}=w(),{isTouchDevice:nk}=w(),{prototype:{symbols:nS}}=nw(),{addEvent:nM,clamp:nA,correctFloat:nE,defined:nT,destroyObjectProperties:nC,erase:nP,extend:nN,find:nO,fireEvent:nL,isArray:nj,isNumber:nD,merge:nR,pick:nz,removeEvent:nI,splat:nB}=w();function nF(e,...t){let n=[].filter.call(t,nD);if(n.length)return Math[e].apply(0,n)}class nH{static compose(e,t,n){tT(e,nH),t6(e,t,n)}constructor(e){this.isDirty=!1,this.scrollbarHeight=0,this.init(e)}drawHandle(e,t,n,r){let i=this.navigatorOptions.handles.height;this.handles[t][r](n?{translateX:Math.round(this.left+this.height/2),translateY:Math.round(this.top+parseInt(e,10)+.5-i)}:{translateX:Math.round(this.left+parseInt(e,10)),translateY:Math.round(this.top+this.height/2-i/2-1)})}drawOutline(e,t,n,r){let i=this.navigatorOptions.maskInside,a=this.outline.strokeWidth(),o=a/2,s=a%2/2,l=this.scrollButtonSize,c=this.size,u=this.top,h=this.height,d=u-o,f=u+h,p=this.left,m,g;n?(m=u+t+s,t=u+e+s,g=[["M",p+h,u-l-s],["L",p+h,m],["L",p,m],["M",p,t],["L",p+h,t],["L",p+h,u+c+l]],i&&g.push(["M",p+h,m-o],["L",p+h,t+o])):(p-=l,e+=p+l-s,t+=p+l-s,g=[["M",p,d],["L",e,d],["L",e,f],["M",t,f],["L",t,d],["L",p+c+2*l,d]],i&&g.push(["M",e-o,d],["L",t+o,d])),this.outline[r]({d:g})}drawMasks(e,t,n,r){let i,a,o,s,l=this.left,c=this.top,u=this.height;n?(o=[l,l,l],s=[c,c+e,c+t],a=[u,u,u],i=[e,t-e,this.size-t]):(o=[l,l+e,l+t],s=[c,c,c],a=[e,t-e,this.size-t],i=[u,u,u]),this.shades.forEach((e,t)=>{e[r]({x:o[t],y:s[t],width:a[t],height:i[t]})})}renderElements(){let e=this,t=e.navigatorOptions,n=t.maskInside,r=e.chart,i=r.inverted,a=r.renderer,o={cursor:i?"ns-resize":"ew-resize"},s=e.navigatorGroup??(e.navigatorGroup=a.g("navigator").attr({zIndex:8,visibility:"hidden"}).add());if([!n,n,!n].forEach((n,i)=>{let l=e.shades[i]??(e.shades[i]=a.rect().addClass("highcharts-navigator-mask"+(1===i?"-inside":"-outside")).add(s));r.styledMode||(l.attr({fill:n?t.maskFill:"rgba(0,0,0,0)"}),1===i&&l.css(o))}),e.outline||(e.outline=a.path().addClass("highcharts-navigator-outline").add(s)),r.styledMode||e.outline.attr({"stroke-width":t.outlineWidth,stroke:t.outlineColor}),t.handles?.enabled){let n=t.handles,{height:i,width:l}=n;[0,1].forEach(t=>{let c=n.symbols[t];if(e.handles[t]&&e.handles[t].symbolUrl===c){if(!e.handles[t].isImg&&e.handles[t].symbolName!==c){let n=nS[c].call(nS,-l/2-1,0,l,i);e.handles[t].attr({d:n}),e.handles[t].symbolName=c}}else e.handles[t]?.destroy(),e.handles[t]=a.symbol(c,-l/2-1,0,l,i,n),e.handles[t].attr({zIndex:7-t}).addClass("highcharts-navigator-handle highcharts-navigator-handle-"+["left","right"][t]).add(s),e.addMouseEvents();r.inverted&&e.handles[t].attr({rotation:90,rotationOriginX:Math.floor(-l/2),rotationOriginY:(i+l)/2}),r.styledMode||e.handles[t].attr({fill:n.backgroundColor,stroke:n.borderColor,"stroke-width":n.lineWidth,width:n.width,height:n.height,x:-l/2-1,y:0}).css(o)})}}update(e,t=!1){let n=this.chart,r=n.options.chart.inverted!==n.scrollbar?.options.vertical;if(nR(!0,n.options.navigator,e),this.navigatorOptions=n.options.navigator||{},this.setOpposite(),nT(e.enabled)||r)return this.destroy(),this.navigatorEnabled=e.enabled||this.navigatorEnabled,this.init(n);if(this.navigatorEnabled&&(this.isDirty=!0,!1===e.adaptToUpdatedData&&this.baseSeries.forEach(e=>{nI(e,"updatedData",this.updatedDataHandler)},this),e.adaptToUpdatedData&&this.baseSeries.forEach(e=>{e.eventsToUnbind.push(nM(e,"updatedData",this.updatedDataHandler))},this),(e.series||e.baseSeries)&&this.setBaseSeries(void 0,!1),e.height||e.xAxis||e.yAxis)){this.height=e.height??this.height;let t=this.getXAxisOffsets();this.xAxis.update({...e.xAxis,offsets:t,[n.inverted?"width":"height"]:this.height,[n.inverted?"height":"width"]:void 0},!1),this.yAxis.update({...e.yAxis,[n.inverted?"width":"height"]:this.height},!1)}t&&n.redraw()}render(e,t,n,r){let i=this.chart,a=this.xAxis,o=a.pointRange||0,s=a.navigatorAxis.fake?i.xAxis[0]:a,l=this.navigatorEnabled,c=this.rendered,u=i.inverted,h=i.xAxis[0].minRange,d=i.xAxis[0].options.maxRange,f=this.scrollButtonSize,p,m,g,v=this.scrollbarHeight,y,b;if(this.hasDragged&&!nT(n))return;if(this.isDirty&&this.renderElements(),e=nE(e-o/2),t=nE(t+o/2),!nD(e)||!nD(t))if(!c)return;else n=0,r=nz(a.width,s.width);this.left=nz(a.left,i.plotLeft+f+(u?i.plotWidth:0));let x=this.size=y=nz(a.len,(u?i.plotHeight:i.plotWidth)-2*f);p=u?v:y+2*f,n=nz(n,a.toPixels(e,!0)),r=nz(r,a.toPixels(t,!0)),nD(n)&&Math.abs(n)!==1/0||(n=0,r=p);let w=a.toValue(n,!0),_=a.toValue(r,!0),k=Math.abs(nE(_-w));kd&&(this.grabbedLeft?n=a.toPixels(_-d-o,!0):this.grabbedRight&&(r=a.toPixels(w+d+o,!0))),this.zoomedMax=nA(Math.max(n,r),0,x),this.zoomedMin=nA(this.fixedWidth?this.zoomedMax-this.fixedWidth:Math.min(n,r),0,x),this.range=this.zoomedMax-this.zoomedMin,x=Math.round(this.zoomedMax);let S=Math.round(this.zoomedMin);l&&(this.navigatorGroup.attr({visibility:"inherit"}),b=c&&!this.hasDragged?"animate":"attr",this.drawMasks(S,x,u,b),this.drawOutline(S,x,u,b),this.navigatorOptions.handles.enabled&&(this.drawHandle(S,0,u,b),this.drawHandle(x,1,u,b))),this.scrollbar&&(u?(g=this.top-f,m=this.left-v+(l||!s.opposite?0:(s.titleOffset||0)+s.axisTitleMargin),v=y+2*f):(g=this.top+(l?this.height:-v),m=this.left-f),this.scrollbar.position(m,g,p,v),this.scrollbar.setRange(this.zoomedMin/(y||1),this.zoomedMax/(y||1))),this.rendered=!0,this.isDirty=!1,nL(this,"afterRender")}addMouseEvents(){let e=this,t=e.chart,n=t.container,r=[],i,a;e.mouseMoveHandler=i=function(t){e.onMouseMove(t)},e.mouseUpHandler=a=function(t){e.onMouseUp(t)},(r=e.getPartsEvents("mousedown")).push(nM(t.renderTo,"mousemove",i),nM(n.ownerDocument,"mouseup",a),nM(t.renderTo,"touchmove",i),nM(n.ownerDocument,"touchend",a)),r.concat(e.getPartsEvents("touchstart")),e.eventsToUnbind=r,e.series&&e.series[0]&&r.push(nM(e.series[0].xAxis,"foundExtremes",function(){t.navigator.modifyNavigatorAxisExtremes()}))}getPartsEvents(e){let t=this,n=[];return["shades","handles"].forEach(function(r){t[r].forEach(function(i,a){n.push(nM(i.element,e,function(e){t[r+"Mousedown"](e,a)}))})}),n}shadesMousedown(e,t){e=this.chart.pointer?.normalize(e)||e;let n=this.chart,r=this.xAxis,i=this.zoomedMin,a=this.size,o=this.range,s=this.left,l=e.chartX,c,u,h,d;n.inverted&&(l=e.chartY,s=this.top),1===t?(this.grabbedCenter=l,this.fixedWidth=o,this.dragOffset=l-i):(d=l-s-o/2,0===t?d=Math.max(0,d):2===t&&d+o>=a&&(d=a-o,this.reversedExtremes?(d-=o,u=this.getUnionExtremes().dataMin):c=this.getUnionExtremes().dataMax),d!==i&&(this.fixedWidth=o,nT((h=r.navigatorAxis.toFixedRange(d,d+o,u,c)).min)&&nL(this,"setRange",{min:Math.min(h.min,h.max),max:Math.max(h.min,h.max),redraw:!0,eventArguments:{trigger:"navigator"}})))}handlesMousedown(e,t){e=this.chart.pointer?.normalize(e)||e;let n=this.chart,r=n.xAxis[0],i=this.reversedExtremes;0===t?(this.grabbedLeft=!0,this.otherHandlePos=this.zoomedMax,this.fixedExtreme=i?r.min:r.max):(this.grabbedRight=!0,this.otherHandlePos=this.zoomedMin,this.fixedExtreme=i?r.max:r.min),n.setFixedRange(void 0)}onMouseMove(e){let t=this,n=t.chart,r=t.navigatorSize,i=t.range,a=t.dragOffset,o=n.inverted,s=t.left,l;(!e.touches||0!==e.touches[0].pageX)&&(l=(e=n.pointer?.normalize(e)||e).chartX,o&&(s=t.top,l=e.chartY),t.grabbedLeft?(t.hasDragged=!0,t.render(0,0,l-s,t.otherHandlePos)):t.grabbedRight?(t.hasDragged=!0,t.render(0,0,t.otherHandlePos,l-s)):t.grabbedCenter&&(t.hasDragged=!0,lr+a-i&&(l=r+a-i),t.render(0,0,l-a,l-a+i)),t.hasDragged&&t.scrollbar&&nz(t.scrollbar.options.liveRedraw,!nk&&!this.chart.boosted)&&(e.DOMType=e.type,setTimeout(function(){t.onMouseUp(e)},0)))}onMouseUp(e){let t,n,r,i,a,o,s=this.chart,l=this.xAxis,c=this.scrollbar,u=e.DOMEvent||e,h=s.inverted,d=this.rendered&&!this.hasDragged?"animate":"attr";(this.hasDragged&&(!c||!c.hasDragged)||"scrollbar"===e.trigger)&&(r=this.getUnionExtremes(),this.zoomedMin===this.otherHandlePos?i=this.fixedExtreme:this.zoomedMax===this.otherHandlePos&&(a=this.fixedExtreme),this.zoomedMax===this.size&&(a=this.reversedExtremes?r.dataMin:r.dataMax),0===this.zoomedMin&&(i=this.reversedExtremes?r.dataMax:r.dataMin),nT((o=l.navigatorAxis.toFixedRange(this.zoomedMin,this.zoomedMax,i,a)).min)&&nL(this,"setRange",{min:Math.min(o.min,o.max),max:Math.max(o.min,o.max),redraw:!0,animation:!this.hasDragged&&null,eventArguments:{trigger:"navigator",triggerOp:"navigator-drag",DOMEvent:u}})),"mousemove"!==e.DOMType&&"touchmove"!==e.DOMType&&(this.grabbedLeft=this.grabbedRight=this.grabbedCenter=this.fixedWidth=this.fixedExtreme=this.otherHandlePos=this.hasDragged=this.dragOffset=null),this.navigatorEnabled&&nD(this.zoomedMin)&&nD(this.zoomedMax)&&(n=Math.round(this.zoomedMin),t=Math.round(this.zoomedMax),this.shades&&this.drawMasks(n,t,h,d),this.outline&&this.drawOutline(n,t,h,d),this.navigatorOptions.handles.enabled&&Object.keys(this.handles).length===this.handles.length&&(this.drawHandle(n,0,h,d),this.drawHandle(t,1,h,d)))}removeEvents(){this.eventsToUnbind&&(this.eventsToUnbind.forEach(function(e){e()}),this.eventsToUnbind=void 0),this.removeBaseSeriesEvents()}removeBaseSeriesEvents(){let e=this.baseSeries||[];this.navigatorEnabled&&e[0]&&(!1!==this.navigatorOptions.adaptToUpdatedData&&e.forEach(function(e){nI(e,"updatedData",this.updatedDataHandler)},this),e[0].xAxis&&nI(e[0].xAxis,"foundExtremes",this.modifyBaseAxisExtremes))}getXAxisOffsets(){return this.chart.inverted?[this.scrollButtonSize,0,-this.scrollButtonSize,0]:[0,-this.scrollButtonSize,0,this.scrollButtonSize]}init(e){let t=e.options,n=t.navigator||{},r=n.enabled,i=t.scrollbar||{},a=i.enabled,o=r&&n.height||0,s=a&&i.height||0,l=i.buttonsEnabled&&s||0;this.handles=[],this.shades=[],this.chart=e,this.setBaseSeries(),this.height=o,this.scrollbarHeight=s,this.scrollButtonSize=l,this.scrollbarEnabled=a,this.navigatorEnabled=r,this.navigatorOptions=n,this.scrollbarOptions=i,this.setOpposite();let c=this,u=c.baseSeries,h=e.xAxis.length,d=e.yAxis.length,f=u&&u[0]&&u[0].xAxis||e.xAxis[0]||{options:{}};if(e.isDirtyBox=!0,c.navigatorEnabled){let t=this.getXAxisOffsets();c.xAxis=new(tm())(e,nR({breaks:f.options.breaks,ordinal:f.options.ordinal,overscroll:f.options.overscroll},n.xAxis,{type:"datetime",yAxis:n.yAxis?.id,index:h,isInternal:!0,offset:0,keepOrdinalPadding:!0,startOnTick:!1,endOnTick:!1,minPadding:f.options.ordinal?0:f.options.minPadding,maxPadding:f.options.ordinal?0:f.options.maxPadding,zoomEnabled:!1},e.inverted?{offsets:t,width:o}:{offsets:t,height:o}),"xAxis"),c.yAxis=new(tm())(e,nR(n.yAxis,{alignTicks:!1,offset:0,index:d,isInternal:!0,reversed:nz(n.yAxis&&n.yAxis.reversed,e.yAxis[0]&&e.yAxis[0].reversed,!1),zoomEnabled:!1},e.inverted?{width:o}:{height:o}),"yAxis"),u||n.series.data?c.updateNavigatorSeries(!1):0===e.series.length&&(c.unbindRedraw=nM(e,"beforeRedraw",function(){e.series.length>0&&!c.series&&(c.setBaseSeries(),c.unbindRedraw())})),c.reversedExtremes=e.inverted&&!c.xAxis.reversed||!e.inverted&&c.xAxis.reversed,c.renderElements(),c.addMouseEvents()}else c.xAxis={chart:e,navigatorAxis:{fake:!0},translate:function(t,n){let r=e.xAxis[0],i=r.getExtremes(),a=r.len-2*l,o=nF("min",r.options.min,i.dataMin),s=nF("max",r.options.max,i.dataMax)-o;return n?t*s/a+o:a*(t-o)/s},toPixels:function(e){return this.translate(e)},toValue:function(e){return this.translate(e,!0)}},c.xAxis.navigatorAxis.axis=c.xAxis,c.xAxis.navigatorAxis.toFixedRange=tz.prototype.toFixedRange.bind(c.xAxis.navigatorAxis);if(e.options.scrollbar?.enabled){let t=nR(e.options.scrollbar,{vertical:e.inverted});nD(t.margin)||(t.margin=e.inverted?-3:3),e.scrollbar=c.scrollbar=new nb(e.renderer,t,e),nM(c.scrollbar,"changed",function(e){let t=c.size,n=t*this.to,r=t*this.from;c.hasDragged=c.scrollbar.hasDragged,c.render(0,0,r,n),this.shouldUpdateExtremes(e.DOMType)&&setTimeout(function(){c.onMouseUp(e)})})}c.addBaseSeriesEvents(),c.addChartEvents()}setOpposite(){let e=this.navigatorOptions,t=this.navigatorEnabled,n=this.chart;this.opposite=nz(e.opposite,!!(!t&&n.inverted))}getUnionExtremes(e){let t,n=this.chart.xAxis[0],r=this.chart.time,i=this.xAxis,a=i.options,o=n.options;return e&&null===n.dataMin||(t={dataMin:nz(r.parse(a?.min),nF("min",r.parse(o.min),n.dataMin,i.dataMin,i.min)),dataMax:nz(r.parse(a?.max),nF("max",r.parse(o.max),n.dataMax,i.dataMax,i.max))}),t}setBaseSeries(e,t){let n=this.chart,r=this.baseSeries=[];e=e||n.options&&n.options.navigator.baseSeries||(n.series.length?nO(n.series,e=>!e.options.isInternal).index:0),(n.series||[]).forEach((t,n)=>{!t.options.isInternal&&(t.options.showInNavigator||(n===e||t.options.id===e)&&!1!==t.options.showInNavigator)&&r.push(t)}),this.xAxis&&!this.xAxis.navigatorAxis.fake&&this.updateNavigatorSeries(!0,t)}updateNavigatorSeries(e,t){let n=this,r=n.chart,i=n.baseSeries,a={enableMouseTracking:!1,index:null,linkedTo:null,group:"nav",padXAxis:!1,xAxis:this.navigatorOptions.xAxis?.id,yAxis:this.navigatorOptions.yAxis?.id,showInLegend:!1,stacking:void 0,isInternal:!0,states:{inactive:{opacity:1}}},o=n.series=(n.series||[]).filter(e=>{let t=e.baseSeries;return!(0>i.indexOf(t))||(t&&(nI(t,"updatedData",n.updatedDataHandler),delete t.navigatorSeries),e.chart&&e.destroy(),!1)}),s,l,c=n.navigatorOptions.series,u;i&&i.length&&i.forEach(e=>{let h=e.navigatorSeries,d=nN({color:e.color,visible:e.visible},nj(c)?n_.navigator.series:c);if(h&&!1===n.navigatorOptions.adaptToUpdatedData)return;a.name="Navigator "+i.length,u=(s=e.options||{}).navigatorOptions||{},d.dataLabels=nB(d.dataLabels),(l=nR(s,a,d,u)).pointRange=nz(d.pointRange,u.pointRange,n_.plotOptions[l.type||"line"].pointRange);let f=u.data||d.data;n.hasNavigatorData=n.hasNavigatorData||!!f,l.data=f||s.data?.slice(0),h&&h.options?h.update(l,t):(e.navigatorSeries=r.initSeries(l),r.setSortedData(),e.navigatorSeries.baseSeries=e,o.push(e.navigatorSeries))}),(c.data&&!(i&&i.length)||nj(c))&&(n.hasNavigatorData=!1,(c=nB(c)).forEach((e,t)=>{a.name="Navigator "+(o.length+1),(l=nR(n_.navigator.series,{color:r.series[t]&&!r.series[t].options.isInternal&&r.series[t].color||r.options.colors[t]||r.options.colors[0]},a,e)).data=e.data,l.data&&(n.hasNavigatorData=!0,o.push(r.initSeries(l)))})),e&&this.addBaseSeriesEvents()}addBaseSeriesEvents(){let e=this,t=e.baseSeries||[];t[0]&&t[0].xAxis&&t[0].eventsToUnbind.push(nM(t[0].xAxis,"foundExtremes",this.modifyBaseAxisExtremes)),t.forEach(n=>{n.eventsToUnbind.push(nM(n,"show",function(){this.navigatorSeries&&this.navigatorSeries.setVisible(!0,!1)})),n.eventsToUnbind.push(nM(n,"hide",function(){this.navigatorSeries&&this.navigatorSeries.setVisible(!1,!1)})),!1!==this.navigatorOptions.adaptToUpdatedData&&n.xAxis&&n.eventsToUnbind.push(nM(n,"updatedData",this.updatedDataHandler)),n.eventsToUnbind.push(nM(n,"remove",function(){t&&nP(t,n),this.navigatorSeries&&e.series&&(nP(e.series,this.navigatorSeries),nT(this.navigatorSeries.options)&&this.navigatorSeries.remove(!1),delete this.navigatorSeries)}))})}getBaseSeriesMin(e){return this.baseSeries.reduce(function(e,t){return Math.min(e,t.getColumn("x")[0]??e)},e)}modifyNavigatorAxisExtremes(){let e=this.xAxis;if(void 0!==e.getExtremes){let t=this.getUnionExtremes(!0);t&&(t.dataMin!==e.min||t.dataMax!==e.max)&&(e.min=t.dataMin,e.max=t.dataMax)}}modifyBaseAxisExtremes(){let e,t,n=this.chart.navigator,r=this.getExtremes(),i=r.min,a=r.max,o=r.dataMin,s=r.dataMax,l=a-i,c=n.stickToMin,u=n.stickToMax,h=nz(this.ordinal?.convertOverscroll(this.options.overscroll),0),d=n.series&&n.series[0],f=!!this.setExtremes;!(this.eventArgs&&"rangeSelectorButton"===this.eventArgs.trigger)&&(c&&(e=(t=o)+l),u&&(e=s+h,c||(t=Math.max(o,e-l,n.getBaseSeriesMin(d&&d.xData?d.xData[0]:-Number.MAX_VALUE)))),f&&(c||u)&&nD(t)&&(this.min=this.userMin=t,this.max=this.userMax=e)),n.stickToMin=n.stickToMax=null}updatedDataHandler(){let e=this.chart.navigator,t=this.navigatorSeries,n=e.reversedExtremes?0===Math.round(e.zoomedMin):Math.round(e.zoomedMax)>=Math.round(e.size);e.stickToMax=nz(this.chart.options.navigator&&this.chart.options.navigator.stickToMax,n),e.stickToMin=e.shouldStickToMin(this,e),t&&!e.hasNavigatorData&&(t.options.pointStart=this.getColumn("x")[0],t.setData(this.options.data,!1,null,!1))}shouldStickToMin(e,t){let n=t.getBaseSeriesMin(e.getColumn("x")[0]),r=e.xAxis,i=r.max,a=r.min,o=r.options.range;return!!(nD(i)&&nD(a))&&(o&&i-n>0?i-n{e.destroy&&e.destroy()}),["series","xAxis","yAxis","shades","outline","scrollbarTrack","scrollbarRifles","scrollbarGroup","scrollbar","navigatorGroup","rendered"].forEach(e=>{this[e]&&this[e].destroy&&this[e].destroy(),this[e]=null}),[this.handles].forEach(e=>{nC(e)}),this.baseSeries.forEach(e=>{e.navigatorSeries=void 0}),this.navigatorEnabled=!1}}let{animObject:n$}=w(),{format:nU}=P(),{clamp:nV,pick:nq,syncTimeout:nY}=w(),{getFakeMouseEvent:nW}=T,{getAxisRangeDescription:nG,fireEventOnWrappedOrUnwrappedElement:nX}=q,nK=class extends J{init(){let e=this.chart,t=this;this.announcer=new eg(e,"polite"),this.addEvent(nH,"afterRender",function(){this.chart===t.chart&&this.chart.renderer&&nY(()=>{t.proxyProvider.updateGroupProxyElementPositions("navigator"),t.updateHandleValues()},n$(nq(this.chart.renderer.globalAnimation,!0)).duration)})}onChartUpdate(){let e=this.chart,t=e.options,n=t.navigator;if(n.enabled&&n.accessibility?.enabled){let n=t.accessibility.landmarkVerbosity,r=t.lang.accessibility?.navigator.groupLabel;this.proxyProvider.removeGroup("navigator"),this.proxyProvider.addGroup("navigator","div",{role:"all"===n?"region":"group","aria-label":nU(r,{chart:e},e)});let i=t.lang.accessibility?.navigator.handleLabel;[0,1].forEach(t=>{let n=this.getHandleByIx(t);if(n){let r=this.proxyProvider.addProxyElement("navigator",{click:n},"input",{type:"range","aria-label":nU(i,{handleIx:t,chart:e},e)});this[t?"maxHandleProxy":"minHandleProxy"]=r.innerElement,r.innerElement.style.pointerEvents="none",r.innerElement.oninput=()=>this.updateNavigator()}}),this.updateHandleValues()}else this.proxyProvider.removeGroup("navigator")}getNavigatorHandleNavigation(e){let t=this,n=this.chart,r=e?this.maxHandleProxy:this.minHandleProxy,i=this.keyCodes;return new et(n,{keyCodeMap:[[[i.left,i.right,i.up,i.down],function(a){if(r){let o=a===i.left||a===i.up?-1:1;r.value=""+nV(parseFloat(r.value)+o,0,100),t.updateNavigator(()=>{let i=t.getHandleByIx(e);i&&n.setFocusToElement(i,r)})}return this.response.success}]],init:()=>{n.setFocusToElement(this.getHandleByIx(e),r)},validate:()=>!!(this.getHandleByIx(e)&&r&&n.options.navigator.accessibility?.enabled)})}getKeyboardNavigation(){return[this.getNavigatorHandleNavigation(0),this.getNavigatorHandleNavigation(1)]}destroy(){this.updateNavigatorThrottleTimer&&clearTimeout(this.updateNavigatorThrottleTimer),this.proxyProvider.removeGroup("navigator"),this.announcer&&this.announcer.destroy()}updateHandleValues(){let e=this.chart.navigator;if(e&&this.minHandleProxy&&this.maxHandleProxy){let t=e.size;this.minHandleProxy.value=""+Math.round(e.zoomedMin/t*100),this.maxHandleProxy.value=""+Math.round(e.zoomedMax/t*100)}}getHandleByIx(e){let t=this.chart.navigator;return t&&t.handles&&t.handles[e]}updateNavigator(e){let t=e=>{let t=this.chart,{navigator:n,pointer:r}=t,i=this.chart.accessibility?.keyboardNavigation;if(n&&r&&this.minHandleProxy&&this.maxHandleProxy){let a=r.getChartPosition(),o=parseFloat(this.minHandleProxy.value)/100*n.size,s=parseFloat(this.maxHandleProxy.value)/100*n.size;[[0,"mousedown",n.zoomedMin],[0,"mousemove",o],[0,"mouseup",o],[1,"mousedown",n.zoomedMax],[1,"mousemove",s],[1,"mouseup",s]].forEach(([e,t,r])=>{let i=this.getHandleByIx(e)?.element;i&&nX(i,nW(t,{x:a.left+n.left+r,y:a.top+n.top},i))}),i&&(i.keyboardReset=!1),e&&e();let l=t.options.lang.accessibility?.navigator.changeAnnouncement,c=nG(t.xAxis[0]);this.announcer.announce(nU(l,{axisRangeDescription:c,chart:t},t))}};this.updateNavigatorThrottleTimer&&clearTimeout(this.updateNavigatorThrottleTimer),this.updateNavigatorThrottleTimer=setTimeout(t.bind(this,e),20)}},{getPointAnnotationTexts:nZ}=ek,{getAxisDescription:nQ,getSeriesFirstPointElement:nJ,getSeriesA11yElement:n0,unhideChartElementFromAT:n1}=q,{format:n2,numberFormat:n3}=P(),{reverseChildNodes:n5,stripHTMLTagsFromString:n7}=T,{find:n4,isNumber:n6,isString:n9,pick:n8,defined:re}=w();function rt(e){let t=e.chart.options.accessibility.series.pointDescriptionEnabledThreshold;return!!(!1!==t&&e.points&&e.points.length>=+t)}function rn(e,t){let n=e.series,r=n.chart,i=r.options.accessibility.point||{},a=n.options.accessibility&&n.options.accessibility.point||{},o=n.tooltipOptions||{},s=r.options.lang;return n6(t)?n3(t,a.valueDecimals||i.valueDecimals||o.valueDecimals||-1,s.decimalPoint,s.accessibility.thousandsSep||s.thousandsSep):t}function rr(e,t){let n=e[t];return e.chart.langFormat("accessibility.series."+t+"Description",{name:nQ(n),series:e})}function ri(e){let t,n,r,i,a,o,s,l,c,u,h,d,f=e.series,p=f.chart.series.length>1||f.options.name,m=(o=(a=e.series).chart,l=(s=a.options.accessibility)&&s.point&&s.point.valueDescriptionFormat||o.options.accessibility.point.valueDescriptionFormat,u=(c=n8(a.xAxis&&a.xAxis.options.accessibility&&a.xAxis.options.accessibility.enabled,!o.angular&&"flowmap"!==a.type))?(t=function(e){let t=e.series,n=t.chart,r=t.options.accessibility&&t.options.accessibility.point||{},i=n.options.accessibility.point||{},a=t.xAxis&&t.xAxis.dateTime;if(a){let t=a.getXDateFormat(e.x||0,n.options.tooltip.dateTimeLabelFormats),o=r.dateFormatter&&r.dateFormatter(e)||i.dateFormatter&&i.dateFormatter(e)||r.dateFormat||i.dateFormat||t;return n.time.dateFormat(o,e.x||0,void 0)}}(e),n=(e.series.xAxis||{}).categories&&re(e.category)&&(""+e.category).replace("
    "," "),r=re(e.id)&&0>(""+e.id).indexOf("highcharts-"),i="x, "+e.x,e.name||t||n||(r?e.id:i)):"",n2(l,{point:e,index:re(e.index)?e.index+1:"",xDescription:u,value:function(e){let t=e.series,n=t.chart.options.accessibility.point||{},r=t.chart.options.accessibility&&t.chart.options.accessibility.point||{},i=t.tooltipOptions||{},a=r.valuePrefix||n.valuePrefix||i.valuePrefix||"",o=r.valueSuffix||n.valueSuffix||i.valueSuffix||"",s=void 0!==e.value?"value":"y",l=rn(e,e[s]);if(e.isNull)return t.chart.langFormat("accessibility.series.nullPointValue",{point:e});if(t.pointArrayMap){let t,n,r;return t=a||"",n=o||"",r=function(r){let i=rn(e,n8(e[r],e.options[r]));return void 0!==i?r+": "+t+i+n:i},e.series.pointArrayMap.reduce(function(e,t){let n=r(t);return n?e+(e.length?", ":"")+n:e},"")}return a+l+o}(e),separator:c?", ":""},o)),g=e.options&&e.options.accessibility&&e.options.accessibility.description,v=p?" "+f.name+".":"",y=(h=e.series.chart,(d=nZ(e)).length?h.langFormat("accessibility.series.pointAnnotationsDescription",{point:e,annotations:d}):"");return e.accessibility=e.accessibility||{},e.accessibility.valueDescription=m,m+(g?" "+g:"")+v+(y?" "+y:"")}function ra(e){let t,n=e.chart,r=n.types||[],i=(t=(e.options.accessibility||{}).description)&&e.chart.langFormat("accessibility.series.description",{description:t,series:e})||"",a=function(t){return n[t]&&n[t].length>1&&e[t]},o=e.index+1,s=rr(e,"xAxis"),l=rr(e,"yAxis"),c={seriesNumber:o,series:e,chart:n},u=r.length>1?"Combination":"",h=n.langFormat("accessibility.series.summary."+e.type+u,c)||n.langFormat("accessibility.series.summary.default"+u,c),d=(a("yAxis")?" "+l+".":"")+(a("xAxis")?" "+s+".":"");return n2(n8(e.options.accessibility&&e.options.accessibility.descriptionFormat,n.options.accessibility.series.descriptionFormat,""),{seriesDescription:h,authorDescription:i?" "+i:"",axisDescription:d,series:e,chart:n,seriesNumber:o},void 0)}let ro={defaultPointDescriptionFormatter:ri,defaultSeriesDescriptionFormatter:ra,describeSeries:function(e){let t=e.chart,n=nJ(e),r=n0(e),i=t.is3d&&t.is3d();if(r){let a,o,s,l,c,u,h,d,f,p,m;if(r.lastChild!==n||i||n5(r),a=e.options.accessibility||{},s=!rt(e)&&!a.exposeAsGroupOnly,o=e.chart.options.accessibility.keyboardNavigation.seriesNavigation,l=!!(e.points&&(e.points.length<+o.pointNavigationEnabledThreshold||!1===o.pointNavigationEnabledThreshold)),c=e.chart.options.accessibility.point.describeNull,(s||l)&&e.points.forEach(t=>{let n,r,i,a,o,l=t.graphic&&t.graphic.element||(r=(n=t.series)&&n.chart,i=n&&n.is("sunburst"),a=t.isNull,o=r&&r.options.accessibility.point.describeNull,a&&!i&&o&&function(e){let t,n=e.series,r=function(e){let t=e.index;if(!e.series||!e.series.data||!re(t))return null;let n=e.series.options?.nullInteraction;return n4(e.series.data,function(e){return!!(e&&void 0!==e.index&&(n||e.index>t)&&e.graphic&&e.graphic.element)})||null}(e),i=r&&r.graphic,a=i?i.parentGroup:n.graph||n.group,o=r?{x:n8(e.plotX,r.plotX,0),y:n8(e.plotY,r.plotY,0)}:{x:n8(e.plotX,0),y:n8(e.plotY,0)},s=((t=e.series.chart.renderer.rect(o.x,o.y,1,1)).attr({class:"highcharts-a11y-mock-point",fill:"none",opacity:0,"fill-opacity":0,"stroke-opacity":0}),t);if(a&&a.element)return e.graphic=s,e.hasMockGraphic=!0,s.add(a),a.element.insertBefore(s.element,i?i.element:null),s.element}(t)),u=t.options&&t.options.accessibility&&!1===t.options.accessibility.enabled;if(l){if(t.isNull&&!c)return void l.setAttribute("aria-hidden",!0);if(l.setAttribute("tabindex","-1"),e.chart.styledMode||(l.style.outline="none"),s&&!u){let e,n,r,i;e=t.series,n=e.options.accessibility?.point||{},r=e.chart.options.accessibility.point||{},i=n7(n9(n.descriptionFormat)&&n2(n.descriptionFormat,t,e.chart)||n.descriptionFormatter?.(t)||n9(r.descriptionFormat)&&n2(r.descriptionFormat,t,e.chart)||r.descriptionFormatter?.(t)||ri(t),e.chart.renderer.forExport),l.setAttribute("role","img"),l.setAttribute("aria-label",i)}else l.setAttribute("aria-hidden",!0)}}),n1(t,r),d=(h=(u=e.chart).options.chart).options3d&&h.options3d.enabled,f=u.series.length>1,p=u.options.accessibility.series.describeSingleSeries,m=(e.options.accessibility||{}).exposeAsGroupOnly,!(d&&f)&&(f||p||m||rt(e))){let t,n,i;t=e.options.accessibility||{},i=(n=e.chart.options.accessibility).landmarkVerbosity,t.exposeAsGroupOnly?r.setAttribute("role","img"):"all"===i?r.setAttribute("role","region"):r.setAttribute("role","group"),r.setAttribute("tabindex","-1"),e.chart.styledMode||(r.style.outline="none"),r.setAttribute("aria-label",n7(n.series.descriptionFormatter&&n.series.descriptionFormatter(e)||ra(e),e.chart.renderer.forExport))}else r.removeAttribute("aria-label")}}},{composed:rs}=w(),{addEvent:rl,defined:rc,pushUnique:ru}=w(),{getChartTitle:rh}=q,{defaultPointDescriptionFormatter:rd,defaultSeriesDescriptionFormatter:rf}=ro;function rp(e){return!!e.options.accessibility.announceNewData.enabled}class rm{constructor(e){this.dirty={allSeries:{}},this.lastAnnouncementTime=0,this.chart=e}init(){let e=this.chart,t=e.options.accessibility.announceNewData.interruptUser?"assertive":"polite";this.lastAnnouncementTime=0,this.dirty={allSeries:{}},this.eventProvider=new K,this.announcer=new eg(e,t),this.addEventListeners()}destroy(){this.eventProvider.removeAddedEvents(),this.announcer.destroy()}addEventListeners(){let e=this,t=this.chart,n=this.eventProvider;n.addEvent(t,"afterApplyDrilldown",function(){e.lastAnnouncementTime=0}),n.addEvent(t,"afterAddSeries",function(t){e.onSeriesAdded(t.series)}),n.addEvent(t,"redraw",function(){e.announceDirtyData()})}onSeriesAdded(e){rp(this.chart)&&(this.dirty.hasDirty=!0,this.dirty.allSeries[e.name+e.index]=e,this.dirty.newSeries=rc(this.dirty.newSeries)?void 0:e)}announceDirtyData(){let e=this.chart,t=this;if(e.options.accessibility.announceNewData&&this.dirty.hasDirty){var n;let e,r=this.dirty.newPoint;r&&(r=1===(e=(n=r).series.data.filter(e=>n.x===e.x&&n.y===e.y)).length?e[0]:n),this.queueAnnouncement(Object.keys(this.dirty.allSeries).map(e=>t.dirty.allSeries[e]),this.dirty.newSeries,r),this.dirty={allSeries:{}}}}queueAnnouncement(e,t,n){let r=this.chart.options.accessibility.announceNewData;if(r.enabled){let i,a=+new Date,o=a-this.lastAnnouncementTime,s=Math.max(0,r.minAnnounceInterval-o),l=Object.keys(i=(this.queuedAnnouncement&&this.queuedAnnouncement.series||[]).concat(e||[]).reduce((e,t)=>(e[t.name+t.index]=t,e),{})).map(e=>i[e]),c=this.buildAnnouncementMessage(l,t,n);c&&(this.queuedAnnouncement&&clearTimeout(this.queuedAnnouncementTimer),this.queuedAnnouncement={time:a,message:c,series:l},this.queuedAnnouncementTimer=setTimeout(()=>{this&&this.announcer&&(this.lastAnnouncementTime=+new Date,this.announcer.announce(this.queuedAnnouncement.message),delete this.queuedAnnouncement,delete this.queuedAnnouncementTimer)},s))}}buildAnnouncementMessage(e,t,n){let r=this.chart,i=r.options.accessibility.announceNewData;if(i.announcementFormatter){let r=i.announcementFormatter(e,t,n);if(!1!==r)return r.length?r:null}let a=w().charts&&w().charts.length>1?"Multiple":"Single",o=t?"newSeriesAnnounce"+a:n?"newPointAnnounce"+a:"newDataAnnounce",s=rh(r);return r.langFormat("accessibility.announceNewData."+o,{chartTitle:s,seriesDesc:t?rf(t):null,pointDesc:n?rd(n):null,point:n,series:t})}}function rg(e){let t=this.chart,n=t.accessibility?.components.series.newDataAnnouncer;n&&n.chart===t&&rp(t)&&(n.dirty.newPoint=rc(n.dirty.newPoint)?void 0:e.point)}function rv(){let e=this.chart,t=e.accessibility?.components.series.newDataAnnouncer;t&&t.chart===e&&rp(e)&&(t.dirty.hasDirty=!0,t.dirty.allSeries[this.name+this.index]=this)}(rm||(rm={})).compose=function(e){ru(rs,"A11y.NDA")&&(rl(e,"addPoint",rg),rl(e,"updatedData",rv))};let ry=rm,{doc:rb,win:rx}=w(),{attr:rw,css:r_,merge:rk}=w(),{fireEventOnWrappedOrUnwrappedElement:rS}=q,{cloneMouseEvent:rM,cloneTouchEvent:rA,getFakeMouseEvent:rE,removeElement:rT}=T,rC=class{constructor(e,t,n="button",r,i){this.chart=e,this.target=t,this.eventProvider=new K;const a=this.innerElement=rb.createElement(n),o=this.element=r?rb.createElement(r):a;e.styledMode||this.hideElementVisually(a),r&&("li"!==r||e.styledMode||(o.style.listStyle="none"),o.appendChild(a),this.element=o),this.updateTarget(t,i)}click(){let e=this.getTargetPosition();e.x+=e.width/2,e.y+=e.height/2;let t=rE("click",e);rS(this.target.click,t)}updateTarget(e,t){this.target=e,this.updateCSSClassName();let n=t||{};Object.keys(n).forEach(e=>{null===n[e]&&delete n[e]});let r=this.getTargetAttr(e.click,"aria-label");rw(this.innerElement,rk(r?{"aria-label":r}:{},n)),this.eventProvider.removeAddedEvents(),this.addProxyEventsToElement(this.innerElement,e.click),this.refreshPosition()}refreshPosition(){let e=this.getTargetPosition();r_(this.innerElement,{width:(e.width||1)+"px",height:(e.height||1)+"px",left:(Math.round(e.x)||0)+"px",top:(Math.round(e.y)||0)+"px"})}remove(){this.eventProvider.removeAddedEvents(),rT(this.element)}updateCSSClassName(){let e=e=>e.indexOf("highcharts-no-tooltip")>-1,t=this.chart.legend,n=t.group&&t.group.div,r=e(n&&n.className||""),i=e(this.getTargetAttr(this.target.click,"class")||"");this.innerElement.className=r||i?"highcharts-a11y-proxy-element highcharts-no-tooltip":"highcharts-a11y-proxy-element"}addProxyEventsToElement(e,t){["click","touchstart","touchend","touchcancel","touchmove","mouseover","mouseenter","mouseleave","mouseout"].forEach(n=>{let r=0===n.indexOf("touch");this.eventProvider.addEvent(e,n,e=>{let n=r?rA(e):rM(e);t&&rS(t,n),e.stopPropagation(),r||e.preventDefault()},{passive:!1})})}hideElementVisually(e){r_(e,{borderWidth:0,backgroundColor:"transparent",cursor:"pointer",outline:"none",opacity:.001,filter:"alpha(opacity=1)",zIndex:999,overflow:"hidden",padding:0,margin:0,display:"block",position:"absolute","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"})}getTargetPosition(){let e=this.target.click,t=e.element?e.element:e,n=this.target.visual||t,r=this.chart.renderTo,i=this.chart.pointer;if(r&&n?.getBoundingClientRect&&i){let e=rx.scrollY||rb.documentElement.scrollTop,t=n.getBoundingClientRect(),r=i.getChartPosition();return{x:(t.left-r.left)/r.scaleX,y:(t.top+e-r.top)/r.scaleY,width:t.right/r.scaleX-t.left/r.scaleX,height:t.bottom/r.scaleY-t.top/r.scaleY}}return{x:0,y:0,width:1,height:1}}getTargetAttr(e,t){return e.element?e.element.getAttribute(t):e.getAttribute(t)}},{doc:rP}=w(),{attr:rN,css:rO}=w(),{unhideChartElementFromAT:rL}=q,{removeChildNodes:rj}=T,rD=class{constructor(e){this.chart=e,this.domElementProvider=new G,this.groups={},this.groupOrder=[],this.beforeChartProxyPosContainer=this.createProxyPosContainer("before"),this.afterChartProxyPosContainer=this.createProxyPosContainer("after"),this.update()}addProxyElement(e,t,n="button",r){let i=this.groups[e];if(!i)throw Error("ProxyProvider.addProxyElement: Invalid group key "+e);let a="ul"===i.type||"ol"===i.type?"li":void 0,o=new rC(this.chart,t,n,a,r);return i.proxyContainerElement.appendChild(o.element),i.proxyElements.push(o),o}addGroup(e,t="div",n){let r,i=this.groups[e];if(i)return i.groupElement;let a=this.domElementProvider.createElement(t);return n&&n.role&&"div"!==t?(r=this.domElementProvider.createElement("div")).appendChild(a):r=a,r.className="highcharts-a11y-proxy-group highcharts-a11y-proxy-group-"+e.replace(/\W/g,"-"),this.groups[e]={proxyContainerElement:a,groupElement:r,type:t,proxyElements:[]},rN(r,n||{}),"ul"===t&&a.setAttribute("role","list"),this.afterChartProxyPosContainer.appendChild(r),this.updateGroupOrder(this.groupOrder),r}updateGroupAttrs(e,t){let n=this.groups[e];if(!n)throw Error("ProxyProvider.updateGroupAttrs: Invalid group key "+e);rN(n.groupElement,t)}updateGroupOrder(e){if(this.groupOrder=e.slice(),this.isDOMOrderGroupOrder())return;let t=e.indexOf("series"),n=t>-1?e.slice(0,t):e,r=t>-1?e.slice(t+1):[],i=rP.activeElement;["before","after"].forEach(e=>{let t=this["before"===e?"beforeChartProxyPosContainer":"afterChartProxyPosContainer"];rj(t),("before"===e?n:r).forEach(e=>{let n=this.groups[e];n&&t.appendChild(n.groupElement)})}),(this.beforeChartProxyPosContainer.contains(i)||this.afterChartProxyPosContainer.contains(i))&&i&&i.focus&&i.focus()}clearGroup(e){let t=this.groups[e];if(!t)throw Error("ProxyProvider.clearGroup: Invalid group key "+e);rj(t.proxyContainerElement)}removeGroup(e){let t=this.groups[e];t&&(this.domElementProvider.removeElement(t.groupElement),t.groupElement!==t.proxyContainerElement&&this.domElementProvider.removeElement(t.proxyContainerElement),delete this.groups[e])}update(){this.updatePosContainerPositions(),this.updateGroupOrder(this.groupOrder),this.updateProxyElementPositions()}updateProxyElementPositions(){Object.keys(this.groups).forEach(this.updateGroupProxyElementPositions.bind(this))}updateGroupProxyElementPositions(e){let t=this.groups[e];t&&t.proxyElements.forEach(e=>e.refreshPosition())}destroy(){this.domElementProvider.destroyCreatedElements()}createProxyPosContainer(e){let t=this.domElementProvider.createElement("div");return t.setAttribute("aria-hidden","false"),t.className="highcharts-a11y-proxy-container"+(e?"-"+e:""),rO(t,{top:"0",left:"0"}),this.chart.styledMode||(t.style.whiteSpace="nowrap",t.style.position="absolute"),t}getCurrentGroupOrderInDOM(){let e=e=>{let t=Object.keys(this.groups),n=t.length;for(;n--;){let r=t[n],i=this.groups[r];if(i&&e===i.groupElement)return r}},t=t=>{let n=[],r=t.children;for(let t=0;t"series"===e||!!this.groups[e]),n=e.length;if(n!==t.length)return!1;for(;n--;)if(e[n]!==t[n])return!1;return!0}updatePosContainerPositions(){let e=this.chart;if(e.renderer.forExport)return;let t=e.renderer.box;e.container.insertBefore(this.afterChartProxyPosContainer,t.nextSibling),e.container.insertBefore(this.beforeChartProxyPosContainer,t),rL(this.chart,this.afterChartProxyPosContainer),rL(this.chart,this.beforeChartProxyPosContainer)}},{unhideChartElementFromAT:rR,getAxisRangeDescription:rz}=q,{addEvent:rI,attr:rB}=w();class rF extends J{init(){let e=this.chart;this.announcer=new eg(e,"polite")}onChartUpdate(){let e=this.chart,t=this,n=e.rangeSelector;n&&(this.updateSelectorVisibility(),this.setDropdownAttrs(),n.buttons&&n.buttons.length&&n.buttons.forEach(e=>{t.setRangeButtonAttrs(e)}),n.maxInput&&n.minInput&&["minInput","maxInput"].forEach(function(r,i){let a=n[r];a&&(rR(e,a),t.setRangeInputAttrs(a,"accessibility.rangeSelector."+(i?"max":"min")+"InputLabel"))}))}updateSelectorVisibility(){let e=this.chart,t=e.rangeSelector,n=t&&t.dropdown,r=t&&t.buttons||[];t&&t.hasVisibleDropdown&&n?(rR(e,n),r.forEach(e=>e.element.setAttribute("aria-hidden",!0))):(n&&n.setAttribute("aria-hidden",!0),r.forEach(t=>rR(e,t.element)))}setDropdownAttrs(){let e=this.chart,t=e.rangeSelector&&e.rangeSelector.dropdown;if(t){let n=e.langFormat("accessibility.rangeSelector.dropdownLabel",{rangeTitle:e.options.lang.rangeSelectorZoom});t.setAttribute("aria-label",n),t.setAttribute("tabindex",-1)}}setRangeButtonAttrs(e){rB(e.element,{tabindex:-1,role:"button"})}setRangeInputAttrs(e,t){let n=this.chart;rB(e,{tabindex:-1,"aria-label":n.langFormat(t,{chart:n})})}onButtonNavKbdArrowKey(e,t){let n=e.response,r=this.keyCodes,i=this.chart,a=i.options.accessibility.keyboardNavigation.wrapAround,o=t===r.left||t===r.up?-1:1;return i.highlightRangeSelectorButton(i.highlightedRangeSelectorItemIx+o)?n.success:a?(e.init(o),n.success):n[o>0?"next":"prev"]}onButtonNavKbdClick(e){let t=e.response,n=this.chart;return 3!==n.oldRangeSelectorItemState&&this.fakeClickEvent(n.rangeSelector.buttons[n.highlightedRangeSelectorItemIx].element),t.success}onAfterBtnClick(){let e=this.chart,t=rz(e.xAxis[0]),n=e.langFormat("accessibility.rangeSelector.clickButtonAnnouncement",{chart:e,axisRangeDescription:t});n&&this.announcer.announce(n)}onInputKbdMove(e){let t=this.chart,n=t.rangeSelector,r=t.highlightedInputRangeIx=(t.highlightedInputRangeIx||0)+e;if(r>1||r<0){if(t.accessibility)return t.accessibility.keyboardNavigation.exiting=!0,t.accessibility.keyboardNavigation.tabindexContainer.focus(),t.accessibility.keyboardNavigation.move(e)}else if(n){let e=n[r?"maxDateBox":"minDateBox"],i=n[r?"maxInput":"minInput"];e&&i&&t.setFocusToElement(e,i)}return!0}onInputNavInit(e){let t=this,n=this.chart,r=e>0?0:1,i=n.rangeSelector,a=i&&i[r?"maxDateBox":"minDateBox"],o=i&&i.minInput,s=i&&i.maxInput;if(n.highlightedInputRangeIx=r,a&&o&&s){n.setFocusToElement(a,r?s:o),this.removeInputKeydownHandler&&this.removeInputKeydownHandler();let e=e=>{(e.which||e.keyCode)===this.keyCodes.tab&&t.onInputKbdMove(e.shiftKey?-1:1)&&(e.preventDefault(),e.stopPropagation())},i=rI(o,"keydown",e),l=rI(s,"keydown",e);this.removeInputKeydownHandler=()=>{i(),l()}}}onInputNavTerminate(){let e=this.chart.rangeSelector||{};e.maxInput&&e.hideInput("max"),e.minInput&&e.hideInput("min"),this.removeInputKeydownHandler&&(this.removeInputKeydownHandler(),delete this.removeInputKeydownHandler)}initDropdownNav(){let e=this.chart,t=e.rangeSelector,n=t&&t.dropdown;t&&n&&(e.setFocusToElement(t.buttonGroup,n),this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeDropdownKeydownHandler=rI(n,"keydown",t=>{let n=(t.which||t.keyCode)===this.keyCodes.tab,r=e.accessibility;n&&(t.preventDefault(),t.stopPropagation(),r&&r.keyboardNavigation.move(t.shiftKey?-1:1))}))}getRangeSelectorButtonNavigation(){let e=this.chart,t=this.keyCodes,n=this;return new et(e,{keyCodeMap:[[[t.left,t.right,t.up,t.down],function(e){return n.onButtonNavKbdArrowKey(this,e)}],[[t.enter,t.space],function(){return n.onButtonNavKbdClick(this)}]],validate:function(){return!!(e.rangeSelector&&e.rangeSelector.buttons&&e.rangeSelector.buttons.length)},init:function(t){let r=e.rangeSelector;if(r&&r.hasVisibleDropdown)n.initDropdownNav();else if(r){let n=r.buttons.length-1;e.highlightRangeSelectorButton(t>0?0:n)}},terminate:function(){n.removeDropdownKeydownHandler&&(n.removeDropdownKeydownHandler(),delete n.removeDropdownKeydownHandler)}})}getRangeSelectorInputNavigation(){let e=this.chart,t=this;return new et(e,{keyCodeMap:[],validate:function(){return!!(e.rangeSelector&&e.rangeSelector.inputGroup&&"hidden"!==e.rangeSelector.inputGroup.element.style.visibility&&!1!==e.options.rangeSelector.inputEnabled&&e.rangeSelector.minInput&&e.rangeSelector.maxInput)},init:function(e){t.onInputNavInit(e)},terminate:function(){t.onInputNavTerminate()}})}getKeyboardNavigation(){return[this.getRangeSelectorButtonNavigation(),this.getRangeSelectorInputNavigation()]}destroy(){this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeInputKeydownHandler&&this.removeInputKeydownHandler(),this.announcer&&this.announcer.destroy()}}function rH(e){let t=this.rangeSelector&&this.rangeSelector.buttons||[],n=this.highlightedRangeSelectorItemIx,r=this.rangeSelector&&this.rangeSelector.selected;return void 0!==n&&t[n]&&n!==r&&t[n].setState(this.oldRangeSelectorItemState||0),this.highlightedRangeSelectorItemIx=e,!!t[e]&&(this.setFocusToElement(t[e].box,t[e].element),e!==r&&(this.oldRangeSelectorItemState=t[e].state,t[e].setState(1)),!0)}function r$(){let e=this.chart.accessibility;if(e&&e.components.rangeSelector)return e.components.rangeSelector.onAfterBtnClick()}(rF||(rF={})).compose=function(e,t){let n=e.prototype;n.highlightRangeSelectorButton||(n.highlightRangeSelectorButton=rH,rI(t,"afterBtnClick",r$))};let rU=rF,{composed:rV}=w(),{addEvent:rq,merge:rY,pushUnique:rW}=w();!function(e){function t(e){rY(!0,e,{marker:{enabled:!0,states:{normal:{opacity:0}}}})}function n(e){return e.marker.states&&e.marker.states.normal&&e.marker.states.normal.opacity}function r(e){return!!(e._hasPointMarkers&&e.points&&e.points.length)}function i(){this.chart.styledMode&&(this.markerGroup&&this.markerGroup[this.a11yMarkersForced?"addClass":"removeClass"]("highcharts-a11y-markers-hidden"),r(this)&&this.points.forEach(e=>{e.graphic&&(e.graphic[e.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-hidden"),e.graphic[!1===e.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-visible"))}))}function a(e){this.resetA11yMarkerOptions=rY(e.options.marker||{},this.userOptions.marker||{})}function o(){let e,i,a,o=this.options;(i=this.chart.options.accessibility.enabled,a=!1!==(this.options.accessibility&&this.options.accessibility.enabled),i&&a&&(e=this.chart.options.accessibility,this.points.length{e.graphic&&(e.graphic=e.graphic.destroy())}),e.userOptions&&e.userOptions.marker&&(e.userOptions.marker.enabled=!0),e.update({marker:{enabled:t.enabled,states:{normal:{opacity:n}}}})}}(this),o.marker&&!1===o.marker.enabled&&delete this.resetA11yMarkerOptions)}function s(){this.boosted&&this.a11yMarkersForced&&(rY(!0,this.options,{marker:{enabled:!1}}),delete this.a11yMarkersForced)}e.compose=function(e){rW(rV,"A11y.FM")&&(rq(e,"afterSetOptions",a),rq(e,"render",o),rq(e,"afterRender",i),rq(e,"renderCanvas",s))}}(m||(m={}));let rG=m;var rX=y(260),rK=y.n(rX),rZ=y(820),rQ=y.n(rZ);let{seriesTypes:rJ}=tH(),{doc:r0}=w(),{defined:r1,fireEvent:r2}=w(),{getPointFromXY:r3,getSeriesFromName:r5,scrollAxisToPoint:r7}=q;function r4(e){let t=e.index,n=e.series.points,r=n.length;if(n[t]===e)return t;for(;r--;)if(n[r]===e)return r}function r6(e){let t=e.chart.options.accessibility.keyboardNavigation.seriesNavigation,n=e.options.accessibility||{},r=n.keyboardNavigation;return r&&!1===r.enabled||!1===n.enabled||!1===e.options.enableMouseTracking||!e.visible||t.pointNavigationEnabledThreshold&&+t.pointNavigationEnabledThreshold<=e.points.length}function r9(e){let t=e.series,n=t.options.nullInteraction,r=e.options.accessibility,i=t.chart.options.accessibility,a=r?.enabled===!1;return i.keyboardNavigation.seriesNavigation.skipNullPoints??(!(!e.isNull||n)&&!1===e.visible||!1===e.isInside||a||r6(t))}function r8(e){let t=e.series||[],n=t.length;for(let e=0;e-1;t.highlightedPoint===this&&n!==e&&!i&&e&&e.focus&&e.focus()})}onDrillupAll(){let e,t=this.lastDrilledDownPoint,n=this.chart,r=t&&r5(n,t.seriesName);t&&r&&r1(t.x)&&r1(t.y)&&(e=r3(r,t.x,t.y)),e=e||r8(n),n.container&&n.container.focus(),e&&e.highlight&&e.highlight(!1)}getKeyboardNavigationHandler(){let e=this,t=this.keyCodes,n=this.chart,r=n.inverted;return new et(n,{keyCodeMap:[[r?[t.up,t.down]:[t.left,t.right],function(t){return e.onKbdSideways(this,t)}],[r?[t.left,t.right]:[t.up,t.down],function(t){return e.onKbdVertical(this,t)}],[[t.enter,t.space],function(e,t){let r=n.highlightedPoint;if(r){let{plotLeft:e,plotTop:n}=this.chart,{plotX:i=0,plotY:a=0}=r;t={...t,chartX:e+i,chartY:n+a,point:r,target:r.graphic?.element||t.target},r2(r.series,"click",t),r.firePointEvent("click",t)}return this.response.success}],[[t.home],function(){return it(n),this.response.success}],[[t.end],function(){return ie(n),this.response.success}],[[t.pageDown,t.pageUp],function(e){return n.highlightAdjacentSeries(e===t.pageDown),this.response.success}]],init:function(){return e.onHandlerInit(this)},validate:function(){return!!r8(n)},terminate:function(){return e.onHandlerTerminate()}})}onKbdSideways(e,t){let n=this.keyCodes,r=t===n.right||t===n.down;return this.attemptHighlightAdjacentPoint(e,r)}onHandlerInit(e){let t=this.chart;return t.options.accessibility.keyboardNavigation.seriesNavigation.rememberPointFocus&&t.highlightedPoint?t.highlightedPoint.highlight():it(t),e.response.success}onKbdVertical(e,t){let n=this.chart,r=this.keyCodes,i=t===r.down||t===r.right,a=n.options.accessibility.keyboardNavigation.seriesNavigation;if(a.mode&&"serialize"===a.mode)return this.attemptHighlightAdjacentPoint(e,i);let o=n.highlightedPoint&&n.highlightedPoint.series.keyboardMoveVertical?"highlightAdjacentPointVertical":"highlightAdjacentSeries";return n[o](i),e.response.success}onHandlerTerminate(){let e=this.chart,t=e.options.accessibility.keyboardNavigation;e.tooltip&&e.tooltip.hide(0);let n=e.highlightedPoint&&e.highlightedPoint.series;n&&n.onMouseOut&&n.onMouseOut(),e.highlightedPoint&&e.highlightedPoint.onMouseOut&&e.highlightedPoint.onMouseOut(),t.seriesNavigation.rememberPointFocus||delete e.highlightedPoint}attemptHighlightAdjacentPoint(e,t){let n=this.chart,r=n.options.accessibility.keyboardNavigation.wrapAround;return n.highlightAdjacentPoint(t)||r&&(t?it(n):ie(n))?e.response.success:e.response[t?"next":"prev"]}onSeriesDestroy(e){let t=this.chart;t.highlightedPoint&&t.highlightedPoint.series===e&&(delete t.highlightedPoint,t.focusElement&&t.focusElement.removeFocusBorder())}destroy(){this.eventProvider.removeAddedEvents()}}!function(e){function t(e){let t,n,r=this.series,i=this.highlightedPoint,a=i&&r4(i)||0,o=i&&i.series.points||[],s=this.series&&this.series[this.series.length-1],l=s&&s.points&&s.points[s.points.length-1];if(!r[0]||!r[0].points)return!1;if(i){if(t=r[i.series.index+(e?1:-1)],(n=o[a+(e?1:-1)])||!t||(n=t.points[e?0:t.points.length-1]),!n)return!1}else n=e?r[0].points[0]:l;return r9(n)?(r6(t=n.series)?this.highlightedPoint=e?t.points[t.points.length-1]:t.points[0]:this.highlightedPoint=n,this.highlightAdjacentPoint(e)):n.highlight()}function n(e){let t=this.highlightedPoint,n=1/0,r;return!!r1(t.plotX)&&!!r1(t.plotY)&&(this.series.forEach(i=>{r6(i)||i.points.forEach(a=>{if(!r1(a.plotY)||!r1(a.plotX)||a===t)return;let o=a.plotY-t.plotY,s=Math.abs(a.plotX-t.plotX),l=Math.abs(o)*Math.abs(o)+s*s*4;i.yAxis&&i.yAxis.reversed&&(o*=-1),!(o<=0&&e||o>=0&&!e||l<5||r9(a))&&l!(r1(e.plotX)&&r1(e.plotY));if(!s(e)){for(;o--;)!s(r=t.points[o])&&(a=(e.plotX-r.plotX)*(e.plotX-r.plotX)*4+(e.plotY-r.plotY)*(e.plotY-r.plotY)*1)=0;--e)if(!r9(n[e]))return n[e].highlight()}return!1}e.compose=function(e,o,s){let l=e.prototype,c=o.prototype,u=s.prototype;l.highlightAdjacentPoint||(l.highlightAdjacentPoint=t,l.highlightAdjacentPointVertical=n,l.highlightAdjacentSeries=r,c.highlight=i,u.keyboardMoveVertical=!0,["column","gantt","pie"].forEach(e=>{rJ[e]&&(rJ[e].prototype.keyboardMoveVertical=!1)}),u.highlightNextValidPoint=a)}}(ir||(ir={}));let ii=ir,{hideSeriesFromAT:ia}=q,{describeSeries:io}=ro,is=class extends J{static compose(e,t,n){ry.compose(n),rG.compose(n),ii.compose(e,t,n)}init(){this.newDataAnnouncer=new ry(this.chart),this.newDataAnnouncer.init(),this.keyboardNavigation=new ii(this.chart,this.keyCodes),this.keyboardNavigation.init(),this.hideTooltipFromATWhenShown(),this.hideSeriesLabelsFromATWhenShown()}hideTooltipFromATWhenShown(){let e=this;this.chart.tooltip&&this.addEvent(this.chart.tooltip.constructor,"refresh",function(){this.chart===e.chart&&this.label&&this.label.element&&this.label.element.setAttribute("aria-hidden",!0)})}hideSeriesLabelsFromATWhenShown(){this.addEvent(this.chart,"afterDrawSeriesLabels",function(){this.series.forEach(function(e){e.labelBySeries&&e.labelBySeries.attr("aria-hidden",!0)})})}onChartRender(){this.chart.series.forEach(function(e){!1!==(e.options.accessibility&&e.options.accessibility.enabled)&&e.visible&&0!==e.getPointsCollection().length?io(e):ia(e)})}getKeyboardNavigation(){return this.keyboardNavigation.getKeyboardNavigationHandler()}destroy(){this.newDataAnnouncer.destroy(),this.keyboardNavigation.destroy()}},{unhideChartElementFromAT:il}=q,{getFakeMouseEvent:ic}=T,{attr:iu,pick:ih}=w(),id=class extends J{constructor(){super(...arguments),this.focusedMapNavButtonIx=-1}init(){let e=this,t=this.chart;this.proxyProvider.addGroup("zoom","div"),["afterShowResetZoom","afterApplyDrilldown","drillupall"].forEach(n=>{e.addEvent(t,n,function(){e.updateProxyOverlays()})})}onChartUpdate(){let e=this.chart,t=this;e.mapNavigation&&e.mapNavigation.navButtons.forEach((n,r)=>{il(e,n.element),t.setMapNavButtonAttrs(n.element,"accessibility.zoom.mapZoom"+(r?"Out":"In"))})}setMapNavButtonAttrs(e,t){let n=this.chart;iu(e,{tabindex:-1,role:"button","aria-label":n.langFormat(t,{chart:n})})}onChartRender(){this.updateProxyOverlays()}updateProxyOverlays(){let e=this.chart;if(this.proxyProvider.clearGroup("zoom"),e.resetZoomButton&&this.createZoomProxyButton(e.resetZoomButton,"resetZoomProxyButton",e.langFormat("accessibility.zoom.resetZoomButton",{chart:e})),e.drillUpButton&&e.breadcrumbs&&e.breadcrumbs.list){let t=e.breadcrumbs.list[e.breadcrumbs.list.length-1];this.createZoomProxyButton(e.drillUpButton,"drillUpProxyButton",e.langFormat("accessibility.drillUpButton",{chart:e,buttonText:e.breadcrumbs.getButtonText(t)}))}}createZoomProxyButton(e,t,n){this[t]=this.proxyProvider.addProxyElement("zoom",{click:e},"button",{"aria-label":n,tabindex:-1})}getMapZoomNavigation(){let e=this.keyCodes,t=this.chart,n=this;return new et(t,{keyCodeMap:[[[e.up,e.down,e.left,e.right],function(e){return n.onMapKbdArrow(this,e)}],[[e.tab],function(e,t){return n.onMapKbdTab(this,t)}],[[e.space,e.enter],function(){return n.onMapKbdClick(this)}]],validate:function(){return!!(t.mapView&&t.mapNavigation&&t.mapNavigation.navButtons.length)},init:function(e){return n.onMapNavInit(e)}})}onMapKbdArrow(e,t){let n=this.chart,r=this.keyCodes,i=n.container,a=t===r.up||t===r.down,o=t===r.left||t===r.up?1:-1,s=(a?n.plotHeight:n.plotWidth)/10*o,l=10*Math.random(),c={x:i.offsetLeft+n.plotLeft+n.plotWidth/2+l,y:i.offsetTop+n.plotTop+n.plotHeight/2+l},u=a?{x:c.x,y:c.y+s}:{x:c.x+s,y:c.y};return[ic("mousedown",c),ic("mousemove",u),ic("mouseup",u)].forEach(e=>i.dispatchEvent(e)),e.response.success}onMapKbdTab(e,t){let n=this.chart,r=e.response,i=t.shiftKey,a=i&&!this.focusedMapNavButtonIx||!i&&this.focusedMapNavButtonIx;if(n.mapNavigation.navButtons[this.focusedMapNavButtonIx].setState(0),a)return n.mapView&&n.mapView.zoomBy(),r[i?"prev":"next"];this.focusedMapNavButtonIx+=i?-1:1;let o=n.mapNavigation.navButtons[this.focusedMapNavButtonIx];return n.setFocusToElement(o.box,o.element),o.setState(2),r.success}onMapKbdClick(e){let t=this.chart.mapNavigation.navButtons[this.focusedMapNavButtonIx].element;return this.fakeClickEvent(t),e.response.success}onMapNavInit(e){let t=this.chart,n=t.mapNavigation.navButtons[0],r=t.mapNavigation.navButtons[1],i=e>0?n:r;t.setFocusToElement(i.box,i.element),i.setState(2),this.focusedMapNavButtonIx=e>0?0:1}simpleButtonNavigation(e,t,n){let r=this.keyCodes,i=this,a=this.chart;return new et(a,{keyCodeMap:[[[r.tab,r.up,r.down,r.left,r.right],function(e,t){let n=e===r.tab&&t.shiftKey||e===r.left||e===r.up;return this.response[n?"prev":"next"]}],[[r.space,r.enter],function(){return ih(n(this,a),this.response.success)}]],validate:function(){return a[e]&&a[e].box&&i[t].innerElement},init:function(){a.setFocusToElement(a[e].box,i[t].innerElement)}})}getKeyboardNavigation(){return[this.simpleButtonNavigation("resetZoomButton","resetZoomProxyButton",function(e,t){t.zoomOut()}),this.simpleButtonNavigation("drillUpButton","drillUpProxyButton",function(e,t){return t.drillUp(),e.response.prev}),this.getMapZoomNavigation()]}},{doc:ip,isMS:im,win:ig}=w(),iv=function(){if(im&&ig.getComputedStyle){let e=ip.createElement("div");e.style.backgroundImage="url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)",ip.body.appendChild(e);let t=(e.currentStyle||ig.getComputedStyle(e)).backgroundImage;return ip.body.removeChild(e),"none"===t}return ig.matchMedia&&ig.matchMedia("(forced-colors: active)").matches},iy=function(e){e.highContrastModeActive=!0;let t=e.options.accessibility.highContrastTheme;e.update(t,!1);let n=t.colors?.length>1;e.series.forEach(function(e){let r=t.plotOptions[e.type]||{},i=n&&void 0!==e.colorIndex?t.colors[e.colorIndex]:r.color||"window",a={color:r.color||"windowText",colors:n?t.colors:[r.color||"windowText"],borderColor:r.borderColor||"window",fillColor:i};e.update(a,!1),e.points&&e.points.forEach(function(e){e.options&&e.options.color&&e.update({color:r.color||"windowText",borderColor:r.borderColor||"window"},!1)})}),e.redraw()},ib={chart:{backgroundColor:"window"},title:{style:{color:"windowText"}},subtitle:{style:{color:"windowText"}},colorAxis:{minColor:"windowText",maxColor:"windowText",stops:[],dataClasses:[]},colors:["windowText"],xAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},yAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},tooltip:{backgroundColor:"window",borderColor:"windowText",style:{color:"windowText"}},plotOptions:{series:{lineColor:"windowText",fillColor:"window",borderColor:"windowText",edgeColor:"windowText",borderWidth:1,dataLabels:{connectorColor:"windowText",color:"windowText",style:{color:"windowText",textOutline:"none"}},marker:{lineColor:"windowText",fillColor:"windowText"}},pie:{color:"window",colors:["window"],borderColor:"windowText",borderWidth:1},boxplot:{fillColor:"window"},candlestick:{lineColor:"windowText",fillColor:"window"},errorbar:{fillColor:"window"}},legend:{backgroundColor:"window",itemStyle:{color:"windowText"},itemHoverStyle:{color:"windowText"},itemHiddenStyle:{color:"#555"},title:{style:{color:"windowText"}}},credits:{style:{color:"windowText"}},drilldown:{activeAxisLabelStyle:{color:"windowText"},activeDataLabelStyle:{color:"windowText"}},navigation:{buttonOptions:{symbolStroke:"windowText",theme:{fill:"window"}}},rangeSelector:{buttonTheme:{fill:"window",stroke:"windowText",style:{color:"windowText"},states:{hover:{fill:"window",stroke:"windowText",style:{color:"windowText"}},select:{fill:"#444",stroke:"windowText",style:{color:"windowText"}}}},inputBoxBorderColor:"windowText",inputStyle:{backgroundColor:"window",color:"windowText"},labelStyle:{color:"windowText"}},navigator:{handles:{backgroundColor:"window",borderColor:"windowText"},outlineColor:"windowText",maskFill:"transparent",series:{color:"windowText",lineColor:"windowText"},xAxis:{gridLineColor:"windowText"}},scrollbar:{barBackgroundColor:"#444",barBorderColor:"windowText",buttonArrowColor:"windowText",buttonBackgroundColor:"window",buttonBorderColor:"windowText",rifleColor:"windowText",trackBackgroundColor:"window",trackBorderColor:"windowText"}},{error:ix,pick:iw}=w();function i_(e,t,n){let r=e,i,a=0;for(;a"series"!==e)):Object.keys(this.components):[]}update(){let e=this.components,t=this.chart,n=t.options.accessibility;iC(t,"beforeA11yUpdate"),t.types=this.getChartTypes();let r=n.keyboardNavigation.order;this.proxyProvider.updateGroupOrder(r),this.getComponentOrder().forEach(function(n){e[n].onChartUpdate(),iC(t,"afterA11yComponentUpdate",{name:n,component:e[n]})}),this.keyboardNavigation.update(r),!t.highContrastModeActive&&!1!==n.highContrastMode&&(iv()||!0===n.highContrastMode)&&iy(t),iC(t,"afterA11yUpdate",{accessibility:this})}destroy(){let e=this.chart||{},t=this.components;Object.keys(t).forEach(function(e){t[e].destroy(),t[e].destroyBase()}),this.proxyProvider&&this.proxyProvider.destroy(),e.announcerContainer&&iN(e.announcerContainer),this.keyboardNavigation&&this.keyboardNavigation.destroy(),e.renderTo&&e.renderTo.setAttribute("aria-hidden",!0),e.focusElement&&e.focusElement.removeFocusBorder()}getChartTypes(){let e={};return this.chart.series.forEach(function(t){e[t.type]=1}),Object.keys(e)}}!function(e){function t(){this.accessibility&&this.accessibility.destroy()}function n(){this.a11yDirty&&this.renderTo&&(delete this.a11yDirty,this.updateA11yEnabled());let e=this.accessibility;e&&!e.zombie&&(e.proxyProvider.updateProxyElementPositions(),e.getComponentOrder().forEach(function(t){e.components[t].onChartRender()}))}function r(e){let t=e.options.accessibility;t&&(t.customComponents&&(this.options.accessibility.customComponents=t.customComponents,delete t.customComponents),iP(!0,this.options.accessibility,t),this.accessibility&&this.accessibility.destroy&&(this.accessibility.destroy(),delete this.accessibility)),this.a11yDirty=!0}function i(){let t=this.accessibility,n=this.options.accessibility,r=this.renderer.boxWrapper.element,i=this.title;if(n&&n.enabled)t&&!t.zombie?t.update():(this.accessibility=t=new e(this),t&&!t.zombie&&t.update(),"img"===r.getAttribute("role")&&r.removeAttribute("role"));else if(t)t.destroy&&t.destroy(),delete this.accessibility;else{this.renderTo.setAttribute("role","img"),this.renderTo.setAttribute("aria-hidden",!1),this.renderTo.setAttribute("aria-label",(i&&i.element.textContent||"").replace(/{iE(e,t,function(){this.a11yDirty=!0})}),["afterApplyDrilldown","drillupall"].forEach(t=>{iE(e,t,function(){let e=this.accessibility;e&&!e.zombie&&e.update()})}),iE(s,"update",a),["update","updatedData","remove"].forEach(e=>{iE(l,e,function(){this.chart.accessibility&&(this.chart.a11yDirty=!0)})}))}}(iO||(iO={})),iP(!0,iM,{accessibility:{enabled:!0,screenReaderSection:{beforeChartFormat:"<{headingTagName}>{chartTitle}
    {typeDescription}
    {chartSubtitle}
    {chartLongdesc}
    {playAsSoundButton}
    {viewTableButton}
    {xAxisDescription}
    {yAxisDescription}
    {annotationsTitle}{annotationsList}
    ",afterChartFormat:"{endOfChartMarker}",axisRangeDateFormat:"%Y-%m-%d %H:%M:%S"},series:{descriptionFormat:"{seriesDescription}{authorDescription}{axisDescription}",describeSingleSeries:!1,pointDescriptionEnabledThreshold:200},point:{valueDescriptionFormat:"{xDescription}{separator}{value}.",describeNull:!0},landmarkVerbosity:"all",linkedDescription:'*[data-highcharts-chart="{index}"] + .highcharts-description',highContrastMode:"auto",keyboardNavigation:{enabled:!0,focusBorder:{enabled:!0,hideBrowserFocusOutline:!0,style:{color:"#334eff",lineWidth:2,borderRadius:3},margin:2},order:["series","zoom","rangeSelector","navigator","legend","chartMenu"],wrapAround:!0,seriesNavigation:{skipNullPoints:void 0,pointNavigationEnabledThreshold:!1,rememberPointFocus:!1}},announceNewData:{enabled:!1,minAnnounceInterval:5e3,interruptUser:!1}},legend:{accessibility:{enabled:!0,keyboardNavigation:{enabled:!0}}},exporting:{accessibility:{enabled:!0}},navigator:{accessibility:{enabled:!0}}},{accessibility:{highContrastTheme:ib},lang:{accessibility:{defaultChartTitle:"Chart",chartContainerLabel:"{title}. Highcharts interactive chart.",svgContainerLabel:"Interactive chart",drillUpButton:"{buttonText}",credits:"Chart credits: {creditsStr}",thousandsSep:",",svgContainerTitle:"",graphicContainerLabel:"",screenReaderSection:{beforeRegionLabel:"",afterRegionLabel:"",annotations:{heading:"Chart annotations summary",descriptionSinglePoint:"{annotationText}. Related to {annotationPoint}",descriptionMultiplePoints:"{annotationText}. Related to {annotationPoint}{#each additionalAnnotationPoints}, also related to {this}{/each}",descriptionNoPoints:"{annotationText}"},endOfChartMarker:"End of interactive chart."},sonification:{playAsSoundButtonText:"Play as sound, {chartTitle}",playAsSoundClickAnnouncement:"Play"},legend:{legendLabelNoTitle:"Toggle series visibility, {chartTitle}",legendLabel:"Chart legend: {legendTitle}",legendItem:"Show {itemName}"},zoom:{mapZoomIn:"Zoom chart",mapZoomOut:"Zoom out chart",resetZoomButton:"Reset zoom"},rangeSelector:{dropdownLabel:"{rangeTitle}",minInputLabel:"Select start date.",maxInputLabel:"Select end date.",clickButtonAnnouncement:"Viewing {axisRangeDescription}"},navigator:{handleLabel:"{#eq handleIx 0}Start, percent{else}End, percent{/eq}",groupLabel:"Axis zoom",changeAnnouncement:"{axisRangeDescription}"},table:{viewAsDataTableButtonText:"View as data table, {chartTitle}",tableSummary:"Table representation of chart."},announceNewData:{newDataAnnounce:"Updated data for chart {chartTitle}",newSeriesAnnounceSingle:"New data series: {seriesDesc}",newPointAnnounceSingle:"New data point: {pointDesc}",newSeriesAnnounceMultiple:"New data series in chart {chartTitle}: {seriesDesc}",newPointAnnounceMultiple:"New data point in chart {chartTitle}: {pointDesc}"},seriesTypeDescriptions:{boxplot:"Box plot charts are typically used to display groups of statistical data. Each data point in the chart can have up to 5 values: minimum, lower quartile, median, upper quartile, and maximum.",arearange:"Arearange charts are line charts displaying a range between a lower and higher value for each point.",areasplinerange:"These charts are line charts displaying a range between a lower and higher value for each point.",bubble:"Bubble charts are scatter charts where each data point also has a size value.",columnrange:"Columnrange charts are column charts displaying a range between a lower and higher value for each point.",errorbar:"Errorbar series are used to display the variability of the data.",funnel:"Funnel charts are used to display reduction of data in stages.",pyramid:"Pyramid charts consist of a single pyramid with item heights corresponding to each point value.",waterfall:"A waterfall chart is a column chart where each column contributes towards a total end value."},chartTypes:{emptyChart:"Empty chart",mapTypeDescription:"Map of {mapTitle} with {numSeries} data series.",unknownMap:"Map of unspecified region with {numSeries} data series.",combinationChart:"Combination chart with {numSeries} data series.",defaultSingle:"Chart with {numPoints} data {#eq numPoints 1}point{else}points{/eq}.",defaultMultiple:"Chart with {numSeries} data series.",splineSingle:"Line chart with {numPoints} data {#eq numPoints 1}point{else}points{/eq}.",splineMultiple:"Line chart with {numSeries} lines.",lineSingle:"Line chart with {numPoints} data {#eq numPoints 1}point{else}points{/eq}.",lineMultiple:"Line chart with {numSeries} lines.",columnSingle:"Bar chart with {numPoints} {#eq numPoints 1}bar{else}bars{/eq}.",columnMultiple:"Bar chart with {numSeries} data series.",barSingle:"Bar chart with {numPoints} {#eq numPoints 1}bar{else}bars{/eq}.",barMultiple:"Bar chart with {numSeries} data series.",pieSingle:"Pie chart with {numPoints} {#eq numPoints 1}slice{else}slices{/eq}.",pieMultiple:"Pie chart with {numSeries} pies.",scatterSingle:"Scatter chart with {numPoints} {#eq numPoints 1}point{else}points{/eq}.",scatterMultiple:"Scatter chart with {numSeries} data series.",boxplotSingle:"Boxplot with {numPoints} {#eq numPoints 1}box{else}boxes{/eq}.",boxplotMultiple:"Boxplot with {numSeries} data series.",bubbleSingle:"Bubble chart with {numPoints} {#eq numPoints 1}bubbles{else}bubble{/eq}.",bubbleMultiple:"Bubble chart with {numSeries} data series."},axis:{xAxisDescriptionSingular:"The chart has 1 X axis displaying {names[0]}. {ranges[0]}",xAxisDescriptionPlural:"The chart has {numAxes} X axes displaying {#each names}{#unless @first},{/unless}{#if @last} and{/if} {this}{/each}.",yAxisDescriptionSingular:"The chart has 1 Y axis displaying {names[0]}. {ranges[0]}",yAxisDescriptionPlural:"The chart has {numAxes} Y axes displaying {#each names}{#unless @first},{/unless}{#if @last} and{/if} {this}{/each}.",timeRangeDays:"Data range: {range} days.",timeRangeHours:"Data range: {range} hours.",timeRangeMinutes:"Data range: {range} minutes.",timeRangeSeconds:"Data range: {range} seconds.",rangeFromTo:"Data ranges from {rangeFrom} to {rangeTo}.",rangeCategories:"Data range: {numCategories} categories.",defaultAxisNames:{categories:"categories",time:"Time",values:"values"}},exporting:{chartMenuLabel:"Chart menu",menuButtonLabel:"View chart menu, {chartTitle}"},series:{summary:{default:"{series.name}, series {seriesNumber} of {chart.series.length} with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",defaultCombination:"{series.name}, series {seriesNumber} of {chart.series.length} with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",line:"{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",lineCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",spline:"{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",splineCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",column:"{series.name}, bar series {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}bar{else}bars{/eq}.",columnCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Bar series with {series.points.length} {#eq series.points.length 1}bar{else}bars{/eq}.",bar:"{series.name}, bar series {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}bar{else}bars{/eq}.",barCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Bar series with {series.points.length} {#eq series.points.length 1}bar{else}bars{/eq}.",pie:"{series.name}, pie {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}slice{else}slices{/eq}.",pieCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Pie with {series.points.length} {#eq series.points.length 1}slice{else}slices{/eq}.",scatter:"{series.name}, scatter plot {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}point{else}points{/eq}.",scatterCombination:"{series.name}, series {seriesNumber} of {chart.series.length}, scatter plot with {series.points.length} {#eq series.points.length 1}point{else}points{/eq}.",boxplot:"{series.name}, boxplot {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}box{else}boxes{/eq}.",boxplotCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Boxplot with {series.points.length} {#eq series.points.length 1}box{else}boxes{/eq}.",bubble:"{series.name}, bubble series {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}bubble{else}bubbles{/eq}.",bubbleCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Bubble series with {series.points.length} {#eq series.points.length 1}bubble{else}bubbles{/eq}.",map:"{series.name}, map {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}area{else}areas{/eq}.",mapCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Map with {series.points.length} {#eq series.points.length 1}area{else}areas{/eq}.",mapline:"{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",maplineCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#eq series.points.length 1}point{else}points{/eq}.",mapbubble:"{series.name}, bubble series {seriesNumber} of {chart.series.length} with {series.points.length} {#eq series.points.length 1}bubble{else}bubbles{/eq}.",mapbubbleCombination:"{series.name}, series {seriesNumber} of {chart.series.length}. Bubble series with {series.points.length} {#eq series.points.length 1}bubble{else}bubbles{/eq}."},description:"{description}",xAxisDescription:"X axis, {name}",yAxisDescription:"Y axis, {name}",nullPointValue:"No value",pointAnnotationsDescription:"{#each annotations}Annotation: {this}{/each}"}}}});let iL=iO,ij=w();ij.i18nFormat=iL.i18nFormat,ij.A11yChartUtilities=q,ij.A11yHTMLUtilities=T,ij.AccessibilityComponent=J,ij.KeyboardNavigationHandler=et,ij.SeriesAccessibilityDescriber=ro,iL.compose(ij.Chart,ij.Legend,ij.Point,ij.Series,ij.SVGElement,ij.RangeSelector);let iD=w();return b.default})()},5180(e){"use strict";e.exports=function(e,t,n,r,i,a,o,s){if(!e){var l;if(void 0===t)l=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,i,a,o,s],u=0;(l=Error(t.replace(/%s/g,function(){return c[u++]}))).name="Invariant Violation"}throw l.framesToPop=1,l}}},2134(e,t,n){var r=0/0,i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,s=/^0o[0-7]+$/i,l=parseInt,c="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,u="object"==typeof self&&self&&self.Object===Object&&self,h=c||u||Function("return this")(),d=Object.prototype.toString,f=Math.max,p=Math.min,m=function(){return h.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function v(e){if("number"==typeof e)return e;if("symbol"==typeof(t=e)||t&&"object"==typeof t&&"[object Symbol]"==d.call(t))return r;if(g(e)){var t,n="function"==typeof e.valueOf?e.valueOf():e;e=g(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var c=o.test(e);return c||s.test(e)?l(e.slice(2),c?2:8):a.test(e)?r:+e}e.exports=function(e,t,n){var r,i,a,o,s,l,c=0,u=!1,h=!1,d=!0;if("function"!=typeof e)throw TypeError("Expected a function");function y(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function b(e){var n=e-l,r=e-c;return void 0===l||n>=t||n<0||h&&r>=a}function x(){var e,n,r,i=m();if(b(i))return w(i);s=setTimeout(x,(e=i-l,n=i-c,r=t-e,h?p(r,a-n):r))}function w(e){return(s=void 0,d&&r)?y(e):(r=i=void 0,o)}function _(){var e,n=m(),a=b(n);if(r=arguments,i=this,l=n,a){if(void 0===s)return c=e=l,s=setTimeout(x,t),u?y(e):o;if(h)return s=setTimeout(x,t),y(l)}return void 0===s&&(s=setTimeout(x,t)),o}return t=v(t)||0,g(n)&&(u=!!n.leading,a=(h="maxWait"in n)?f(v(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),_.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=l=i=s=void 0},_.flush=function(){return void 0===s?o:w(m())},_}},3057(e,t,n){"use strict";var r=n(7322);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var s=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},7405(e,t,n){e.exports=n(3057)()},7322(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5236(e,t,n){"use strict";var r,i=n(6989),a=n(6187),o=n(9414);function s(e){var t="https://react.dev/errors/"+e;if(1R||(e.current=D[R],D[R]=null,R--)}function B(e,t){D[++R]=e.current,e.current=t}var F=z(null),H=z(null),$=z(null),U=z(null);function V(e,t){switch(B($,t),B(H,e),B(F,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?cv(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)e=cy(t=cv(t),e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}I(F),B(F,e)}function q(){I(F),I(H),I($)}function Y(e){null!==e.memoizedState&&B(U,e);var t=F.current,n=cy(t,e.type);t!==n&&(B(H,e),B(F,n))}function W(e){H.current===e&&(I(F),I(H)),U.current===e&&(I(U),ue._currentValue=j)}function G(e){if(void 0===tR)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);tR=t&&t[1]||"",tz=-1)":-1i||l[r]!==c[i]){var u="\n"+l[r].replace(" at new "," at ");return e.displayName&&u.includes("")&&(u=u.replace("",e.displayName)),u}while(1<=r&&0<=i);break}}}finally{X=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?G(n):""}function Z(e){try{var t="",n=null;do t+=function(e,t){switch(e.tag){case 26:case 27:case 5:return G(e.type);case 16:return G("Lazy");case 13:return e.child!==t&&null!==t?G("Suspense Fallback"):G("Suspense");case 19:return G("SuspenseList");case 0:case 15:return K(e.type,!1);case 11:return K(e.type.render,!1);case 1:return K(e.type,!0);case 31:return G("Activity");default:return""}}(e,n),n=e,e=e.return;while(e);return t}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}var Q=Object.prototype.hasOwnProperty,J=i.unstable_scheduleCallback,ee=i.unstable_cancelCallback,et=i.unstable_shouldYield,en=i.unstable_requestPaint,er=i.unstable_now,ei=i.unstable_getCurrentPriorityLevel,ea=i.unstable_ImmediatePriority,eo=i.unstable_UserBlockingPriority,es=i.unstable_NormalPriority,el=i.unstable_LowPriority,ec=i.unstable_IdlePriority,eu=i.log,eh=i.unstable_setDisableYieldValue,ed=null,ef=null;function ep(e){if("function"==typeof eu&&eh(e),ef&&"function"==typeof ef.setStrictMode)try{ef.setStrictMode(ed,e)}catch(e){}}var em=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(eg(e)/ev|0)|0},eg=Math.log,ev=Math.LN2,ey=256,eb=262144,ex=4194304;function ew(e){var t=42&e;if(0!==t)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return 261888&e;case 262144:case 524288:case 1048576:case 2097152:return 3932160&e;case 4194304:case 8388608:case 0x1000000:case 0x2000000:return 0x3c00000&e;case 0x4000000:return 0x4000000;case 0x8000000:return 0x8000000;case 0x10000000:return 0x10000000;case 0x20000000:return 0x20000000;case 0x40000000:return 0;default:return e}}function e_(e,t,n){var r=e.pendingLanes;if(0===r)return 0;var i=0,a=e.suspendedLanes,o=e.pingedLanes;e=e.warmLanes;var s=0x7ffffff&r;return 0!==s?0!=(r=s&~a)?i=ew(r):0!=(o&=s)?i=ew(o):n||0!=(n=s&~e)&&(i=ew(n)):0!=(s=r&~a)?i=ew(s):0!==o?i=ew(o):n||0!=(n=r&~e)&&(i=ew(n)),0===i?0:0!==t&&t!==i&&0==(t&a)&&((a=i&-i)>=(n=t&-t)||32===a&&0!=(4194048&n))?t:i}function ek(e,t){return 0==(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)}function eS(){var e=ex;return 0==(0x3c00000&(ex<<=1))&&(ex=4194304),e}function eM(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function eA(e,t){e.pendingLanes|=t,0x10000000!==t&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function eE(e,t,n){e.pendingLanes|=t,e.suspendedLanes&=~t;var r=31-em(t);e.entangledLanes|=t,e.entanglements[r]=0x40000000|e.entanglements[r]|261930&n}function eT(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-em(n),i=1<typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}var te=/[\n"\\]/g;function tt(e){return e.replace(te,function(e){return"\\"+e.charCodeAt(0).toString(16)+" "})}function tn(e,t,n,r,i,a,o,s){e.name="",null!=o&&"function"!=typeof o&&"symbol"!=typeof o&&"boolean"!=typeof o?e.type=o:e.removeAttribute("type"),null!=t?"number"===o?(0===t&&""===e.value||e.value!=t)&&(e.value=""+e7(t)):e.value!==""+e7(t)&&(e.value=""+e7(t)):"submit"!==o&&"reset"!==o||e.removeAttribute("value"),null!=t?ti(e,o,e7(t)):null!=n?ti(e,o,e7(n)):null!=r&&e.removeAttribute("value"),null==i&&null!=a&&(e.defaultChecked=!!a),null!=i&&(e.checked=i&&"function"!=typeof i&&"symbol"!=typeof i),null!=s&&"function"!=typeof s&&"symbol"!=typeof s&&"boolean"!=typeof s?e.name=""+e7(s):e.removeAttribute("name")}function tr(e,t,n,r,i,a,o,s){if(null!=a&&"function"!=typeof a&&"symbol"!=typeof a&&"boolean"!=typeof a&&(e.type=a),null!=t||null!=n){if(("submit"===a||"reset"===a)&&null==t)return void e6(e);n=null!=n?""+e7(n):"",t=null!=t?""+e7(t):n,s||t===e.value||(e.value=t),e.defaultValue=t}r="function"!=typeof(r=null!=r?r:i)&&"symbol"!=typeof r&&!!r,e.checked=s?e.checked:!!r,e.defaultChecked=!!r,null!=o&&"function"!=typeof o&&"symbol"!=typeof o&&"boolean"!=typeof o&&(e.name=o),e6(e)}function ti(e,t,n){"number"===t&&e8(e.ownerDocument)===e||e.defaultValue===""+n||(e.defaultValue=""+n)}function ta(e,t,n,r){if(e=e.options,t){t={};for(var i=0;itypeof window&&void 0!==window.document&&void 0!==window.document.createElement,tA=!1;if(tM)try{var tE={};Object.defineProperty(tE,"passive",{get:function(){tA=!0}}),window.addEventListener("test",tE,tE),window.removeEventListener("test",tE,tE)}catch(e){tA=!1}var tT=null,tC=null,tP=null;function tN(){if(tP)return tP;var e,t,n=tC,r=n.length,i="value"in tT?tT.value:tT.textContent,a=i.length;for(e=0;e=nt),ni=!1;function na(e,t){switch(e){case"keyup":return -1!==t8.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function no(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var ns=!1,nl={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function nc(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!nl[e.type]:"textarea"===t}function nu(e,t,n,r){tb?tx?tx.push(r):tx=[r]:tb=r,0<(t=cr(t,"onChange")).length&&(n=new t$("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var nh=null,nd=null;function nf(e){l7(e,0)}function np(e){if(e9(eY(e)))return e}function nm(e,t){if("change"===e)return t}var ng=!1;if(tM){if(tM){var nv="oninput"in document;if(!nv){var ny=document.createElement("div");ny.setAttribute("oninput","return;"),nv="function"==typeof ny.oninput}r=nv}else r=!1;ng=r&&(!document.documentMode||9=t)return{node:r,offset:t-e};e=n}t:{for(;r;){if(r.nextSibling){r=r.nextSibling;break t}r=r.parentNode}r=void 0}r=nE(r)}}function nC(e){e=null!=e&&null!=e.ownerDocument&&null!=e.ownerDocument.defaultView?e.ownerDocument.defaultView:window;for(var t=e8(e.document);t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(n)e=t.contentWindow;else break;t=e8(e.document)}return t}function nP(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var nN=tM&&"documentMode"in document&&11>=document.documentMode,nO=null,nL=null,nj=null,nD=!1;function nR(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;nD||null==nO||nO!==e8(r)||(r="selectionStart"in(r=nO)&&nP(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},nj&&nA(nj,r)||(nj=r,0<(r=cr(nL,"onSelect")).length&&(t=new t$("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=nO)))}function nz(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var nI={animationend:nz("Animation","AnimationEnd"),animationiteration:nz("Animation","AnimationIteration"),animationstart:nz("Animation","AnimationStart"),transitionrun:nz("Transition","TransitionRun"),transitionstart:nz("Transition","TransitionStart"),transitioncancel:nz("Transition","TransitionCancel"),transitionend:nz("Transition","TransitionEnd")},nB={},nF={};function nH(e){if(nB[e])return nB[e];if(!nI[e])return e;var t,n=nI[e];for(t in n)if(n.hasOwnProperty(t)&&t in nF)return nB[e]=n[t];return e}tM&&(nF=document.createElement("div").style,"AnimationEvent"in window||(delete nI.animationend.animation,delete nI.animationiteration.animation,delete nI.animationstart.animation),"TransitionEvent"in window||delete nI.transitionend.transition);var n$=nH("animationend"),nU=nH("animationiteration"),nV=nH("animationstart"),nq=nH("transitionrun"),nY=nH("transitionstart"),nW=nH("transitioncancel"),nG=nH("transitionend"),nX=new Map,nK="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function nZ(e,t){nX.set(e,t),eZ(t,[e])}nK.push("scrollEnd");var nQ="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof process&&"function"==typeof process.emit)return void process.emit("uncaughtException",e);console.error(e)},nJ=[],n0=0,n1=0;function n2(){for(var e=n0,t=n1=n0=0;t>=o,i-=o,ry=1<<32-em(t)+i|n<typeof AbortController?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(t,n){e.push(n)}};this.abort=function(){t.aborted=!0,e.forEach(function(e){return e()})}},rQ=i.unstable_scheduleCallback,rJ=i.unstable_NormalPriority,r0={$$typeof:x,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function r1(){return{controller:new rZ,data:new Map,refCount:0}}function r2(e){e.refCount--,0===e.refCount&&rQ(rJ,function(){e.controller.abort()})}var r3=null,r5=0,r7=0,r4=null;function r6(){if(0==--r5&&null!==r3){null!==r4&&(r4.status="fulfilled");var e=r3;r3=null,r7=0,r4=null;for(var t=0;tp?(m=h,h=null):m=h.sibling;var g=f(i,h,s[p],l);if(null===g){null===h&&(h=m);break}e&&h&&null===g.alternate&&t(i,h),o=a(g,o,p),null===u?c=g:u.sibling=g,u=g,h=m}if(p===s.length)return n(i,h),rE&&rx(i,p),c;if(null===h){for(;pm?(g=p,p=null):g=p.sibling;var b=f(i,p,y.value,c);if(null===b){null===p&&(p=g);break}e&&p&&null===b.alternate&&t(i,p),o=a(b,o,m),null===h?u=b:h.sibling=b,h=b,p=g}if(y.done)return n(i,p),rE&&rx(i,m),u;if(null===p){for(;!y.done;m++,y=l.next())null!==(y=d(i,y.value,c))&&(o=a(y,o,m),null===h?u=y:h.sibling=y,h=y);return rE&&rx(i,m),u}for(p=r(p);!y.done;m++,y=l.next())null!==(y=v(p,i,m,y.value,c))&&(e&&null!==y.alternate&&p.delete(null===y.key?m:y.key),o=a(y,o,m),null===h?u=y:h.sibling=y,h=y);return e&&p.forEach(function(e){return t(i,e)}),rE&&rx(i,m),u}(c,u,h=b.call(h),y)}if("function"==typeof h.then)return l(c,u,iv(h),y);if(h.$$typeof===x)return l(c,u,rX(c,h),y);ib(c,h)}return"string"==typeof h&&""!==h||"number"==typeof h||"bigint"==typeof h?(h=""+h,null!==u&&6===u.tag?(n(c,u.sibling),(y=i(u,h)).return=c):(n(c,u),(y=ro(h,c.mode,y)).return=c),o(c=y)):n(c,u)}(l,c,u,h);return im=null,y}catch(e){if(e===ii||e===io)throw e;var b=re(29,e,null,l.mode);return b.lanes=h,b.return=l,b}finally{}}}var iw=ix(!0),i_=ix(!1),ik=!1;function iS(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function iM(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function iA(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function iE(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!=(2&sR)){var i=r.pending;return null===i?t.next=t:(t.next=i.next,i.next=t),r.pending=t,t=n6(e),n4(e,null,n),t}return n3(e,r,t,n),n6(e)}function iT(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194048&n))){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,eT(e,n)}}function iC(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var i=null,a=null;if(null!==(n=n.firstBaseUpdate)){do{var o={lane:n.lane,tag:n.tag,payload:n.payload,callback:null,next:null};null===a?i=a=o:a=a.next=o,n=n.next}while(null!==n);null===a?i=a=t:a=a.next=t}else i=a=t;n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:a,shared:r.shared,callbacks:r.callbacks},e.updateQueue=n;return}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}var iP=!1;function iN(){if(iP){var e=r4;if(null!==e)throw e}}function iO(e,t,n,r){iP=!1;var i=e.updateQueue;ik=!1;var a=i.firstBaseUpdate,o=i.lastBaseUpdate,s=i.shared.pending;if(null!==s){i.shared.pending=null;var l=s,c=l.next;l.next=null,null===o?a=c:o.next=c,o=l;var u=e.alternate;null!==u&&(s=(u=u.updateQueue).lastBaseUpdate)!==o&&(null===s?u.firstBaseUpdate=c:s.next=c,u.lastBaseUpdate=l)}if(null!==a){var h=i.baseState;for(o=0,u=c=l=null,s=a;;){var f=-0x20000001&s.lane,p=f!==s.lane;if(p?(sB&f)===f:(r&f)===f){0!==f&&f===r7&&(iP=!0),null!==u&&(u=u.next={lane:0,tag:s.tag,payload:s.payload,callback:null,next:null});t:{var m=e,g=s;switch(f=t,g.tag){case 1:if("function"==typeof(m=g.payload)){h=m.call(n,h,f);break t}h=m;break t;case 3:m.flags=-65537&m.flags|128;case 0:if(null==(f="function"==typeof(m=g.payload)?m.call(n,h,f):m))break t;h=d({},h,f);break t;case 2:ik=!0}}null!==(f=s.callback)&&(e.flags|=64,p&&(e.flags|=8192),null===(p=i.callbacks)?i.callbacks=[f]:p.push(f))}else p={lane:f,tag:s.tag,payload:s.payload,callback:s.callback,next:null},null===u?(c=u=p,l=h):u=u.next=p,o|=f;if(null===(s=s.next))if(null===(s=i.shared.pending))break;else s=(p=s).next,p.next=null,i.lastBaseUpdate=p,i.shared.pending=null}null===u&&(l=h),i.baseState=l,i.firstBaseUpdate=c,i.lastBaseUpdate=u,null===a&&(i.shared.lanes=0),sW|=o,e.lanes=o,e.memoizedState=h}}function iL(e,t){if("function"!=typeof e)throw Error(s(191,e));e.call(t)}function ij(e,t){var n=e.callbacks;if(null!==n)for(e.callbacks=null,e=0;ea?a:8;var o=O.T,s={};O.T=s,a8(e,!1,t,n);try{var l=i(),c=O.S;if(null!==c&&c(s,l),null!==l&&"object"==typeof l&&"function"==typeof l.then){var u,h,d=(u=[],h={status:"pending",value:null,reason:null,then:function(e){u.push(e)}},l.then(function(){h.status="fulfilled",h.value=r;for(var e=0;e title"))),cd(a,r,n),a[eD]=e,eG(a),r=a;break t;case"link":var o=c2("link","href",i).get(r+(n.href||""));if(o){for(var l=0;ls)break;var u=l.transferSize,h=l.initiatorType;u&&cf(h)&&(o+=u*((l=l.responseEnd)c7?50:800)+m);return p.unsuspend=e,function(){p.unsuspend=null,clearTimeout(t),clearTimeout(n)}}:null)){s8=a,e.cancelPendingCommit=g(lM.bind(null,e,t,a,n,r,i,o,s,l,u,h,null,d,f)),lu(e,a,o,!c);return}}lM(e,t,a,n,r,i,o,s,l)}function lu(e,t,n,r){t&=~sX,t&=~sG,e.suspendedLanes|=t,e.pingedLanes&=~t,r&&(e.warmLanes|=t),r=e.expirationTimes;for(var i=t;0<\/script>",a=a.removeChild(a.firstChild);break;case"select":a="string"==typeof r.is?o.createElement("select",{is:r.is}):o.createElement("select"),r.multiple?a.multiple=!0:r.size&&(a.size=r.size);break;default:a="string"==typeof r.is?o.createElement(i,{is:r.is}):o.createElement(i)}}a[eD]=t,a[eR]=r;t:for(o=t.child;null!==o;){if(5===o.tag||6===o.tag)a.appendChild(o.stateNode);else if(4!==o.tag&&27!==o.tag&&null!==o.child){o.child.return=o,o=o.child;continue}if(o===t)break;for(;null===o.sibling;){if(null===o.return||o.return===t)break t;o=o.return}o.sibling.return=o.return,o=o.sibling}switch(t.stateNode=a,cd(a,i,r),i){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break;case"img":r=!0;break;default:r=!1}r&&oX(t)}}return o0(t),oK(t,t.type,null===e?null:e.memoizedProps,t.pendingProps,n),null;case 6:if(e&&null!=t.stateNode)e.memoizedProps!==r&&oX(t);else{if("string"!=typeof r&&null===t.stateNode)throw Error(s(166));if(e=$.current,rj(t)){if(e=t.stateNode,n=t.memoizedProps,r=null,null!==(i=rM))switch(i.tag){case 27:case 5:r=i.memoizedProps}e[eD]=t,(e=!!(e.nodeValue===n||null!==r&&!0===r.suppressHydrationWarning||cc(e.nodeValue,n)))||rN(t,!0)}else(e=cg(e).createTextNode(r))[eD]=t,t.stateNode=e}return o0(t),null;case 31:if(n=t.memoizedState,null===e||null!==e.memoizedState){if(r=rj(t),null!==n){if(null===e){if(!r)throw Error(s(318));if(!(e=null!==(e=t.memoizedState)?e.dehydrated:null))throw Error(s(557));e[eD]=t}else rD(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;o0(t),e=!1}else n=rR(),null!==e&&null!==e.memoizedState&&(e.memoizedState.hydrationErrors=n),e=!0;if(!e){if(256&t.flags)return iY(t),t;return iY(t),null}if(0!=(128&t.flags))throw Error(s(558))}return o0(t),null;case 13:if(r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(i=rj(t),null!==r&&null!==r.dehydrated){if(null===e){if(!i)throw Error(s(318));if(!(i=null!==(i=t.memoizedState)?i.dehydrated:null))throw Error(s(317));i[eD]=t}else rD(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;o0(t),i=!1}else i=rR(),null!==e&&null!==e.memoizedState&&(e.memoizedState.hydrationErrors=i),i=!0;if(!i){if(256&t.flags)return iY(t),t;return iY(t),null}}if(iY(t),0!=(128&t.flags))return t.lanes=n,t;return n=null!==r,e=null!==e&&null!==e.memoizedState,n&&(r=t.child,i=null,null!==r.alternate&&null!==r.alternate.memoizedState&&null!==r.alternate.memoizedState.cachePool&&(i=r.alternate.memoizedState.cachePool.pool),a=null,null!==r.memoizedState&&null!==r.memoizedState.cachePool&&(a=r.memoizedState.cachePool.pool),a!==i&&(r.flags|=2048)),n!==e&&n&&(t.child.flags|=8192),oQ(t,t.updateQueue),o0(t),null;case 4:return q(),null===e&&l8(t.stateNode.containerInfo),o0(t),null;case 10:return r$(t.type),o0(t),null;case 19:if(I(iW),null===(r=t.memoizedState))return o0(t),null;if(i=0!=(128&t.flags),null===(a=r.rendering))if(i)oJ(r,!1);else{if(0!==sY||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(a=iG(e))){for(t.flags|=128,oJ(r,!1),t.updateQueue=e=a.updateQueue,oQ(t,e),t.subtreeFlags=0,e=n,n=t.child;null!==n;)rr(n,e),n=n.sibling;return B(iW,1&iW.current|2),rE&&rx(t,r.treeForkCount),t.child}e=e.sibling}null!==r.tail&&er()>s3&&(t.flags|=128,i=!0,oJ(r,!1),t.lanes=4194304)}else{if(!i)if(null!==(e=iG(a))){if(t.flags|=128,i=!0,t.updateQueue=e=e.updateQueue,oQ(t,e),oJ(r,!0),null===r.tail&&"hidden"===r.tailMode&&!a.alternate&&!rE)return o0(t),null}else 2*er()-r.renderingStartTime>s3&&0x20000000!==n&&(t.flags|=128,i=!0,oJ(r,!1),t.lanes=4194304);r.isBackwards?(a.sibling=t.child,t.child=a):(null!==(e=r.last)?e.sibling=a:t.child=a,r.last=a)}if(null!==r.tail)return e=r.tail,r.rendering=e,r.tail=e.sibling,r.renderingStartTime=er(),e.sibling=null,n=iW.current,B(iW,i?1&n|2:1&n),rE&&rx(t,r.treeForkCount),e;return o0(t),null;case 22:case 23:return iY(t),iB(),r=null!==t.memoizedState,null!==e?null!==e.memoizedState!==r&&(t.flags|=8192):r&&(t.flags|=8192),r?0!=(0x20000000&n)&&0==(128&t.flags)&&(o0(t),6&t.subtreeFlags&&(t.flags|=8192)):o0(t),null!==(n=t.updateQueue)&&oQ(t,n.retryQueue),n=null,null!==e&&null!==e.memoizedState&&null!==e.memoizedState.cachePool&&(n=e.memoizedState.cachePool.pool),r=null,null!==t.memoizedState&&null!==t.memoizedState.cachePool&&(r=t.memoizedState.cachePool.pool),r!==n&&(t.flags|=2048),null!==e&&I(r8),null;case 24:return n=null,null!==e&&(n=e.memoizedState.cache),t.memoizedState.cache!==n&&(t.flags|=2048),r$(r0),o0(t),null;case 25:case 30:return null}throw Error(s(156,t.tag))}(t.alternate,t,sq);if(null!==n){sI=n;return}if(null!==(t=t.sibling)){sI=t;return}sI=t=e}while(null!==t);0===sY&&(sY=5)}function lS(e,t){do{var n=function(e,t){switch(rk(t),t.tag){case 1:return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return r$(r0),q(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 26:case 27:case 5:return W(t),null;case 31:if(null!==t.memoizedState){if(iY(t),null===t.alternate)throw Error(s(340));rD()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 13:if(iY(t),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(s(340));rD()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return I(iW),null;case 4:return q(),null;case 10:return r$(t.type),null;case 22:case 23:return iY(t),iB(),null!==e&&I(r8),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 24:return r$(r0),null;default:return null}}(e.alternate,e);if(null!==n){n.flags&=32767,sI=n;return}if(null!==(n=e.return)&&(n.flags|=32768,n.subtreeFlags=0,n.deletions=null),!t&&null!==(e=e.sibling)){sI=e;return}sI=e=n}while(null!==e);sY=6,sI=null}function lM(e,t,n,r,i,a,o,l,c){e.cancelPendingCommit=null;do lP();while(0!==s4);if(0!=(6&sR))throw Error(s(327));if(null!==t){if(t===e.current)throw Error(s(177));if(!function(e,t,n,r,i,a){var o=e.pendingLanes;e.pendingLanes=n,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=n,e.entangledLanes&=n,e.errorRecoveryDisabledLanes&=n,e.shellSuspendCounter=0;var s=e.entanglements,l=e.expirationTimes,c=e.hiddenUpdates;for(n=o&~n;0g&&(o=g,g=m,m=o);var v=nT(s,m),y=nT(s,g);if(v&&y&&(1!==f.rangeCount||f.anchorNode!==v.node||f.anchorOffset!==v.offset||f.focusNode!==y.node||f.focusOffset!==y.offset)){var b=h.createRange();b.setStart(v.node,v.offset),f.removeAllRanges(),m>g?(f.addRange(b),f.extend(y.node,y.offset)):(b.setEnd(y.node,y.offset),f.addRange(b))}}}}for(h=[],f=s;f=f.parentNode;)1===f.nodeType&&h.push({element:f,left:f.scrollLeft,top:f.scrollTop});for("function"==typeof s.focus&&s.focus(),s=0;sn?32:n,O.T=null,n=lt,lt=null;var a=s6,o=s8;if(s4=0,s9=s6=null,s8=0,0!=(6&sR))throw Error(s(331));var l=sR;if(sR|=4,sO(a.current),sM(a,a.current,o,n),sR=l,lY(0,!1),ef&&"function"==typeof ef.onPostCommitFiberRoot)try{ef.onPostCommitFiberRoot(ed,a)}catch(e){}return!0}finally{L.p=i,O.T=r,lC(e,t)}}function lO(e,t,n){t=ru(n,t),t=ov(e.stateNode,t,2),null!==(e=iE(e,t,2))&&(eA(e,2),lq(e))}function lL(e,t,n){if(3===e.tag)lO(e,e,n);else for(;null!==t;){if(3===t.tag){lO(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===s7||!s7.has(r))){e=ru(n,e),null!==(r=iE(t,n=oy(2),2))&&(ob(n,r,t,e),eA(r,2),lq(r));break}}t=t.return}}function lj(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new sD;var i=new Set;r.set(t,i)}else void 0===(i=r.get(t))&&(i=new Set,r.set(t,i));i.has(n)||(sV=!0,i.add(n),e=lD.bind(null,e,t,n),t.then(e,e))}function lD(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),e.pingedLanes|=e.suspendedLanes&n,e.warmLanes&=~n,sz===e&&(sB&n)===n&&(4===sY||3===sY&&(0x3c00000&sB)===sB&&300>er()-s1?0==(2&sR)&&lf(e,0):sX|=n,sZ===sB&&(sZ=0)),lq(e)}function lR(e,t){0===t&&(t=eS()),null!==(e=n7(e,t))&&(eA(e,t),lq(e))}function lz(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),lR(e,n)}function lI(e,t){var n=0;switch(e.tag){case 31:case 13:var r=e.stateNode,i=e.memoizedState;null!==i&&(n=i.retryLane);break;case 19:r=e.stateNode;break;case 22:r=e.stateNode._retryCache;break;default:throw Error(s(314))}null!==r&&r.delete(t),lR(e,n)}var lB=null,lF=null,lH=!1,l$=!1,lU=!1,lV=0;function lq(e){e!==lF&&null===e.next&&(null===lF?lB=lF=e:lF=lF.next=e),l$=!0,lH||(lH=!0,cS(function(){0!=(6&sR)?J(ea,lW):lG()}))}function lY(e,t){if(!lU&&l$){lU=!0;do for(var n=!1,r=lB;null!==r;){if(!t)if(0!==e){var i=r.pendingLanes;if(0===i)var a=0;else{var o=r.suspendedLanes,s=r.pingedLanes;a=0xc000095&(a=(1<<31-em(42|e)+1)-1&(i&~(o&~s)))?0xc000095&a|1:a?2|a:0}0!==a&&(n=!0,lZ(r,a))}else a=sB,0==(3&(a=e_(r,r===sz?a:0,null!==r.cancelPendingCommit||-1!==r.timeoutHandle)))||ek(r,a)||(n=!0,lZ(r,a));r=r.next}while(n);lU=!1}}function lW(){lG()}function lG(){l$=lH=!1;var e,t=0;0===lV||((e=window.event)&&"popstate"===e.type?e===cx||(cx=e,0):(cx=null,1))||(t=lV);for(var n=er(),r=null,i=lB;null!==i;){var a=i.next,o=lX(i,n);0===o?(i.next=null,null===r?lB=a:r.next=a,null===a&&(lF=r)):(r=i,(0!==t||0!=(3&o))&&(l$=!0)),i=a}0!==s4&&5!==s4||lY(t,!1),0!==lV&&(lV=0)}function lX(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,i=e.expirationTimes,a=-0x3c00001&e.pendingLanes;0 title"):null)}function c5(e){return"stylesheet"!==e.type||0!=(3&e.state.loading)}var c7=0;function c4(){if(this.count--,0===this.count&&(0===this.imgCount||!this.waitingForImages)){if(this.stylesheets)c9(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var c6=null;function c9(e,t){e.stylesheets=null,null!==e.unsuspend&&(e.count++,c6=new Map,t.forEach(c8,e),c6=null,c4.call(e))}function c8(e,t){if(!(4&t.state.loading)){var n=c6.get(e);if(n)var r=n.get(null);else{n=new Map,c6.set(e,n);for(var i=e.querySelectorAll("link[data-precedence],style[data-precedence]"),a=0;atypeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var uz=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!uz.isDisabled&&uz.supportsFiber)try{ed=uz.inject({bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:O,reconcilerVersion:"19.2.4"}),ef=uz}catch(e){}}t.createRoot=function(e,t){if(!(n=e)||1!==n.nodeType&&9!==n.nodeType&&11!==n.nodeType)throw Error(s(299));var n,r,i,a,o,l=!1,c="",u=od,h=of,d=op;return null!=t&&(!0===t.unstable_strictMode&&(l=!0),void 0!==t.identifierPrefix&&(c=t.identifierPrefix),void 0!==t.onUncaughtError&&(u=t.onUncaughtError),void 0!==t.onCaughtError&&(h=t.onCaughtError),void 0!==t.onRecoverableError&&(d=t.onRecoverableError)),r=e,i=1,a=!1,o=l,r=new ut(r,i,a,c,u,h,d,uL,null),i=1,!0===o&&(i|=24),o=re(3,null,null,i),r.current=o,o.stateNode=r,i=r1(),i.refCount++,r.pooledCache=i,i.refCount++,o.memoizedState={element:null,isDehydrated:a,cache:i},iS(o),t=r,e[ez]=t.current,l8(e),new uj(t)}},6934(e,t,n){"use strict";var r=n(6187),i=n(9414);function a(e){var t="https://react.dev/errors/"+e;if(1>>16)&65535)<<16)|0)<<15|a>>>17))+((0x1b873593*(a>>>16)&65535)<<16)|0,i=(65535&(i=5*(65535&(i=i<<13|i>>>19))+((5*(i>>>16)&65535)<<16)|0))+27492+(((i>>>16)+58964&65535)<<16)}switch(a=0,n){case 3:a^=(255&e.charCodeAt(t+2))<<16;case 2:a^=(255&e.charCodeAt(t+1))<<8;case 1:a^=255&e.charCodeAt(t),i^=0x1b873593*(65535&(a=(a=0xcc9e2d51*(65535&a)+((0xcc9e2d51*(a>>>16)&65535)<<16)|0)<<15|a>>>17))+((0x1b873593*(a>>>16)&65535)<<16)}return i^=e.length,i^=i>>>16,i=0x85ebca6b*(65535&i)+((0x85ebca6b*(i>>>16)&65535)<<16)|0,i^=i>>>13,((i=0xc2b2ae35*(65535&i)+((0xc2b2ae35*(i>>>16)&65535)<<16)|0)^i>>>16)>>>0}var E=Object.assign,T=Object.prototype.hasOwnProperty,C=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),P={},N={};function O(e){return!!T.call(N,e)||!T.call(P,e)&&(C.test(e)?N[e]=!0:(P[e]=!0,!1))}var L=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),j=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),D=/["'&<>]/;function R(e){if("boolean"==typeof e||"number"==typeof e||"bigint"==typeof e)return""+e;e=""+e;var t=D.exec(e);if(t){var n,r="",i=0;for(n=t.index;n; rel=dns-prefetch",r=0<=(i.remainingCapacity-=n.length+2)),r?(a.resets.dns[e]=null,i.preconnects&&(i.preconnects+=", "),i.preconnects+=n):(ed(n=[],{href:e,rel:"dns-prefetch"}),a.preconnects.add(n))),nj(t))}else V.D(e)},C:function(e,t){var n=tK||null;if(n){var r=n.resumableState,i=n.renderState;if("string"==typeof e&&e){var a,o,s="use-credentials"===t?"credentials":"string"==typeof t?"anonymous":"default";r.connectResources[s].hasOwnProperty(e)||(r.connectResources[s][e]=null,(o=(r=i.headers)&&0; rel=preconnect","string"==typeof t&&(o+='; crossorigin="'+(""+t).replace(eG,eX)+'"'),a=o,o=0<=(r.remainingCapacity-=a.length+2)),o?(i.resets.connect[s][e]=null,r.preconnects&&(r.preconnects+=", "),r.preconnects+=a):(ed(s=[],{rel:"preconnect",href:e,crossOrigin:t}),i.preconnects.add(s))),nj(n)}}else V.C(e,t)},L:function(e,t,n){var r=tK||null;if(r){var i=r.resumableState,a=r.renderState;if(t&&e){switch(t){case"image":if(n)var o,s=n.imageSrcSet,l=n.imageSizes,c=n.fetchPriority;var u=s?s+"\n"+(l||""):e;if(i.imageResources.hasOwnProperty(u))return;i.imageResources[u]=q,(i=a.headers)&&0e.insertionMode)return X(3,null,r,null);break;case"html":if(0===e.insertionMode)return X(1,null,r,null)}return 6<=e.insertionMode||2>e.insertionMode?X(2,null,r,null):e.tagScope!==r?X(e.insertionMode,e.selectedValue,r,null):e}function Z(e){return null===e?null:{update:e.update,enter:"none",exit:"none",share:e.update,name:e.autoName,autoName:e.autoName,nameIdx:0}}function Q(e,t){return 32&t.tagScope&&(e.instructions|=128),X(t.insertionMode,t.selectedValue,12|t.tagScope,Z(t.viewTransition))}function J(e,t){e=Z(t.viewTransition);var n=16|t.tagScope;return null!==e&&"none"!==e.share&&(n|=64),X(t.insertionMode,t.selectedValue,n,e)}var ee=new Map;function et(e,t){if("object"!=typeof t)throw Error(a(62));var n,r=!0;for(n in t)if(T.call(t,n)){var i=t[n];if(null!=i&&"boolean"!=typeof i&&""!==i){if(0===n.indexOf("--")){var o=R(n);i=R((""+i).trim())}else void 0===(o=ee.get(n))&&(o=R(n.replace(z,"-$1").toLowerCase().replace(I,"-ms-")),ee.set(n,o)),i="number"==typeof i?0===i||L.has(n)?""+i:i+"px":R((""+i).trim());r?(r=!1,e.push(' style="',o,":",i)):e.push(";",o,":",i)}}r||e.push('"')}function en(e,t,n){n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'=""')}function er(e,t,n){"function"!=typeof n&&"symbol"!=typeof n&&"boolean"!=typeof n&&e.push(" ",t,'="',R(n),'"')}var ei=R("javascript:throw new Error('React form unexpectedly submitted.')");function ea(e,t){this.push('")}function eo(e){if("string"!=typeof e)throw Error(a(480))}function es(e,t){if("function"==typeof t.$$FORM_ACTION){var n=e.nextFormID++;e=e.idPrefix+n;try{var r=t.$$FORM_ACTION(e);if(r){var i=r.data;null!=i&&i.forEach(eo)}return r}catch(e){if("object"==typeof e&&null!==e&&"function"==typeof e.then)throw e}}return null}function el(e,t,n,r,i,a,o,s){var l=null;if("function"==typeof r){var c=es(t,r);null!==c?(s=c.name,r=c.action||"",i=c.encType,a=c.method,o=c.target,l=c.data):(e.push(" ","formAction",'="',ei,'"'),o=a=i=r=s=null,eh(t,n))}return null!=s&&ec(e,"name",s),null!=r&&ec(e,"formAction",r),null!=i&&ec(e,"formEncType",i),null!=a&&ec(e,"formMethod",a),null!=o&&ec(e,"formTarget",o),l}function ec(e,t,n){switch(t){case"className":er(e,"class",n);break;case"tabIndex":er(e,"tabindex",n);break;case"dir":case"role":case"viewBox":case"width":case"height":er(e,t,n);break;case"style":et(e,n);break;case"src":case"href":if(""===n)break;case"action":case"formAction":if(null==n||"function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=F(""+n),e.push(" ",t,'="',R(n),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":en(e,t.toLowerCase(),n);break;case"xlinkHref":if("function"==typeof n||"symbol"==typeof n||"boolean"==typeof n)break;n=F(""+n),e.push(" ","xlink:href",'="',R(n),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'="',R(n),'"');break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'=""');break;case"capture":case"download":!0===n?e.push(" ",t,'=""'):!1!==n&&"function"!=typeof n&&"symbol"!=typeof n&&e.push(" ",t,'="',R(n),'"');break;case"cols":case"rows":case"size":case"span":"function"!=typeof n&&"symbol"!=typeof n&&!isNaN(n)&&1<=n&&e.push(" ",t,'="',R(n),'"');break;case"rowSpan":case"start":"function"==typeof n||"symbol"==typeof n||isNaN(n)||e.push(" ",t,'="',R(n),'"');break;case"xlinkActuate":er(e,"xlink:actuate",n);break;case"xlinkArcrole":er(e,"xlink:arcrole",n);break;case"xlinkRole":er(e,"xlink:role",n);break;case"xlinkShow":er(e,"xlink:show",n);break;case"xlinkTitle":er(e,"xlink:title",n);break;case"xlinkType":er(e,"xlink:type",n);break;case"xmlBase":er(e,"xml:base",n);break;case"xmlLang":er(e,"xml:lang",n);break;case"xmlSpace":er(e,"xml:space",n);break;default:if((!(2",'addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error(\'React form unexpectedly submitted.\')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});',"<\/script>")):r.unshift(t.startInlineScript,">",'addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error(\'React form unexpectedly submitted.\')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});',"<\/script>")}}function ed(e,t){for(var n in e.push(e_("link")),t)if(T.call(t,n)){var r=t[n];if(null!=r)switch(n){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,"link"));default:ec(e,n,r)}}return e.push("/>"),null}var ef=/(<\/|<)(s)(tyle)/gi;function ep(e,t,n,r){return""+t+("s"===n?"\\73 ":"\\53 ")+r}function em(e,t,n){for(var r in e.push(e_(n)),t)if(T.call(t,r)){var i=t[r];if(null!=i)switch(r){case"children":case"dangerouslySetInnerHTML":throw Error(a(399,n));default:ec(e,r,i)}}return e.push("/>"),null}function eg(e,t){e.push(e_("title"));var n,r=null,i=null;for(n in t)if(T.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":i=a;break;default:ec(e,n,a)}}return e.push(">"),"function"!=typeof(t=Array.isArray(r)?2>r.length?r[0]:null:r)&&"symbol"!=typeof t&&null!=t&&e.push(R(""+t)),eu(e,i,r),e.push(eS("title")),null}function ev(e,t){e.push(e_("script"));var n,r=null,i=null;for(n in t)if(T.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":r=a;break;case"dangerouslySetInnerHTML":i=a;break;default:ec(e,n,a)}}return e.push(">"),eu(e,i,r),"string"==typeof r&&e.push((""+r).replace(W,G)),e.push(eS("script")),null}function ey(e,t,n){e.push(e_(n));var r,i=n=null;for(r in t)if(T.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":i=a;break;default:ec(e,r,a)}}return e.push(">"),eu(e,i,n),n}function eb(e,t,n){e.push(e_(n));var r,i=n=null;for(r in t)if(T.call(t,r)){var a=t[r];if(null!=a)switch(r){case"children":n=a;break;case"dangerouslySetInnerHTML":i=a;break;default:ec(e,r,a)}}return e.push(">"),eu(e,i,n),"string"==typeof n?(e.push(R(n)),null):n}var ex=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ew=new Map;function e_(e){var t=ew.get(e);if(void 0===t){if(!ex.test(e))throw Error(a(65,e));t="<"+e,ew.set(e,t)}return t}var ek=new Map;function eS(e){var t=ek.get(e);return void 0===t&&(t="",ek.set(e,t)),t}function eM(e,t){null===(e=e.preamble).htmlChunks&&t.htmlChunks&&(e.htmlChunks=t.htmlChunks),null===e.headChunks&&t.headChunks&&(e.headChunks=t.headChunks),null===e.bodyChunks&&t.bodyChunks&&(e.bodyChunks=t.bodyChunks)}function eA(e,t){t=t.bootstrapChunks;for(var n=0;n')}var eT=/[<\u2028\u2029]/g,eC=/[&><\u2028\u2029]/g;function eP(e){return JSON.stringify(e).replace(eC,function(e){switch(e){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var eN=!1,eO=!0;function eL(e){var t=e.rules,n=e.hrefs,r=0;if(n.length){for(this.push(Y.startInlineStyle),this.push(' media="not all" data-precedence="'),this.push(e.precedence),this.push('" data-href="');r'),r=0;r"),eN=!0,t.length=0,n.length=0}}function ej(e){return 2!==e.state&&(eN=!0)}function eD(e,t,n){return eN=!1,eO=!0,Y=n,t.styles.forEach(eL,e),Y=null,t.stylesheets.forEach(ej),eN&&(n.stylesToHoist=!0),eO}function eR(e){for(var t=0;t'),e=0;e"),n.length=0,r.length=0}}function eF(e){if(0===e.state){e.state=1;var t=e.props;for(ed(ez,{rel:"preload",as:"style",href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e; rel=preload; as="'+(t=(""+t).replace(eG,eX))+'"',n)T.call(n,r)&&"string"==typeof(e=n[r])&&(t+="; "+r.toLowerCase()+'="'+(""+e).replace(eG,eX)+'"');return t}var eY=/[<>\r\n]/g;function eW(e){switch(e){case"<":return"%3C";case">":return"%3E";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var eG=/["';,\r\n]/g;function eX(e){switch(e){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function eK(e){this.styles.add(e)}function eZ(e){this.stylesheets.add(e)}function eQ(e,t){t.styles.forEach(eK,e),t.stylesheets.forEach(eZ,e),t.suspenseyImages&&(e.suspenseyImages=!0)}function eJ(e,t,n,r){return n.generateStaticMarkup?(e.push(R(t)),!1):(""===t?e=r:(r&&e.push("\x3c!-- --\x3e"),e.push(R(t)),e=!0),e)}function e0(e,t,n,r){t.generateStaticMarkup||n&&r&&e.push("\x3c!-- --\x3e")}var e1=Function.prototype.bind,e2=Symbol.for("react.client.reference");function e3(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===e2?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case l:return"Fragment";case u:return"Profiler";case c:return"StrictMode";case p:return"Suspense";case m:return"SuspenseList";case b:return"Activity"}if("object"==typeof e)switch(e.$$typeof){case s:return"Portal";case d:return e.displayName||"Context";case h:return(e._context.displayName||"Context")+".Consumer";case f:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case g:return null!==(t=e.displayName||null)?t:e3(e.type)||"Memo";case v:t=e._payload,e=e._init;try{return e3(e(t))}catch(e){}}return null}var e5={},e7=null;function e4(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var n=t.parent;if(null===e){if(null!==n)throw Error(a(401))}else{if(null===n)throw Error(a(401));e4(e,n)}t.context._currentValue2=t.value}}function e6(e){var t=e7;t!==e&&(null===t?function e(t){var n=t.parent;null!==n&&e(n),t.context._currentValue2=t.value}(e):null===e?function e(t){t.context._currentValue2=t.parentValue,null!==(t=t.parent)&&e(t)}(t):t.depth===e.depth?e4(t,e):t.depth>e.depth?function e(t,n){if(t.context._currentValue2=t.parentValue,null===(t=t.parent))throw Error(a(402));t.depth===n.depth?e4(t,n):e(t,n)}(t,e):function e(t,n){var r=n.parent;if(null===r)throw Error(a(402));t.depth===r.depth?e4(t,r):e(t,r),n.context._currentValue2=n.value}(t,e),e7=e)}var e9={enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}},e8={id:1,overflow:""};function te(e,t,n){var r=e.id;e=e.overflow;var i=32-tt(r)-1;r&=~(1<>=o,i-=o,{id:1<<32-tt(t)+i|n<>>=0)?32:31-(tn(e)/tr|0)|0},tn=Math.log,tr=Math.LN2;function ti(){}var ta=Error(a(460)),to=null;function ts(){if(null===to)throw Error(a(459));var e=to;return to=null,e}var tl="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},tc=null,tu=null,th=null,td=null,tf=null,tp=null,tm=!1,tg=!1,tv=0,ty=0,tb=-1,tx=0,tw=null,t_=null,tk=0;function tS(){if(null===tc)throw Error(a(321));return tc}function tM(){if(0)":-1i||l[r]!==c[i]){var u="\n"+l[r].replace(" at new "," at ");return e.displayName&&u.includes("")&&(u=u.replace("",e.displayName)),u}while(1<=r&&0<=i);break}}}finally{tq=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:"")?tV(n):""}function tW(e,t){return 500"),eu(e,f,d),"string"==typeof d){e.push(R(d));var m=null}else m=d;return m;case"select":e.push(e_("select"));var g,v=null,y=null;for(g in n)if(T.call(n,g)){var b=n[g];if(null!=b)switch(g){case"children":v=b;break;case"dangerouslySetInnerHTML":y=b;break;case"defaultValue":case"value":break;default:ec(e,g,b)}}return e.push(">"),eu(e,y,v),v;case"option":var x=c.selectedValue;e.push(e_("option"));var w,_=null,k=null,S=null,A=null;for(w in n)if(T.call(n,w)){var C=n[w];if(null!=C)switch(w){case"children":_=C;break;case"selected":S=C;break;case"dangerouslySetInnerHTML":A=C;break;case"value":k=C;default:ec(e,w,C)}}if(null!=x){var P,N,L=null!==k?""+k:(P=_,N="",r.Children.forEach(P,function(e){null!=e&&(N+=e)}),N);if(M(x)){for(var j=0;j"),eu(e,A,_),_;case"textarea":e.push(e_("textarea"));var D,z=null,I=null,B=null;for(D in n)if(T.call(n,D)){var H=n[D];if(null!=H)switch(D){case"children":B=H;break;case"value":z=H;break;case"defaultValue":I=H;break;case"dangerouslySetInnerHTML":throw Error(a(91));default:ec(e,D,H)}}if(null===z&&null!==I&&(z=I),e.push(">"),null!=B){if(null!=z)throw Error(a(92));if(M(B)){if(1"),null!=ee&&ee.forEach(ea,e),null;case"button":e.push(e_("button"));var eo,ex=null,ew=null,ek=null,eM=null,eA=null,eE=null,eT=null;for(eo in n)if(T.call(n,eo)){var eC=n[eo];if(null!=eC)switch(eo){case"children":ex=eC;break;case"dangerouslySetInnerHTML":ew=eC;break;case"name":ek=eC;break;case"formAction":eM=eC;break;case"formEncType":eA=eC;break;case"formMethod":eE=eC;break;case"formTarget":eT=eC;break;default:ec(e,eo,eC)}}var eP=el(e,i,o,eM,eA,eE,eT,ek);if(e.push(">"),null!=eP&&eP.forEach(ea,e),eu(e,ew,ex),"string"==typeof ex){e.push(R(ex));var eN=null}else eN=ex;return eN;case"form":e.push(e_("form"));var eO,eL=null,ej=null,eD=null,eR=null,ez=null,eI=null;for(eO in n)if(T.call(n,eO)){var eB=n[eO];if(null!=eB)switch(eO){case"children":eL=eB;break;case"dangerouslySetInnerHTML":ej=eB;break;case"action":eD=eB;break;case"encType":eR=eB;break;case"method":ez=eB;break;case"target":eI=eB;break;default:ec(e,eO,eB)}}var eF=null,eH=null;if("function"==typeof eD){var e$=es(i,eD);null!==e$?(eD=e$.action||"",eR=e$.encType,ez=e$.method,eI=e$.target,eF=e$.data,eH=e$.name):(e.push(" ","action",'="',ei,'"'),eI=ez=eR=eD=null,eh(i,o))}if(null!=eD&&ec(e,"action",eD),null!=eR&&ec(e,"encType",eR),null!=ez&&ec(e,"method",ez),null!=eI&&ec(e,"target",eI),e.push(">"),null!==eH&&(e.push('"),null!=eF&&eF.forEach(ea,e)),eu(e,ej,eL),"string"==typeof eL){e.push(R(eL));var eU=null}else eU=eL;return eU;case"menuitem":for(var eY in e.push(e_("menuitem")),n)if(T.call(n,eY)){var eW=n[eY];if(null!=eW)switch(eY){case"children":case"dangerouslySetInnerHTML":throw Error(a(400));default:ec(e,eY,eW)}}return e.push(">"),null;case"object":e.push(e_("object"));var eG,eX=null,eK=null;for(eG in n)if(T.call(n,eG)){var eZ=n[eG];if(null!=eZ)switch(eG){case"children":eX=eZ;break;case"dangerouslySetInnerHTML":eK=eZ;break;case"data":var eQ=F(""+eZ);if(""===eQ)break;e.push(" ","data",'="',R(eQ),'"');break;default:ec(e,eG,eZ)}}if(e.push(">"),eu(e,eK,eX),"string"==typeof eX){e.push(R(eX));var eJ=null}else eJ=eX;return eJ;case"title":var e0=1&c.tagScope,e1=4&c.tagScope;if(4===c.insertionMode||e0||null!=n.itemProp)var e2=eg(e,n);else e1?e2=null:(eg(o.hoistableChunks,n),e2=void 0);return e2;case"link":var e3=1&c.tagScope,e5=4&c.tagScope,e7=n.rel,e4=n.href,e6=n.precedence;if(4===c.insertionMode||e3||null!=n.itemProp||"string"!=typeof e7||"string"!=typeof e4||""===e4){ed(e,n);var e9=null}else if("stylesheet"===n.rel)if("string"!=typeof e6||null!=n.disabled||n.onLoad||n.onError)e9=ed(e,n);else{var e8=o.styles.get(e6),te=i.styleResources.hasOwnProperty(e4)?i.styleResources[e4]:void 0;if(null!==te){i.styleResources[e4]=null,e8||(e8={precedence:R(e6),rules:[],hrefs:[],sheets:new Map},o.styles.set(e6,e8));var tt={state:0,props:E({},n,{"data-precedence":n.precedence,precedence:null})};if(te){2===te.length&&eV(tt.props,te);var tn=o.preloads.stylesheets.get(e4);tn&&0");var t_=Array.isArray(tb)?2>tb.length?tb[0]:null:tb;"function"!=typeof t_&&"symbol"!=typeof t_&&null!=t_&&e.push((""+t_).replace(ef,ep)),eu(e,tx,tb),e.push(eS("style"));var tk=null}else{var tS=o.styles.get(tm);if(null!==(i.styleResources.hasOwnProperty(tg)?i.styleResources[tg]:void 0)){i.styleResources[tg]=null,tS||(tS={precedence:R(tm),rules:[],hrefs:[],sheets:new Map},o.styles.set(tm,tS));var tM=o.nonce.style;if(!tM||tM===tv){tS.hrefs.push(R(tg));var tA,tE=tS.rules,tT=null,tC=null;for(tA in n)if(T.call(n,tA)){var tP=n[tA];if(null!=tP)switch(tA){case"children":tT=tP;break;case"dangerouslySetInnerHTML":tC=tP}}var tN=Array.isArray(tT)?2>tT.length?tT[0]:null:tT;"function"!=typeof tN&&"symbol"!=typeof tN&&null!=tN&&tE.push((""+tN).replace(ef,ep)),eu(tE,tC,tT)}}tS&&l&&l.styles.add(tS),u&&e.push("\x3c!-- --\x3e"),tk=void 0}return tk;case"meta":var tO=1&c.tagScope,tL=4&c.tagScope;if(4===c.insertionMode||tO||null!=n.itemProp)var tj=em(e,n,"meta");else u&&e.push("\x3c!-- --\x3e"),tj=tL?null:"string"==typeof n.charSet?em(o.charsetChunks,n,"meta"):"viewport"===n.name?em(o.viewportChunks,n,"meta"):em(o.hoistableChunks,n,"meta");return tj;case"listing":case"pre":e.push(e_(t));var tD,tR=null,tz=null;for(tD in n)if(T.call(n,tD)){var tI=n[tD];if(null!=tI)switch(tD){case"children":tR=tI;break;case"dangerouslySetInnerHTML":tz=tI;break;default:ec(e,tD,tI)}}if(e.push(">"),null!=tz){if(null!=tR)throw Error(a(60));if("object"!=typeof tz||!("__html"in tz))throw Error(a(61));var tB=tz.__html;null!=tB&&("string"==typeof tB&&0o.highImagePreloads.size)&&(tq.delete(tV),o.highImagePreloads.add(tY));else if(!i.imageResources.hasOwnProperty(tV)){i.imageResources[tV]=q;var tW,tG=n.crossOrigin,tX="string"==typeof tG?"use-credentials"===tG?tG:"":void 0,tK=o.headers;tK&&0tK.highImagePreloads.length)&&(tW=eq(tH,"image",{imageSrcSet:n.srcSet,imageSizes:n.sizes,crossOrigin:tX,integrity:n.integrity,nonce:n.nonce,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.refererPolicy}),0<=(tK.remainingCapacity-=tW.length+2))?(o.resets.image[tV]=q,tK.highImagePreloads&&(tK.highImagePreloads+=", "),tK.highImagePreloads+=tW):(ed(tY=[],{rel:"preload",as:"image",href:t$?void 0:tH,imageSrcSet:t$,imageSizes:tU,crossOrigin:tX,integrity:n.integrity,type:n.type,fetchPriority:n.fetchPriority,referrerPolicy:n.referrerPolicy}),"high"===n.fetchPriority||10>o.highImagePreloads.size?o.highImagePreloads.add(tY):(o.bulkPreloads.add(tY),tq.set(tV,tY)))}}return em(e,n,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return em(e,n,t);case"head":if(2>c.insertionMode){var tZ=s||o.preamble;if(tZ.headChunks)throw Error(a(545,"``"));null!==s&&e.push("\x3c!--head--\x3e"),tZ.headChunks=[];var tQ=ey(tZ.headChunks,n,"head")}else tQ=eb(e,n,"head");return tQ;case"body":if(2>c.insertionMode){var tJ=s||o.preamble;if(tJ.bodyChunks)throw Error(a(545,"``"));null!==s&&e.push("\x3c!--body--\x3e"),tJ.bodyChunks=[];var t0=ey(tJ.bodyChunks,n,"body")}else t0=eb(e,n,"body");return t0;case"html":if(0===c.insertionMode){var t1=s||o.preamble;if(t1.htmlChunks)throw Error(a(545,"``"));null!==s&&e.push("\x3c!--html--\x3e"),t1.htmlChunks=[""];var t2=ey(t1.htmlChunks,n,"html")}else t2=eb(e,n,"html");return t2;default:if(-1!==t.indexOf("-")){e.push(e_(t));var t3,t5=null,t7=null;for(t3 in n)if(T.call(n,t3)){var t4=n[t3];if(null!=t4){var t6=t3;switch(t3){case"children":t5=t4;break;case"dangerouslySetInnerHTML":t7=t4;break;case"style":et(e,t4);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"className":t6="class";default:if(O(t3)&&"function"!=typeof t4&&"symbol"!=typeof t4&&!1!==t4){if(!0===t4)t4="";else if("object"==typeof t4)continue;e.push(" ",t6,'="',R(t4),'"')}}}}return e.push(">"),eu(e,t7,t5),t5}}return eb(e,n,t)}(w.chunks,i,o,e.resumableState,e.renderState,t.blockedPreamble,t.hoistableState,t.formatContext,w.lastPushedText),w.lastPushedText=!1,A=t.formatContext,s=t.keyPath,t.keyPath=n,3===(t.formatContext=K(A,i,o)).insertionMode){n=t1(e,0,null,t.formatContext,!1,!1),w.preambleChildren.push(n),t.blockedSegment=n;try{n.status=6,np(e,t,P,-1),e0(n.chunks,e.renderState,n.lastPushedText,n.textEmbedded),n.status=1}finally{t.blockedSegment=w}}else np(e,t,P,-1);t.formatContext=A,t.keyPath=s;t:{switch(t=w.chunks,e=e.resumableState,i){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break t;case"body":if(1>=A.insertionMode){e.hasBody=!0;break t}break;case"html":if(0===A.insertionMode){e.hasHtml=!0;break t}break;case"head":if(1>=A.insertionMode)break t}t.push(eS(i))}w.lastPushedText=!1}else{switch(i){case x:case c:case u:case l:i=t.keyPath,t.keyPath=n,no(e,t,o.children,-1),t.keyPath=i;return;case b:null===(i=t.blockedSegment)?"hidden"!==o.mode&&(i=t.keyPath,t.keyPath=n,np(e,t,o.children,-1),t.keyPath=i):"hidden"!==o.mode&&(e.renderState.generateStaticMarkup||i.chunks.push("\x3c!--&--\x3e"),i.lastPushedText=!1,w=t.keyPath,t.keyPath=n,np(e,t,o.children,-1),t.keyPath=w,e.renderState.generateStaticMarkup||i.chunks.push("\x3c!--/&--\x3e"),i.lastPushedText=!1);return;case m:t:{if(i=o.children,"forwards"===(o=o.revealOrder)||"backwards"===o||"unstable_legacy-backwards"===o){if(M(i)){nt(e,t,n,i,o);break t}if((w=S(i))&&(w=w.call(i))){if(!(A=w.next()).done){do A=w.next();while(!A.done);nt(e,t,n,i,o)}break t}}"together"===o?(o=t.keyPath,w=t.row,(A=t.row=ne(null)).boundaries=[],A.together=!0,t.keyPath=n,no(e,t,i,-1),0==--A.pendingTasks&&t6(e,A),t.keyPath=o,t.row=w,null!==w&&0');case 1:n.status=2;var i=!0,o=n.chunks,s=0;n=n.children;for(var l=0;l")),nA(e,t,n,r),e=!!e.renderState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}if(1!==i.status)return 0===i.status&&(i.rootSegmentID=e.nextSegmentId++),0e.progressiveChunkSize)return i.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(i),eE(t,e.renderState,i.rootSegmentID),nA(e,t,n,r),t.push("\x3c!--/$--\x3e");if(nE+=i.byteSize,r&&eQ(r,i.contentState),null!==(n=i.row)&&tW(e,i)&&0==--n.pendingTasks&&t6(e,n),e.renderState.generateStaticMarkup||t.push("\x3c!--$--\x3e"),1!==(n=i.completedSegments).length)throw Error(a(391));return nT(e,t,n[0],r),e=!!e.renderState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}function nC(e,t,n,r){switch(!function(e,t,n,r){switch(n.insertionMode){case 0:case 1:case 3:case 2:return e.push('