.LoadingPlaceholder{width:100%;margin:2ch 0}.LoadingPlaceholder.center{margin:50% 0}.LoadingPlaceholder .drawer{height:4ch;width:4ch;position:relative;border:.5ch solid #956a6d;-webkit-animation:loading 2s linear 0s infinite;animation:loading 2s linear 0s infinite}.LoadingPlaceholder .drawer:after{content:"";background-color:#956a6d;position:absolute;width:100%;height:100%;-webkit-animation:loadingProgress 1s ease 0s infinite alternate;animation:loadingProgress 1s ease 0s infinite alternate}.BaseTableCard{margin:1ch;border-radius:.5ch;overflow:hidden;background:#fff3cc;display:-webkit-box;display:-ms-flexbox;display:flex;display:grid;-webkit-box-flex:1;-ms-flex:1 1 32ch;flex:1 1 32ch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-template-columns:minmax(14ch,auto) minmax(12ch,1fr);grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;-webkit-box-shadow:.4ch .6ch 1ch -.3ch rgba(0,0,0,.16),-.2ch -.4ch 1ch -.2ch rgba(0,0,0,.08);box-shadow:.4ch .6ch 1ch -.3ch rgba(0,0,0,.16),-.2ch -.4ch 1ch -.2ch rgba(0,0,0,.08)}.BaseTableCard .body,.BaseTableCard .head{padding:.5ch}@supports(display:grid){.BaseTableCard .body.first,.BaseTableCard .head.first{padding-top:2ch}.BaseTableCard .body.last,.BaseTableCard .head.last{padding-bottom:2ch;-ms-flex-item-align:stretch;align-self:stretch}}.BaseTableCard .head{grid-column:1/2;padding-left:1ch}@supports(display:grid){.BaseTableCard .head{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}@media screen and (min-width:600px){.BaseTableCard .head.last{position:relative}.BaseTableCard .head.last:after{content:"";left:0;top:100%;position:absolute;background:inherit;width:100%;height:100vh}}}.BaseTableCard .head p:first-letter{text-transform:uppercase}.BaseTableCard .body{grid-column:2/3;padding-right:1ch}.BaseTable{contain:content;margin:1ch 0;width:calc(100% + 1ch);position:relative;right:1ch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ExampleCard{contain:content;margin-bottom:1ch;border-radius:.5ch;padding:1ch;background:#fff9e6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left;-webkit-box-shadow:.4ch .6ch 1ch -.3ch rgba(0,0,0,.16),-.2ch -.4ch 1ch -.2ch rgba(0,0,0,.08);box-shadow:.4ch .6ch 1ch -.3ch rgba(0,0,0,.16),-.2ch -.4ch 1ch -.2ch rgba(0,0,0,.08)}.ExampleCard:hover p{opacity:.95}.ExampleCard .header{margin-bottom:.5ex}.ExampleCard .exaple{margin-bottom:1ex}.ExampleCard .exaple:last-child{margin-bottom:0}.ExampleCard .exaple:first-letter{text-transform:uppercase}@media screen and (min-width:600px){.ExampleCard{margin-bottom:2ch;padding:1.5ch 2ch 2ch 2ch}}@media screen and (min-width:900px){.ExampleCard{margin-bottom:3ch;padding:2.5ch 3ch 3ch 3ch}}.PageBookReader{min-height:100vh}.PageBookReader .book{width:100%;position:relative;padding:10ch 0 10ch 0;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.PageBookReader .book .loader{height:calc(50vh + 8ch)}.PageBookReader .book article{margin:0 2ch 0 2ch;width:100%;max-width:80ch;text-rendering:optimizeLegibility}@media(min-width:600px){.PageBookReader .book article{margin:0 4ch 0 4ch}}@media(min-width:900px){.PageBookReader .book article{margin:0 0 0 0;margin:0 4vw 0 4vw}}@media(min-width:1200px){.PageBookReader .book article{margin:0 0 0 0;margin:0 8vw 0 8vw}}.PageBookReader .book article .em{font-style:italic}.PageBookReader .book article .strong{font-weight:600}.PageBookReader .book article .small_caps{font-variant:small-caps}.PageBookReader .book article .description{margin-bottom:.5ch}.PageBookReader .book article .example{opacity:.75;margin-bottom:.5ch}.PageBookReader .book article .example:before{content:"Np. "}.PageBookReader .book article .blockquote{margin:1ch .5ch .2ch .5ch;font-size:1.2rem;opacity:.95;text-align:center;font-style:italic}.PageBookReader .book article .blockquote:after,.PageBookReader .book article .blockquote:before{line-height:1.2rem;opacity:.65}.PageBookReader .book article .blockquote:before{content:"“";display:inline-block;-webkit-transform:translateY(50%);transform:translateY(50%)}.PageBookReader .book article .blockquote:after{content:"”"}.PageBookReader .book article .title{font-size:2rem}.PageBookReader .book article .h2{padding:2ch 0 .2ch 0}.PageBookReader .book article .h3{padding:1ch 0 .2ch 0}.PageBookReader .book article .h4{padding:.5ch 0 .2ch 0}.PageBookReader .book article .blockquote+.h2,.PageBookReader .book article .blockquote+.h3,.PageBookReader .book article .blockquote+.h4{padding:.2ch 0}.PageBookReader .book article .author{padding:0;-ms-flex-item-align:end;align-self:flex-end;margin:1ch 2ch 0 0;font-size:1.2rem}.PageBookReader .book article .author+.author{margin:0 2ch 0 0}.PageBookReader .book article .blockquote+.author{margin:0 5ch 0 0;opacity:.95}.PageBookReader .book article>p>a{color:#cf7a02;cursor:pointer;text-decoration:underline}.PageBookReader .book article .bullet{padding-bottom:.2ch}.PageBookReader .book article .bullet:before{content:"–"}.PageBookReader .book article .downloadButton{margin:2ch 0}.PageBookReader .book article .imgProvider{max-height:40ch;margin:2ch 0;contain:content}.PageBookReader .book article .imgProvider img{max-height:40ch;min-height:30ch}@supports((-o-object-fit:contain) or (object-fit:contain)){.PageBookReader .book article .imgProvider img{-o-object-fit:contain;object-fit:contain;width:100%}}.PageBookReader .book article .imgProvider img[src*=svg]{-o-object-fit:fill;object-fit:fill;width:100%}.PageBookReader .book article .hideSmall{display:none}@media screen and (min-width:900px){.PageBookReader .book article .hideSmall{display:initial}.PageBookReader .book article .hideLarge{display:none}}