body,html{min-width:320px;height:100%;margin:0;background-color:#f7f7f6}body{position:relative;overflow-y:scroll}*{box-sizing:border-box}body{color:#414141;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.428571429;word-wrap:break-word;overflow-wrap:break-word}body,input,select,textarea{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}input,select,textarea{color:#212121}p{margin:1em 0}::selection{background:#1dd09b;color:#fff}a,a:active,a:visited{color:#35405b;font-weight:500;text-decoration:none;transition:color .15s linear}a:hover{text-decoration:underline}a:focus{outline:0}code{padding:2px 4px;background-color:rgba(0,0,0,.06);border-radius:3px;color:#414141;font-family:Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px}blockquote{margin:0 0 16px;padding:0 1em;border-left:.25em solid #ddd;color:#777}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow-wrap:normal}.disable-transition,.disable-transition *,.disable-transition:after,.disable-transition :after,.disable-transition:before,.disable-transition :before{transition:none!important}.clearfix:after{content:"";display:table;clear:both}#root{height:100%}#application{position:relative;height:100%}#loading-bar{left:0;height:3px;z-index:10}#loading-bar,#menu{position:fixed;top:0;right:0}#menu{bottom:0;z-index:20;pointer-events:none}#menu>*{pointer-events:auto}#page{position:absolute;top:0;right:0;bottom:0;left:0}.page-transition-enter{opacity:0;transition:opacity .25s linear}.page-transition-enter.page-transition-enter-active{opacity:1}.page-transition-leave{position:absolute;top:0;opacity:1;transition:opacity .25s linear}.page-transition-leave.page-transition-leave-active{opacity:0}.loading-bar-component{width:100%;height:2px;z-index:99;transform-origin:top left;background-color:#1dd09b;transition:transform .4s linear,opacity .8s .35s}.menu-component{position:relative;width:220px;height:100%;z-index:1;transform:translate3d(100%,0,0);transition:transform .3s}.menu-component.is-open{transform:translateZ(0)}.menu-component .close{position:absolute;top:25px;right:25px;z-index:10;opacity:.4;color:#656564;cursor:pointer}.menu-component .close:hover{opacity:1}.menu-component .svg-morph{position:absolute;top:0;bottom:0;left:0;width:120px}.menu-component .svg-morph:before{content:"";position:absolute;top:0;right:0;bottom:0;left:120px;width:130px;background-color:#f2f2f1}.menu-component .svg-morph svg{transform:rotate(180deg);fill:#f2f2f1}.menu-component nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;padding:40px;opacity:0;transition:opacity 0s linear .3s}.menu-component.is-open nav{opacity:1;transition:opacity .3s linear .2s}.menu-component nav .section{margin-bottom:10px;color:#878786;font-size:13px;text-transform:uppercase;cursor:default}.menu-component nav ul{margin:0 0 40px;padding:0;list-style:none}.menu-component nav li{margin-bottom:3px;font-size:14px}.menu-component nav li a{color:inherit;font-weight:inherit}.menu-component nav li a.is-active{font-weight:700}#menu:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;transform:translateZ(0);opacity:0;background:#000;transition:transform .3s,opacity .3s linear,visibility 0s .3s}.is-menu-open #menu:after{transform:translate3d(-130px,0,0);visibility:visible;opacity:.4;pointer-events:auto;transition:transform .3s .1s,opacity .3s linear .1s,visibility 0s}.is-menu-mounted #page{transform:translateZ(0);transition:transform .3s}.is-menu-mounted.is-menu-open #page{transform:translate3d(-100px,0,0);transition:transform .3s .1s}.material-icons{vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;transition:color .15s linear,opacity .15s linear}a .material-icons{cursor:inherit}.page-home{position:absolute;top:0;right:0;bottom:0;left:0;min-height:465px;background-color:#f7f7f6}.page-home .header-component{border-bottom:1px solid hsla(0,0%,100%,.03)}.page-home .upper-half{height:calc(65vh - 80px);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#35405b;color:#fff}.page-home .upper-half-wrapper{width:calc(100% - 40px);max-width:620px}.page-home .upper-half .logo{font-family:Oleo Script,cursive;font-size:100px;font-weight:700;text-align:center;cursor:default}.page-home .upper-half .moto{text-align:center}.page-home .upper-half .search-box-component{margin-top:30px}.page-home .upper-half .search-box-component .autosuggest-component-suggestions-container{max-height:calc(35vh - 5px - 20px + ((65vh - 80px - 234px) / 2))}.page-home .bottom-half{margin-top:30px;font-size:16px;text-align:center}@media (max-width:400px){.page-home .upper-half .moto{font-size:14px}}@media (max-height:584px){.page-home .upper-half{height:300px}.page-home .upper-half .moto{display:none}.page-home .upper-half .search-box-component{margin-top:20px}.page-home .upper-half .search-box-component .autosuggest-component-suggestions-container{max-height:calc(100vh - 80px - 300px - 5px - 20px + 49px)}}@media (max-height:500px){.page-home .upper-half .search-box-component .autosuggest-component-suggestions-container{display:none}}.header-component{box-sizing:content-box;width:100%;height:80px;display:table;table-layout:fixed;background-color:#35405b;color:#fff}.header-component>*{display:table-cell;vertical-align:middle}.header-component .logo{width:20px;padding-left:20px;font-family:Oleo Script,cursive;font-size:36px}.header-component.has-logo .logo{width:130px}.header-component .logo a{color:#fff;text-decoration:none}.header-component .search-box .search-box-component{max-width:700px}.header-component .other-actions{width:160px;text-align:right;-webkit-user-select:none;-ms-user-select:none;user-select:none}.header-component .other-actions .toggle-menu{margin-right:17px;display:inline-block;vertical-align:middle}.header-component .other-actions .toggle-menu i{cursor:pointer}.header-component .other-actions .toggle-menu:hover{color:#1dd09b}.header-component .other-actions .social-link{width:24px;height:24px;margin-right:15px;display:inline-block;fill:#fff}.header-component .other-actions .social-link:hover{fill:#1dd09b}.header-component-align-with-search-box{max-width:700px;margin-left:20px;margin-right:160px}.header-component-with-logo-align-with-search-box{max-width:700px;margin-left:130px;margin-right:160px}.header-component-align-with-search-box-floated{right:160px;left:160px;max-width:700px}.header-component-with-logo-align-with-search-box-floated{right:160px;left:130px;max-width:700px}@media (max-width:850px){.header-component.has-search.has-logo .logo{width:20px}.header-component.has-search.has-logo .logo>*{display:none}.header-component-align-with-search-box{max-width:670px;margin-right:20px}.header-component-with-logo-align-with-search-box{max-width:670px;margin-left:20px;margin-right:20px}.header-component-align-with-search-box-floated{right:20px;max-width:670px}.header-component-with-logo-align-with-search-box-floated{right:20px;left:20px;max-width:670px}}@media (max-width:475px){.header-component.has-search .other-actions{width:70px}.header-component.has-search .other-actions .social-link{display:none}}.search-box-component{width:100%;height:40px}.search-box-component .search-input{position:relative;width:100%;height:100%}.search-box-component .search-input input{position:relative;width:100%;height:100%;padding:0 75px 0 15px;border:0;outline:0;background-color:#fff;border-radius:2px;font-size:16px}.search-box-component .search-input .search-box-help-component{position:absolute;top:50%;right:45px;transform:translateY(-50%)}.search-box-component .search-input button{position:absolute;top:0;right:0;bottom:0;width:40px;margin:0;padding:0;border:0;outline:0;background-color:#1dd09b;border-radius:0 2px 2px 0;color:#fff;line-height:40px;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;transition:background-color .15s linear}.search-box-component .search-input button:hover{background-color:#1fb387}.search-box-component .search-input button i{width:100%;height:100%;line-height:inherit;cursor:inherit}.search-box-component .autosuggest-component-container{position:relative;height:100%}.search-box-component .autosuggest-component-suggestions-container{position:absolute;top:45px;width:100%;max-height:402px;z-index:2;overflow:auto;margin:0;padding:0}.search-box-component .autosuggest-component-suggestions-list{margin:0;padding:0;list-style:none;border:1px solid #cfcfcf;background-color:#fff;border-radius:2px;font-size:16px}.search-box-component .autosuggest-component-suggestion{height:40px;padding:0 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#414141;cursor:pointer;transition:background-color .1s linear}.search-box-component .autosuggest-component-suggestion .suggestion{width:100%}.search-box-component .autosuggest-component-suggestion .suggestion-name{color:#35405b;font-size:14px;font-weight:700;line-height:1.25}.search-box-component .autosuggest-component-suggestion .suggestion-name em{font-weight:400;font-style:normal}.search-box-component .autosuggest-component-suggestion .suggestion-description{font-size:12px}.search-box-component .autosuggest-component-suggestion.is-focused{background-color:#e9e9e9}@media (max-width:374px){.search-box-component .search-input input{padding-right:55px}}.search-box-help-component i{padding:5px;color:#a1a1a1;font-size:16px}.search-box-help-component-tooltip ul{margin:15px 0;padding:0;list-style:none}.search-box-help-component-tooltip ul li{margin-bottom:5px}@media (max-width:374px){.search-box-help-component{display:none}}@media (min-width:420px){.tooltip-component.search-box-help-component-tooltip{max-width:400px}}.tooltip-component{position:absolute;max-width:calc(100% - 20px);z-index:1070}.tooltip-component.tooltip-component-hidden{display:none}.tooltip-component .tooltip-component-arrow{position:absolute}.tooltip-component p{margin:5px 0}.tooltip-component p:first-child{margin-top:0}.tooltip-component p:last-child{margin-bottom:0}.tooltip-component-theme-default .tooltip-component-inner{padding:10px;border:1px solid #ccc;background-color:#fff;border-radius:2px;box-shadow:0 0 6px 1px rgba(0,0,0,.1);font-size:14px}.tooltip-component.tooltip-component-placement-bottom{padding:9px 0 0}.tooltip-component-theme-default.tooltip-component-placement-bottom .tooltip-component-arrow{top:10px;left:50%}.tooltip-component-theme-default.tooltip-component-placement-bottom .tooltip-component-arrow:after,.tooltip-component-theme-default.tooltip-component-placement-bottom .tooltip-component-arrow:before{content:" ";position:absolute;bottom:100%;left:50%;width:0;height:0;border:solid transparent;pointer-events:none}.tooltip-component-theme-default.tooltip-component-placement-bottom .tooltip-component-arrow:after{margin-left:-5px;border-width:5px;border-color:hsla(0,0%,100%,0);border-bottom-color:#fff}.tooltip-component-theme-default.tooltip-component-placement-bottom .tooltip-component-arrow:before{margin-left:-6px;border-width:6px;border-color:hsla(0,0%,80%,0);border-bottom-color:#ccc}.tooltip-component.tooltip-component-placement-top{padding:0 0 9px}.tooltip-component-theme-default.tooltip-component-placement-top .tooltip-component-arrow{bottom:10px;left:50%}.tooltip-component-theme-default.tooltip-component-placement-top .tooltip-component-arrow:after,.tooltip-component-theme-default.tooltip-component-placement-top .tooltip-component-arrow:before{content:" ";position:absolute;top:100%;left:50%;width:0;height:0;border:solid transparent;pointer-events:none}.tooltip-component-theme-default.tooltip-component-placement-top .tooltip-component-arrow:after{margin-left:-5px;border-width:5px;border-color:hsla(0,0%,100%,0);border-top-color:#fff}.tooltip-component-theme-default.tooltip-component-placement-top .tooltip-component-arrow:before{margin-left:-6px;border-width:6px;border-color:hsla(0,0%,80%,0);border-top-color:#ccc}.tooltip-component.tooltip-component-placement-left{padding:0 9px 0 0}.tooltip-component-theme-default.tooltip-component-placement-left .tooltip-component-arrow{top:50%;right:10px}.tooltip-component-theme-default.tooltip-component-placement-left .tooltip-component-arrow:after,.tooltip-component-theme-default.tooltip-component-placement-left .tooltip-component-arrow:before{content:" ";position:absolute;top:50%;left:100%;width:0;height:0;border:solid transparent;pointer-events:none}.tooltip-component-theme-default.tooltip-component-placement-left .tooltip-component-arrow:after{margin-top:-5px;border-width:5px;border-color:hsla(0,0%,100%,0);border-left-color:#fff}.tooltip-component-theme-default.tooltip-component-placement-left .tooltip-component-arrow:before{margin-top:-6px;border-width:6px;border-color:hsla(0,0%,80%,0);border-left-color:#ccc}.tooltip-component.tooltip-component-placement-right{padding:0 0 0 9px}.tooltip-component-theme-default.tooltip-component-placement-right .tooltip-component-arrow{top:50%;left:10px}.tooltip-component-theme-default.tooltip-component-placement-right .tooltip-component-arrow:after,.tooltip-component-theme-default.tooltip-component-placement-right .tooltip-component-arrow:before{content:" ";position:absolute;top:50%;right:100%;width:0;height:0;border:solid transparent;pointer-events:none}.tooltip-component-theme-default.tooltip-component-placement-right .tooltip-component-arrow:after{margin-top:-5px;border-width:5px;border-color:hsla(0,0%,100%,0);border-right-color:#fff}.tooltip-component-theme-default.tooltip-component-placement-right .tooltip-component-arrow:before{margin-top:-6px;border-width:6px;border-color:hsla(0,0%,80%,0);border-right-color:#ccc}.tooltip-component-animation-fade-appear,.tooltip-component.tooltip-component-animation-fade-enter,.tooltip-component.tooltip-component-animation-fade-leave{pointer-events:none}.tooltip-component-animation-fade-appear,.tooltip-component-animation-fade-enter{z-index:1170;opacity:0;animation-play-state:paused;animation-fill-mode:both;animation-duration:.15s}.tooltip-component-animation-fade-leave{animation-play-state:paused;animation-fill-mode:both;animation-duration:.1s}.tooltip-component-animation-fade-appear.tooltip-component-animation-fade-appear-active,.tooltip-component-animation-fade-enter.tooltip-component-animation-fade-enter-active{animation-name:tooltip-component-animation-fade-in;animation-play-state:running}.tooltip-component-animation-fade-leave.tooltip-component-animation-fade-leave-active{animation-name:tooltip-component-animation-fade-out;animation-play-state:running}@keyframes tooltip-component-animation-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tooltip-component-animation-fade-out{0%{opacity:1}to{opacity:0}}.svg-icon{width:24px;height:24px;display:inline-block;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:fill .15s linear,fill-opacity .15s linear}.page-search{width:100%;min-height:100%;background-color:#f7f7f6}.page-search .results-list{position:relative;z-index:1}.page-search .header-component{position:relative;z-index:3}.page-search .scroll-to-top{position:fixed;top:30px;z-index:2;pointer-events:none}.page-search .scroll-to-top .scroll-to-top-component{position:absolute;top:0;right:-50px;pointer-events:auto}@media (max-width:850px){.page-search .scroll-to-top{top:20px}.page-search .scroll-to-top .scroll-to-top-component{right:0}}.page-search .results-list .summary{height:30px;margin-bottom:30px;background-color:#ededeb;color:#939292;font-size:14px;font-weight:500;font-style:italic;line-height:30px}.page-search .results-list .summary .nr-results{font-weight:900}.page-search .results-list .items{margin-top:0;margin-bottom:0;padding:0 0 75px;list-style:none}.page-search .results-list.has-no-results span{font-weight:500}.page-search .results-list.has-error .error{margin-top:25px}.page-search .results-list.has-error .error .message{font-size:14px}.page-search .results-list-item{position:relative;min-height:65px;margin-bottom:30px}.page-search .results-list-item .headline .name,.page-search .results-list-item .headline .version{display:inline-block;vertical-align:middle}.page-search .results-list-item .headline .name{max-width:calc(100% - 180px);font-size:20px;font-weight:400}.page-search .results-list-item .headline .version{max-width:55px;margin-left:7px;color:#858585;font-size:12px;line-height:20px}.page-search .results-list-item .headline .package-score-component{float:right}.page-search .results-list-item .headline .package-score-component .score-detailed .CircularProgressbar-path,.page-search .results-list-item .headline .package-score-component .score-detailed .CircularProgressbar-trail{transition:stroke .2s linear}.page-search .results-list-item:hover .headline .package-score-component .score-detailed .CircularProgressbar-path{stroke:#35405b}.page-search .results-list-item:hover .headline .package-score-component .score-detailed .CircularProgressbar-trail{stroke:#d6d6d6}.page-search .results-list-item .package-flags-component{margin-top:-2px;display:inline-block;vertical-align:middle}.page-search .results-list-item .description{font-size:14px;display:-webkit-box;max-height:38px;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis}.page-search .results-list-item .keywords{margin-top:5px;color:#858585;font-size:12px}.page-search .results-list-item .keywords i{margin-right:5px;vertical-align:middle;font-size:14px}.page-search .results-list-item .keywords .keyword a{color:#858585;font-weight:inherit}.page-search .results-list-item .publish-info{margin-top:5px;color:#303b55;font-size:12px}.page-search .results-list-item .publish-info>*{vertical-align:middle}.page-search .results-list-item .publish-info .publisher-name{max-width:calc(100% - 140px);display:inline-block;vertical-align:middle;font-weight:700}.page-search .results-list-item .publish-info .publisher-avatar{width:24px;height:24px;overflow:hidden;margin-left:5px;transform:translateZ(0);display:inline-block;vertical-align:middle;border:2px solid #57627d;background-color:#ededeb;border-radius:50%}.page-search .results-list-item .links,.page-search .results-list-item .publish-info .publisher-avatar img{opacity:0;transition:opacity .2s linear}.page-search .results-list-item .links{position:absolute;right:0;bottom:4px}.page-search .results-list-item:hover .links{opacity:1}.page-search .results-list-item .links a{margin-left:10px}.page-search .results-list-item .analysis-link i{font-size:14px}.page-search .results-list-item .runkit-link svg{width:20px;height:20px}.page-search .results-list-item .npm-link svg{width:32px;height:13px;margin-top:2px;fill:#c12127}@media (max-width:375px){.page-search .results-list-item .headline .name{max-width:calc(100% - 100px)}.page-search .results-list-item .headline .package-score-component .score-detailed,.page-search .results-list-item .links{display:none}}.package-score-component{display:table}.package-score-component .score-detailed{position:relative;width:20px;height:20px;margin:3px 5px 0 0;float:left;font-weight:700;cursor:default}.package-score-component .score-detailed .score-circular-progessbar .CircularProgressbar-path{stroke:#999;stroke-linecap:round}.package-score-component .score-detailed .score-circular-progessbar .CircularProgressbar-trail{stroke:#eaeaea}.package-score-component .score-detailed .score-text{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);font-size:9px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.package-score-component .score-full{position:relative;width:26px;height:26px;float:left;cursor:default}.package-score-component .score-full .score-badge{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.package-score-component .score-full .score-badge svg{width:100%;height:100%}.package-score-component .score-full .score-value{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:900}.package-score-tooltip-component ul{margin:0;padding:0;list-style-type:none}.package-score-tooltip-component .score-label{margin-right:5px}.package-score-tooltip-component .score-value{font-weight:500}.package-score-tooltip-component a{font-weight:inherit}.package-flags-component .package-flag{margin-right:5px;padding:1px 3px;float:left;background:rgba(0,0,0,.5);border-radius:3px;color:#fff;font-size:10px;cursor:default}.package-flags-component .package-flag-deprecated,.package-flags-component .package-flag-insecure{background:#ad3237}@media (min-width:420px){.package-flags-component-tooltip{max-width:400px}}.scroll-to-top-component{width:33px;height:33px;opacity:0;background-color:hsla(0,0%,86%,.9);border-radius:2px;text-align:center;line-height:33px;pointer-events:auto;cursor:pointer;transition:background .15s,opacity .2s linear}.scroll-to-top-component.is-visible{opacity:1}.scroll-to-top-component i{width:100%;height:100%;line-height:inherit;cursor:inherit}.scroll-to-top-component:hover{background-color:#6d6d6d;color:#fff}.scroll-to-top-component:hover i{color:#fff}.page-about{width:100%;min-height:100%;background-color:#f7f7f6}.page-about .header-component{border-bottom:1px solid hsla(0,0%,100%,.03)}.page-about .page-header{position:relative;width:100%;padding:50px 40px;background-color:#35405b;color:#fff;font-family:Oleo Script,cursive;font-size:80px;text-align:center}.page-about .page-header:after{content:"";position:absolute;bottom:-22px;left:50%;width:0;height:0;margin-left:-22px;border-style:solid;border-color:transparent;border-top-width:22px;border-top-color:#35405b;border-left-width:28px;border-bottom-width:0;border-right-width:28px}.page-about .page-content{max-width:900px;margin:0 auto;padding:42px 20px}.page-about .page-content .highlight,.page-about .page-content h1,.page-about .page-content strong{color:#35405b}.page-about .page-content h1{margin-top:1.4em}.page-about .section-headline{margin-bottom:50px;padding:0 50px;font-size:18px;font-weight:300}.page-about .section-how-it-works .aspect{width:calc((100% - 40px) / 2);margin:20px 40px 20px 0;display:inline-block;vertical-align:top}.page-about .section-how-it-works .aspect:nth-child(2n){margin-right:0}.page-about .section-how-it-works .aspect i{display:block;font-size:50px;text-align:center}.page-about .section-how-it-works .aspect .name{margin-top:10px;font-size:20px;font-weight:700;text-align:center}.page-about .section-how-it-works .aspect .description{margin-top:30px;clear:both}.page-about .section-how-it-works .aspect .examples{margin:30px 0 0;padding-left:15px;font-size:14px}.page-about .section-sponsors h1{margin-bottom:30px}.page-about .section-sponsors .sponsor{margin:30px 0}.page-about .section-sponsors .sponsor .logo{width:200px;margin-right:30px;display:inline-block;vertical-align:middle}.page-about .section-sponsors .sponsor .logo img{width:100%}.page-about .section-sponsors .sponsor .description{width:calc(100% - 230px);display:inline-block;vertical-align:middle}.page-about .section-sponsors .contact-us{margin-top:30px}.page-search .section-authors{overflow:hidden}.page-about .section-authors h1{margin-bottom:30px}.page-about .section-authors .authors-list{position:relative;left:calc(50% + 25px);margin:0 auto;transform:translateX(-50%);display:inline-block}.page-about .section-authors .authors-list .author{margin-right:50px;display:inline-block;text-align:center}.page-about .section-authors .authors-list .author .avatar{margin-bottom:10px;border-radius:50%}.page-about .section-authors .authors-list .author .name{margin-bottom:10px;font-weight:700}.page-about .section-authors .authors-list .author .links a{margin-right:10px}.page-about .section-authors .authors-list .author .links a:last-of-type{margin-right:0}.page-about .section-authors .authors-list .author .links svg{fill:#7c7a79}.page-about .section-authors .authors-list .author .links a:hover svg{fill:#35405b}.page-about .section-authors .special-thanks{margin-top:50px}@media (max-width:450px){.page-about .section-authors .authors-list .author .avatar{width:100px;height:100px}}@media (max-width:350px){.page-about .section-authors .authors-list .author .avatar{width:80px;height:80px}}@media (max-width:700px){.page-about .section-headline{padding:0}.page-about .section-sponsors .sponsor .logo{width:calc(100% - 100px);min-width:250px;max-width:300px;margin:0 auto;display:block}.page-about .section-sponsors .sponsor .description{width:100%;margin-top:20px;text-align:center}}@media (max-width:750px){.page-about .section-how-it-works .aspect{width:100%;margin:25px 0;display:block}}.page-privacy{width:100%;min-height:100%;background-color:#f7f7f6}.page-privacy .header-component{border-bottom:1px solid hsla(0,0%,100%,.03)}.page-privacy .page-header{position:relative;width:100%;padding:50px 40px;background-color:#35405b;color:#fff;font-family:Oleo Script,cursive;font-size:80px;text-align:center}.page-privacy .page-header:after{content:"";position:absolute;bottom:-22px;left:50%;width:0;height:0;margin-left:-22px;border-style:solid;border-color:transparent;border-top-width:22px;border-top-color:#35405b;border-left-width:28px;border-bottom-width:0;border-right-width:28px}.page-privacy .page-content{max-width:900px;margin:0 auto;padding:42px 20px}.page-privacy .last-update{margin-bottom:30px}.page-privacy .page-content .npms,.page-privacy .page-content h1,.page-privacy .page-content strong{color:#35405b}.page-privacy .page-content h1{margin-top:1.4em}@media (max-width:340px){.page-privacy .page-header{font-size:70px}}.page-terms{width:100%;min-height:100%;background-color:#f7f7f6}.page-terms .header-component{border-bottom:1px solid hsla(0,0%,100%,.03)}.page-terms .page-header{position:relative;width:100%;padding:50px 40px;background-color:#35405b;color:#fff;font-family:Oleo Script,cursive;font-size:80px;text-align:center}.page-terms .page-header:after{content:"";position:absolute;bottom:-22px;left:50%;width:0;height:0;margin-left:-22px;border-style:solid;border-color:transparent;border-top-width:22px;border-top-color:#35405b;border-left-width:28px;border-bottom-width:0;border-right-width:28px}.page-terms .page-content{max-width:900px;margin:0 auto;padding:42px 20px}.page-terms .last-update{margin-bottom:30px}.page-terms .page-content .npms,.page-terms .page-content h1,.page-terms .page-content strong{color:#35405b}.page-terms .page-content h1{margin-top:1.4em}@media (max-width:340px){.page-terms .page-header{font-size:70px}}.page-not-found{width:100%;min-height:100%;background-color:#f7f7f6}.page-not-found .header-component{border-bottom:1px solid hsla(0,0%,100%,.03)}.page-not-found .page-header{position:relative;width:100%;padding:50px 40px;background-color:#35405b;color:#fff;font-family:Oleo Script,cursive;font-size:80px;text-align:center}.page-not-found .page-header:after{content:"";position:absolute;bottom:-22px;left:50%;width:0;height:0;margin-left:-22px;border-style:solid;border-color:transparent;border-top-width:22px;border-top-color:#35405b;border-left-width:28px;border-bottom-width:0;border-right-width:28px}.page-not-found .page-content{max-width:900px;margin:0 auto;padding:82px 20px;text-align:center}.page-not-found .page-content .headline{font-size:26px}@media (max-width:340px){.page-not-found .page-header{font-size:70px}}
/*# sourceMappingURL=app.7eb87d574d0f5e5ddce5.css.map*/