@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#000}.hamburger-box{width:40px;height:44px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-4px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:40px;height:8px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-18px}.hamburger-inner::after{bottom:-18px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner::after,.hamburger--3dxy .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner::after,.hamburger--3dxy-r .hamburger-inner::before{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-36px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-18px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner::after{top:-36px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-18px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:4px;transition-duration:275ms;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:18px;transition:opacity 125ms 275ms ease}.hamburger--elastic .hamburger-inner::after{top:36px;transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,18px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0,-36px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:4px;transition-duration:275ms;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner::before{top:18px;transition:opacity 125ms 275ms ease}.hamburger--elastic-r .hamburger-inner::after{top:36px;transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,18px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0,-36px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color 125ms 175ms ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in}.hamburger--emphatic .hamburger-inner::after{top:18px;right:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color 125ms 175ms ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:18px;right:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.hamburger--minus .hamburger-inner::after,.hamburger--minus .hamburger-inner::before{transition:bottom 80ms 0s ease-out,top 80ms 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::after,.hamburger--minus.is-active .hamburger-inner::before{opacity:0;transition:bottom 80ms ease-out,top 80ms ease-out,opacity 0s 80ms linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:4px}.hamburger--slider .hamburger-inner::before{top:18px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner::after{top:36px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.7142857143px,-10px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0,-36px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:4px}.hamburger--slider-r .hamburger-inner::before{top:18px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner::after{top:36px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,18px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(5.7142857143px,-10px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0,-36px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:4px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner::before{top:18px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner::after{top:36px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,18px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,18px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner::after{top:-36px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-18px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand .hamburger-inner::before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner::after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand-r .hamburger-inner::before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.tokenfield{position:relative}.tokenfield:after,.tokenfield:before{content:" ";display:table}.tokenfield:after{clear:both}.tokenfield.tokenfield-mode-tokens{display:block;width:100%;min-height:34px;padding:6px 12px 0;font-size:14px;line-height:1.428571429;color:rgb(85.425,85.425,85.425);background-color:#fff;background-image:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:0;box-shadow:inset 0 0 0 rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.tokenfield.tokenfield-mode-tokens:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.tokenfield.tokenfield-mode-tokens::-moz-placeholder{color:#999;opacity:1}.tokenfield.tokenfield-mode-tokens:-ms-input-placeholder{color:#999}.tokenfield.tokenfield-mode-tokens::-webkit-input-placeholder{color:#999}.tokenfield.tokenfield-mode-tokens::-ms-expand{border:0;background-color:transparent}.tokenfield.tokenfield-mode-tokens[disabled],.tokenfield.tokenfield-mode-tokens[readonly],fieldset[disabled] .tokenfield.tokenfield-mode-tokens{background-color:rgb(238.425,238.425,238.425);opacity:1}.tokenfield.tokenfield-mode-tokens[disabled],fieldset[disabled] .tokenfield.tokenfield-mode-tokens{cursor:not-allowed}.tokenfield.tokenfield-mode-tokens .focused{box-shadow:0 0 0 1px rgb(51.4340909091,122.2772727273,183.4159090909) inset}.tokenfield.tokenfield-mode-tokens .selected{background:rgba(0,0,0,.1)}.tokenfield .tokenfield-set>ul{margin:0;padding:0;list-style-type:none}.tokenfield .tokenfield-set>ul>li{float:left;margin-right:5px;margin-bottom:5px;padding:0 5px;border-radius:4px;line-height:1.5;border:1px solid #e1e6f4;cursor:pointer;color:rgba(0,0,0,.6);background:rgba(0,0,0,.08)}.tokenfield .tokenfield-set>ul>li:hover{color:#000;background:rgba(0,0,0,.16)}.tokenfield .tokenfield-set>ul>li .item-label{color:#e1e6f4}.tokenfield .tokenfield-set>ul>li .item-remove{display:inline-block;font-weight:700;font-size:.9285em;cursor:pointer;color:#e1e6f4}.tokenfield .tokenfield-input{margin-bottom:5px;border:none;outline:0;float:left}.tokenfield .tokenfield-suggest{position:absolute;left:-1px;top:100%;width:100%;z-index:10;overflow:auto;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);box-sizing:content-box}.tokenfield .tokenfield-suggest>ul{margin:0;padding:0;list-style:none}.tokenfield .tokenfield-suggest>ul>li{padding:6px 10px;cursor:pointer}body,html{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;background-color:#fff;color:#101fa6;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}@media only screen and (min-width:576px){body,html{font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:27px;letter-spacing:-.07px}body strong,html strong{font-weight:700}}#loader{position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;z-index:1000000}#loader #loader-contents{padding:60px;text-align:center}#loader #loader-contents svg{width:80px}header{position:fixed;top:0;right:0;left:0;align-items:center;background-color:#fff;border-bottom:1px solid #101fa6;box-sizing:border-box;display:flex;flex-direction:row;height:96px;padding:16px 20px 16px 16px;transition:height .25s ease-in-out,opacity .5s ease-in-out,transform .5s ease-in-out;z-index:500000}@media only screen and (min-width:768px){header{border-bottom:0;padding:20px 24px 20px 16px}}header #logo{display:block;width:38px}@media only screen and (min-width:768px){header #logo{width:76px}}header #logo svg{height:60px;transition:all .25s ease-in-out;vertical-align:bottom}@media only screen and (min-width:768px){header #logo svg{height:70px}}header #brand{font-family:"Roboto Condensed",sans-serif;font-size:20px;font-weight:400;line-height:24px;box-sizing:border-box;color:#132094;flex:1;margin:0;max-width:100%;padding:0 32px;text-align:center}@media only screen and (min-width:576px){header #brand{font-family:"Roboto Condensed",sans-serif;font-size:24px;font-weight:400;line-height:28px}}@media only screen and (min-width:768px){header #brand{font-family:"Roboto Condensed",sans-serif;font-size:32px;font-weight:400;line-height:36px;padding:0 24px}}header #menu{position:relative;top:3.5px;text-align:right;width:38px}@media only screen and (min-width:768px){header #menu{width:76px}}header #menu button{left:-19px;padding:0;position:relative;transform:scale(.5);transform-origin:50% 50%}header #menu button .hamburger-box{width:76px}header #menu button .hamburger-inner{background-color:#4bc26d}header #menu button .hamburger-inner,header #menu button .hamburger-inner:after,header #menu button .hamburger-inner:before{border-radius:0;width:76px}header #menu button .hamburger-inner:before{background-color:#7b19f8}header #menu button .hamburger-inner:after{background-color:#e4c659}header #menu button.is-active .hamburger-inner,header #menu button.is-active .hamburger-inner:after,header #menu button.is-active .hamburger-inner:before{background-color:#101fa6}@media only screen and (min-width:768px){header #menu button{left:0;transform:scale(1)}}header.headroom{opacity:0;transform:translateY(-100%)}body.is-navigation-open header,header.headroom--pinned,header.headroom--top{opacity:1;transform:translateY(0)}@media only screen and (min-width:768px){header.headroom--pinned.headroom--not-top{border-bottom:1px solid rgba(16,31,166,.2)}header.headroom--pinned.headroom--not-top #logo svg{height:64px}header.headroom--pinned.headroom--not-top #logo svg path{fill:#132094}}nav{position:fixed;top:96px;right:0;left:0;background-color:#fff;box-sizing:border-box;max-height:calc(100vh - 96px);opacity:0;overflow-x:hidden;overflow-y:scroll;padding:32px;pointer-events:none;transition:all .25s ease-in-out;transform:translateY(-100%);z-index:50000}@media only screen and (min-width:768px){nav{flex-direction:row;padding:64px 32px}}nav .header-navigation-sections{-moz-columns:1;columns:1;margin:0 auto;max-width:1112px}@media only screen and (min-width:768px){nav .header-navigation-sections{-moz-columns:2;columns:2}}nav .header-navigation-sections .header-navigation-section{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:24px}nav .header-navigation-sections .header-navigation-section:last-of-type{margin-right:0}@media only screen and (min-width:768px){nav .header-navigation-sections .header-navigation-section{margin-right:24px}}nav .header-navigation-sections .header-navigation-section .header-navigation-section-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:195%;color:#101fa6;padding:16px 0}nav .header-navigation-sections .header-navigation-section .header-navigation-section-title:before{background-color:#101fa6;content:"";display:block;height:3px;margin:0 0 12px 0;max-width:160px}nav .header-navigation-sections .header-navigation-section ul.horizontal{display:flex;flex-direction:row;margin:0;padding:0}nav .header-navigation-sections .header-navigation-section ul.horizontal li{list-style-type:none;margin:0 24px 0 0}nav .header-navigation-sections .header-navigation-section ul.horizontal li a{font-family:Inter,sans-serif;font-size:21px;font-weight:500;line-height:25px;color:#101fa6;display:block;padding:8px 0;text-decoration:none}nav .header-navigation-sections .header-navigation-section ul.horizontal li a:hover{text-decoration:underline}@media only screen and (min-width:768px){nav .header-navigation-sections .header-navigation-section ul.horizontal li a{padding:16px 0}}nav .header-navigation-sections .header-navigation-section ul.vertical{display:flex;flex-direction:column;margin:0;padding:0}nav .header-navigation-sections .header-navigation-section ul.vertical li{list-style-type:none}nav .header-navigation-sections .header-navigation-section ul.vertical li a{font-family:Inter,sans-serif;font-size:21px;font-weight:500;line-height:25px;border-bottom:1px solid #101fa6;color:#101fa6;display:block;padding:8px 0;text-decoration:none}nav .header-navigation-sections .header-navigation-section ul.vertical li a:hover{text-decoration:underline}@media only screen and (min-width:768px){nav .header-navigation-sections .header-navigation-section ul.vertical li a{padding:16px 0}}nav .header-navigation-sections .header-navigation-section ul.vertical li:last-of-type a{border:0}body.is-navigation-open nav{opacity:1;pointer-events:auto;transform:translateY(0)}#navigation-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;opacity:0;transition:all .25s ease-in-out;z-index:20000}body.is-navigation-open #navigation-overlay{opacity:.8}main{padding:96px 0 0 0}main>section{background-color:#fff}main .container{box-sizing:border-box;padding:0 16px}main .container.layout--full{width:100%}main .container.layout--default{margin:0 auto;max-width:760px}main .container.layout--extended{margin:0 auto;max-width:1112px}main .container.layout--spaced{padding:32px 16px}@media only screen and (min-width:768px){main .container.layout--spaced{padding:64px 16px}}main h1{color:#132094;font-family:Inter,sans-serif;font-size:52px;font-weight:700;line-height:100%;letter-spacing:-.7px}@media only screen and (min-width:768px){main h1{font-family:Inter,sans-serif;font-size:80px;font-weight:600;line-height:105%;letter-spacing:-1px}}main h2{font-family:Inter,sans-serif;font-size:22px;font-weight:600;line-height:120%;color:#132094;margin:0}@media only screen and (min-width:768px){main h2{font-family:Inter,sans-serif;font-size:27px;font-weight:600;line-height:120%}}main h1.centered,main h2.centered{text-align:center}main h2,main h3{margin-bottom:0}main a{color:inherit;cursor:pointer}main a.button{font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:27px;letter-spacing:-.07px;color:#cbeffb;border:1px solid rgba(203,239,251,.3215686275);border-radius:2px;display:inline-block;padding:2px 22px;text-decoration:none}main a.button strong{font-weight:700}main a.button:hover{background-color:#cbeffb;color:#132094}main p{margin:0;padding:8px 0}main ul{margin:0;padding:8px 0 16px 24px}main .logos{display:flex;flex-direction:column;margin:48px 0}@media only screen and (min-width:768px){main .logos{align-items:center;flex-direction:row}}main .logos a{margin:0 0 24px 0}@media only screen and (min-width:768px){main .logos a{margin:0 32px 0 0}}main .logos a img.logo{height:64px}main .hr{box-sizing:border-box;overflow:hidden;padding:16px;display:none}@media only screen and (min-width:768px){main .hr{padding:32px 16px}}main .hr svg{display:block}main .hr svg line{opacity:.25;stroke:#101fa6;stroke-dasharray:6;stroke-width:2px}main section.layout--items .items{display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:768px){main section.layout--items .items{flex-direction:row;flex-wrap:wrap;margin:0 -12px}}main section.layout--items .items .item{box-sizing:border-box;flex:0 0 100%;margin-top:32px;padding-bottom:24px}@media only screen and (min-width:768px){main section.layout--items .items .item{padding-bottom:0;padding-left:24px}}main section.layout--items .items .item p{padding-top:5px;padding-bottom:8px}@media only screen and (min-width:768px){main section.layout--items .items .item{flex:0 0 50%;margin-top:0;padding:12px}main section.layout--items .items .item a.button{margin:0}}@media only screen and (min-width:992px){main section.layout--items .items .item{flex:0 0 33.3333333333%}}main section.layout--blue{background-color:#11033c;color:#cbeffb}main section.layout--blue p{opacity:.7}main section.layout--blue h1,main section.layout--blue h2{color:#cbeffb}main section.layout--blue .hr svg line{stroke:#fff}section.layout--night{background-color:#11033c}section.layout--night h2{color:#cbeffb}section.layout--night p{color:#cbeffb;opacity:.7}section.layout--night #what{color:#101fa6;padding-bottom:0}section.layout--night #cta{border-bottom:1px solid #101fa6}@media only screen and (min-width:768px){section.layout--night #cta .items .item{border-right:.5px solid #cbeffb}section.layout--night #cta .items .item:last-child{border-right:none}}.no-t-padding{padding-top:0}.no-b-padding{padding-bottom:0}#page-progress{position:fixed;top:0;left:0;background-color:#101fa6;height:4px;opacity:0;pointer-events:none;transition:width .25s linear;z-index:1000000}.angled{position:relative}.angled span.after,.angled span.before{content:"";display:block}.angled span.after svg path,.angled span.before svg path{fill:var(--angled-background-color,#fff);stroke:var(--angled-border-color,#132094)}section.introduction{height:calc(100vh - 96px);overflow:hidden;padding:0;position:relative;border-bottom:3px solid #132094}section.introduction .centered-content{position:absolute;top:50%;right:0;left:0;margin:auto;max-width:900px;padding:32px 16px;transform:translateY(-50%);z-index:1000}@media only screen and (min-width:768px){section.introduction .centered-content{padding:32px 0}}section.introduction .centered-content h1,section.introduction .centered-content h2,section.introduction .centered-content p{color:#132094;margin:0 0 8px 0;padding:0}section.introduction .centered-content h2{margin-bottom:64px}section.introduction .centered-content p{font-size:16px;font-weight:700}section.introduction .flags-chart{z-index:500}section.introduction .flags-chart canvas{opacity:.7}.filters{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:16px 0}@media only screen and (min-width:768px){.filters{padding:32px 0}}.filters .filter-option{cursor:pointer;margin:0 0 16px 1px;overflow:hidden;padding:0;position:relative}@media only screen and (min-width:768px){.filters .filter-option{margin:0 1px}}.filters .filter-option .label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:26px;background-color:#fff;border-color:var(--option-color,#000);border-style:solid;border-width:1px;color:var(--option-color,#000);height:26px;min-width:50px;padding:0 12px;position:relative;text-align:center;z-index:1000}@media only screen and (min-width:768px){.filters .filter-option .label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:32px;height:32px;min-width:64px}}.filters .filter-option:after,.filters .filter-option:before{background-color:#fff;content:"";display:block;border-color:var(--option-color,#000);border-style:solid;height:26px;width:26px;z-index:500;display:none}@media only screen and (min-width:768px){.filters .filter-option:after,.filters .filter-option:before{height:31px;width:31px}}.filters .filter-option:before{position:absolute;top:1px;left:11px;border-width:0 0 1px 1px;transform:rotate(45deg)}@media only screen and (min-width:768px){.filters .filter-option:before{left:9px}}.filters .filter-option:after{position:absolute;top:1px;right:11px;border-width:1px 1px 0 0;transform:rotate(45deg)}@media only screen and (min-width:768px){.filters .filter-option:after{right:9px}}.filters .filter-option.is-active .label,.filters .filter-option:hover .label{background-color:var(--option-color,#000);color:#fff}.filters .filter-option.is-active:after,.filters .filter-option.is-active:before,.filters .filter-option:hover:after,.filters .filter-option:hover:before{background-color:var(--option-color,#000)}.chart-legend{font-family:Inter,sans-serif;font-size:19px;font-weight:500;line-height:27px;color:#fff}@media only screen and (min-width:768px){.chart-legend{font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:42px}}.chart-legend .introduction{border-bottom:1px solid rgba(255,255,255,.4);margin:0 0 8px 0;padding:0 0 16px 0}@media only screen and (min-width:768px){.chart-legend .introduction{margin:0 0 16px 0;padding:16px 0 32px 0}}.chart-legend .items{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px){.chart-legend .items{align-items:center;flex-direction:row}}@media only screen and (min-width:992px){.chart-legend .items{flex-wrap:nowrap}}.chart-legend .items .item{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;max-width:360px;padding:8px 0;text-align:center}@media only screen and (min-width:768px){.chart-legend .items .item{flex-direction:column;padding:32px}}.chart-legend .items .item .symbol{margin:0 8px 0 0}@media only screen and (min-width:768px){.chart-legend .items .item .symbol{margin:0 0 8px 0}}.chart-legend .items .item .symbol svg{vertical-align:bottom}.chart-legend .items .item .symbol svg path{stroke-width:1px}.chart-legend .items .item .text{font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:27px}@media only screen and (min-width:768px){.chart-legend .items .item .text{font-family:Inter,sans-serif;font-size:21px;font-weight:400;line-height:29px}}.chart-legend-overlay{position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;background-color:rgba(255,255,255,.8);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw;z-index:1000000}.chart-legend-overlay .chart-legend-overlay-contents{background-color:#11033c;box-sizing:border-box;color:#fff;margin:16px;max-width:100%;padding:16px}@media only screen and (min-width:768px){.chart-legend-overlay .chart-legend-overlay-contents{max-width:920px;padding:32px}}.chart-legend-overlay .chart-legend-overlay-contents .chart-legend-overlay-header{border-bottom:1px solid rgba(225,230,244,.4);display:flex;flex-direction:row;margin:0 0 32px 0;padding:0 0 8px 0;width:100%}.chart-legend-overlay .chart-legend-overlay-contents .chart-legend-overlay-header .chart-legend-overlay-title{font-family:Inter,sans-serif;font-size:19px;font-weight:600;line-height:27px;flex:1}@media only screen and (min-width:768px){.chart-legend-overlay .chart-legend-overlay-contents .chart-legend-overlay-header .chart-legend-overlay-title{font-family:Inter,sans-serif;font-size:21px;font-weight:600;line-height:29px}}.chart-legend-overlay .chart-legend-overlay-contents .chart-legend-overlay-header .chart-legend-overlay-close svg{height:24px;width:24px}.chart-legend-overlay .chart-legend-overlay-contents .chart-legend-overlay-header .chart-legend-overlay-close svg polygon{fill:#fff}.chart-statusbar{height:80px;margin:0;border-bottom:1px solid #fff;position:relative;z-index:1000000}@media only screen and (min-width:768px){.chart-statusbar{height:96px}}.chart-statusbar .backdrop{background-color:var(--statusbar-color,#132094);height:80px;opacity:.15;width:100%}@media only screen and (min-width:768px){.chart-statusbar .backdrop{height:96px}}.chart-statusbar .contents{position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;box-sizing:border-box;display:flex;flex-direction:row;padding:0 16px}.chart-statusbar .contents .current-text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:130%;color:var(--statusbar-color,#132094);flex:1}@media only screen and (min-width:768px){.chart-statusbar .contents .current-text{font-family:Inter,sans-serif;font-size:21px;font-weight:600;line-height:25px}}.chart-statusbar .contents .actions{align-items:center;display:flex;flex-direction:row}.chart-statusbar .contents .actions .action{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:130%;border:1px solid #132094;color:#132094;border-radius:2px;cursor:pointer;margin:0 0 0 12px;padding:6px 12px;text-decoration:none;transition:all .5s ease-in-out}@media only screen and (min-width:768px){.chart-statusbar .contents .actions .action{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:130%}}html.no-touchevents .chart-statusbar .contents .actions .action:hover{background-color:#11033c;color:#fff}.scroll-hint{position:fixed;bottom:96px;left:50%;align-items:center;background-color:#11033c;display:flex;flex-direction:row;opacity:0;padding:5px 10px;pointer-events:none;transform:translate(-50%,100%);transition:all .5s ease-in-out;z-index:2000000}@media only screen and (min-width:768px){.scroll-hint{bottom:112px}}.scroll-hint.is-visible{opacity:1;transform:translate(-50%,0)}.scroll-hint svg{height:16px;margin:0 8px 0 0}.scroll-hint svg path{stroke:#fff}.scroll-hint span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:16px;color:#fff;flex:1}.flags-chart{position:relative}.tooltip{background-color:var(--tooltip-primary-color,#132094);border:1px solid var(--tooltip-secondary-color,#fff);box-sizing:border-box;width:360px}.tooltip .tooltip-contents{box-sizing:border-box;color:var(--tooltip-secondary-color,#fff);padding:16px}.tooltip .tooltip-contents .tooltip-title{font-family:Inter,sans-serif;font-size:21px;font-weight:700;line-height:135%;margin:0 0 16px 0;border-bottom:1px solid;padding-bottom:10px}.tooltip .tooltip-contents .tooltip-item{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:135%;display:flex;flex-direction:row;border-bottom:.5px dotted;padding:5px 0 5px 0;font-weight:400}.tooltip .tooltip-contents .tooltip-item .tooltip-item-name{flex:1;margin-right:16px}.tooltip .tooltip-contents .tooltip-item .tooltip-item-value{flex:1}.tooltip .tooltip-contents .tooltip-item .tooltip-item-value a{color:var(--tooltip-secondary-color,#fff);text-decoration:underline}.tooltip .tooltip-contents .tooltip-call-to-action{font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:135%;margin:16px 0 0 0}.tooltip .tooltip-contents .tooltip-call-to-action a{color:var(--tooltip-secondary-color,#fff);text-decoration:underline}.tooltip-wrapper{position:absolute;transition:left .1s linear,top .1s linear;z-index:1000000}.narration-trigger{position:relative;top:0}.narration-message{position:fixed;top:0;right:0;left:0;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;opacity:0;padding:16px;pointer-events:none;z-index:1000000}.narration-message .contents{background-color:#11033c;box-sizing:border-box;color:#fff;max-width:100%;padding:16px}@media only screen and (min-width:768px){.narration-message .contents{max-width:920px;padding:32px}}.narration-message .contents h6{font-family:Inter,sans-serif;font-size:31px;font-weight:500;line-height:42px;border-bottom:1px solid #e1e6f4;margin:12px 0;padding:0 0 24px 0;text-align:center}@media only screen and (min-width:768px){.narration-message .contents h6{font-family:Inter,sans-serif;font-size:48px;font-weight:500;line-height:64px}}.narration-message .contents p{font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:27px;margin:0;padding:0}@media only screen and (min-width:768px){.narration-message .contents p{font-family:Inter,sans-serif;font-size:21px;font-weight:400;line-height:29px}}section.narration{position:relative;z-index:500}section.narration:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0);content:"";display:block;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out;z-index:20000}section.narration .pinned-content{transition:transform .25s ease-in-out}section.narration.is-locked{cursor:ns-resize}section.narration.is-locked:before{opacity:1;pointer-events:auto}#people-introduction{padding-bottom:0}#people{box-sizing:border-box;padding:0}#people #people-contents{box-sizing:border-box;display:flex;flex-direction:column;height:100vh;padding-top:96px}#people #people-contents #people-chart{flex:1;margin:0 16px;overflow:hidden;position:relative}#people #people-contents #people-chart canvas{position:absolute;top:0;right:0;bottom:0;left:0}#mediaobjects-introduction{padding-bottom:0}#mediaobjects{box-sizing:border-box;padding:0}#mediaobjects #mediaobjects-contents{box-sizing:border-box;display:flex;flex-direction:column;height:100vh;padding-top:96px}#mediaobjects #mediaobjects-contents #mediaobjects-chart{flex:1;margin:0 16px;overflow:hidden;position:relative}#mediaobjects #mediaobjects-contents #mediaobjects-chart canvas{position:absolute;top:0;right:0;bottom:0;left:0}.mediaobject-tooltip{--tooltip-secondary-color:#ffffff}#topics-charts{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#topics-charts .topic-chart{font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:26px;align-items:center;color:#cbeffb;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;margin:24px;text-align:center;transition:filter .25s ease-in-out,opacity .25s ease-in-out}@media only screen and (min-width:768px){#topics-charts .topic-chart{margin:16px 48px 64px 48px}}#topics-charts .topic-chart .label{margin:24px 0 0 0;padding:0 8px;transition:all .25s ease-in-out}#topics-charts .topic-chart .male{stroke:#49427a;stroke-width:.5px}#topics-charts .topic-chart.is-lowlighted{filter:blur(1px);opacity:.67}#topics-charts .topic-chart .male{stroke:#49427a;stroke-width:.5px}#topics-charts .topic-chart .female{opacity:.9}#topics-charts .topic-chart.is-highlighted .label{background-color:#cbeffb;color:#11033c}.topic-tooltip{--tooltip-primary-color:#cbeffb;--tooltip-secondary-color:#11033c}#experts-search{margin:0;padding:0 24px;position:relative}#experts-search .tokenfield{background-color:#fff;border-width:1px 0 1px 0;border-color:#132094;border-style:solid;padding:0;position:relative;z-index:20000}#experts-search .tokenfield .tokenfield-set ul li{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;background-color:#fff;border-color:#132094;border-radius:0;box-sizing:border-box;color:#132094;margin:8px 5px 8px 10px;padding:4px 8px}#experts-search .tokenfield .tokenfield-set ul li .item-label{color:#132094}#experts-search .tokenfield .tokenfield-set ul li .item-remove{color:#132094;display:inline-block;font-size:20px;margin-left:2px;text-decoration:none}#experts-search .tokenfield .tokenfield-set ul li .item-remove svg{height:14px;pointer-events:none;position:relative;top:1px;width:14px}#experts-search .tokenfield .tokenfield-set ul li .item-remove svg polygon{fill:#132094}#experts-search .tokenfield .tokenfield-input{height:50px}#experts-search .tokenfield .tokenfield-input ::-webkit-input-placeholder{color:#132094;opacity:.2}#experts-search .tokenfield .tokenfield-input :-moz-placeholder{color:#132094;opacity:.2}#experts-search .tokenfield .tokenfield-input ::-moz-placeholder{color:#132094;opacity:.2}#experts-search .tokenfield .tokenfield-input :-ms-input-placeholder{color:#132094;opacity:.2}#experts-search .tokenfield .tokenfield-suggest .tokenfield-suggest-list .tokenfield-suggest-item{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;background-color:#fff;color:#132094;padding:12px 16px}#experts-search .tokenfield .tokenfield-suggest .tokenfield-suggest-list .tokenfield-suggest-item.selected{background-color:#e1e6f4}#experts-search input{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;line-height:19px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:#132094;margin:0;padding:16px;position:relative;width:100%;z-index:500}#experts-search input ::-webkit-input-placeholder{color:#11033c;opacity:.1}#experts-search input :-moz-placeholder{color:#11033c;opacity:.1}#experts-search input ::-moz-placeholder{color:#11033c;opacity:.1}#experts-search input :-ms-input-placeholder{color:#11033c;opacity:.1}@media only screen and (min-width:576px){#experts-search input{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;line-height:19px}}#experts-search .icon{position:absolute;top:50%;right:40px;display:none;pointer-events:none;transform:translateY(-50%);z-index:1000}@media only screen and (min-width:768px){#experts-search .icon{display:block}}#experts-search .icon path{fill:#132094;opacity:.9}#experts-search span.after,#experts-search span.before{--angled-background-color:#ffffff;--angled-border-color:#132094;height:52px;width:26px;z-index:500}#experts-search span.before{position:absolute;top:0;left:-2px}#experts-search span.after{position:absolute;top:0;right:-2px}#experts{overflow-x:scroll;overflow-y:hidden;padding:32px 0}#experts.has-minimum-height{min-height:60vh}@keyframes backandforth{0%{transform:translateX(0)}100%{transform:translateX(calc(-100% + 100vw))}}#experts-list{margin:32px 0;position:relative;text-align:center;width:100%}#experts-list .expert{cursor:pointer;display:inline-block;margin:1px 2px;overflow:hidden;padding:0 17px;position:relative}#experts-list .expert .label{font-family:Inter,sans-serif;font-size:17px;font-weight:400;line-height:32px;background-color:#fff;border-color:#132094;border-style:solid;border-width:1px 0;color:#132094;height:32px;min-width:64px;padding:0 12px;position:relative;text-align:center;text-decoration:underline;white-space:nowrap;z-index:1000}#experts-list .expert span.after,#experts-list .expert span.before{--angled-background-color:#ffffff;--angled-border-color:#132094;height:34px;width:17px;z-index:500}#experts-list .expert span.before{position:absolute;top:0;left:0}#experts-list .expert span.after{position:absolute;top:0;right:0}#experts.animating{overflow:hidden}#experts.animating #experts-list{animation:backandforth 240s infinite alternate;height:60vh}@media only screen and (min-width:768px){#experts.animating #experts-list{animation:backandforth 160s infinite alternate}}#experts.paused #experts-list{animation-play-state:paused}.expert-tooltip{--tooltip-primary-color:#ffffff;--tooltip-secondary-color:#132094}#stories-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -16px;padding:0}#stories-list .story{box-sizing:border-box;flex:0 0 100%;margin:32px 0 0 0;padding:16px}@media only screen and (min-width:768px){#stories-list .story{flex:0 0 50%;margin:0}}#stories-list .story .image{background-position:center center;background-repeat:no-repeat;background-size:cover;display:block;height:180px;mix-blend-mode:multiply;width:100%}@media only screen and (min-width:768px){#stories-list .story .image{height:260px}}#stories-list .story .title{margin:16px 0 0 0}#stories-list .story .title a{font-family:Inter,sans-serif;font-size:27px;font-weight:600;line-height:32px;color:#11033c;text-decoration:none}#stories-list .story .title a:hover{text-decoration:underline}#stories-list .story .text{font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:25px;margin-top:3px;color:#101fa6}#stories-list .story .metadata{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:195%;margin-top:3px;color:#101fa6}footer{padding:16px 0 8px 0;background-color:#11033c;color:rgba(203,239,251,.5);font-size:13px;text-align:center}