@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}p{margin:0}a{text-decoration:none}button{border:none;background:#fff;font-family:inherit}.App{margin:5rem auto;max-width:960px;text-align:center;font-family:"Merriweather",serif}.main-subtitle{background:#000;color:#fff;display:inline-block;font-size:.85rem;padding:5px 8px}.main-title{font-size:3rem;line-height:4.3rem;margin-top:15px}.data-source{font-style:italic;margin-top:.5rem;margin-bottom:4rem;font-size:.9rem}.author{font-size:.9rem;margin-bottom:1rem}.caption{font-size:.9rem;color:#4e4e4e;line-height:1.5rem;margin:0 auto 8rem;width:500px}.paragraph{font-size:.95rem;line-height:1.85rem}.section{font-size:1.25rem}.center-text{margin:1rem auto;width:600px}.left-text{text-align:left;width:600px;margin:2rem auto}.versus{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.versus-text{flex-basis:40%}.versus-text h3{margin:10px 0;font-size:5rem}.versus-text p{font-size:1.2rem}@media screen and (max-width:767px) and (orientation:portrait){.versus{flex-direction:column}.versus-text:first-child{margin-bottom:2rem}}@media screen and (max-width:767px){.App{max-width:100%}.caption,.center-text,.left-text{width:auto}.main-title{font-size:6vw;line-height:10vw}.author,.main-title{margin-left:8vw;margin-right:8vw}.author{font-size:.65rem;line-height:1.3rem;margin-bottom:2.5rem}.paragraph{font-size:.75rem;line-height:1.5rem}.caption,.paragraph{margin-left:8vw;margin-right:8vw}.caption{font-size:.6rem;line-height:1.2rem;margin-bottom:3rem}.section{margin-left:8vw;margin-right:8vw}.versus-text h3{font-size:4rem}.versus-text p{font-size:1rem}}.choropleth{width:800px;overflow:hidden}.choropleth-wrapper{display:flex;flex-direction:row;margin-bottom:3rem;margin-top:3rem}.choropleth-toolbar{text-align:left;display:flex;flex-direction:column;justify-content:space-between}.choropleth-toolbar h1{font-weight:700;font-size:.9rem;line-height:1.5rem}.choropleth-option{cursor:pointer;background:#fff;font-size:.8rem;padding:15px;width:100%;text-align:left;display:flex;align-items:center;margin-bottom:8px;transition-duration:.5s;outline:none;border-radius:8px;box-shadow:0 -6px 10px #fff,0 4px 15px rgba(0,0,0,.15)}.choropleth-option:hover{background-color:#f5f5f5}.choropleth-option:active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 30px rgba(0,0,0,.2),0 4px 10px rgba(0,0,0,.03)}.choropleth-option.active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 15px rgba(0,0,0,.15),0 4px 10px rgba(0,0,0,.03)}.choropleth-gradient{display:flex}.choropleth-gradient .gradient{width:20px;height:150px;margin-right:8px}.choropleth-gradient .values{display:flex;flex-direction:column;justify-content:space-between}.tooltip{text-align:left;padding:4px 0 10px}.tooltip h1{font-size:1rem}.tooltip p{font-size:.8rem;margin:2px 0}@media screen and (max-width:1023px){.choropleth-wrapper{display:block;overflow:hidden;padding-bottom:1.2rem;margin-bottom:1rem}.choropleth-toolbar{flex-direction:column-reverse}.choropleth-toggles{display:flex;margin-top:2rem;justify-content:center}.choropleth-toggles>h1{display:none}.choropleth-toggles>button{width:90px;margin:0 5px}.choropleth-gradient{flex-direction:column;align-items:center}.choropleth-gradient .gradient{margin:1rem 0 .5rem;height:20px;width:150px}.choropleth-gradient .values{width:150px;flex-direction:row}}.condition-graph{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:48px;margin-bottom:5rem}.condition-graph__tool-container{width:75%;margin-top:32px;display:flex;justify-content:center}.condition-graph__button-group>button{border:none;box-shadow:0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12);padding:16px 32px;transition:all 1s}.condition-graph__button-group>button:hover:not(:disabled){background-color:#f5f5f5}.condition-graph__button-group>button.selected:not(:disabled),.condition-graph__button-group>button:active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 15px rgba(0,0,0,.15),0 4px 10px rgba(0,0,0,.03)}.condition-graph__button-group>button:first-of-type{border-top-left-radius:15px;border-bottom-left-radius:15px}.condition-graph__button-group>button:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px}.condition-graph__statistic-data{margin-top:16px}.lc-cumulative{width:100%;display:flex;justify-content:space-between;align-items:center}.lc-cumulative__content{position:relative;flex-basis:75%;flex-direction:column;padding:1rem 0}.lc-cumulative__content,.lc-cumulative__tab{display:flex;justify-content:center;align-items:center}.lc-cumulative__tab{width:100%}.lc-cumulative__tab button{background:none;border:1px solid #000;transition:all .2s;padding:.5rem 1rem}.lc-cumulative__tab button.active{background:#00f;border:none;color:#fff}.lc-cumulative__tab button:not(:last-child){margin-right:1rem}.lc-cumulative__figure{width:100%;height:30rem}.lc-cumulative__figure .rv-xy-plot__inner{height:100%;width:100%}.lc-cumulative__toggle{flex-basis:25%;height:100%;display:flex;margin-left:2rem;justify-content:flex-start;align-items:flex-start;flex-direction:column}.lc-cumulative__toggle label{cursor:pointer;width:100%;transition:all .2s;text-align:left;padding:15px 0;font-size:.8rem;box-sizing:border-box;margin-bottom:8px;border-radius:8px;transition-duration:.5s;box-shadow:0 -6px 10px #fff,0 4px 15px rgba(0,0,0,.15)}.lc-cumulative__toggle label:hover{background-color:#f5f5f5}.lc-cumulative__toggle label:active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 30px rgba(0,0,0,.2),0 4px 10px rgba(0,0,0,.03)}.lc-cumulative__toggle label.active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 15px rgba(0,0,0,.15),0 4px 10px rgba(0,0,0,.03)}.lc-cumulative__toggle label input{visibility:hidden}.lc-cumulative .rv-hint__content div:first-child,.lc-cumulative .rv-hint__content div:nth-child(2){display:none}@media screen and (min-width:768px) and (max-width:1024px){.lc-cumulative{width:90%;margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.lc-cumulative{width:95%;margin-left:auto;margin-right:auto;flex-direction:column}.lc-cumulative__toggle{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:4rem}.lc-cumulative__toggle h5{display:none}.lc-cumulative__toggle label{width:85px;margin:.25rem}}.grafik-increment{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:10rem;margin-top:3rem}.grafik-increment__tool-container{width:65%;margin-top:32px;margin-bottom:3rem;display:flex;justify-content:space-between}.grafik-increment__button-group>button{cursor:pointer;outline:none;border:none;box-shadow:0 -6px 10px #fff,0 4px 15px rgba(0,0,0,.15);padding:16px 32px;transition:all .2s}.grafik-increment__button-group>button:hover:not(:disabled){background-color:#f5f5f5}.grafik-increment__button-group>button.selected:not(:disabled){box-shadow:inset 0 -6px 10px #fff,inset 0 4px 15px rgba(0,0,0,.15),0 4px 10px rgba(0,0,0,.03)}.grafik-increment__button-group>button:active{box-shadow:inset 0 -6px 10px #fff,inset 0 4px 30px rgba(0,0,0,.2),0 4px 10px rgba(0,0,0,.03)}.grafik-increment__button-group>button:first-of-type{border-top-left-radius:15px;border-bottom-left-radius:15px}.grafik-increment__button-group>button:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px}.grafik-increment__statistic-data{margin-top:16px}.grafik-increment__title{text-align:left}@media screen and (max-width:1023px){.grafik-increment__tool-container{width:75%}}@media screen and (max-width:767px) and (orientation:portrait){.grafik-increment__tool-container{flex-direction:column}.grafik-increment__button-group:last-child{margin-top:1rem}.grafik-increment__button-group:last-child>button{width:80px;text-align:center;padding:16px 10px}}@media screen and (max-width:767px) and (orientation:landscape){.grafik-increment__tool-container{width:85%}}@media screen and (max-width:767px){.grafik-increment__graph{width:100%;overflow:auto}.grafik-increment__statistic-data{margin-left:8vw;margin-right:8vw;margin-top:2rem}.grafik-increment__statistic-data>p{font-size:.85rem;line-height:1.4rem}}.age-slider-section{display:flex;flex-direction:row;margin:8rem 0 10rem}.age-slider-text{text-align:left;flex-basis:42%}.age-slider-text h1{font-size:2.5rem;margin:0 0 .5rem}.age-slider-text h2{font-size:1.1rem;margin:0 0 .5rem}.age-slider-wrapper{flex-basis:58%;margin-left:2rem}.age-slider-wrapper>h2{margin:0 5px 1rem 0;text-align:right;font-size:1.1rem;font-weight:400}.age-slider-wrapper>.pics{text-align:right;font-size:1.5rem;height:280px}.age-slider-wrapper>.pics.giant img{width:40px;height:40px}.age-slider-wrapper>.pics.large img{width:36px;height:36px}.age-slider-wrapper>.pics.medium img{width:30px;height:30px}.age-slider-wrapper>.pics.small img{width:25px;height:25px}.age-slider-wrapper>.pics.tiny img{width:18px;height:18px}.age-slider .thumb{cursor:pointer;width:33px;height:33px;border-radius:50px;color:#fff;border:none;background:#fff;outline:none;box-shadow:0 -2.8px 10px rgba(0,0,0,.034),0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12)}.age-slider .thumb:hover{background-color:#f5f5f5}.age-slider .thumb:active{width:32px;height:32px;box-shadow:0 -2.8px 5px rgba(0,0,0,.034),0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072)}.age-slider .track{background:#fff;border-radius:50px;height:8px;top:13px;box-shadow:inset 0 2.8px 2.2px rgba(0,0,0,.04),inset 0 6.7px 5.3px rgba(0,0,0,.048)}.age-slider .track-1{background:#ff6060;box-shadow:inset 0 2.8px 2.2px rgba(0,0,0,.14),inset 0 6.7px 5.3px rgba(0,0,0,.1)}@media screen and (max-width:1023px){.age-slider-section{flex-direction:column;margin-top:5rem}.age-slider-wrapper{width:90vw;margin:3rem auto}.age-slider-wrapper h2{font-size:1rem;margin-bottom:1.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.age-slider-text{width:600px;margin:auto}.age-slider-wrapper>.pics{height:75vh}.age-slider-wrapper>.pics.giant img{width:10vw;height:10vw}.age-slider-wrapper>.pics.large img{width:9.3vw;height:9.3vw}.age-slider-wrapper>.pics.medium img{width:8vw;height:8vw}.age-slider-wrapper>.pics.small img{width:6.7vw;height:6.7vw}.age-slider-wrapper>.pics.tiny img{width:5.25vw;height:5.25vw}}@media screen and (max-width:767px){.age-slider-text h1,.age-slider-text h2{margin-left:8vw;margin-right:8vw}.age-slider-wrapper>.pics{height:75vh}.age-slider-wrapper>.pics.giant img{width:11.2vw;height:11.2vw}.age-slider-wrapper>.pics.large img{width:10.5vw;height:10.5vw}.age-slider-wrapper>.pics.medium img{width:8.2vw;height:8.2vw}.age-slider-wrapper>.pics.small img{width:7.5vw;height:7.5vw}.age-slider-wrapper>.pics.tiny img{width:5vw;height:5vw}}@media screen and (max-width:767px) and (orientation:landscape){.age-slider-wrapper h2{font-size:.9rem;margin-bottom:1rem}.age-slider-wrapper>.pics{height:68vh}.age-slider-wrapper>.pics.giant img{width:6vw;height:6vw}.age-slider-wrapper>.pics.large img{width:5.5vw;height:5.5vw}.age-slider-wrapper>.pics.medium img{width:4.5vw;height:4.5vw}.age-slider-wrapper>.pics.small img{width:4vw;height:4vw}.age-slider-wrapper>.pics.tiny img{width:2.5vw;height:2.5vw}}
/*# sourceMappingURL=main.59edd9db.chunk.css.map */