:root{--overlay-white:hsla(0,0%,100%,0.5);--overlay-bck-color:rgba(0,0,0,0.5);--sp10:0.625rem;--sp15:0.9375rem;--sp20:1.25rem;--sp30:1.875rem;--sp40:2.5rem;--sp-heading:1.25rem;--sp-subheading:0.625rem;--sp-sectionheading:1.25rem;--numeric:2.75rem;--quote:1.125rem;--quote-caption:1rem;--bold:700;--normal:400;--lh-copy:1.6;--lh-copy-negative:calc(var(--lh-copy)*-1rem);--lh-quote:1.5;--lh-heading:1.3;--col-white:#fff;--col-true-blue:#001966;--col-golden-sun:#ebac00;--col-lava-red:#e6533d;--col-forest-green:#409c35;--col-main-bg:#fff;--col-cvi-body:#001966;--col-alert:#e6533d;--col-light-blue:#3b97de;--col-light-blue-t15:#e0effa;--col-light-blue-t40:#b1d4f2;--col-sea-blue:#005bd1;--col-sea-blue-t15:#d8e5f8;--col-sea-blue-t40:#97bced;--col-ocean-green:#2a928d;--col-ocean-green-t15:#e0f0ef;--col-ocean-green-t40:#abd4d2;--col-rose-pink:#eea5bd;--col-rose-pink-t15:#fcf3f5;--col-rose-pink-t40:#f8dde6;--col-sand-grey:#ccc5bd;--col-sand-grey-t15:#f6f5f4;--col-sand-grey-t40:#ebe8e5;--col-granite-grey:#949ba8;--col-granite-grey-t15:#eeeff1;--col-granite-grey-t40:#d5d8dd;--tint-15:0.15;--tint-40:0.40;--rounded:10px;--rounded-bottom:0 0 10px 10px;--border-color:#949ba8;--border-stroke:1px solid;--shadow:0 1px 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.08),0 4px 4px rgba(0,0,0,0.06),0 8px 12px rgba(0,0,0,0.06),0 12px 16px rgba(0,0,0,0.06)}@media only screen and (min-width:1023px){:root{--numeric:3.375rem;--quote:1.375rem;--quote-caption:1.25rem;--lh-copy:1.7;--lh-quote:1.7}}@keyframes multilinesLinkHover{0%{width:0}to{width:100%}}.votes-container__title{--title-font-size:2.875rem;--title-line-height:1.2;--title-margin-bottom:2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:500}@media(min-width:992px){.votes-container__title{--title-font-size:6.0625rem}}.votes-container__chart-results-percent{--title-font-size:2rem;--title-line-height:1.2;--title-margin-bottom:2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:300}@media(min-width:992px){.votes-container__chart-results-percent{--title-font-size:2.625rem}}.votes-container__question{--text-font-size:1.25rem;font-size:var(--text-font-size);line-height:1.4;margin-bottom:var(--text-margin-bottom);font-weight:900}@media(min-width:992px){.votes-container__question{--text-font-size:1.375rem;--text-line-height:1.4}}.votes{z-index:unset;min-width:320px}.votes-container{position:relative}.votes-container__spanner{display:block}.votes-container__top-container{position:relative}.votes-container__bottom-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;position:relative}.votes-container__question-layer{display:flex;flex-direction:column;position:relative;grid-area:1/1/2/2;z-index:2;padding:72px clamp(20px,8vw,50px) 118px;background:#f0f7fd;opacity:1;transition:all .5s ease-out;border-radius:25px}.votes-container--show-results .votes-container__question-layer{opacity:0;pointer-events:none}.votes-container__results-layer{grid-area:1/1/2/2;z-index:1;max-height:0;overflow:hidden;padding:76px clamp(.000001px,8vw,50px) 35px;background:#f0f7fd;transition:all 1s ease-out;border-radius:25px}.votes-container--show-results .votes-container__results-layer{max-height:2000px;padding-bottom:65px}.votes-container__results-skeleton{display:flex;flex-direction:column;position:relative}.votes-container__title{position:absolute;top:auto;bottom:-23px;margin:0;padding:50px clamp(20px,8vw,50px) 0;z-index:3;line-height:1.0618}.votes-container__question{max-width:100%;margin-bottom:50px;line-height:1.409}.votes-container__results-layer .votes-container__question{max-width:100%;padding-right:20px;margin-bottom:38px}.votes-container__buttons-container{display:flex;justify-content:center;flex-wrap:wrap}.votes-container button{display:inline-flex;width:100%;margin-bottom:15px;border:2px solid #001965;border-radius:25px;overflow:hidden;transition:all .2s ease-out;background:transparent}.votes-container button:hover{background:#001965;cursor:pointer}.votes-container button:disabled{cursor:not-allowed;opacity:.5}.votes-container__button-slider{display:flex;justify-content:center;align-items:center;position:relative;width:100%;transform:translateX(8px);padding:10px 40px 10px 25px;font-size:1rem;font-weight:500;color:#001965;transition:transform .2s ease-out}button:hover .votes-container__button-slider{color:#fff;transform:translateX(-8px)}.votes-container__button-arrow{display:flex;justify-content:flex-start;align-items:center;position:absolute;z-index:1;left:auto;right:10px;width:22px;height:10px;color:#fff;transform:translateX(10px);opacity:0;transition:all .2s ease-out}button:hover .votes-container__button-arrow{transform:translateX(0);opacity:1}.votes-container__chart-container{display:grid;grid-template-columns:repeat(3,min-content);grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:0;align-self:center;justify-content:center;margin-bottom:37px}.votes-container__chart-results-votes{font-size:.5rem;font-weight:500;color:#001965}.votes-container__chart-results-percent{padding-bottom:7px;color:#001965;border-bottom:1px solid #001965}.votes-container__chart-results-container:last-child{text-align:right}.votes-container__chart-gfx-container{display:flex;justify-content:center;align-items:flex-start}.votes-container__chart-gfx-container canvas{width:clamp(126px,35vw,500px)!important;height:clamp(126px,35vw,500px)!important}.votes-container__legend-container{display:flex;flex-direction:column;max-width:80%;padding-right:20px}.votes-container__legend-bar{display:inline-flex;gap:10px;align-items:center;margin-bottom:20px;font-size:1rem;font-weight:500}.votes-container__legend-bar-box{display:block;align-self:flex-start;min-width:17px;width:17px;height:17px}.votes-container__legend-bar-box--1{background:#99bded}.votes-container__legend-bar-box--2{background:#001965}.votes-container__sequence-dots-container{display:flex;align-items:center;position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;gap:5px}.votes-container__sequence-dot:first-child{width:10px;height:10px;border-radius:10px;background:#001965}.votes-container--show-results .votes-container__sequence-dot:first-child,.votes-container__sequence-dot:nth-child(2){width:6px;height:6px;border-radius:6px;background:#a8b4cf}.votes-container--show-results .votes-container__sequence-dot:nth-child(2){width:10px;height:10px;border-radius:10px;background:#001965}@media(min-width:576px){.votes-container__buttons-container{justify-content:flex-start}.votes-container button{width:-moz-fit-content;width:fit-content;margin-right:15px}.votes-container__button-slider{width:-moz-fit-content;width:fit-content;justify-content:flex-start;text-align:left}.votes-container__sequence-dots-container{right:clamp(20px,8vw,50px);left:auto;bottom:50px;transform:none}}@media(min-width:992px){.votes-container{padding:100px 0}.votes-container__top-container{padding-top:300px}.votes-container__title{max-width:90%;bottom:-42px;padding:50px clamp(32px,5vw,80px) 0}.votes-container__question{max-width:80%}.votes-container__results-layer .votes-container__question{grid-area:1/1/2/2;max-width:90%;margin-bottom:75px;padding-right:30px}.votes-container__question-layer{padding:96px clamp(32px,5vw,80px) 64px}.votes-container__results-layer{padding:96px clamp(32px,5vw,80px) 34px}.votes-container__results-skeleton{display:grid;grid-template-columns:50% 50%}.votes-container__legend-container{max-width:100%}.votes-container__results-layer .votes-container__legend-container{padding-right:30px}.votes-container__legend-bar{width:100%}.votes-container__legend-bar-box{min-width:24px;width:24px;height:24px}.votes-container__chart-container{grid-area:1/2/3/3;margin-bottom:0}.votes-container__chart-container canvas{transform:translateY(-17px)}.votes-container__chart-results-percent{max-width:98px}.votes-container__chart-gfx-container canvas{width:clamp(126px,35vw,212px)!important;height:clamp(126px,35vw,212px)!important}.votes-container__sequence-dots-container{right:clamp(32px,5vw,80px);left:auto;bottom:50px;transform:none}}
