:root{--theme-color: #66b7f2}:root{--text-color: #2c3e50}html[data-theme=dark]{--text-color: #9e9e9e}:root{--bg-color: #fff}html[data-theme=dark]{--bg-color: #1d2025}:root{--bg-color-secondary: #f8f8f8}html[data-theme=dark]{--bg-color-secondary: #252934}:root{--border-color: #eaecef}html[data-theme=dark]{--border-color: #302d28}:root{--box-shadow: #f0f1f2}html[data-theme=dark]{--box-shadow: #282a32}:root{--card-shadow: rgba(0, 0, 0, .15)}html[data-theme=dark]{--card-shadow: rgba(0, 0, 0, .3)}:root{--black: #000}html[data-theme=dark]{--black: #fff}:root{--dark-grey: #666}html[data-theme=dark]{--dark-grey: #999}:root{--light-grey: #999}html[data-theme=dark]{--light-grey: #666}:root{--white: #fff}html[data-theme=dark]{--white: #000}:root{--grey3: #333}html[data-theme=dark]{--grey3: #bbb}:root{--grey12: #bbb}html[data-theme=dark]{--grey12: #333}:root{--grey14: #eee}html[data-theme=dark]{--grey14: #111}:root{--navbar-height: 3.75rem}:root{--navbar-horizontal-padding: 1.5rem}:root{--navbar-vertical-padding: .7rem}:root{--navbar-mobile-height: 3.25rem}:root{--navbar-mobile-horizontal-padding: 1rem}:root{--navbar-mobile-vertical-padding: .5rem}:root{--sidebar-width: 18rem}:root{--sidebar-mobile-width: 16rem}:root{--content-width: 740px}:root{--home-page-width: 1160px}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif}:root{--font-family-fancy: Georgia Pro, Crimson, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif}:root{--font-family-code: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace}:root{--line-numbers-width: 2.5rem}:root{--color-transition: .3s ease}:root{--transform-transition: .3s ease}:root{--bg-color-light: #fff}html[data-theme=dark]{--bg-color-light: #252934}:root{--bg-color-back: #f8f8f8}html[data-theme=dark]{--bg-color-back: #1d2025}:root{--bg-color-float: #fff}html[data-theme=dark]{--bg-color-float: #252934}:root{--text-color-light: #3a5169}html[data-theme=dark]{--text-color-light: #a8a8a8}:root{--text-color-lighter: #476582}html[data-theme=dark]{--text-color-lighter: #b1b1b1}:root{--text-color-bright: #6a8bad}html[data-theme=dark]{--text-color-bright: #c5c5c5}:root{--bg-color-blur: rgba(255, 255, 255, .9)}html[data-theme=dark]{--bg-color-blur: rgba(29, 32, 37, .9)}:root{--bg-color-float-blur: rgba(255, 255, 255, .9)}html[data-theme=dark]{--bg-color-float-blur: rgba(37, 41, 52, .9)}:root{--theme-color-dark: #46a8ef}:root{--theme-color-light: #75bef3}:root{--theme-color-mask: rgba(102, 183, 242, .15)}:root{--badge-tip-color: #42b983;--badge-warning-color: #f4cd00;--badge-danger-color: #f55;--badge-info-color: #0295ff;--badge-note-color: #666}.badge{display:inline-block;vertical-align:top;height:18px;padding:0 6px;border-radius:3px;background:var(--c-brand, #3eaf7c);color:var(--white);font-size:14px;line-height:18px;transition:background var(--color-transition),color var(--color-transition)}.badge+.badge{margin-left:5px}.table-of-contents .badge,#toc .badge{vertical-align:middle}.badge.tip{background:var(--badge-tip-color)}.badge.warning{background:var(--badge-warning-color)}.badge.danger{background:var(--badge-danger-color)}.badge.info{background:var(--badge-info-color)}.badge.note{background:var(--badge-note-color)}.back-to-top{border-width:0;background:transparent;cursor:pointer;position:fixed!important;right:1rem;bottom:4rem;z-index:100;width:3rem;height:3rem;padding:.5rem;border-radius:1rem;background:var(--c-bg, #fff);color:var(--c-brand, #3eaf7c);box-shadow:2px 2px 10px 0 var(--card-shadow);transition:background var(--color-transition),color var(--color-transition),box-shadow var(--color-transition)}@media (max-width: 719px){.back-to-top{width:2.25rem;height:2.25rem;padding:.25rem;border-radius:.5rem}}@media print{.back-to-top{display:none}}.back-to-top:hover{color:var(--c-brand-light, #4abf8a)}.back-to-top svg{overflow:hidden;width:100%;border-radius:50%;fill:currentcolor}.fade-enter-active,.fade-leave-active{transition:opacity var(--color-transition)}.fade-enter,.fade-leave-to{opacity:0}@media screen{.sr-only{position:absolute;overflow:hidden;clip:rect 0,0,0,0;width:1px;height:1px;margin:-1px;padding:0;border:0}}@media print{.sr-only{display:none}}:root{--external-link-icon-color: #aaa}.external-link-icon{position:relative;display:inline-block;color:var(--external-link-icon-color);vertical-align:middle;top:-1px}.external-link-icon-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--nprogress-color: #29d;--nprogress-z-index: 1031}#nprogress{pointer-events:none}#nprogress .bar{background:var(--nprogress-color);position:fixed;z-index:var(--nprogress-z-index);top:0;left:0;width:100%;height:2px}.giscus-wrapper{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (max-width: 959px){.giscus-wrapper{padding:1.5rem}}@media (max-width: 419px){.giscus-wrapper{padding:1rem 1.5rem}}@media print{.giscus-wrapper{display:none!important}}.giscus-wrapper.input-top .giscus{margin-bottom:-3rem}@keyframes message-move-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes message-move-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}#message-container{position:fixed;top:calc(var(--navbar-height) + 1rem);right:0;left:0;z-index:75;text-align:center}#message-container .message{display:inline-block;padding:8px 10px;border-radius:3px;background:var(--c-bg, #fff);color:var(--c-text, #2c3e50);box-shadow:0 0 10px 0 var(--box-shadow, #f0f1f2);font-size:14px;transition:height .2s ease-in-out,margin .2s ease-in-out}#message-container .message.move-in{animation:message-move-in .3s ease-in-out}#message-container .message.move-out{animation:message-move-out .3s ease-in-out;animation-fill-mode:forwards}#message-container .message svg{position:relative;bottom:-.125em;margin-right:5px}:root{--balloon-border-radius: 2px;--balloon-color: rgba(16, 16, 16, .95);--balloon-text-color: #fff;--balloon-font-size: 12px;--balloon-move: 4px}button[aria-label][data-balloon-pos]{overflow:visible}[aria-label][data-balloon-pos]{position:relative;cursor:pointer}[aria-label][data-balloon-pos]:after{opacity:0;pointer-events:none;transition:all .18s ease-out .18s;text-indent:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;font-style:normal;text-shadow:none;font-size:var(--balloon-font-size);background:var(--balloon-color);border-radius:2px;color:var(--balloon-text-color);border-radius:var(--balloon-border-radius);content:attr(aria-label);padding:.5em 1em;position:absolute;white-space:nowrap;z-index:10}[aria-label][data-balloon-pos]:before{width:0;height:0;border:5px solid transparent;border-top-color:var(--balloon-color);opacity:0;pointer-events:none;transition:all .18s ease-out .18s;content:"";position:absolute;z-index:10}[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after{opacity:1;pointer-events:none}[aria-label][data-balloon-pos].font-awesome:after{font-family:FontAwesome,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}[aria-label][data-balloon-pos][data-balloon-break]:after{white-space:pre}[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after{white-space:pre-line;word-break:break-word}[aria-label][data-balloon-pos][data-balloon-blunt]:before,[aria-label][data-balloon-pos][data-balloon-blunt]:after{transition:none}[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after{transform:translate(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before{transform:translate(-50%)}[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after{left:0}[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before{left:5px}[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after{right:0}[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before{right:5px}[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos^=up]:before,[aria-label][data-balloon-pos][data-balloon-pos^=up]:after{bottom:100%;transform-origin:top;transform:translateY(var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^=up]:after{margin-bottom:10px}[aria-label][data-balloon-pos][data-balloon-pos=up]:before,[aria-label][data-balloon-pos][data-balloon-pos=up]:after{left:50%;transform:translate(-50%,var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^=down]:before,[aria-label][data-balloon-pos][data-balloon-pos^=down]:after{top:100%;transform:translateY(calc(var(--balloon-move) * -1))}[aria-label][data-balloon-pos][data-balloon-pos^=down]:after{margin-top:10px}[aria-label][data-balloon-pos][data-balloon-pos^=down]:before{width:0;height:0;border:5px solid transparent;border-bottom-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos=down]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:before{left:50%;transform:translate(-50%,calc(var(--balloon-move) * -1))}[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after{transform:translateY(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before{transform:translateY(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:before{right:100%;top:50%;transform:translate(var(--balloon-move),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:after{margin-right:10px}[aria-label][data-balloon-pos][data-balloon-pos=left]:before{width:0;height:0;border:5px solid transparent;border-left-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos=right]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:before{left:100%;top:50%;transform:translate(calc(var(--balloon-move) * -1),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=right]:after{margin-left:10px}[aria-label][data-balloon-pos][data-balloon-pos=right]:before{width:0;height:0;border:5px solid transparent;border-right-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-length]:after{white-space:normal}[aria-label][data-balloon-pos][data-balloon-length=small]:after{width:80px}[aria-label][data-balloon-pos][data-balloon-length=medium]:after{width:150px}[aria-label][data-balloon-pos][data-balloon-length=large]:after{width:260px}[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{width:380px}@media screen and (max-width: 768px){[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{width:90vw}}[aria-label][data-balloon-pos][data-balloon-length=fit]:after{width:100%}:root{--copy-icon: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");--copied-icon: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E")}div[class*=language-]>button.copy-code-button{border-width:0;background:transparent;position:absolute;outline:none;cursor:pointer}div[class*=language-]>button.copy-code-button .copy-icon{background:currentcolor;-webkit-mask-image:var(--copy-icon);mask-image:var(--copy-icon);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1em;mask-size:1em}div[class*=language-]>button.copy-code-button:not(.pure){right:-14px;bottom:-14px;z-index:5;width:2rem;height:2rem;padding:7px 8px;border-radius:50%;background:#339af0;color:#fff}@media (max-width: 419px){div[class*=language-]>button.copy-code-button:not(.pure){right:0;bottom:0;width:28px;height:28px;border-radius:50% 10% 0}}div[class*=language-]>button.copy-code-button:not(.pure):hover{background:#228be6}div[class*=language-]>button.copy-code-button:not(.pure) .copy-icon{width:100%;height:100%;color:#fff;font-size:1.25rem}@media (max-width: 419px){div[class*=language-]>button.copy-code-button:not(.pure) .copy-icon{position:relative;top:2px;left:2px}}div[class*=language-]>button.copy-code-button.pure{border-width:0;background:transparent;cursor:pointer;position:absolute;top:0;right:3em;z-index:5;width:2.5rem;height:2.5rem;padding:0;border-radius:.5rem;opacity:0;transition:opacity .4s}div[class*=language-]>button.copy-code-button.pure:hover{background:var(--code-hl-bg-color, rgba(0, 0, 0, .66))}div[class*=language-]>button.copy-code-button.pure.copied:after{content:attr(data-copied);position:absolute;top:0;right:100%;display:block;height:1.25rem;padding:.625rem;border-radius:.5rem;background:var(--code-hl-bg-color, rgba(0, 0, 0, .66));color:var(--code-ln-color, #9e9e9e);font-weight:500;line-height:1.25rem;white-space:nowrap}div[class*=language-]>button.copy-code-button.pure .copy-icon{width:1.25rem;height:1.25rem;padding:.625rem;color:var(--code-ln-color, #9e9e9e);font-size:1.25rem}div[class*=language-]>button.copy-code-button.copied .copy-icon{-webkit-mask-image:var(--copied-icon);mask-image:var(--copied-icon)}div[class*=language-]:hover>button.copy-code-button.pure,div[class*=language-]>button.copy-code-button.pure:focus{opacity:1}@media print{div[class*=language-]>button.copy-code-button{display:none}}.chart-title{margin:.5rem auto;font-weight:600;font-size:18px;text-align:center}.chart-loading-wrapper{display:flex;align-items:center;justify-content:center}.chart-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.chart-wrapper{overflow-x:auto;padding:.6em .4em;text-align:center;transition:all 1s}@media (max-width: 719px){.chart-wrapper{margin:0 -1rem;padding:.6em 0}}.code-tabs-nav{overflow-x:auto;margin:.85rem 0 -.85rem;padding:0;border-radius:6px 6px 0 0;background:var(--code-tabs-nav-bg-color, #3a404c);list-style:none;white-space:nowrap;transition:background var(--color-transition)}@media (max-width: 419px){.code-tabs-nav{margin-right:-1.5rem;margin-left:-1.5rem;border-radius:0}}.code-tabs-nav-tab{border-width:0;position:relative;min-width:3rem;margin:0;padding:6px 10px;border-radius:6px 6px 0 0;background:transparent;color:var(--code-tabs-nav-text-color, #eee);font-weight:600;font-size:.85em;line-height:1.4;cursor:pointer;transition:background var(--color-transition),color var(--color-transition)}.code-tabs-nav-tab:hover{background:var(--code-tabs-nav-hover-color, #434a57)}.code-tabs-nav-tab:before,.code-tabs-nav-tab:after{content:" ";position:absolute;bottom:0;z-index:1;width:6px;height:6px}.code-tabs-nav-tab:before{right:100%}.code-tabs-nav-tab:after{left:100%}.code-tabs-nav-tab.active{background:var(--code-bg-color, #282c34)}.code-tabs-nav-tab.active:before{background:radial-gradient(12px at left top,transparent 50%,var(--code-bg-color, #282c34) 50%)}.code-tabs-nav-tab.active:after{background:radial-gradient(12px at right top,transparent 50%,var(--code-bg-color, #282c34) 50%)}.code-tabs-nav-tab:first-child:before{display:none}.code-tab{display:none}.code-tab.active{display:block}.code-tab div[class*=language-]{border-top-left-radius:0;border-top-right-radius:0}@media (max-width: 419px){.code-tab div[class*=language-]{margin:.85rem -1.5rem}}.code-tab div[class*=language-] code{white-space:pre-wrap!important}:root{--info-title-color: #193c47;--info-bg-color: #eef9fd;--info-border-color: #4cb3d4;--note-title-color: #474748;--note-bg-color: #fdfdfe;--note-border-color: #d4d5d8;--tip-title-color: #003100;--tip-bg-color: #e6f6e6;--tip-border-color: #009400;--warning-title-color: #4d3800;--warning-bg-color: #fff8e6;--warning-border-color: #e6a700;--danger-title-color: #4b1113;--danger-bg-color: #ffebec;--danger-border-color: #e13238;--detail-bg-color: #eee;--detail-text-color: inherit}html[data-theme=dark]{--info-title-color: #eef9fd;--info-bg-color: #193c47;--note-title-color: #fdfdfe;--note-bg-color: #474748;--tip-title-color: #e6f6e6;--tip-bg-color: #003100;--warning-title-color: #fff8e6;--warning-bg-color: #4d3800;--danger-title-color: #ffebec;--danger-bg-color: #4b1113;--detail-bg-color: #333;--detail-text-color: #a8a8a8}.custom-container{position:relative;transition:background var(--color-transition),border-color var(--color-transition),color var(--color-transition)}@media print{.custom-container{page-break-inside:avoid}}.custom-container .custom-container-title{position:relative;font-weight:600;line-height:1.25}.custom-container.info,.custom-container.note,.custom-container.tip,.custom-container.warning,.custom-container.danger{margin:1rem 0;padding:.25rem 1rem;border-left-width:.3rem;border-left-style:solid;border-radius:.5rem;color:inherit}.custom-container.info .custom-container-title,.custom-container.note .custom-container-title,.custom-container.tip .custom-container-title,.custom-container.warning .custom-container-title,.custom-container.danger .custom-container-title{padding-left:1.5rem}@media print{.custom-container.info .custom-container-title,.custom-container.note .custom-container-title,.custom-container.tip .custom-container-title,.custom-container.warning .custom-container-title,.custom-container.danger .custom-container-title{padding-left:0}}.custom-container.info .custom-container-title:before,.custom-container.note .custom-container-title:before,.custom-container.tip .custom-container-title:before,.custom-container.warning .custom-container-title:before,.custom-container.danger .custom-container-title:before{content:" ";position:absolute;left:0;width:20px;height:20px;background-position:left;background-repeat:no-repeat}@media print{.custom-container.info .custom-container-title:before,.custom-container.note .custom-container-title:before,.custom-container.tip .custom-container-title:before,.custom-container.warning .custom-container-title:before,.custom-container.danger .custom-container-title:before{display:none}}.custom-container.info p,.custom-container.note p,.custom-container.tip p,.custom-container.warning p,.custom-container.danger p{line-height:1.5}.custom-container.info a,.custom-container.note a,.custom-container.tip a,.custom-container.warning a,.custom-container.danger a{color:var(--c-brand, #3eaf7c)}.custom-container.info{border-color:var(--info-border-color);background:var(--info-bg-color)}.custom-container.info .custom-container-title{color:var(--info-title-color)}.custom-container.info .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23193c47' fill-rule='evenodd' d='M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.info .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23eef9fd' fill-rule='evenodd' d='M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z'/%3E%3C/svg%3E")}.custom-container.note{border-color:var(--note-border-color);background:var(--note-bg-color)}.custom-container.note .custom-container-title{color:var(--note-title-color)}.custom-container.note .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.note .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='%23fdfdfe' fill-rule='evenodd' d='M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z'/%3E%3C/svg%3E")}.custom-container.tip{border-color:var(--tip-border-color);background:var(--tip-bg-color)}.custom-container.tip .custom-container-title{color:var(--tip-title-color)}.custom-container.tip .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='%23003100' fill-rule='evenodd' d='M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.tip .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='%23e6f6e6' fill-rule='evenodd' d='M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z'/%3E%3C/svg%3E")}.custom-container.warning{border-color:var(--warning-border-color);background:var(--warning-bg-color)}.custom-container.warning .custom-container-title{color:var(--warning-title-color)}.custom-container.warning .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234d3800' fill-rule='evenodd' d='M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.warning .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff8e6' fill-rule='evenodd' d='M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z'/%3E%3C/svg%3E")}.custom-container.danger{border-color:var(--danger-border-color);background:var(--danger-bg-color)}.custom-container.danger .custom-container-title{color:var(--danger-title-color)}.custom-container.danger .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M147.911 833.422V560.356a364.089 364.089 0 1 1 728.178 0v273.066H921.6v91.022H102.4v-91.022h45.511zm91.022-273.066h91.023A182.044 182.044 0 0 1 512 378.31v-91.02a273.067 273.067 0 0 0-273.067 273.067zM466.49 14.222h91.022v136.534H466.49V14.222zm399.496 127.795 64.353 64.353-96.483 96.53-64.399-64.354 96.53-96.529zM93.662 206.37l64.353-64.353 96.529 96.484-64.308 64.444-96.574-96.575z' fill='%234b1113'/%3E%3C/svg%3E")}html[data-theme=dark] .custom-container.danger .custom-container-title:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M147.911 833.422V560.356a364.089 364.089 0 1 1 728.178 0v273.066H921.6v91.022H102.4v-91.022h45.511zm91.022-273.066h91.023A182.044 182.044 0 0 1 512 378.31v-91.02a273.067 273.067 0 0 0-273.067 273.067zM466.49 14.222h91.022v136.534H466.49V14.222zm399.496 127.795 64.353 64.353-96.483 96.53-64.399-64.354 96.53-96.529zM93.662 206.37l64.353-64.353 96.529 96.484-64.308 64.444-96.574-96.575z' fill='%23ffebec'/%3E%3C/svg%3E")}.custom-container.details{position:relative;display:block;margin:1.6em 0;padding:1.5rem;border-radius:.5rem;background:var(--detail-bg-color);color:var(--detail-text-color);transition:background var(--transform-transition),color var(--transform-transition)}@media print{.custom-container.details{display:none}}.custom-container.details h4{margin-top:0}.custom-container.details figure:last-child,.custom-container.details p:last-child{margin-bottom:0;padding-bottom:0}.custom-container.details a{color:var(--c-brand, #3eaf7c)}.custom-container.details summary{position:relative;margin:-1.5rem;padding:1.5rem 1.5rem 1.5rem 4rem;list-style:none;cursor:pointer}.custom-container.details summary::-webkit-details-marker,.custom-container.details summary::marker{color:transparent;font-size:0}.custom-container.details summary:before,.custom-container.details summary:after{content:" ";position:absolute;top:calc(50% - .75rem);left:1.5rem;width:1.5rem;height:1.5rem}@media print{.custom-container.details summary:before,.custom-container.details summary:after{display:block}}.custom-container.details summary:before{border-radius:50%;background:#ccc;transition:background var(--color-transition),transform var(--transform-transition)}html[data-theme=dark] .custom-container.details summary:before{background:#555}.custom-container.details summary:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:transform var(--transform-transition);transform:rotate(90deg)}html[data-theme=dark] .custom-container.details summary:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.custom-container.details[open] summary{margin-bottom:.5em}.custom-container.details[open] summary:after{transform:rotate(180deg)}:root{--code-demo-header-bg-color: #eee}html[data-theme=dark]{--code-demo-header-bg-color: #333}.code-demo-wrapper{margin:10px 0;border:1px solid var(--c-border, #eaecef);border-radius:8px;transition:all .2s}.code-demo-wrapper:hover{box-shadow:0 2px 12px var(--card-shadow)}.code-demo-wrapper .loading{display:flex;align-items:center;justify-content:center}.code-demo-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.code-demo-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px 8px 0 0;background:var(--code-demo-header-bg-color);text-align:left}.code-demo-header .toggle-button{border-width:0;background:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;position:relative;margin:8px 12px 8px 8px;border-color:transparent;border-radius:50%;background-color:#ccc;outline:none;font-size:24px;cursor:pointer}html[data-theme=dark] .code-demo-header .toggle-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.code-demo-header .toggle-button.down{transform:rotate(180deg)}.code-demo-header .toggle-button.right{transform:rotate(90deg)}.code-demo-header .toggle-button.left{transform:rotate(-90deg)}@media print{.code-demo-header .toggle-button{display:none}}html[data-theme=dark] .code-demo-header .toggle-button{background-color:#555}.code-demo-header .toggle-button:hover{background-color:#aaa}html[data-theme=dark] .code-demo-header .toggle-button:hover{background-color:#777}.code-demo-header .title{display:inline-block;vertical-align:top;flex:1;font-weight:500;font-size:1.25rem;line-height:2.5rem}.code-demo-header .title:first-child{margin-left:16px}.code-demo-header .codepen-button,.code-demo-header .jsfiddle-button{border-width:0;background:transparent;cursor:pointer;position:relative;box-sizing:content-box;width:1.25rem;height:1.25rem;margin:0 4px;padding:4px;border-radius:50%;background:#ccc;outline:none}@media print{.code-demo-header .codepen-button,.code-demo-header .jsfiddle-button{display:none}}html[data-theme=dark] .code-demo-header .codepen-button,html[data-theme=dark] .code-demo-header .jsfiddle-button{background:#555}.code-demo-header .codepen-button svg,.code-demo-header .jsfiddle-button svg{width:1.25rem;height:1.25rem;fill:#777}html[data-theme=dark] .code-demo-header .codepen-button svg,html[data-theme=dark] .code-demo-header .jsfiddle-button svg{fill:#aaa}.code-demo-header .codepen-button:hover,.code-demo-header .jsfiddle-button:hover{background:#aaa}html[data-theme=dark] .code-demo-header .codepen-button:hover,html[data-theme=dark] .code-demo-header .jsfiddle-button:hover{background:#777}.code-demo-header .codepen-button:hover svg,.code-demo-header .jsfiddle-button:hover svg{fill:#333}html[data-theme=dark] .code-demo-header .codepen-button:hover svg,html[data-theme=dark] .code-demo-header .jsfiddle-button:hover svg{fill:#fff}.code-demo-container{position:relative;overflow:auto;max-height:400px;padding:20px;border-bottom:1px solid var(--c-border, #eaecef)}.code-demo-code-wrapper{overflow:hidden;transition:height .5s}@media print{.code-demo-code-wrapper{height:auto!important}}.code-demo-codes>p{margin:.75rem}.code-demo-codes>div[class*=language-]{border-radius:0}@media (max-width: 419px){.code-demo-codes>div[class*=language-]{margin:.8rem 0}.code-demo-codes>div[class*=language-].line-numbers-mode:after{display:none}.code-demo-codes>div[class*=language-] .line-numbers-wrapper{display:none}.code-demo-codes>div[class*=language-] pre[class*=language-]{padding:1.25rem 1.25rem 1rem}}.code-demo-codes>div[class*=language-]:first-child pre{margin-top:0!important}.code-demo-codes>div[class*=language-].language-json{display:none}.code-demo-codes>div[class*=language-].line-numbers-mode:after{border-radius:0}.code-demo-codes>div[class*=language-] button.copy{right:0;bottom:0;width:28px;height:28px;border-radius:50% 10% 0}.code-demo-codes>div[class*=language-] button.copy svg{position:relative;top:1px;left:1px}.echarts-title{margin:.5rem auto;font-weight:600;font-size:18px;text-align:center}.echarts-loading-wrapper{display:flex;align-items:center;justify-content:center}.echarts-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.echarts-wrapper{min-height:360px;padding:.6em .4em;text-align:center;transition:all 1s}@media (max-width: 719px){.echarts-wrapper{margin:0 -1rem;padding:.6em 0}}.flowchart-loading-wrapper{display:flex;align-items:center;justify-content:center}.flowchart-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.flowchart-wrapper{overflow-x:auto;padding:.6em .4em;text-align:center;transition:all 1s}@media (max-width: 719px){.flowchart-wrapper{margin:0 -1.5rem;padding:.6em 0}}.flowchart-wrapper.vue .start-element,.flowchart-wrapper.vue .end-element,.flowchart-wrapper.vue .operation-element,.flowchart-wrapper.vue .parallel-element{rx:5px;ry:5px}.footnote-item{margin-top:calc(0rem - var(--navbar-height));padding-top:calc(var(--navbar-height) + .5rem)}.footnote-item>p{margin-bottom:0}.footnote-ref{position:relative}.footnote-anchor{position:absolute;top:calc(-.5rem - var(--navbar-height))}html[data-theme=light] img[data-mode=darkmode-only],html[data-theme=dark] img[data-mode=lightmode-only]{display:none!important}.theme-hope-content figure{display:flex;flex-direction:column;text-align:center}.theme-hope-content figure img{overflow:hidden;margin:0 auto;border-radius:8px}.theme-hope-content figure figcaption{display:inline-block;margin:6px auto;font-size:.8rem}.mermaid-wrapper{overflow-x:auto;padding:.6em .4em;text-align:center;transition:all 1s}@media (max-width: 419px){.mermaid-wrapper{margin:0 -1.5rem;padding:.6em 0}}.mermaid-wrapper.loading{display:flex;align-items:center;justify-content:center}.mermaid-wrapper.loading svg{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}.mermaid-wrapper .node rect,.mermaid-wrapper .clusters rect,.mermaid-wrapper rect.note,.mermaid-wrapper .actor{rx:8;ry:8}/*!
* reveal.js 4.4.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2022 Hakim El Hattab, https://hakim.se
*/.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.stretch code{height:100%;max-height:100%;box-sizing:border-box}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-width:0;min-height:0;-o-object-fit:contain;object-fit:contain}.reveal .r-vstack{flex-direction:column;align-items:center;justify-content:center}.reveal .r-hstack{flex-direction:row;align-items:center;justify-content:center}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100%;height:100vh;height:calc(var(--vh,1vh) * 100);overflow:hidden}.reveal-viewport{height:100%;overflow:hidden;position:relative;line-height:1;margin:0;background-color:#fff;color:#000}.reveal-viewport:-webkit-full-screen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal-viewport:fullscreen{top:0!important;left:0!important;width:100%!important;height:100%!important;transform:none!important}.reveal .slides section .fragment{opacity:0;visibility:hidden;transition:all .2s ease;will-change:opacity}.reveal .slides section .fragment.visible{opacity:1;visibility:inherit}.reveal .slides section .fragment.disabled{transition:none}.reveal .slides section .fragment.grow{opacity:1;visibility:inherit}.reveal .slides section .fragment.grow.visible{transform:scale(1.3)}.reveal .slides section .fragment.shrink{opacity:1;visibility:inherit}.reveal .slides section .fragment.shrink.visible{transform:scale(.7)}.reveal .slides section .fragment.zoom-in{transform:scale(.1)}.reveal .slides section .fragment.zoom-in.visible{transform:none}.reveal .slides section .fragment.fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .slides section .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.strike{opacity:1;visibility:inherit}.reveal .slides section .fragment.strike.visible{text-decoration:line-through}.reveal .slides section .fragment.fade-up{transform:translateY(40px)}.reveal .slides section .fragment.fade-up.visible{transform:translate(0)}.reveal .slides section .fragment.fade-down{transform:translateY(-40px)}.reveal .slides section .fragment.fade-down.visible{transform:translate(0)}.reveal .slides section .fragment.fade-right{transform:translate(-40px)}.reveal .slides section .fragment.fade-right.visible{transform:translate(0)}.reveal .slides section .fragment.fade-left{transform:translate(40px)}.reveal .slides section .fragment.fade-left.visible{transform:translate(0)}.reveal .slides section .fragment.current-visible,.reveal .slides section .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.current-visible.current-fragment,.reveal .slides section .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-blue,.reveal .slides section .fragment.highlight-current-blue,.reveal .slides section .fragment.highlight-current-green,.reveal .slides section .fragment.highlight-current-red,.reveal .slides section .fragment.highlight-green,.reveal .slides section .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-red.visible{color:#ff2c2d}.reveal .slides section .fragment.highlight-green.visible{color:#17ff2e}.reveal .slides section .fragment.highlight-blue.visible{color:#1b91ff}.reveal .slides section .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .slides section .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .slides section .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{display:none;position:absolute;top:auto;bottom:12px;right:12px;left:auto;z-index:11;color:#000;pointer-events:none;font-size:10px}.reveal .controls button{position:absolute;padding:0;background-color:transparent;border:0;outline:0;cursor:pointer;color:currentColor;transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;z-index:2;pointer-events:auto;font-size:inherit;visibility:hidden;opacity:0;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{content:"";position:absolute;top:0;left:0;width:2.6em;height:.5em;border-radius:.25em;background-color:currentColor;transition:all .15s ease,background-color .8s ease;transform-origin:.2em 50%;will-change:transform}.reveal .controls .controls-arrow{position:relative;width:3.6em;height:3.6em}.reveal .controls .controls-arrow:before{transform:translate(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translate(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translate(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translate(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{right:6.4em;bottom:3.2em;transform:translate(-10px)}.reveal .controls .navigate-left.highlight{animation:bounce-left 2s 50 both ease-out}.reveal .controls .navigate-right{right:0;bottom:3.2em;transform:translate(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:bounce-right 2s 50 both ease-out}.reveal .controls .navigate-up{right:3.2em;bottom:6.4em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{right:3.2em;bottom:-1.4em;padding-bottom:1.4em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:bounce-down 2s 50 both ease-out}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{right:1.4em;bottom:5em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{right:1.4em;bottom:.5em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translate(.5em) translateY(1.55em) rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translate(.5em) translateY(1.55em) rotate(-45deg)}@media screen and (min-width:500px){.reveal .controls[data-controls-layout=edges]{top:0;right:0;bottom:0;left:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:.8em;left:50%;margin-left:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:-.3em;left:50%;margin-left:-1.8em}}.reveal .progress{position:absolute;display:none;height:3px;width:100%;bottom:0;left:0;z-index:10;background-color:#0003;color:#fff}.reveal .progress:after{content:"";display:block;position:absolute;height:10px;width:100%;top:-10px}.reveal .progress span{display:block;height:100%;width:100%;background-color:currentColor;transition:transform .8s cubic-bezier(.26,.86,.44,.985);transform-origin:0 0;transform:scaleX(0)}.reveal .slide-number{position:absolute;display:block;right:8px;bottom:8px;z-index:31;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;color:#fff;background-color:#0006;padding:5px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pinch-zoom}.reveal.embedded{touch-action:pan-y}.reveal .slides{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;pointer-events:none;overflow:visible;z-index:1;text-align:center;perspective:600px;perspective-origin:50% 40%}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;position:absolute;width:100%;pointer-events:auto;z-index:10;transform-style:flat;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985)}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{padding-top:0;padding-bottom:0;pointer-events:none;height:100%}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;z-index:11;opacity:1}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.future,.reveal .slides>section.future>section,.reveal .slides>section.past,.reveal .slides>section.past>section,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translate3d(0,-80%,0) rotateX(-70deg) translate3d(0,-80%,0)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translate3d(0,80%,0) rotateX(70deg) translate3d(0,80%,0)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{padding:30px;min-height:700px;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);border-radius:4px;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;transform:translateZ(-90px) rotateX(65deg)}.reveal.cube .slides>section.stack{padding:0;background:0 0}.reveal.cube .slides>section.past{transform-origin:100% 0;transform:translate3d(-100%,0,0) rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate3d(100%,0,0) rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translate3d(0,-100%,0) rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translate3d(0,100%,0) rotateX(-90deg)}.reveal.page .slides{perspective-origin:0 50%;perspective:3000px}.reveal.page .slides section{padding:30px;min-height:700px;box-sizing:border-box;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px #0003;-webkit-transform:translateZ(-90px) rotateX(65deg)}.reveal.page .slides>section.stack{padding:0;background:0 0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate3d(-40%,0,0) rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100% 0;transform:translateZ(0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translate3d(0,-40%,0) rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translateZ(0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transform:none;transition:none}.reveal .pause-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;z-index:100;transition:all 1s ease}.reveal .pause-overlay .resume-button{position:absolute;bottom:20px;right:20px;color:#ccc;border-radius:2px;padding:6px 14px;border:2px solid #ccc;font-size:16px;background:0 0;cursor:pointer}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{position:absolute;width:100%;height:100%;top:0;left:0;perspective:600px}.reveal .slide-background{display:none;position:absolute;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;background-color:#0000;transition:all .8s cubic-bezier(.26,.86,.44,.985)}.reveal .slide-background-content{position:absolute;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{position:absolute;width:100%;height:100%;max-width:none;max-height:none;top:0;left:0;-o-object-fit:cover;object-fit:cover}.reveal .slide-background[data-background-size=contain] video{-o-object-fit:contain;object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(-90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(-90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50% 50%;perspective:700px}.reveal.overview .slides{-moz-transform-style:preserve-3d}.reveal.overview .slides section{height:100%;top:0!important;opacity:1!important;overflow:hidden;visibility:visible!important;cursor:pointer;box-sizing:border-box}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid rgba(150,150,150,.4);outline-offset:10px}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{padding:0;top:0!important;background:0 0;outline:0;overflow:visible}.reveal.overview .backgrounds{perspective:inherit;-moz-transform-style:preserve-3d}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline:10px solid rgba(150,150,150,.1);outline-offset:10px}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .slides section{transition:none}.reveal.overview .backgrounds .slide-background,.reveal.overview-deactivating .backgrounds .slide-background{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl code,.reveal.rtl pre{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s ease}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}.reveal>.overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(0,0,0,.9);transition:all .3s ease}.reveal>.overlay .spinner{position:absolute;display:block;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;z-index:10;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);visibility:visible;opacity:.6;transition:all .3s ease}.reveal>.overlay header{position:absolute;left:0;top:0;width:100%;padding:5px;z-index:2;box-sizing:border-box}.reveal>.overlay header a{display:inline-block;width:40px;height:40px;line-height:36px;padding:0 10px;float:right;opacity:.6;box-sizing:border-box}.reveal>.overlay header a:hover{opacity:1}.reveal>.overlay header a .icon{display:inline-block;width:20px;height:20px;background-position:50% 50%;background-size:100%;background-repeat:no-repeat}.reveal>.overlay header a.close .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)}.reveal>.overlay header a.external .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)}.reveal>.overlay .viewport{position:absolute;display:flex;top:50px;right:0;bottom:0;left:0}.reveal>.overlay.overlay-preview .viewport iframe{width:100%;height:100%;max-width:100%;max-height:100%;border:0;opacity:0;visibility:hidden;transition:all .3s ease}.reveal>.overlay.overlay-preview.loaded .viewport iframe{opacity:1;visibility:visible}.reveal>.overlay.overlay-preview.loaded .viewport-inner{position:absolute;z-index:-1;left:0;top:45%;width:100%;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.reveal>.overlay.overlay-preview.loaded .x-frame-error{opacity:1}.reveal>.overlay.overlay-preview.loaded .spinner{opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.overlay.overlay-help .viewport{overflow:auto;color:#fff}.reveal>.overlay.overlay-help .viewport .viewport-inner{width:600px;margin:auto;padding:20px 20px 80px;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-help .viewport .viewport-inner .title{font-size:20px}.reveal>.overlay.overlay-help .viewport .viewport-inner table{border:1px solid #fff;border-collapse:collapse;font-size:16px}.reveal>.overlay.overlay-help .viewport .viewport-inner table td,.reveal>.overlay.overlay-help .viewport .viewport-inner table th{width:200px;padding:14px;border:1px solid #fff;vertical-align:middle}.reveal>.overlay.overlay-help .viewport .viewport-inner table th{padding-top:20px;padding-bottom:20px}.reveal .playback{position:absolute;left:15px;bottom:20px;z-index:30;cursor:pointer;transition:all .4s ease;-webkit-tap-highlight-color:transparent}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{padding:0;border:0}.reveal .hljs-ln-numbers{opacity:.6;padding-right:.75em;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs:not(:first-child).fragment{position:absolute;top:0;left:0;width:100%;box-sizing:border-box}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;overflow:hidden;vertical-align:top;perspective:400px;perspective-origin:50% 50%}.reveal .roll:hover{background:0 0;text-shadow:none}.reveal .roll span{display:block;position:relative;padding:0 2px;pointer-events:none;transition:all .4s ease;transform-origin:50% 0;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.reveal .roll:hover span{background:rgba(0,0,0,.5);transform:translateZ(-45px) rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);display:block;position:absolute;left:0;top:0;padding:0 2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:50% 0;transform:translate3d(0,110%,0) rotateX(-90deg)}.reveal aside.notes{display:none}.reveal .speaker-notes{display:none;position:absolute;width:33.3333333333%;height:100%;top:0;left:100%;padding:14px 18px;z-index:1;font-size:18px;line-height:1.4;border:1px solid rgba(0,0,0,.05);color:#222;background-color:#f5f5f5;overflow:auto;box-sizing:border-box;text-align:left;font-family:Helvetica,sans-serif;-webkit-overflow-scrolling:touch}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:0}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70%;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{top:100%;left:0;width:100%;height:30vh;border:0}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{top:100%;height:40vh}.reveal .speaker-notes{font-size:14px}}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after{visibility:hidden}html.print-pdf *{-webkit-print-color-adjust:exact}html.print-pdf{width:100%;height:100%;overflow:visible}html.print-pdf body{margin:0 auto!important;border:0;padding:0;float:none!important;overflow:visible}html.print-pdf .nestedarrow,html.print-pdf .reveal .controls,html.print-pdf .reveal .playback,html.print-pdf .reveal .progress,html.print-pdf .reveal.overview,html.print-pdf .state-background{display:none!important}html.print-pdf .reveal pre code{overflow:hidden!important;font-family:Courier,Courier New,monospace!important}html.print-pdf .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.print-pdf .reveal .slides{position:static;width:100%!important;height:auto!important;zoom:1!important;pointer-events:initial;left:auto;top:auto;margin:0!important;padding:0!important;overflow:visible;display:block;perspective:none;perspective-origin:50% 50%}html.print-pdf .reveal .slides .pdf-page{position:relative;overflow:hidden;z-index:1;page-break-after:always}html.print-pdf .reveal .slides section{visibility:visible!important;display:block!important;position:absolute!important;margin:0!important;padding:0!important;box-sizing:border-box!important;min-height:1px;opacity:1!important;transform-style:flat!important;transform:none!important}html.print-pdf .reveal section.stack{position:relative!important;margin:0!important;padding:0!important;page-break-after:avoid!important;height:auto!important;min-height:auto!important}html.print-pdf .reveal img{box-shadow:none}html.print-pdf .reveal .backgrounds{display:none}html.print-pdf .reveal .slide-background{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:auto!important}html.print-pdf .reveal.show-notes{max-width:none;max-height:none}html.print-pdf .reveal .speaker-notes-pdf{display:block;width:100%;height:auto;max-height:none;top:auto;right:auto;bottom:auto;left:auto;z-index:100}html.print-pdf .reveal .speaker-notes-pdf[data-layout=separate-page]{position:relative;color:inherit;background-color:transparent;padding:20px;page-break-after:always;border:0}html.print-pdf .reveal .slide-number-pdf{display:block;position:absolute;font-size:14px}html.print-pdf .aria-status{display:none}@media print{html:not(.print-pdf){background:#fff;width:auto;height:auto;overflow:visible}html:not(.print-pdf) body{background:#fff;font-size:20pt;width:auto;height:auto;border:0;margin:0 5%;padding:0;overflow:visible;float:none!important}html:not(.print-pdf) .controls,html:not(.print-pdf) .fork-reveal,html:not(.print-pdf) .nestedarrow,html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .share-reveal,html:not(.print-pdf) .state-background{display:none!important}html:not(.print-pdf) body,html:not(.print-pdf) li,html:not(.print-pdf) p,html:not(.print-pdf) td{font-size:20pt!important;color:#000}html:not(.print-pdf) h1,html:not(.print-pdf) h2,html:not(.print-pdf) h3,html:not(.print-pdf) h4,html:not(.print-pdf) h5,html:not(.print-pdf) h6{color:#000!important;height:auto;line-height:normal;text-align:left;letter-spacing:normal}html:not(.print-pdf) h1{font-size:28pt!important}html:not(.print-pdf) h2{font-size:24pt!important}html:not(.print-pdf) h3{font-size:22pt!important}html:not(.print-pdf) h4{font-size:22pt!important;font-variant:small-caps}html:not(.print-pdf) h5{font-size:21pt!important}html:not(.print-pdf) h6{font-size:20pt!important;font-style:italic}html:not(.print-pdf) a:link,html:not(.print-pdf) a:visited{color:#000!important;font-weight:700;text-decoration:underline}html:not(.print-pdf) div,html:not(.print-pdf) ol,html:not(.print-pdf) p,html:not(.print-pdf) ul{visibility:visible;position:static;width:auto;height:auto;display:block;overflow:visible;margin:0;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{position:static!important;width:auto!important;height:auto!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:0!important;zoom:1!important;transform:none!important;overflow:visible!important;display:block!important;text-align:left!important;perspective:none;perspective-origin:50% 50%}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;position:static!important;width:auto!important;height:auto!important;display:block!important;overflow:visible!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:60px 20px!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;transform:none!important;transition:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal .r-fit-text{white-space:normal!important}html:not(.print-pdf) .reveal section img{display:block;margin:15px 0;background:#fff;border:1px solid #666;box-shadow:none}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{max-height:100%;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}}.reveal[data-theme=auto] .hljs-comment,.reveal[data-theme=auto] .hljs-quote,.reveal[data-theme=white] .hljs-comment,.reveal[data-theme=white] .hljs-quote,.reveal[data-theme=beige] .hljs-comment,.reveal[data-theme=beige] .hljs-quote,.reveal[data-theme=sky] .hljs-comment,.reveal[data-theme=sky] .hljs-quote,.reveal[data-theme=serif] .hljs-comment,.reveal[data-theme=serif] .hljs-quote,.reveal[data-theme=simple] .hljs-comment,.reveal[data-theme=simple] .hljs-quote,.reveal[data-theme=solarized] .hljs-comment,.reveal[data-theme=solarized] .hljs-quote{color:#8e908c}.reveal[data-theme=auto] .hljs-deletion,.reveal[data-theme=auto] .hljs-name,.reveal[data-theme=auto] .hljs-regexp,.reveal[data-theme=auto] .hljs-selector-class,.reveal[data-theme=auto] .hljs-selector-id,.reveal[data-theme=auto] .hljs-tag,.reveal[data-theme=auto] .hljs-template-variable,.reveal[data-theme=auto] .hljs-variable,.reveal[data-theme=white] .hljs-deletion,.reveal[data-theme=white] .hljs-name,.reveal[data-theme=white] .hljs-regexp,.reveal[data-theme=white] .hljs-selector-class,.reveal[data-theme=white] .hljs-selector-id,.reveal[data-theme=white] .hljs-tag,.reveal[data-theme=white] .hljs-template-variable,.reveal[data-theme=white] .hljs-variable,.reveal[data-theme=beige] .hljs-deletion,.reveal[data-theme=beige] .hljs-name,.reveal[data-theme=beige] .hljs-regexp,.reveal[data-theme=beige] .hljs-selector-class,.reveal[data-theme=beige] .hljs-selector-id,.reveal[data-theme=beige] .hljs-tag,.reveal[data-theme=beige] .hljs-template-variable,.reveal[data-theme=beige] .hljs-variable,.reveal[data-theme=sky] .hljs-deletion,.reveal[data-theme=sky] .hljs-name,.reveal[data-theme=sky] .hljs-regexp,.reveal[data-theme=sky] .hljs-selector-class,.reveal[data-theme=sky] .hljs-selector-id,.reveal[data-theme=sky] .hljs-tag,.reveal[data-theme=sky] .hljs-template-variable,.reveal[data-theme=sky] .hljs-variable,.reveal[data-theme=serif] .hljs-deletion,.reveal[data-theme=serif] .hljs-name,.reveal[data-theme=serif] .hljs-regexp,.reveal[data-theme=serif] .hljs-selector-class,.reveal[data-theme=serif] .hljs-selector-id,.reveal[data-theme=serif] .hljs-tag,.reveal[data-theme=serif] .hljs-template-variable,.reveal[data-theme=serif] .hljs-variable,.reveal[data-theme=simple] .hljs-deletion,.reveal[data-theme=simple] .hljs-name,.reveal[data-theme=simple] .hljs-regexp,.reveal[data-theme=simple] .hljs-selector-class,.reveal[data-theme=simple] .hljs-selector-id,.reveal[data-theme=simple] .hljs-tag,.reveal[data-theme=simple] .hljs-template-variable,.reveal[data-theme=simple] .hljs-variable,.reveal[data-theme=solarized] .hljs-deletion,.reveal[data-theme=solarized] .hljs-name,.reveal[data-theme=solarized] .hljs-regexp,.reveal[data-theme=solarized] .hljs-selector-class,.reveal[data-theme=solarized] .hljs-selector-id,.reveal[data-theme=solarized] .hljs-tag,.reveal[data-theme=solarized] .hljs-template-variable,.reveal[data-theme=solarized] .hljs-variable{color:#c82829}.reveal[data-theme=auto] .hljs-built_in,.reveal[data-theme=auto] .hljs-builtin-name,.reveal[data-theme=auto] .hljs-link,.reveal[data-theme=auto] .hljs-literal,.reveal[data-theme=auto] .hljs-meta,.reveal[data-theme=auto] .hljs-number,.reveal[data-theme=auto] .hljs-params,.reveal[data-theme=auto] .hljs-type,.reveal[data-theme=white] .hljs-built_in,.reveal[data-theme=white] .hljs-builtin-name,.reveal[data-theme=white] .hljs-link,.reveal[data-theme=white] .hljs-literal,.reveal[data-theme=white] .hljs-meta,.reveal[data-theme=white] .hljs-number,.reveal[data-theme=white] .hljs-params,.reveal[data-theme=white] .hljs-type,.reveal[data-theme=beige] .hljs-built_in,.reveal[data-theme=beige] .hljs-builtin-name,.reveal[data-theme=beige] .hljs-link,.reveal[data-theme=beige] .hljs-literal,.reveal[data-theme=beige] .hljs-meta,.reveal[data-theme=beige] .hljs-number,.reveal[data-theme=beige] .hljs-params,.reveal[data-theme=beige] .hljs-type,.reveal[data-theme=sky] .hljs-built_in,.reveal[data-theme=sky] .hljs-builtin-name,.reveal[data-theme=sky] .hljs-link,.reveal[data-theme=sky] .hljs-literal,.reveal[data-theme=sky] .hljs-meta,.reveal[data-theme=sky] .hljs-number,.reveal[data-theme=sky] .hljs-params,.reveal[data-theme=sky] .hljs-type,.reveal[data-theme=serif] .hljs-built_in,.reveal[data-theme=serif] .hljs-builtin-name,.reveal[data-theme=serif] .hljs-link,.reveal[data-theme=serif] .hljs-literal,.reveal[data-theme=serif] .hljs-meta,.reveal[data-theme=serif] .hljs-number,.reveal[data-theme=serif] .hljs-params,.reveal[data-theme=serif] .hljs-type,.reveal[data-theme=simple] .hljs-built_in,.reveal[data-theme=simple] .hljs-builtin-name,.reveal[data-theme=simple] .hljs-link,.reveal[data-theme=simple] .hljs-literal,.reveal[data-theme=simple] .hljs-meta,.reveal[data-theme=simple] .hljs-number,.reveal[data-theme=simple] .hljs-params,.reveal[data-theme=simple] .hljs-type,.reveal[data-theme=solarized] .hljs-built_in,.reveal[data-theme=solarized] .hljs-builtin-name,.reveal[data-theme=solarized] .hljs-link,.reveal[data-theme=solarized] .hljs-literal,.reveal[data-theme=solarized] .hljs-meta,.reveal[data-theme=solarized] .hljs-number,.reveal[data-theme=solarized] .hljs-params,.reveal[data-theme=solarized] .hljs-type{color:#f5871f}.reveal[data-theme=auto] .hljs-attribute,.reveal[data-theme=white] .hljs-attribute,.reveal[data-theme=beige] .hljs-attribute,.reveal[data-theme=sky] .hljs-attribute,.reveal[data-theme=serif] .hljs-attribute,.reveal[data-theme=simple] .hljs-attribute,.reveal[data-theme=solarized] .hljs-attribute{color:#eab700}.reveal[data-theme=auto] .hljs-addition,.reveal[data-theme=auto] .hljs-bullet,.reveal[data-theme=auto] .hljs-string,.reveal[data-theme=auto] .hljs-symbol,.reveal[data-theme=white] .hljs-addition,.reveal[data-theme=white] .hljs-bullet,.reveal[data-theme=white] .hljs-string,.reveal[data-theme=white] .hljs-symbol,.reveal[data-theme=beige] .hljs-addition,.reveal[data-theme=beige] .hljs-bullet,.reveal[data-theme=beige] .hljs-string,.reveal[data-theme=beige] .hljs-symbol,.reveal[data-theme=sky] .hljs-addition,.reveal[data-theme=sky] .hljs-bullet,.reveal[data-theme=sky] .hljs-string,.reveal[data-theme=sky] .hljs-symbol,.reveal[data-theme=serif] .hljs-addition,.reveal[data-theme=serif] .hljs-bullet,.reveal[data-theme=serif] .hljs-string,.reveal[data-theme=serif] .hljs-symbol,.reveal[data-theme=simple] .hljs-addition,.reveal[data-theme=simple] .hljs-bullet,.reveal[data-theme=simple] .hljs-string,.reveal[data-theme=simple] .hljs-symbol,.reveal[data-theme=solarized] .hljs-addition,.reveal[data-theme=solarized] .hljs-bullet,.reveal[data-theme=solarized] .hljs-string,.reveal[data-theme=solarized] .hljs-symbol{color:#718c00}.reveal[data-theme=auto] .hljs-section,.reveal[data-theme=auto] .hljs-title,.reveal[data-theme=white] .hljs-section,.reveal[data-theme=white] .hljs-title,.reveal[data-theme=beige] .hljs-section,.reveal[data-theme=beige] .hljs-title,.reveal[data-theme=sky] .hljs-section,.reveal[data-theme=sky] .hljs-title,.reveal[data-theme=serif] .hljs-section,.reveal[data-theme=serif] .hljs-title,.reveal[data-theme=simple] .hljs-section,.reveal[data-theme=simple] .hljs-title,.reveal[data-theme=solarized] .hljs-section,.reveal[data-theme=solarized] .hljs-title{color:#4271ae}.reveal[data-theme=auto] .hljs-keyword,.reveal[data-theme=auto] .hljs-selector-tag,.reveal[data-theme=white] .hljs-keyword,.reveal[data-theme=white] .hljs-selector-tag,.reveal[data-theme=beige] .hljs-keyword,.reveal[data-theme=beige] .hljs-selector-tag,.reveal[data-theme=sky] .hljs-keyword,.reveal[data-theme=sky] .hljs-selector-tag,.reveal[data-theme=serif] .hljs-keyword,.reveal[data-theme=serif] .hljs-selector-tag,.reveal[data-theme=simple] .hljs-keyword,.reveal[data-theme=simple] .hljs-selector-tag,.reveal[data-theme=solarized] .hljs-keyword,.reveal[data-theme=solarized] .hljs-selector-tag{color:#8959a8}.reveal[data-theme=auto] .hljs,.reveal[data-theme=white] .hljs,.reveal[data-theme=beige] .hljs,.reveal[data-theme=sky] .hljs,.reveal[data-theme=serif] .hljs,.reveal[data-theme=simple] .hljs,.reveal[data-theme=solarized] .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:#4d4d4c}.reveal[data-theme=auto] .hljs-emphasis,.reveal[data-theme=white] .hljs-emphasis,.reveal[data-theme=beige] .hljs-emphasis,.reveal[data-theme=sky] .hljs-emphasis,.reveal[data-theme=serif] .hljs-emphasis,.reveal[data-theme=simple] .hljs-emphasis,.reveal[data-theme=solarized] .hljs-emphasis{font-style:italic}.reveal[data-theme=auto] .hljs-strong,.reveal[data-theme=white] .hljs-strong,.reveal[data-theme=beige] .hljs-strong,.reveal[data-theme=sky] .hljs-strong,.reveal[data-theme=serif] .hljs-strong,.reveal[data-theme=simple] .hljs-strong,.reveal[data-theme=solarized] .hljs-strong{font-weight:700}html[data-theme=dark] .reveal[data-theme=auto] .hljs-comment,html[data-theme=dark] .reveal[data-theme=auto] .hljs-quote,html[data-theme=dark] .reveal[data-theme=black] .hljs-comment,html[data-theme=dark] .reveal[data-theme=black] .hljs-quote,html[data-theme=dark] .reveal[data-theme=league] .hljs-comment,html[data-theme=dark] .reveal[data-theme=league] .hljs-quote,html[data-theme=dark] .reveal[data-theme=night] .hljs-comment,html[data-theme=dark] .reveal[data-theme=night] .hljs-quote,html[data-theme=dark] .reveal[data-theme=blood] .hljs-comment,html[data-theme=dark] .reveal[data-theme=blood] .hljs-quote,html[data-theme=dark] .reveal[data-theme=moon] .hljs-comment,html[data-theme=dark] .reveal[data-theme=moon] .hljs-quote{color:#b6b18b}html[data-theme=dark] .reveal[data-theme=auto] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=auto] .hljs-name,html[data-theme=dark] .reveal[data-theme=auto] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=auto] .hljs-tag,html[data-theme=dark] .reveal[data-theme=auto] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=auto] .hljs-variable,html[data-theme=dark] .reveal[data-theme=black] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=black] .hljs-name,html[data-theme=dark] .reveal[data-theme=black] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=black] .hljs-tag,html[data-theme=dark] .reveal[data-theme=black] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=black] .hljs-variable,html[data-theme=dark] .reveal[data-theme=league] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=league] .hljs-name,html[data-theme=dark] .reveal[data-theme=league] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=league] .hljs-tag,html[data-theme=dark] .reveal[data-theme=league] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=league] .hljs-variable,html[data-theme=dark] .reveal[data-theme=night] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=night] .hljs-name,html[data-theme=dark] .reveal[data-theme=night] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=night] .hljs-tag,html[data-theme=dark] .reveal[data-theme=night] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=night] .hljs-variable,html[data-theme=dark] .reveal[data-theme=blood] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=blood] .hljs-name,html[data-theme=dark] .reveal[data-theme=blood] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=blood] .hljs-tag,html[data-theme=dark] .reveal[data-theme=blood] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=blood] .hljs-variable,html[data-theme=dark] .reveal[data-theme=moon] .hljs-deletion,html[data-theme=dark] .reveal[data-theme=moon] .hljs-name,html[data-theme=dark] .reveal[data-theme=moon] .hljs-regexp,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-class,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-id,html[data-theme=dark] .reveal[data-theme=moon] .hljs-tag,html[data-theme=dark] .reveal[data-theme=moon] .hljs-template-variable,html[data-theme=dark] .reveal[data-theme=moon] .hljs-variable{color:#eb3c54}html[data-theme=dark] .reveal[data-theme=auto] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=auto] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=auto] .hljs-link,html[data-theme=dark] .reveal[data-theme=auto] .hljs-literal,html[data-theme=dark] .reveal[data-theme=auto] .hljs-meta,html[data-theme=dark] .reveal[data-theme=auto] .hljs-number,html[data-theme=dark] .reveal[data-theme=auto] .hljs-params,html[data-theme=dark] .reveal[data-theme=auto] .hljs-type,html[data-theme=dark] .reveal[data-theme=black] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=black] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=black] .hljs-link,html[data-theme=dark] .reveal[data-theme=black] .hljs-literal,html[data-theme=dark] .reveal[data-theme=black] .hljs-meta,html[data-theme=dark] .reveal[data-theme=black] .hljs-number,html[data-theme=dark] .reveal[data-theme=black] .hljs-params,html[data-theme=dark] .reveal[data-theme=black] .hljs-type,html[data-theme=dark] .reveal[data-theme=league] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=league] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=league] .hljs-link,html[data-theme=dark] .reveal[data-theme=league] .hljs-literal,html[data-theme=dark] .reveal[data-theme=league] .hljs-meta,html[data-theme=dark] .reveal[data-theme=league] .hljs-number,html[data-theme=dark] .reveal[data-theme=league] .hljs-params,html[data-theme=dark] .reveal[data-theme=league] .hljs-type,html[data-theme=dark] .reveal[data-theme=night] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=night] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=night] .hljs-link,html[data-theme=dark] .reveal[data-theme=night] .hljs-literal,html[data-theme=dark] .reveal[data-theme=night] .hljs-meta,html[data-theme=dark] .reveal[data-theme=night] .hljs-number,html[data-theme=dark] .reveal[data-theme=night] .hljs-params,html[data-theme=dark] .reveal[data-theme=night] .hljs-type,html[data-theme=dark] .reveal[data-theme=blood] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=blood] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=blood] .hljs-link,html[data-theme=dark] .reveal[data-theme=blood] .hljs-literal,html[data-theme=dark] .reveal[data-theme=blood] .hljs-meta,html[data-theme=dark] .reveal[data-theme=blood] .hljs-number,html[data-theme=dark] .reveal[data-theme=blood] .hljs-params,html[data-theme=dark] .reveal[data-theme=blood] .hljs-type,html[data-theme=dark] .reveal[data-theme=moon] .hljs-built_in,html[data-theme=dark] .reveal[data-theme=moon] .hljs-builtin-name,html[data-theme=dark] .reveal[data-theme=moon] .hljs-link,html[data-theme=dark] .reveal[data-theme=moon] .hljs-literal,html[data-theme=dark] .reveal[data-theme=moon] .hljs-meta,html[data-theme=dark] .reveal[data-theme=moon] .hljs-number,html[data-theme=dark] .reveal[data-theme=moon] .hljs-params,html[data-theme=dark] .reveal[data-theme=moon] .hljs-type{color:#e7ce56}html[data-theme=dark] .reveal[data-theme=auto] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=black] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=league] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=night] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=blood] .hljs-attribute,html[data-theme=dark] .reveal[data-theme=moon] .hljs-attribute{color:#ee7c2b}html[data-theme=dark] .reveal[data-theme=auto] .hljs-addition,html[data-theme=dark] .reveal[data-theme=auto] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=auto] .hljs-string,html[data-theme=dark] .reveal[data-theme=auto] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=black] .hljs-addition,html[data-theme=dark] .reveal[data-theme=black] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=black] .hljs-string,html[data-theme=dark] .reveal[data-theme=black] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=league] .hljs-addition,html[data-theme=dark] .reveal[data-theme=league] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=league] .hljs-string,html[data-theme=dark] .reveal[data-theme=league] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=night] .hljs-addition,html[data-theme=dark] .reveal[data-theme=night] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=night] .hljs-string,html[data-theme=dark] .reveal[data-theme=night] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=blood] .hljs-addition,html[data-theme=dark] .reveal[data-theme=blood] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=blood] .hljs-string,html[data-theme=dark] .reveal[data-theme=blood] .hljs-symbol,html[data-theme=dark] .reveal[data-theme=moon] .hljs-addition,html[data-theme=dark] .reveal[data-theme=moon] .hljs-bullet,html[data-theme=dark] .reveal[data-theme=moon] .hljs-string,html[data-theme=dark] .reveal[data-theme=moon] .hljs-symbol{color:#4fb4d7}html[data-theme=dark] .reveal[data-theme=auto] .hljs-section,html[data-theme=dark] .reveal[data-theme=auto] .hljs-title,html[data-theme=dark] .reveal[data-theme=black] .hljs-section,html[data-theme=dark] .reveal[data-theme=black] .hljs-title,html[data-theme=dark] .reveal[data-theme=league] .hljs-section,html[data-theme=dark] .reveal[data-theme=league] .hljs-title,html[data-theme=dark] .reveal[data-theme=night] .hljs-section,html[data-theme=dark] .reveal[data-theme=night] .hljs-title,html[data-theme=dark] .reveal[data-theme=blood] .hljs-section,html[data-theme=dark] .reveal[data-theme=blood] .hljs-title,html[data-theme=dark] .reveal[data-theme=moon] .hljs-section,html[data-theme=dark] .reveal[data-theme=moon] .hljs-title{color:#78bb65}html[data-theme=dark] .reveal[data-theme=auto] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=auto] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=black] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=black] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=league] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=league] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=night] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=night] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=blood] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=blood] .hljs-selector-tag,html[data-theme=dark] .reveal[data-theme=moon] .hljs-keyword,html[data-theme=dark] .reveal[data-theme=moon] .hljs-selector-tag{color:#b45ea4}html[data-theme=dark] .reveal[data-theme=auto] .hljs,html[data-theme=dark] .reveal[data-theme=black] .hljs,html[data-theme=dark] .reveal[data-theme=league] .hljs,html[data-theme=dark] .reveal[data-theme=night] .hljs,html[data-theme=dark] .reveal[data-theme=blood] .hljs,html[data-theme=dark] .reveal[data-theme=moon] .hljs{display:block;overflow-x:auto;padding:.5em;background:#1c1d21;color:#c0c5ce}html[data-theme=dark] .reveal[data-theme=auto] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=black] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=league] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=night] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=blood] .hljs-emphasis,html[data-theme=dark] .reveal[data-theme=moon] .hljs-emphasis{font-style:italic}html[data-theme=dark] .reveal[data-theme=auto] .hljs-strong,html[data-theme=dark] .reveal[data-theme=black] .hljs-strong,html[data-theme=dark] .reveal[data-theme=league] .hljs-strong,html[data-theme=dark] .reveal[data-theme=night] .hljs-strong,html[data-theme=dark] .reveal[data-theme=blood] .hljs-strong,html[data-theme=dark] .reveal[data-theme=moon] .hljs-strong{font-weight:700}.reveal pre{background:transparent}@font-face{font-weight:400;font-style:italic;font-family:Lato;src:local("Lato Italic"),local("Lato-Italic"),url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:italic;font-family:Lato;src:local("Lato Italic"),local("Lato-Italic"),url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAXC-q.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:italic;font-family:Lato;src:local("Lato Bold Italic"),local("Lato-BoldItalic"),url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:italic;font-family:Lato;src:local("Lato Bold Italic"),local("Lato-BoldItalic"),url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:400;font-style:normal;font-family:Lato;src:local("Lato Regular"),local("Lato-Regular"),url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:normal;font-family:Lato;src:local("Lato Regular"),local("Lato-Regular"),url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:normal;font-family:Lato;src:local("Lato Bold"),local("Lato-Bold"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:Lato;src:local("Lato Bold"),local("Lato-Bold"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.reveal[data-theme=beige] section.has-dark-background,.reveal[data-theme=beige] section.has-dark-background h1,.reveal[data-theme=beige] section.has-dark-background h2,.reveal[data-theme=beige] section.has-dark-background h3,.reveal[data-theme=beige] section.has-dark-background h4,.reveal[data-theme=beige] section.has-dark-background h5,.reveal[data-theme=beige] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=beige]{background:rgb(247,242,211);background:radial-gradient(center,circle farthest-corner,rgb(255,255,255) 0%,rgb(247,242,211) 100%);background:#f7f3de}.reveal[data-theme=beige]{color:#333;font-weight:400;font-size:40px;font-family:Lato,sans-serif}@media print{.reveal[data-theme=beige] .backgrounds{background:#f7f3de}}.reveal[data-theme=beige] ::-moz-selection{background:rgba(79,64,28,.99);color:#fff;text-shadow:none}.reveal[data-theme=beige] ::selection{background:rgba(79,64,28,.99);color:#fff;text-shadow:none}.reveal[data-theme=beige] .slides section,.reveal[data-theme=beige] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=beige] h1,.reveal[data-theme=beige] h2,.reveal[data-theme=beige] h3,.reveal[data-theme=beige] h4,.reveal[data-theme=beige] h5,.reveal[data-theme=beige] h6{margin:0 0 20px;color:#333;font-weight:400;font-family:League Gothic,impact,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=beige] h1:last-child,.reveal[data-theme=beige] h2:last-child,.reveal[data-theme=beige] h3:last-child,.reveal[data-theme=beige] h4:last-child,.reveal[data-theme=beige] h5:last-child,.reveal[data-theme=beige] h6:last-child{margin-bottom:0}.reveal[data-theme=beige] h1{font-size:3.77em;text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=beige] h2{font-size:2.11em}.reveal[data-theme=beige] h3{font-size:1.55em}.reveal[data-theme=beige] h4{font-size:1em}.reveal[data-theme=beige] p{margin:20px 0;line-height:1.3}.reveal[data-theme=beige] img,.reveal[data-theme=beige] video,.reveal[data-theme=beige] iframe{max-width:95%;max-height:95%}.reveal[data-theme=beige] strong,.reveal[data-theme=beige] b{font-weight:700}.reveal[data-theme=beige] em{font-style:italic}.reveal[data-theme=beige] ol,.reveal[data-theme=beige] dl,.reveal[data-theme=beige] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=beige] ol{list-style-type:decimal}.reveal[data-theme=beige] ul{list-style-type:disc}.reveal[data-theme=beige] ul ul{list-style-type:square}.reveal[data-theme=beige] ul ul ul{list-style-type:circle}.reveal[data-theme=beige] ul ul,.reveal[data-theme=beige] ul ol,.reveal[data-theme=beige] ol ol,.reveal[data-theme=beige] ol ul{display:block;margin-left:40px}.reveal[data-theme=beige] dt{font-weight:700}.reveal[data-theme=beige] dd{margin-left:40px}.reveal[data-theme=beige] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=beige] blockquote p:first-child,.reveal[data-theme=beige] blockquote p:last-child{display:inline-block}.reveal[data-theme=beige] q{font-style:italic}.reveal[data-theme=beige] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=beige] code{font-family:monospace;text-transform:none}.reveal[data-theme=beige] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=beige] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=beige] th{font-weight:700}.reveal[data-theme=beige] th,.reveal[data-theme=beige] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=beige] th[align=center],.reveal[data-theme=beige] td[align=center]{text-align:center}.reveal[data-theme=beige] th[align=right],.reveal[data-theme=beige] td[align=right]{text-align:right}.reveal[data-theme=beige] tbody tr:last-child th,.reveal[data-theme=beige] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=beige] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=beige] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=beige] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=beige] small *{vertical-align:top}.reveal[data-theme=beige] img{margin:20px 0}.reveal[data-theme=beige] a{color:#8b743d;text-decoration:none;transition:color .15s ease}.reveal[data-theme=beige] a:hover{border:none;color:#b39753;text-shadow:none}.reveal[data-theme=beige] .roll span:after{background:#766334;color:#fff}.reveal[data-theme=beige] .r-frame{border:4px solid #333;box-shadow:0 0 10px #00000026}.reveal[data-theme=beige] a .r-frame{transition:all .15s linear}.reveal[data-theme=beige] a:hover .r-frame{border-color:#8b743d;box-shadow:0 0 20px #0000008c}.reveal[data-theme=beige] .controls{color:#8b743d}.reveal[data-theme=beige] .progress{background:rgba(0,0,0,.2);color:#8b743d}.reveal[data-theme=beige] table.hljs-ln{display:table;width:100%}.reveal[data-theme=beige] table.hljs-ln tr{border:none}.reveal[data-theme=beige] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=beige] table.hljs-ln td{border:none}.reveal[theme=black] section.has-light-background,.reveal[theme=black] section.has-light-background h1,.reveal[theme=black] section.has-light-background h2,.reveal[theme=black] section.has-light-background h3,.reveal[theme=black] section.has-light-background h4,.reveal[theme=black] section.has-light-background h5,.reveal[theme=black] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=black]{background:#191919}.reveal[data-theme=black]{color:#fff;font-weight:400;font-size:42px;font-family:Source Sans Pro,helvetica,sans-serif}@media print{.reveal[data-theme=black] .backgrounds{background:#191919}}.reveal[data-theme=black] ::-moz-selection{background:#71c3fb;color:#fff;text-shadow:none}.reveal[data-theme=black] ::selection{background:#71c3fb;color:#fff;text-shadow:none}.reveal[data-theme=black] .slides section,.reveal[data-theme=black] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=black] h1,.reveal[data-theme=black] h2,.reveal[data-theme=black] h3,.reveal[data-theme=black] h4,.reveal[data-theme=black] h5,.reveal[data-theme=black] h6{margin:0 0 20px;color:#fff;font-weight:600;font-family:Source Sans Pro,helvetica,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=black] h1:last-child,.reveal[data-theme=black] h2:last-child,.reveal[data-theme=black] h3:last-child,.reveal[data-theme=black] h4:last-child,.reveal[data-theme=black] h5:last-child,.reveal[data-theme=black] h6:last-child{margin-bottom:0}.reveal[data-theme=black] h1{font-size:2.5em;text-shadow:none}.reveal[data-theme=black] h2{font-size:1.6em}.reveal[data-theme=black] h3{font-size:1.3em}.reveal[data-theme=black] h4{font-size:1em}.reveal[data-theme=black] p{margin:20px 0;line-height:1.3}.reveal[data-theme=black] img,.reveal[data-theme=black] video,.reveal[data-theme=black] iframe{max-width:95%;max-height:95%}.reveal[data-theme=black] strong,.reveal[data-theme=black] b{font-weight:700}.reveal[data-theme=black] em{font-style:italic}.reveal[data-theme=black] ol,.reveal[data-theme=black] dl,.reveal[data-theme=black] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=black] ol{list-style-type:decimal}.reveal[data-theme=black] ul{list-style-type:disc}.reveal[data-theme=black] ul ul{list-style-type:square}.reveal[data-theme=black] ul ul ul{list-style-type:circle}.reveal[data-theme=black] ul ul,.reveal[data-theme=black] ul ol,.reveal[data-theme=black] ol ol,.reveal[data-theme=black] ol ul{display:block;margin-left:40px}.reveal[data-theme=black] dt{font-weight:700}.reveal[data-theme=black] dd{margin-left:40px}.reveal[data-theme=black] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=black] blockquote p:first-child,.reveal[data-theme=black] blockquote p:last-child{display:inline-block}.reveal[data-theme=black] q{font-style:italic}.reveal[data-theme=black] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=black] code{font-family:monospace;text-transform:none}.reveal[data-theme=black] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=black] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=black] th{font-weight:700}.reveal[data-theme=black] th,.reveal[data-theme=black] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=black] th[align=center],.reveal[data-theme=black] td[align=center]{text-align:center}.reveal[data-theme=black] th[align=right],.reveal[data-theme=black] td[align=right]{text-align:right}.reveal[data-theme=black] tbody tr:last-child th,.reveal[data-theme=black] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=black] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=black] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=black] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=black] small *{vertical-align:top}.reveal[data-theme=black] img{margin:20px 0}.reveal[data-theme=black] a{color:#42affa;text-decoration:none;transition:color .15s ease}.reveal[data-theme=black] a:hover{border:none;color:#5ebbfb;text-shadow:none}.reveal[data-theme=black] .roll span:after{background:#149bf9;color:#fff}.reveal[data-theme=black] .r-frame{border:4px solid #fff;box-shadow:0 0 10px #00000026}.reveal[data-theme=black] a .r-frame{transition:all .15s linear}.reveal[data-theme=black] a:hover .r-frame{border-color:#42affa;box-shadow:0 0 20px #0000008c}.reveal[data-theme=black] .controls{color:#42affa}.reveal[data-theme=black] .progress{background:rgba(0,0,0,.2);color:#42affa}.reveal[data-theme=black] table.hljs-ln{display:table;width:100%}.reveal[data-theme=black] table.hljs-ln tr{border:none}.reveal[data-theme=black] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=black] table.hljs-ln td{border:none}html[data-theme=dark] .reveal-viewport[data-theme=auto]{background:#191919}html[data-theme=dark] .reveal[data-theme=auto]{color:#fff;font-weight:400;font-size:42px;font-family:Source Sans Pro,helvetica,sans-serif}@media print{html[data-theme=dark] .reveal[data-theme=auto] .backgrounds{background:#191919}}html[data-theme=dark] .reveal[data-theme=auto] ::-moz-selection{background:#71c3fb;color:#fff;text-shadow:none}html[data-theme=dark] .reveal[data-theme=auto] ::selection{background:#71c3fb;color:#fff;text-shadow:none}html[data-theme=dark] .reveal[data-theme=auto] .slides section,html[data-theme=dark] .reveal[data-theme=auto] .slides section>section{font-weight:inherit;line-height:1.3}html[data-theme=dark] .reveal[data-theme=auto] h1,html[data-theme=dark] .reveal[data-theme=auto] h2,html[data-theme=dark] .reveal[data-theme=auto] h3,html[data-theme=dark] .reveal[data-theme=auto] h4,html[data-theme=dark] .reveal[data-theme=auto] h5,html[data-theme=dark] .reveal[data-theme=auto] h6{margin:0 0 20px;color:#fff;font-weight:600;font-family:Source Sans Pro,helvetica,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}html[data-theme=dark] .reveal[data-theme=auto] h1:last-child,html[data-theme=dark] .reveal[data-theme=auto] h2:last-child,html[data-theme=dark] .reveal[data-theme=auto] h3:last-child,html[data-theme=dark] .reveal[data-theme=auto] h4:last-child,html[data-theme=dark] .reveal[data-theme=auto] h5:last-child,html[data-theme=dark] .reveal[data-theme=auto] h6:last-child{margin-bottom:0}html[data-theme=dark] .reveal[data-theme=auto] h1{font-size:2.5em;text-shadow:none}html[data-theme=dark] .reveal[data-theme=auto] h2{font-size:1.6em}html[data-theme=dark] .reveal[data-theme=auto] h3{font-size:1.3em}html[data-theme=dark] .reveal[data-theme=auto] h4{font-size:1em}html[data-theme=dark] .reveal[data-theme=auto] p{margin:20px 0;line-height:1.3}html[data-theme=dark] .reveal[data-theme=auto] img,html[data-theme=dark] .reveal[data-theme=auto] video,html[data-theme=dark] .reveal[data-theme=auto] iframe{max-width:95%;max-height:95%}html[data-theme=dark] .reveal[data-theme=auto] strong,html[data-theme=dark] .reveal[data-theme=auto] b{font-weight:700}html[data-theme=dark] .reveal[data-theme=auto] em{font-style:italic}html[data-theme=dark] .reveal[data-theme=auto] ol,html[data-theme=dark] .reveal[data-theme=auto] dl,html[data-theme=dark] .reveal[data-theme=auto] ul{display:inline-block;margin:0 0 0 1em;text-align:left}html[data-theme=dark] .reveal[data-theme=auto] ol{list-style-type:decimal}html[data-theme=dark] .reveal[data-theme=auto] ul{list-style-type:disc}html[data-theme=dark] .reveal[data-theme=auto] ul ul{list-style-type:square}html[data-theme=dark] .reveal[data-theme=auto] ul ul ul{list-style-type:circle}html[data-theme=dark] .reveal[data-theme=auto] ul ul,html[data-theme=dark] .reveal[data-theme=auto] ul ol,html[data-theme=dark] .reveal[data-theme=auto] ol ol,html[data-theme=dark] .reveal[data-theme=auto] ol ul{display:block;margin-left:40px}html[data-theme=dark] .reveal[data-theme=auto] dt{font-weight:700}html[data-theme=dark] .reveal[data-theme=auto] dd{margin-left:40px}html[data-theme=dark] .reveal[data-theme=auto] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}html[data-theme=dark] .reveal[data-theme=auto] blockquote p:first-child,html[data-theme=dark] .reveal[data-theme=auto] blockquote p:last-child{display:inline-block}html[data-theme=dark] .reveal[data-theme=auto] q{font-style:italic}html[data-theme=dark] .reveal[data-theme=auto] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}html[data-theme=dark] .reveal[data-theme=auto] code{font-family:monospace;text-transform:none}html[data-theme=dark] .reveal[data-theme=auto] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}html[data-theme=dark] .reveal[data-theme=auto] table{margin:auto;border-spacing:0;border-collapse:collapse}html[data-theme=dark] .reveal[data-theme=auto] th{font-weight:700}html[data-theme=dark] .reveal[data-theme=auto] th,html[data-theme=dark] .reveal[data-theme=auto] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}html[data-theme=dark] .reveal[data-theme=auto] th[align=center],html[data-theme=dark] .reveal[data-theme=auto] td[align=center]{text-align:center}html[data-theme=dark] .reveal[data-theme=auto] th[align=right],html[data-theme=dark] .reveal[data-theme=auto] td[align=right]{text-align:right}html[data-theme=dark] .reveal[data-theme=auto] tbody tr:last-child th,html[data-theme=dark] .reveal[data-theme=auto] tbody tr:last-child td{border-bottom:none}html[data-theme=dark] .reveal[data-theme=auto] sup{vertical-align:super;font-size:smaller}html[data-theme=dark] .reveal[data-theme=auto] sub{vertical-align:sub;font-size:smaller}html[data-theme=dark] .reveal[data-theme=auto] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}html[data-theme=dark] .reveal[data-theme=auto] small *{vertical-align:top}html[data-theme=dark] .reveal[data-theme=auto] img{margin:20px 0}html[data-theme=dark] .reveal[data-theme=auto] a{color:#42affa;text-decoration:none;transition:color .15s ease}html[data-theme=dark] .reveal[data-theme=auto] a:hover{border:none;color:#5ebbfb;text-shadow:none}html[data-theme=dark] .reveal[data-theme=auto] .roll span:after{background:#149bf9;color:#fff}html[data-theme=dark] .reveal[data-theme=auto] .r-frame{border:4px solid #fff;box-shadow:0 0 10px #00000026}html[data-theme=dark] .reveal[data-theme=auto] a .r-frame{transition:all .15s linear}html[data-theme=dark] .reveal[data-theme=auto] a:hover .r-frame{border-color:#42affa;box-shadow:0 0 20px #0000008c}html[data-theme=dark] .reveal[data-theme=auto] .controls{color:#42affa}html[data-theme=dark] .reveal[data-theme=auto] .progress{background:rgba(0,0,0,.2);color:#42affa}html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln{display:table;width:100%}html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln tr{border:none}html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln tr:nth-child(2n){background:inherit!important}html[data-theme=dark] .reveal[data-theme=auto] table.hljs-ln td{border:none}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyCN4Ffgg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyLN4Ffgg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyDN4Ffgg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyMN4Ffgg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyBN4Ffgg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:300;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Light Italic"),local("Ubuntu-LightItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyPN4E.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyCN4Ffgg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyLN4Ffgg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyDN4Ffgg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyMN4Ffgg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyBN4Ffgg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:italic;font-family:Ubuntu;src:local("Ubuntu Bold Italic"),local("Ubuntu-BoldItalic"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyPN4E.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:300;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Light"),local("Ubuntu-Light"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:Ubuntu;src:local("Ubuntu Bold"),local("Ubuntu-Bold"),url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.reveal[data-theme=blood] section.has-light-background,.reveal[data-theme=blood] section.has-light-background h1,.reveal[data-theme=blood] section.has-light-background h2,.reveal[data-theme=blood] section.has-light-background h3,.reveal[data-theme=blood] section.has-light-background h4,.reveal[data-theme=blood] section.has-light-background h5,.reveal[data-theme=blood] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=blood]{background:#222}.reveal[data-theme=blood]{color:#eee;font-weight:400;font-size:40px;font-family:ubuntu,"sans-serif"}@media print{.reveal[data-theme=blood] .backgrounds{background:#222}}.reveal[data-theme=blood] ::-moz-selection{background:#a23;color:#fff;text-shadow:none}.reveal[data-theme=blood] ::selection{background:#a23;color:#fff;text-shadow:none}.reveal[data-theme=blood] .slides section,.reveal[data-theme=blood] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=blood] h1,.reveal[data-theme=blood] h2,.reveal[data-theme=blood] h3,.reveal[data-theme=blood] h4,.reveal[data-theme=blood] h5,.reveal[data-theme=blood] h6{margin:0 0 20px;color:#eee;font-weight:400;font-family:ubuntu,"sans-serif";line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:2px 2px 2px #222;word-wrap:break-word}.reveal[data-theme=blood] h1:last-child,.reveal[data-theme=blood] h2:last-child,.reveal[data-theme=blood] h3:last-child,.reveal[data-theme=blood] h4:last-child,.reveal[data-theme=blood] h5:last-child,.reveal[data-theme=blood] h6:last-child{margin-bottom:0}.reveal[data-theme=blood] h1{font-size:3.77em;text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=blood] h2{font-size:2.11em}.reveal[data-theme=blood] h3{font-size:1.55em}.reveal[data-theme=blood] h4{font-size:1em}.reveal[data-theme=blood] p{margin:20px 0;line-height:1.3}.reveal[data-theme=blood] img,.reveal[data-theme=blood] video,.reveal[data-theme=blood] iframe{max-width:95%;max-height:95%}.reveal[data-theme=blood] strong,.reveal[data-theme=blood] b{font-weight:700}.reveal[data-theme=blood] em{font-style:italic}.reveal[data-theme=blood] ol,.reveal[data-theme=blood] dl,.reveal[data-theme=blood] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=blood] ol{list-style-type:decimal}.reveal[data-theme=blood] ul{list-style-type:disc}.reveal[data-theme=blood] ul ul{list-style-type:square}.reveal[data-theme=blood] ul ul ul{list-style-type:circle}.reveal[data-theme=blood] ul ul,.reveal[data-theme=blood] ul ol,.reveal[data-theme=blood] ol ol,.reveal[data-theme=blood] ol ul{display:block;margin-left:40px}.reveal[data-theme=blood] dt{font-weight:700}.reveal[data-theme=blood] dd{margin-left:40px}.reveal[data-theme=blood] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=blood] blockquote p:first-child,.reveal[data-theme=blood] blockquote p:last-child{display:inline-block}.reveal[data-theme=blood] q{font-style:italic}.reveal[data-theme=blood] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=blood] code{font-family:monospace;text-transform:none}.reveal[data-theme=blood] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=blood] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=blood] th{font-weight:700}.reveal[data-theme=blood] th,.reveal[data-theme=blood] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=blood] th[align=center],.reveal[data-theme=blood] td[align=center]{text-align:center}.reveal[data-theme=blood] th[align=right],.reveal[data-theme=blood] td[align=right]{text-align:right}.reveal[data-theme=blood] tbody tr:last-child th,.reveal[data-theme=blood] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=blood] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=blood] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=blood] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=blood] small *{vertical-align:top}.reveal[data-theme=blood] img{margin:20px 0}.reveal[data-theme=blood] a{color:#a23;text-decoration:none;transition:color .15s ease}.reveal[data-theme=blood] a:hover{border:none;color:#d63347;text-shadow:none}.reveal[data-theme=blood] .roll span:after{background:#911d2b;color:#fff}.reveal[data-theme=blood] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=blood] a .r-frame{transition:all .15s linear}.reveal[data-theme=blood] a:hover .r-frame{border-color:#a23;box-shadow:0 0 20px #0000008c}.reveal[data-theme=blood] .controls{color:#a23}.reveal[data-theme=blood] .progress{background:rgba(0,0,0,.2);color:#a23}.reveal[data-theme=blood] table.hljs-ln{display:table;width:100%}.reveal[data-theme=blood] table.hljs-ln tr{border:none}.reveal[data-theme=blood] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=blood] table.hljs-ln td{border:none}.reveal[theme=blood] h1,.reveal[theme=blood] h2,.reveal[theme=blood] h3,.reveal[theme=blood] h4,.reveal[theme=blood] h5,.reveal[theme=blood] h6{font-weight:700}.reveal[theme=blood] p{font-weight:300;text-shadow:1px 1px #222}.reveal[theme=blood] p code{display:inline-block;border-radius:7px;background:#23241f}.reveal[theme=blood] section.has-light-background p,.reveal[theme=blood] section.has-light-background h1,.reveal[theme=blood] section.has-light-background h2,.reveal[theme=blood] section.has-light-background h3,.reveal[theme=blood] section.has-light-background h4{text-shadow:none}.reveal[data-theme=league] section.has-light-background,.reveal[data-theme=league] section.has-light-background h1,.reveal[data-theme=league] section.has-light-background h2,.reveal[data-theme=league] section.has-light-background h3,.reveal[data-theme=league] section.has-light-background h4,.reveal[data-theme=league] section.has-light-background h5,.reveal[data-theme=league] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=league]{background:rgb(28,30,32);background:radial-gradient(center,circle farthest-corner,rgb(85,90,95) 0%,rgb(28,30,32) 100%);background:#2b2b2b}.reveal[data-theme=league]{color:#eee;font-weight:400;font-size:40px;font-family:Lato,sans-serif}@media print{.reveal[data-theme=league] .backgrounds{background:#2b2b2b}}.reveal[data-theme=league] ::-moz-selection{background:#ff5e99;color:#fff;text-shadow:none}.reveal[data-theme=league] ::selection{background:#ff5e99;color:#fff;text-shadow:none}.reveal[data-theme=league] .slides section,.reveal[data-theme=league] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=league] h1,.reveal[data-theme=league] h2,.reveal[data-theme=league] h3,.reveal[data-theme=league] h4,.reveal[data-theme=league] h5,.reveal[data-theme=league] h6{margin:0 0 20px;color:#eee;font-weight:400;font-family:League Gothic,impact,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:0 0 6px rgba(0,0,0,.2);word-wrap:break-word}.reveal[data-theme=league] h1:last-child,.reveal[data-theme=league] h2:last-child,.reveal[data-theme=league] h3:last-child,.reveal[data-theme=league] h4:last-child,.reveal[data-theme=league] h5:last-child,.reveal[data-theme=league] h6:last-child{margin-bottom:0}.reveal[data-theme=league] h1{font-size:3.77em;text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15)}.reveal[data-theme=league] h2{font-size:2.11em}.reveal[data-theme=league] h3{font-size:1.55em}.reveal[data-theme=league] h4{font-size:1em}.reveal[data-theme=league] p{margin:20px 0;line-height:1.3}.reveal[data-theme=league] img,.reveal[data-theme=league] video,.reveal[data-theme=league] iframe{max-width:95%;max-height:95%}.reveal[data-theme=league] strong,.reveal[data-theme=league] b{font-weight:700}.reveal[data-theme=league] em{font-style:italic}.reveal[data-theme=league] ol,.reveal[data-theme=league] dl,.reveal[data-theme=league] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=league] ol{list-style-type:decimal}.reveal[data-theme=league] ul{list-style-type:disc}.reveal[data-theme=league] ul ul{list-style-type:square}.reveal[data-theme=league] ul ul ul{list-style-type:circle}.reveal[data-theme=league] ul ul,.reveal[data-theme=league] ul ol,.reveal[data-theme=league] ol ol,.reveal[data-theme=league] ol ul{display:block;margin-left:40px}.reveal[data-theme=league] dt{font-weight:700}.reveal[data-theme=league] dd{margin-left:40px}.reveal[data-theme=league] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=league] blockquote p:first-child,.reveal[data-theme=league] blockquote p:last-child{display:inline-block}.reveal[data-theme=league] q{font-style:italic}.reveal[data-theme=league] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=league] code{font-family:monospace;text-transform:none}.reveal[data-theme=league] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=league] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=league] th{font-weight:700}.reveal[data-theme=league] th,.reveal[data-theme=league] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=league] th[align=center],.reveal[data-theme=league] td[align=center]{text-align:center}.reveal[data-theme=league] th[align=right],.reveal[data-theme=league] td[align=right]{text-align:right}.reveal[data-theme=league] tbody tr:last-child th,.reveal[data-theme=league] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=league] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=league] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=league] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=league] small *{vertical-align:top}.reveal[data-theme=league] img{margin:20px 0}.reveal[data-theme=league] a{color:#13daec;text-decoration:none;transition:color .15s ease}.reveal[data-theme=league] a:hover{border:none;color:#42e1f0;text-shadow:none}.reveal[data-theme=league] .roll span:after{background:#10b9c9;color:#fff}.reveal[data-theme=league] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=league] a .r-frame{transition:all .15s linear}.reveal[data-theme=league] a:hover .r-frame{border-color:#13daec;box-shadow:0 0 20px #0000008c}.reveal[data-theme=league] .controls{color:#13daec}.reveal[data-theme=league] .progress{background:rgba(0,0,0,.2);color:#13daec}.reveal[data-theme=league] table.hljs-ln{display:table;width:100%}.reveal[data-theme=league] table.hljs-ln tr{border:none}.reveal[data-theme=league] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=league] table.hljs-ln td{border:none}.reveal[data-theme=moon] section.has-light-background,.reveal[data-theme=moon] section.has-light-background h1,.reveal[data-theme=moon] section.has-light-background h2,.reveal[data-theme=moon] section.has-light-background h3,.reveal[data-theme=moon] section.has-light-background h4,.reveal[data-theme=moon] section.has-light-background h5,.reveal[data-theme=moon] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=moon]{background:#002b36}.reveal[data-theme=moon]{color:#93a1a1;font-weight:400;font-size:40px;font-family:Lato,sans-serif}@media print{.reveal[data-theme=moon] .backgrounds{background:#002b36}}.reveal[data-theme=moon] ::-moz-selection{background:#d33682;color:#fff;text-shadow:none}.reveal[data-theme=moon] ::selection{background:#d33682;color:#fff;text-shadow:none}.reveal[data-theme=moon] .slides section,.reveal[data-theme=moon] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=moon] h1,.reveal[data-theme=moon] h2,.reveal[data-theme=moon] h3,.reveal[data-theme=moon] h4,.reveal[data-theme=moon] h5,.reveal[data-theme=moon] h6{margin:0 0 20px;color:#eee8d5;font-weight:400;font-family:League Gothic,impact,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=moon] h1:last-child,.reveal[data-theme=moon] h2:last-child,.reveal[data-theme=moon] h3:last-child,.reveal[data-theme=moon] h4:last-child,.reveal[data-theme=moon] h5:last-child,.reveal[data-theme=moon] h6:last-child{margin-bottom:0}.reveal[data-theme=moon] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=moon] h2{font-size:2.11em}.reveal[data-theme=moon] h3{font-size:1.55em}.reveal[data-theme=moon] h4{font-size:1em}.reveal[data-theme=moon] p{margin:20px 0;line-height:1.3}.reveal[data-theme=moon] img,.reveal[data-theme=moon] video,.reveal[data-theme=moon] iframe{max-width:95%;max-height:95%}.reveal[data-theme=moon] strong,.reveal[data-theme=moon] b{font-weight:700}.reveal[data-theme=moon] em{font-style:italic}.reveal[data-theme=moon] ol,.reveal[data-theme=moon] dl,.reveal[data-theme=moon] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=moon] ol{list-style-type:decimal}.reveal[data-theme=moon] ul{list-style-type:disc}.reveal[data-theme=moon] ul ul{list-style-type:square}.reveal[data-theme=moon] ul ul ul{list-style-type:circle}.reveal[data-theme=moon] ul ul,.reveal[data-theme=moon] ul ol,.reveal[data-theme=moon] ol ol,.reveal[data-theme=moon] ol ul{display:block;margin-left:40px}.reveal[data-theme=moon] dt{font-weight:700}.reveal[data-theme=moon] dd{margin-left:40px}.reveal[data-theme=moon] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=moon] blockquote p:first-child,.reveal[data-theme=moon] blockquote p:last-child{display:inline-block}.reveal[data-theme=moon] q{font-style:italic}.reveal[data-theme=moon] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=moon] code{font-family:monospace;text-transform:none}.reveal[data-theme=moon] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=moon] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=moon] th{font-weight:700}.reveal[data-theme=moon] th,.reveal[data-theme=moon] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=moon] th[align=center],.reveal[data-theme=moon] td[align=center]{text-align:center}.reveal[data-theme=moon] th[align=right],.reveal[data-theme=moon] td[align=right]{text-align:right}.reveal[data-theme=moon] tbody tr:last-child th,.reveal[data-theme=moon] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=moon] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=moon] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=moon] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=moon] small *{vertical-align:top}.reveal[data-theme=moon] img{margin:20px 0}.reveal[data-theme=moon] a{color:#268bd2;text-decoration:none;transition:color .15s ease}.reveal[data-theme=moon] a:hover{border:none;color:#4ea3df;text-shadow:none}.reveal[data-theme=moon] .roll span:after{background:#2076b3;color:#fff}.reveal[data-theme=moon] .r-frame{border:4px solid #93a1a1;box-shadow:0 0 10px #00000026}.reveal[data-theme=moon] a .r-frame{transition:all .15s linear}.reveal[data-theme=moon] a:hover .r-frame{border-color:#268bd2;box-shadow:0 0 20px #0000008c}.reveal[data-theme=moon] .controls{color:#268bd2}.reveal[data-theme=moon] .progress{background:rgba(0,0,0,.2);color:#268bd2}.reveal[data-theme=moon] table.hljs-ln{display:table;width:100%}.reveal[data-theme=moon] table.hljs-ln tr{border:none}.reveal[data-theme=moon] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=moon] table.hljs-ln td{border:none}@font-face{font-weight:700;font-style:normal;font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:700;font-style:normal;font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:700;font-style:normal;font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:700;font-style:normal;font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:italic;font-family:Open Sans;src:local("Open Sans Italic"),local("OpenSans-Italic"),url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:italic;font-family:Open Sans;src:local("Open Sans Bold Italic"),local("OpenSans-BoldItalic"),url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:normal;font-family:Open Sans;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:Open Sans;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.reveal[data-theme=night] section.has-light-background,.reveal[data-theme=night] section.has-light-background h1,.reveal[data-theme=night] section.has-light-background h2,.reveal[data-theme=night] section.has-light-background h3,.reveal[data-theme=night] section.has-light-background h4,.reveal[data-theme=night] section.has-light-background h5,.reveal[data-theme=night] section.has-light-background h6{color:#222}.reveal-viewport[data-theme=night]{background:#111}.reveal[data-theme=night]{color:#eee;font-weight:400;font-size:40px;font-family:Open Sans,sans-serif}@media print{.reveal[data-theme=night] .backgrounds{background:#111}}.reveal[data-theme=night] ::-moz-selection{background:#e7ad52;color:#fff;text-shadow:none}.reveal[data-theme=night] ::selection{background:#e7ad52;color:#fff;text-shadow:none}.reveal[data-theme=night] .slides section,.reveal[data-theme=night] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=night] h1,.reveal[data-theme=night] h2,.reveal[data-theme=night] h3,.reveal[data-theme=night] h4,.reveal[data-theme=night] h5,.reveal[data-theme=night] h6{margin:0 0 20px;color:#eee;font-weight:400;font-family:Montserrat,impact,sans-serif;line-height:1.2;letter-spacing:-.03em;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=night] h1:last-child,.reveal[data-theme=night] h2:last-child,.reveal[data-theme=night] h3:last-child,.reveal[data-theme=night] h4:last-child,.reveal[data-theme=night] h5:last-child,.reveal[data-theme=night] h6:last-child{margin-bottom:0}.reveal[data-theme=night] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=night] h2{font-size:2.11em}.reveal[data-theme=night] h3{font-size:1.55em}.reveal[data-theme=night] h4{font-size:1em}.reveal[data-theme=night] p{margin:20px 0;line-height:1.3}.reveal[data-theme=night] img,.reveal[data-theme=night] video,.reveal[data-theme=night] iframe{max-width:95%;max-height:95%}.reveal[data-theme=night] strong,.reveal[data-theme=night] b{font-weight:700}.reveal[data-theme=night] em{font-style:italic}.reveal[data-theme=night] ol,.reveal[data-theme=night] dl,.reveal[data-theme=night] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=night] ol{list-style-type:decimal}.reveal[data-theme=night] ul{list-style-type:disc}.reveal[data-theme=night] ul ul{list-style-type:square}.reveal[data-theme=night] ul ul ul{list-style-type:circle}.reveal[data-theme=night] ul ul,.reveal[data-theme=night] ul ol,.reveal[data-theme=night] ol ol,.reveal[data-theme=night] ol ul{display:block;margin-left:40px}.reveal[data-theme=night] dt{font-weight:700}.reveal[data-theme=night] dd{margin-left:40px}.reveal[data-theme=night] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=night] blockquote p:first-child,.reveal[data-theme=night] blockquote p:last-child{display:inline-block}.reveal[data-theme=night] q{font-style:italic}.reveal[data-theme=night] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=night] code{font-family:monospace;text-transform:none}.reveal[data-theme=night] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=night] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=night] th{font-weight:700}.reveal[data-theme=night] th,.reveal[data-theme=night] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=night] th[align=center],.reveal[data-theme=night] td[align=center]{text-align:center}.reveal[data-theme=night] th[align=right],.reveal[data-theme=night] td[align=right]{text-align:right}.reveal[data-theme=night] tbody tr:last-child th,.reveal[data-theme=night] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=night] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=night] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=night] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=night] small *{vertical-align:top}.reveal[data-theme=night] img{margin:20px 0}.reveal[data-theme=night] a{color:#e7ad52;text-decoration:none;transition:color .15s ease}.reveal[data-theme=night] a:hover{border:none;color:#ecbd75;text-shadow:none}.reveal[data-theme=night] .roll span:after{background:#e19929;color:#fff}.reveal[data-theme=night] .r-frame{border:4px solid #eee;box-shadow:0 0 10px #00000026}.reveal[data-theme=night] a .r-frame{transition:all .15s linear}.reveal[data-theme=night] a:hover .r-frame{border-color:#e7ad52;box-shadow:0 0 20px #0000008c}.reveal[data-theme=night] .controls{color:#e7ad52}.reveal[data-theme=night] .progress{background:rgba(0,0,0,.2);color:#e7ad52}.reveal[data-theme=night] table.hljs-ln{display:table;width:100%}.reveal[data-theme=night] table.hljs-ln tr{border:none}.reveal[data-theme=night] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=night] table.hljs-ln td{border:none}.reveal[data-theme=serif] section.has-dark-background,.reveal[data-theme=serif] section.has-dark-background h1,.reveal[data-theme=serif] section.has-dark-background h2,.reveal[data-theme=serif] section.has-dark-background h3,.reveal[data-theme=serif] section.has-dark-background h4,.reveal[data-theme=serif] section.has-dark-background h5,.reveal[data-theme=serif] section.has-dark-background h6{color:#fff}.reveal[data-theme=serif] a{line-height:1.3em}.reveal-viewport[data-theme=serif]{background:#f0f1eb}.reveal[data-theme=serif]{color:#000;font-weight:400;font-size:40px;font-family:Palatino Linotype,Book Antiqua,palatino,freeserif,serif}@media print{.reveal[data-theme=serif] .backgrounds{background:#f0f1eb}}.reveal[data-theme=serif] ::-moz-selection{background:#26351c;color:#fff;text-shadow:none}.reveal[data-theme=serif] ::selection{background:#26351c;color:#fff;text-shadow:none}.reveal[data-theme=serif] .slides section,.reveal[data-theme=serif] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=serif] h1,.reveal[data-theme=serif] h2,.reveal[data-theme=serif] h3,.reveal[data-theme=serif] h4,.reveal[data-theme=serif] h5,.reveal[data-theme=serif] h6{margin:0 0 20px;color:#383d3d;font-weight:400;font-family:Palatino Linotype,Book Antiqua,palatino,freeserif,serif;line-height:1.2;letter-spacing:normal;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=serif] h1:last-child,.reveal[data-theme=serif] h2:last-child,.reveal[data-theme=serif] h3:last-child,.reveal[data-theme=serif] h4:last-child,.reveal[data-theme=serif] h5:last-child,.reveal[data-theme=serif] h6:last-child{margin-bottom:0}.reveal[data-theme=serif] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=serif] h2{font-size:2.11em}.reveal[data-theme=serif] h3{font-size:1.55em}.reveal[data-theme=serif] h4{font-size:1em}.reveal[data-theme=serif] p{margin:20px 0;line-height:1.3}.reveal[data-theme=serif] img,.reveal[data-theme=serif] video,.reveal[data-theme=serif] iframe{max-width:95%;max-height:95%}.reveal[data-theme=serif] strong,.reveal[data-theme=serif] b{font-weight:700}.reveal[data-theme=serif] em{font-style:italic}.reveal[data-theme=serif] ol,.reveal[data-theme=serif] dl,.reveal[data-theme=serif] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=serif] ol{list-style-type:decimal}.reveal[data-theme=serif] ul{list-style-type:disc}.reveal[data-theme=serif] ul ul{list-style-type:square}.reveal[data-theme=serif] ul ul ul{list-style-type:circle}.reveal[data-theme=serif] ul ul,.reveal[data-theme=serif] ul ol,.reveal[data-theme=serif] ol ol,.reveal[data-theme=serif] ol ul{display:block;margin-left:40px}.reveal[data-theme=serif] dt{font-weight:700}.reveal[data-theme=serif] dd{margin-left:40px}.reveal[data-theme=serif] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=serif] blockquote p:first-child,.reveal[data-theme=serif] blockquote p:last-child{display:inline-block}.reveal[data-theme=serif] q{font-style:italic}.reveal[data-theme=serif] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=serif] code{font-family:monospace;text-transform:none}.reveal[data-theme=serif] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=serif] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=serif] th{font-weight:700}.reveal[data-theme=serif] th,.reveal[data-theme=serif] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=serif] th[align=center],.reveal[data-theme=serif] td[align=center]{text-align:center}.reveal[data-theme=serif] th[align=right],.reveal[data-theme=serif] td[align=right]{text-align:right}.reveal[data-theme=serif] tbody tr:last-child th,.reveal[data-theme=serif] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=serif] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=serif] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=serif] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=serif] small *{vertical-align:top}.reveal[data-theme=serif] img{margin:20px 0}.reveal[data-theme=serif] a{color:#51483d;text-decoration:none;transition:color .15s ease}.reveal[data-theme=serif] a:hover{border:none;color:#7b6d5d;text-shadow:none}.reveal[data-theme=serif] .roll span:after{background:#453d34;color:#fff}.reveal[data-theme=serif] .r-frame{border:4px solid #000;box-shadow:0 0 10px #00000026}.reveal[data-theme=serif] a .r-frame{transition:all .15s linear}.reveal[data-theme=serif] a:hover .r-frame{border-color:#51483d;box-shadow:0 0 20px #0000008c}.reveal[data-theme=serif] .controls{color:#51483d}.reveal[data-theme=serif] .progress{background:rgba(0,0,0,.2);color:#51483d}.reveal[data-theme=serif] table.hljs-ln{display:table;width:100%}.reveal[data-theme=serif] table.hljs-ln tr{border:none}.reveal[data-theme=serif] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=serif] table.hljs-ln td{border:none}@font-face{font-weight:400;font-style:normal;font-family:News Cycle;src:local("News Cycle"),local("NewsCycle"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:normal;font-family:News Cycle;src:local("News Cycle"),local("NewsCycle"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:normal;font-family:News Cycle;src:local("News Cycle Bold"),local("NewsCycle-Bold"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:News Cycle;src:local("News Cycle Bold"),local("NewsCycle-Bold"),url(https://fonts.gstatic.com/s/newscycle/v17/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.reveal[data-theme=simple] section.has-dark-background,.reveal[data-theme=simple] section.has-dark-background h1,.reveal[data-theme=simple] section.has-dark-background h2,.reveal[data-theme=simple] section.has-dark-background h3,.reveal[data-theme=simple] section.has-dark-background h4,.reveal[data-theme=simple] section.has-dark-background h5,.reveal[data-theme=simple] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=simple]{background:#fff}.reveal[data-theme=simple]{color:#000;font-weight:400;font-size:40px;font-family:Lato,sans-serif}@media print{.reveal[data-theme=simple] .backgrounds{background:#fff}}.reveal[data-theme=simple] ::-moz-selection{background:rgba(0,0,0,.99);color:#fff;text-shadow:none}.reveal[data-theme=simple] ::selection{background:rgba(0,0,0,.99);color:#fff;text-shadow:none}.reveal[data-theme=simple] .slides section,.reveal[data-theme=simple] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=simple] h1,.reveal[data-theme=simple] h2,.reveal[data-theme=simple] h3,.reveal[data-theme=simple] h4,.reveal[data-theme=simple] h5,.reveal[data-theme=simple] h6{margin:0 0 20px;color:#000;font-weight:400;font-family:News Cycle,impact,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:none;text-shadow:none;word-wrap:break-word}.reveal[data-theme=simple] h1:last-child,.reveal[data-theme=simple] h2:last-child,.reveal[data-theme=simple] h3:last-child,.reveal[data-theme=simple] h4:last-child,.reveal[data-theme=simple] h5:last-child,.reveal[data-theme=simple] h6:last-child{margin-bottom:0}.reveal[data-theme=simple] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=simple] h2{font-size:2.11em}.reveal[data-theme=simple] h3{font-size:1.55em}.reveal[data-theme=simple] h4{font-size:1em}.reveal[data-theme=simple] p{margin:20px 0;line-height:1.3}.reveal[data-theme=simple] img,.reveal[data-theme=simple] video,.reveal[data-theme=simple] iframe{max-width:95%;max-height:95%}.reveal[data-theme=simple] strong,.reveal[data-theme=simple] b{font-weight:700}.reveal[data-theme=simple] em{font-style:italic}.reveal[data-theme=simple] ol,.reveal[data-theme=simple] dl,.reveal[data-theme=simple] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=simple] ol{list-style-type:decimal}.reveal[data-theme=simple] ul{list-style-type:disc}.reveal[data-theme=simple] ul ul{list-style-type:square}.reveal[data-theme=simple] ul ul ul{list-style-type:circle}.reveal[data-theme=simple] ul ul,.reveal[data-theme=simple] ul ol,.reveal[data-theme=simple] ol ol,.reveal[data-theme=simple] ol ul{display:block;margin-left:40px}.reveal[data-theme=simple] dt{font-weight:700}.reveal[data-theme=simple] dd{margin-left:40px}.reveal[data-theme=simple] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=simple] blockquote p:first-child,.reveal[data-theme=simple] blockquote p:last-child{display:inline-block}.reveal[data-theme=simple] q{font-style:italic}.reveal[data-theme=simple] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=simple] code{font-family:monospace;text-transform:none}.reveal[data-theme=simple] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=simple] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=simple] th{font-weight:700}.reveal[data-theme=simple] th,.reveal[data-theme=simple] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=simple] th[align=center],.reveal[data-theme=simple] td[align=center]{text-align:center}.reveal[data-theme=simple] th[align=right],.reveal[data-theme=simple] td[align=right]{text-align:right}.reveal[data-theme=simple] tbody tr:last-child th,.reveal[data-theme=simple] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=simple] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=simple] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=simple] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=simple] small *{vertical-align:top}.reveal[data-theme=simple] img{margin:20px 0}.reveal[data-theme=simple] a{color:#00008b;text-decoration:none;transition:color .15s ease}.reveal[data-theme=simple] a:hover{border:none;color:#0000d5;text-shadow:none}.reveal[data-theme=simple] .roll span:after{background:#000076;color:#fff}.reveal[data-theme=simple] .r-frame{border:4px solid #000;box-shadow:0 0 10px #00000026}.reveal[data-theme=simple] a .r-frame{transition:all .15s linear}.reveal[data-theme=simple] a:hover .r-frame{border-color:#00008b;box-shadow:0 0 20px #0000008c}.reveal[data-theme=simple] .controls{color:#00008b}.reveal[data-theme=simple] .progress{background:rgba(0,0,0,.2);color:#00008b}.reveal[data-theme=simple] table.hljs-ln{display:table;width:100%}.reveal[data-theme=simple] table.hljs-ln tr{border:none}.reveal[data-theme=simple] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=simple] table.hljs-ln td{border:none}@font-face{font-weight:400;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:400;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:400;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-weight:700;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-weight:700;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-weight:700;font-style:normal;font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.reveal[data-theme=sky] section.has-dark-background,.reveal[data-theme=sky] section.has-dark-background h1,.reveal[data-theme=sky] section.has-dark-background h2,.reveal[data-theme=sky] section.has-dark-background h3,.reveal[data-theme=sky] section.has-dark-background h4,.reveal[data-theme=sky] section.has-dark-background h5,.reveal[data-theme=sky] section.has-dark-background h6{color:#fff}.reveal[data-theme=sky] a{line-height:1.3em}.reveal-viewport[data-theme=sky]{background:#add9e4;background:radial-gradient(center,circle farthest-corner,#f7fbfc 0%,#add9e4 100%);background:#f7fbfc}.reveal[data-theme=sky]{color:#333;font-weight:400;font-size:40px;font-family:Open Sans,sans-serif}@media print{.reveal[data-theme=sky] .backgrounds{background:#f7fbfc}}.reveal[data-theme=sky] ::-moz-selection{background:#134674;color:#fff;text-shadow:none}.reveal[data-theme=sky] ::selection{background:#134674;color:#fff;text-shadow:none}.reveal[data-theme=sky] .slides section,.reveal[data-theme=sky] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=sky] h1,.reveal[data-theme=sky] h2,.reveal[data-theme=sky] h3,.reveal[data-theme=sky] h4,.reveal[data-theme=sky] h5,.reveal[data-theme=sky] h6{margin:0 0 20px;color:#333;font-weight:400;font-family:Quicksand,sans-serif;line-height:1.2;letter-spacing:-.08em;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=sky] h1:last-child,.reveal[data-theme=sky] h2:last-child,.reveal[data-theme=sky] h3:last-child,.reveal[data-theme=sky] h4:last-child,.reveal[data-theme=sky] h5:last-child,.reveal[data-theme=sky] h6:last-child{margin-bottom:0}.reveal[data-theme=sky] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=sky] h2{font-size:2.11em}.reveal[data-theme=sky] h3{font-size:1.55em}.reveal[data-theme=sky] h4{font-size:1em}.reveal[data-theme=sky] p{margin:20px 0;line-height:1.3}.reveal[data-theme=sky] img,.reveal[data-theme=sky] video,.reveal[data-theme=sky] iframe{max-width:95%;max-height:95%}.reveal[data-theme=sky] strong,.reveal[data-theme=sky] b{font-weight:700}.reveal[data-theme=sky] em{font-style:italic}.reveal[data-theme=sky] ol,.reveal[data-theme=sky] dl,.reveal[data-theme=sky] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=sky] ol{list-style-type:decimal}.reveal[data-theme=sky] ul{list-style-type:disc}.reveal[data-theme=sky] ul ul{list-style-type:square}.reveal[data-theme=sky] ul ul ul{list-style-type:circle}.reveal[data-theme=sky] ul ul,.reveal[data-theme=sky] ul ol,.reveal[data-theme=sky] ol ol,.reveal[data-theme=sky] ol ul{display:block;margin-left:40px}.reveal[data-theme=sky] dt{font-weight:700}.reveal[data-theme=sky] dd{margin-left:40px}.reveal[data-theme=sky] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=sky] blockquote p:first-child,.reveal[data-theme=sky] blockquote p:last-child{display:inline-block}.reveal[data-theme=sky] q{font-style:italic}.reveal[data-theme=sky] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=sky] code{font-family:monospace;text-transform:none}.reveal[data-theme=sky] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=sky] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=sky] th{font-weight:700}.reveal[data-theme=sky] th,.reveal[data-theme=sky] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=sky] th[align=center],.reveal[data-theme=sky] td[align=center]{text-align:center}.reveal[data-theme=sky] th[align=right],.reveal[data-theme=sky] td[align=right]{text-align:right}.reveal[data-theme=sky] tbody tr:last-child th,.reveal[data-theme=sky] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=sky] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=sky] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=sky] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=sky] small *{vertical-align:top}.reveal[data-theme=sky] img{margin:20px 0}.reveal[data-theme=sky] a{color:#3b759e;text-decoration:none;transition:color .15s ease}.reveal[data-theme=sky] a:hover{border:none;color:#5493bf;text-shadow:none}.reveal[data-theme=sky] .roll span:after{background:#326386;color:#fff}.reveal[data-theme=sky] .r-frame{border:4px solid #333;box-shadow:0 0 10px #00000026}.reveal[data-theme=sky] a .r-frame{transition:all .15s linear}.reveal[data-theme=sky] a:hover .r-frame{border-color:#3b759e;box-shadow:0 0 20px #0000008c}.reveal[data-theme=sky] .controls{color:#3b759e}.reveal[data-theme=sky] .progress{background:rgba(0,0,0,.2);color:#3b759e}.reveal[data-theme=sky] table.hljs-ln{display:table;width:100%}.reveal[data-theme=sky] table.hljs-ln tr{border:none}.reveal[data-theme=sky] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=sky] table.hljs-ln td{border:none}.reveal-viewport[data-theme=solarized]{background:#fdf6e3}.reveal[data-theme=solarized]{color:#657b83;font-weight:400;font-size:40px;font-family:Lato,sans-serif}@media print{.reveal[data-theme=solarized] .backgrounds{background:#fdf6e3}}.reveal[data-theme=solarized] ::-moz-selection{background:#d33682;color:#fff;text-shadow:none}.reveal[data-theme=solarized] ::selection{background:#d33682;color:#fff;text-shadow:none}.reveal[data-theme=solarized] .slides section,.reveal[data-theme=solarized] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=solarized] h1,.reveal[data-theme=solarized] h2,.reveal[data-theme=solarized] h3,.reveal[data-theme=solarized] h4,.reveal[data-theme=solarized] h5,.reveal[data-theme=solarized] h6{margin:0 0 20px;color:#586e75;font-weight:400;font-family:League Gothic,impact,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=solarized] h1:last-child,.reveal[data-theme=solarized] h2:last-child,.reveal[data-theme=solarized] h3:last-child,.reveal[data-theme=solarized] h4:last-child,.reveal[data-theme=solarized] h5:last-child,.reveal[data-theme=solarized] h6:last-child{margin-bottom:0}.reveal[data-theme=solarized] h1{font-size:3.77em;text-shadow:none}.reveal[data-theme=solarized] h2{font-size:2.11em}.reveal[data-theme=solarized] h3{font-size:1.55em}.reveal[data-theme=solarized] h4{font-size:1em}.reveal[data-theme=solarized] p{margin:20px 0;line-height:1.3}.reveal[data-theme=solarized] img,.reveal[data-theme=solarized] video,.reveal[data-theme=solarized] iframe{max-width:95%;max-height:95%}.reveal[data-theme=solarized] strong,.reveal[data-theme=solarized] b{font-weight:700}.reveal[data-theme=solarized] em{font-style:italic}.reveal[data-theme=solarized] ol,.reveal[data-theme=solarized] dl,.reveal[data-theme=solarized] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=solarized] ol{list-style-type:decimal}.reveal[data-theme=solarized] ul{list-style-type:disc}.reveal[data-theme=solarized] ul ul{list-style-type:square}.reveal[data-theme=solarized] ul ul ul{list-style-type:circle}.reveal[data-theme=solarized] ul ul,.reveal[data-theme=solarized] ul ol,.reveal[data-theme=solarized] ol ol,.reveal[data-theme=solarized] ol ul{display:block;margin-left:40px}.reveal[data-theme=solarized] dt{font-weight:700}.reveal[data-theme=solarized] dd{margin-left:40px}.reveal[data-theme=solarized] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=solarized] blockquote p:first-child,.reveal[data-theme=solarized] blockquote p:last-child{display:inline-block}.reveal[data-theme=solarized] q{font-style:italic}.reveal[data-theme=solarized] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=solarized] code{font-family:monospace;text-transform:none}.reveal[data-theme=solarized] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=solarized] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=solarized] th{font-weight:700}.reveal[data-theme=solarized] th,.reveal[data-theme=solarized] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=solarized] th[align=center],.reveal[data-theme=solarized] td[align=center]{text-align:center}.reveal[data-theme=solarized] th[align=right],.reveal[data-theme=solarized] td[align=right]{text-align:right}.reveal[data-theme=solarized] tbody tr:last-child th,.reveal[data-theme=solarized] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=solarized] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=solarized] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=solarized] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=solarized] small *{vertical-align:top}.reveal[data-theme=solarized] img{margin:20px 0}.reveal[data-theme=solarized] a{color:#268bd2;text-decoration:none;transition:color .15s ease}.reveal[data-theme=solarized] a:hover{border:none;color:#4ea3df;text-shadow:none}.reveal[data-theme=solarized] .roll span:after{background:#2076b3;color:#fff}.reveal[data-theme=solarized] .r-frame{border:4px solid #657b83;box-shadow:0 0 10px #00000026}.reveal[data-theme=solarized] a .r-frame{transition:all .15s linear}.reveal[data-theme=solarized] a:hover .r-frame{border-color:#268bd2;box-shadow:0 0 20px #0000008c}.reveal[data-theme=solarized] .controls{color:#268bd2}.reveal[data-theme=solarized] .progress{background:rgba(0,0,0,.2);color:#268bd2}.reveal[data-theme=solarized] table.hljs-ln{display:table;width:100%}.reveal[data-theme=solarized] table.hljs-ln tr{border:none}.reveal[data-theme=solarized] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=solarized] table.hljs-ln td{border:none}.reveal[theme=white] section.has-dark-background,.reveal[theme=white] section.has-dark-background h1,.reveal[theme=white] section.has-dark-background h2,.reveal[theme=white] section.has-dark-background h3,.reveal[theme=white] section.has-dark-background h4,.reveal[theme=white] section.has-dark-background h5,.reveal[theme=white] section.has-dark-background h6{color:#fff}.reveal-viewport[data-theme=white]{background:#fff}.reveal[data-theme=white]{color:#222;font-weight:400;font-size:42px;font-family:Source Sans Pro,helvetica,sans-serif}@media print{.reveal[data-theme=white] .backgrounds{background:#fff}}.reveal[data-theme=white] ::-moz-selection{background:#5f98e6;color:#fff;text-shadow:none}.reveal[data-theme=white] ::selection{background:#5f98e6;color:#fff;text-shadow:none}.reveal[data-theme=white] .slides section,.reveal[data-theme=white] .slides section>section{font-weight:inherit;line-height:1.3}.reveal[data-theme=white] h1,.reveal[data-theme=white] h2,.reveal[data-theme=white] h3,.reveal[data-theme=white] h4,.reveal[data-theme=white] h5,.reveal[data-theme=white] h6{margin:0 0 20px;color:#222;font-weight:600;font-family:Source Sans Pro,helvetica,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}.reveal[data-theme=white] h1:last-child,.reveal[data-theme=white] h2:last-child,.reveal[data-theme=white] h3:last-child,.reveal[data-theme=white] h4:last-child,.reveal[data-theme=white] h5:last-child,.reveal[data-theme=white] h6:last-child{margin-bottom:0}.reveal[data-theme=white] h1{font-size:2.5em;text-shadow:none}.reveal[data-theme=white] h2{font-size:1.6em}.reveal[data-theme=white] h3{font-size:1.3em}.reveal[data-theme=white] h4{font-size:1em}.reveal[data-theme=white] p{margin:20px 0;line-height:1.3}.reveal[data-theme=white] img,.reveal[data-theme=white] video,.reveal[data-theme=white] iframe{max-width:95%;max-height:95%}.reveal[data-theme=white] strong,.reveal[data-theme=white] b{font-weight:700}.reveal[data-theme=white] em{font-style:italic}.reveal[data-theme=white] ol,.reveal[data-theme=white] dl,.reveal[data-theme=white] ul{display:inline-block;margin:0 0 0 1em;text-align:left}.reveal[data-theme=white] ol{list-style-type:decimal}.reveal[data-theme=white] ul{list-style-type:disc}.reveal[data-theme=white] ul ul{list-style-type:square}.reveal[data-theme=white] ul ul ul{list-style-type:circle}.reveal[data-theme=white] ul ul,.reveal[data-theme=white] ul ol,.reveal[data-theme=white] ol ol,.reveal[data-theme=white] ol ul{display:block;margin-left:40px}.reveal[data-theme=white] dt{font-weight:700}.reveal[data-theme=white] dd{margin-left:40px}.reveal[data-theme=white] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}.reveal[data-theme=white] blockquote p:first-child,.reveal[data-theme=white] blockquote p:last-child{display:inline-block}.reveal[data-theme=white] q{font-style:italic}.reveal[data-theme=white] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}.reveal[data-theme=white] code{font-family:monospace;text-transform:none}.reveal[data-theme=white] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}.reveal[data-theme=white] table{margin:auto;border-spacing:0;border-collapse:collapse}.reveal[data-theme=white] th{font-weight:700}.reveal[data-theme=white] th,.reveal[data-theme=white] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}.reveal[data-theme=white] th[align=center],.reveal[data-theme=white] td[align=center]{text-align:center}.reveal[data-theme=white] th[align=right],.reveal[data-theme=white] td[align=right]{text-align:right}.reveal[data-theme=white] tbody tr:last-child th,.reveal[data-theme=white] tbody tr:last-child td{border-bottom:none}.reveal[data-theme=white] sup{vertical-align:super;font-size:smaller}.reveal[data-theme=white] sub{vertical-align:sub;font-size:smaller}.reveal[data-theme=white] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}.reveal[data-theme=white] small *{vertical-align:top}.reveal[data-theme=white] img{margin:20px 0}.reveal[data-theme=white] a{color:#2a76dd;text-decoration:none;transition:color .15s ease}.reveal[data-theme=white] a:hover{border:none;color:#4a8be2;text-shadow:none}.reveal[data-theme=white] .roll span:after{background:#1f64c1;color:#fff}.reveal[data-theme=white] .r-frame{border:4px solid #222;box-shadow:0 0 10px #00000026}.reveal[data-theme=white] a .r-frame{transition:all .15s linear}.reveal[data-theme=white] a:hover .r-frame{border-color:#2a76dd;box-shadow:0 0 20px #0000008c}.reveal[data-theme=white] .controls{color:#2a76dd}.reveal[data-theme=white] .progress{background:rgba(0,0,0,.2);color:#2a76dd}.reveal[data-theme=white] table.hljs-ln{display:table;width:100%}.reveal[data-theme=white] table.hljs-ln tr{border:none}.reveal[data-theme=white] table.hljs-ln tr:nth-child(2n){background:inherit!important}.reveal[data-theme=white] table.hljs-ln td{border:none}html[data-theme=light] .reveal-viewport[data-theme=auto]{background:#fff}html[data-theme=light] .reveal[data-theme=auto]{color:#222;font-weight:400;font-size:42px;font-family:Source Sans Pro,helvetica,sans-serif}@media print{html[data-theme=light] .reveal[data-theme=auto] .backgrounds{background:#fff}}html[data-theme=light] .reveal[data-theme=auto] ::-moz-selection{background:#5f98e6;color:#fff;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] ::selection{background:#5f98e6;color:#fff;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] .slides section,html[data-theme=light] .reveal[data-theme=auto] .slides section>section{font-weight:inherit;line-height:1.3}html[data-theme=light] .reveal[data-theme=auto] h1,html[data-theme=light] .reveal[data-theme=auto] h2,html[data-theme=light] .reveal[data-theme=auto] h3,html[data-theme=light] .reveal[data-theme=auto] h4,html[data-theme=light] .reveal[data-theme=auto] h5,html[data-theme=light] .reveal[data-theme=auto] h6{margin:0 0 20px;color:#222;font-weight:600;font-family:Source Sans Pro,helvetica,sans-serif;line-height:1.2;letter-spacing:normal;text-transform:uppercase;text-shadow:none;word-wrap:break-word}html[data-theme=light] .reveal[data-theme=auto] h1:last-child,html[data-theme=light] .reveal[data-theme=auto] h2:last-child,html[data-theme=light] .reveal[data-theme=auto] h3:last-child,html[data-theme=light] .reveal[data-theme=auto] h4:last-child,html[data-theme=light] .reveal[data-theme=auto] h5:last-child,html[data-theme=light] .reveal[data-theme=auto] h6:last-child{margin-bottom:0}html[data-theme=light] .reveal[data-theme=auto] h1{font-size:2.5em;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] h2{font-size:1.6em}html[data-theme=light] .reveal[data-theme=auto] h3{font-size:1.3em}html[data-theme=light] .reveal[data-theme=auto] h4{font-size:1em}html[data-theme=light] .reveal[data-theme=auto] p{margin:20px 0;line-height:1.3}html[data-theme=light] .reveal[data-theme=auto] img,html[data-theme=light] .reveal[data-theme=auto] video,html[data-theme=light] .reveal[data-theme=auto] iframe{max-width:95%;max-height:95%}html[data-theme=light] .reveal[data-theme=auto] strong,html[data-theme=light] .reveal[data-theme=auto] b{font-weight:700}html[data-theme=light] .reveal[data-theme=auto] em{font-style:italic}html[data-theme=light] .reveal[data-theme=auto] ol,html[data-theme=light] .reveal[data-theme=auto] dl,html[data-theme=light] .reveal[data-theme=auto] ul{display:inline-block;margin:0 0 0 1em;text-align:left}html[data-theme=light] .reveal[data-theme=auto] ol{list-style-type:decimal}html[data-theme=light] .reveal[data-theme=auto] ul{list-style-type:disc}html[data-theme=light] .reveal[data-theme=auto] ul ul{list-style-type:square}html[data-theme=light] .reveal[data-theme=auto] ul ul ul{list-style-type:circle}html[data-theme=light] .reveal[data-theme=auto] ul ul,html[data-theme=light] .reveal[data-theme=auto] ul ol,html[data-theme=light] .reveal[data-theme=auto] ol ol,html[data-theme=light] .reveal[data-theme=auto] ol ul{display:block;margin-left:40px}html[data-theme=light] .reveal[data-theme=auto] dt{font-weight:700}html[data-theme=light] .reveal[data-theme=auto] dd{margin-left:40px}html[data-theme=light] .reveal[data-theme=auto] blockquote{position:relative;display:block;width:70%;margin:20px auto;padding:5px;background:rgba(255,255,255,.05);box-shadow:0 0 2px #0003;font-style:italic}html[data-theme=light] .reveal[data-theme=auto] blockquote p:first-child,html[data-theme=light] .reveal[data-theme=auto] blockquote p:last-child{display:inline-block}html[data-theme=light] .reveal[data-theme=auto] q{font-style:italic}html[data-theme=light] .reveal[data-theme=auto] pre{position:relative;display:block;width:90%;margin:20px auto;padding:0;box-shadow:0 5px 15px #00000026;font-size:.55em;font-family:monospace;line-height:1.2em;text-align:left;word-wrap:break-word}html[data-theme=light] .reveal[data-theme=auto] code{font-family:monospace;text-transform:none}html[data-theme=light] .reveal[data-theme=auto] pre code{display:block;overflow:auto;max-height:400px;padding:5px;word-wrap:normal}html[data-theme=light] .reveal[data-theme=auto] table{margin:auto;border-spacing:0;border-collapse:collapse}html[data-theme=light] .reveal[data-theme=auto] th{font-weight:700}html[data-theme=light] .reveal[data-theme=auto] th,html[data-theme=light] .reveal[data-theme=auto] td{padding:.2em .5em;border-bottom:1px solid;text-align:left}html[data-theme=light] .reveal[data-theme=auto] th[align=center],html[data-theme=light] .reveal[data-theme=auto] td[align=center]{text-align:center}html[data-theme=light] .reveal[data-theme=auto] th[align=right],html[data-theme=light] .reveal[data-theme=auto] td[align=right]{text-align:right}html[data-theme=light] .reveal[data-theme=auto] tbody tr:last-child th,html[data-theme=light] .reveal[data-theme=auto] tbody tr:last-child td{border-bottom:none}html[data-theme=light] .reveal[data-theme=auto] sup{vertical-align:super;font-size:smaller}html[data-theme=light] .reveal[data-theme=auto] sub{vertical-align:sub;font-size:smaller}html[data-theme=light] .reveal[data-theme=auto] small{display:inline-block;vertical-align:top;font-size:.6em;line-height:1.2em}html[data-theme=light] .reveal[data-theme=auto] small *{vertical-align:top}html[data-theme=light] .reveal[data-theme=auto] img{margin:20px 0}html[data-theme=light] .reveal[data-theme=auto] a{color:#2a76dd;text-decoration:none;transition:color .15s ease}html[data-theme=light] .reveal[data-theme=auto] a:hover{border:none;color:#4a8be2;text-shadow:none}html[data-theme=light] .reveal[data-theme=auto] .roll span:after{background:#1f64c1;color:#fff}html[data-theme=light] .reveal[data-theme=auto] .r-frame{border:4px solid #222;box-shadow:0 0 10px #00000026}html[data-theme=light] .reveal[data-theme=auto] a .r-frame{transition:all .15s linear}html[data-theme=light] .reveal[data-theme=auto] a:hover .r-frame{border-color:#2a76dd;box-shadow:0 0 20px #0000008c}html[data-theme=light] .reveal[data-theme=auto] .controls{color:#2a76dd}html[data-theme=light] .reveal[data-theme=auto] .progress{background:rgba(0,0,0,.2);color:#2a76dd}html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln{display:table;width:100%}html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln tr{border:none}html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln tr:nth-child(2n){background:inherit!important}html[data-theme=light] .reveal[data-theme=auto] table.hljs-ln td{border:none}.md-enhance-presentation{width:100%;height:400px;min-height:400px;transition:all 1s}@media (max-width: 419px){.md-enhance-presentation{width:calc(100% + 3rem);min-height:300px;margin:0 -1.5rem}}.md-enhance-presentation.loading{display:flex;align-items:center;justify-content:center}.md-enhance-presentation.loading svg{width:2.5em;height:2.5em;margin:2.5em auto;fill:var(--c-brand, #3eaf7c)}.md-enhance-presentation .content{height:100%}@font-face{font-family:League Gothic;src:url(/assets/league-gothic.8802c66a.eot);src:url(/assets/league-gothic.8802c66a.eot?#iefix) format("embedded-opentype"),url(/assets/league-gothic.5eef6df8.woff) format("woff"),url(/assets/league-gothic.38fcc721.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-regular.dce8869d.eot);src:url(/assets/source-sans-pro-regular.dce8869d.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-regular.d4eaa48b.woff) format("woff"),url(/assets/source-sans-pro-regular.c1865d89.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-italic.ad4b0799.eot);src:url(/assets/source-sans-pro-italic.ad4b0799.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-italic.05d3615f.woff) format("woff"),url(/assets/source-sans-pro-italic.d13268af.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibold.ebb8918d.eot);src:url(/assets/source-sans-pro-semibold.ebb8918d.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-semibold.b0abd273.woff) format("woff"),url(/assets/source-sans-pro-semibold.a53e2723.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/assets/source-sans-pro-semibolditalic.dfe0b47a.eot);src:url(/assets/source-sans-pro-semibolditalic.dfe0b47a.eot?#iefix) format("embedded-opentype"),url(/assets/source-sans-pro-semibolditalic.7225cacc.woff) format("woff"),url(/assets/source-sans-pro-semibolditalic.e8ec22b6.ttf) format("truetype");font-weight:600;font-style:italic}.playground-wrapper{overflow:hidden;margin-top:1rem;margin-bottom:1rem;border:1px solid var(--c-border, #ddd);border-radius:6px}@media print{.playground-wrapper{display:none!important}}.playground-wrapper .title-wrapper{display:flex;flex-flow:row wrap;padding:8px 10px;border-bottom:1px solid var(--c-border, #ddd);background:var(--playground-header-bg-color, #eee);font-weight:500;transition:background var(--color-transition),border-color var(--color-transition)}.playground-wrapper .title{flex:1;overflow:hidden;font-size:1.25rem;text-overflow:ellipsis;white-space:nowrap}.playground-wrapper .actions{display:flex;align-items:center}.playground-wrapper .icon{width:1.5rem;height:1.5rem;fill:#777}.playground-wrapper .action{display:inline-flex;margin-left:10px}.playground-wrapper .action:hover .icon{transition:transform .15s cubic-bezier(.2,0,.13,2);transform:scale(1.2)}.playground-wrapper .preview-container{position:relative;overflow:hidden;background:var(--c-bg, #fff);transition:background var(--color-transition)}.playground-wrapper .preview-container iframe{display:block;width:100%;height:100%;min-height:400px;border:none;resize:vertical}.playground-wrapper .preview-loading-wrapper{display:flex;align-items:center;justify-content:center;background:var(--grey15);transition:background var(--color-transition)}.playground-wrapper .preview-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c)}:root{--tab-bg-color: var(--c-bg, #fff);--tab-nav-text-color: var(--c-text, #2c3e50);--tab-nav-bg-color: #e0e0e0;--tab-nav-hover-color: #eee}html[data-theme=dark]{--tab-nav-bg-color: #34343f;--tab-nav-hover-color: #2d2d38}.tab-list{margin:1.5rem 0;border:2px solid var(--c-border, #eaecef);border-radius:8px}@media (max-width: 419px){.theme-hope-content>.tab-list{margin-right:-1.5rem;margin-left:-1.5rem;border-radius:0}}.tab-list-nav{overflow-x:auto;margin:0;padding:0;border-radius:8px 8px 0 0;background:var(--tab-nav-bg-color);list-style:none;white-space:nowrap;transition:background var(--color-transition)}@media (max-width: 419px){.tab-list-nav{border-radius:0}}.tab-list-nav-item{border-width:0;position:relative;min-width:4rem;margin:0;padding:.5em 1em;border-radius:8px 8px 0 0;background:transparent;color:var(--tab-nav-text-color);font-weight:600;font-size:.85em;line-height:1.75;cursor:pointer;transition:background var(--color-transition),color var(--color-transition)}.tab-list-nav-item:hover{background:var(--tab-nav-hover-color)}.tab-list-nav-item:before,.tab-list-nav-item:after{content:" ";position:absolute;bottom:0;z-index:1;width:8px;height:8px}.tab-list-nav-item:before{right:100%}.tab-list-nav-item:after{left:100%}.tab-list-nav-item.active{background:var(--tab-bg-color)}.tab-list-nav-item.active:before{background:radial-gradient(16px at left top,transparent 50%,var(--tab-bg-color) 50%)}.tab-list-nav-item.active:after{background:radial-gradient(16px at right top,transparent 50%,var(--tab-bg-color) 50%)}.tab-list-nav-item:first-child:before{display:none}.tab-item{display:none;padding:1rem .75rem;background:var(--tab-bg-color);transition:background var(--color-transition)}.tab-item.active{display:block}input[type=checkbox].task-list-item-checkbox{position:relative;width:0;margin-right:1.5em;cursor:pointer}input[type=checkbox].task-list-item-checkbox:after{content:" ";position:absolute;top:0;display:inline-block;box-sizing:border-box;width:1em;height:1em;padding-left:0;border:1px solid #ddd;border-radius:2px;background:#fff;text-align:center;visibility:visible;transition:background var(--color-transition),border-color var(--color-transition)}@media print{input[type=checkbox].task-list-item-checkbox:after{border-color:var(--c-text, #2c3e50)}}html[data-theme=dark] input[type=checkbox].task-list-item-checkbox:after{border-color:#666;background:#333}input[type=checkbox].task-list-item-checkbox:checked:after{content:"";border-color:var(--c-brand, #3eaf7c);background:var(--c-brand, #3eaf7c)}@media print{input[type=checkbox].task-list-item-checkbox:checked:after{border-color:var(--c-text, #2c3e50);background:transparent}}html[data-theme=dark] input[type=checkbox].task-list-item-checkbox:checked:after{border-color:var(--c-brand, #3eaf7c);background:var(--c-brand, #3eaf7c)}input[type=checkbox].task-list-item-checkbox:checked:before{content:"";position:absolute;top:.1em;left:.4em;z-index:1;width:.2em;height:.5em;border:solid var(--white);border-width:0 .15em .15em 0;transform:rotate(45deg)}@media print{input[type=checkbox].task-list-item-checkbox:checked:before{border-color:var(--c-text, #2c3e50)}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular.0cdd387c.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular.30da91e8.woff) format("woff"),url(/assets/KaTeX_AMS-Regular.68534840.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold.de7701e4.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold.1ae6bd74.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold.07d8e303.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular.5d53e70a.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular.3398dd02.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular.ed0b7437.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold.74444efd.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold.9be7ceb8.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold.9163df9c.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular.51814d27.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular.5e28753b.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular.1e6f9579.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold.0f60d1b8.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold.c76c5d69.woff) format("woff"),url(/assets/KaTeX_Main-Bold.138ac28d.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic.99cd42a3.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic.a6f7ec0d.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic.70ee1f64.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic.97479ca6.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic.f1d6ef86.woff) format("woff"),url(/assets/KaTeX_Main-Italic.0d85ae7c.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular.c2342cd8.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular.c6368d87.woff) format("woff"),url(/assets/KaTeX_Main-Regular.d0332f52.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic.dc47344d.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic.850c0af5.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic.f9377ab0.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic.7af58c5e.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic.8a8d2445.woff) format("woff"),url(/assets/KaTeX_Math-Italic.08ce98e5.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold.e99ae511.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold.ece03cfd.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold.1ece03f7.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic.00b26ac8.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic.91ee6750.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic.3931dd81.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular.68e8c73e.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular.11e4dc8a.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular.f36ea897.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular.036d4e95.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular.d96cdf2b.woff) format("woff"),url(/assets/KaTeX_Script-Regular.1c67f068.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular.6b47c401.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular.c943cc98.woff) format("woff"),url(/assets/KaTeX_Size1-Regular.95b6d2f1.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular.d04c5421.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular.2014c523.woff) format("woff"),url(/assets/KaTeX_Size2-Regular.a6b2099f.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular.6ab6b62e.woff) format("woff"),url(/assets/KaTeX_Size3-Regular.500e04d5.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular.a4af7d41.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular.99f9c675.woff) format("woff"),url(/assets/KaTeX_Size4-Regular.c647367d.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular.71d517d6.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular.e14fed02.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular.f01f3e87.ttf) format("truetype")}.katex{text-rendering:auto;font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.3"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.katex{font-size:1.05em}.katex-display{overflow:auto hidden;-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em}.katex-display::-webkit-scrollbar{height:3px}.katex-display .katex{font-size:1.21em}.katex-error{color:red}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.popup-enter-active,.popup-leave-active{transition:opacity .3s,transform .3s}.popup-enter-from,.popup-leave-to{opacity:0;transform:translateY(50%) scale(.5)}.sw-hint-popup,.sw-update-popup{position:fixed;right:1rem;bottom:1rem;z-index:300;padding:.5rem .75rem;border-width:0;border-radius:.5rem;background:var(--c-bg, #fff);color:var(--c-text, #2c3e50);box-shadow:0 2px 12px 0 var(--card-shadow);font-size:1rem;line-height:1.5;cursor:pointer}.sw-hint-popup .icon-wrapper,.sw-update-popup .icon-wrapper{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;margin-left:.4rem;border-radius:.75rem;background:var(--c-brand, #3eaf7c)}.sw-hint-popup .icon-wrapper svg,.sw-update-popup .icon-wrapper svg{width:1.2rem;height:1.2rem;margin:.15rem;color:var(--white, #fff);animation:rotate 3s ease infinite}.footer-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;padding-left:.75rem 2rem .75rem calc(var(--sidebar-width) + 2rem);border-top:1px solid var(--border-color);background:var(--bg-color);color:var(--dark-color);text-align:center;transition:border-top-color var(--color-transition),background var(--color-transition)}@media (max-width: 719px){.footer-wrapper{padding-left:2rem}}.no-sidebar .footer-wrapper,.sidebar-collapsed .footer-wrapper{padding-left:2rem}@media (max-width: 419px){.footer-wrapper>div{width:100%}}.footer-wrapper .footer{margin:.5rem 1rem;font-size:14px}.footer-wrapper .copyright{margin:6px 0;font-size:13px}.page:not(.not-found)+.footer-wrapper{margin-top:-2rem}.toggle-sidebar-wrapper{position:fixed;top:var(--navbar-height);bottom:0;left:var(--sidebar-width);z-index:100;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:left var(--transform-transition)}@media (max-width: 719px){.toggle-sidebar-wrapper{display:none}}.toggle-sidebar-wrapper:hover{background:rgba(127,127,127,.05);cursor:pointer}.toggle-sidebar-wrapper .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s}html[data-theme=dark] .toggle-sidebar-wrapper .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.toggle-sidebar-wrapper .arrow.down{transform:rotate(180deg)}.toggle-sidebar-wrapper .arrow.right{transform:rotate(90deg)}.toggle-sidebar-wrapper .arrow.left{transform:rotate(-90deg)}.theme-container .page{padding-top:var(--navbar-height);padding-left:calc(var(--sidebar-width) + 2rem)}@media (max-width: 719px){.theme-container .page{padding-left:0}}.theme-container .sidebar{top:var(--navbar-height)}.theme-container.no-navbar .page{padding-top:0}.theme-container.no-navbar .sidebar{top:0}@media (max-width: 719px){.theme-container.no-navbar .sidebar{top:0}}@media (max-width: 719px){.theme-container.hide-navbar .sidebar{top:0}}.theme-container.no-sidebar .page{padding-left:0}.theme-container.no-sidebar .toggle-sidebar-button,.theme-container.no-sidebar .toggle-sidebar-wrapper,.theme-container.no-sidebar .sidebar{display:none}.theme-container.sidebar-open .sidebar{box-shadow:2px 0 8px var(--card-shadow);transform:translate(0)}.theme-container.sidebar-collapsed .page{padding-left:2rem}.theme-container.sidebar-collapsed .sidebar{box-shadow:none;transform:translate(-100%)}.theme-container.sidebar-collapsed .toggle-sidebar-wrapper{left:0}@media (min-width: 1440px){.theme-container.has-toc .page{padding-right:16rem}}@keyframes bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--bounce-start-scale-x, 1.1),var(--bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--bounce-jump-scale-x, .9),var(--bounce-jump-scale-y, 1.1)) translateY(var(--bounce-height, -.5em))}50%{transform:scale(var(--bounce-land-scale-x, 1.05),var(--bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}.home.project{display:block;max-width:var(--home-page-width);min-height:calc(100vh - var(--navbar-height));margin:0 auto;padding:var(--navbar-height) 2rem 0}@media (max-width: 419px){.home.project{padding-right:1.5rem;padding-left:1.5rem}}@media (min-width: 959px){.home.project .hero{display:flex;align-items:center;justify-content:space-evenly}}.home.project .hero img{display:block;max-width:100%;max-height:280px;margin:0}@media (max-width: 959px){.home.project .hero img{margin:3rem auto 1.5rem}}@media (max-width: 719px){.home.project .hero img{max-height:240px;margin:2rem auto 1.2rem}}@media (max-width: 419px){.home.project .hero img{max-height:210px;margin:1.5rem auto 1rem}}.home.project .hero img.light{display:block}html[data-theme=dark] .home.project .hero img.light,.home.project .hero img.dark{display:none}html[data-theme=dark] .home.project .hero img.dark{display:block}.home.project .hero h1,.home.project .hero .description,.home.project .hero .actions{margin:1.8rem 0}@media (max-width: 719px){.home.project .hero h1,.home.project .hero .description,.home.project .hero .actions{margin:1.5rem 0}}@media (max-width: 959px){.home.project .hero h1,.home.project .hero .description,.home.project .hero .actions{margin:1.5rem auto;text-align:center}}@media (max-width: 419px){.home.project .hero h1,.home.project .hero .description,.home.project .hero .actions{margin:1.2rem 0}}.home.project .hero h1{font-size:3.6rem;font-family:var(--font-family-fancy)}@media (max-width: 719px){.home.project .hero h1{font-size:2.5rem}}@media (max-width: 419px){.home.project .hero h1{font-size:2rem}}.home.project .hero .description{max-width:35rem;color:var(--text-color-bright);font-weight:500;font-size:1.6rem;line-height:1.3}@media (max-width: 719px){.home.project .hero .description{font-size:1.4rem}}@media (max-width: 419px){.home.project .hero .description{font-size:1.2rem}}.home.project .hero .action-button{display:inline-block;overflow:hidden;margin:.5rem;padding:.5em 1.5rem;border:1px solid var(--text-color);border-radius:2rem;background:var(--bg-color-secondary);color:var(--text-color);font-size:1.2rem;transition:color var(--color-transition),color var(--color-transition),transform var(--transform-transition)}@media (max-width: 719px){.home.project .hero .action-button{padding:.8rem 1.2rem;font-size:1.1rem}}@media (max-width: 419px){.home.project .hero .action-button{font-size:1rem}}@media print{.home.project .hero .action-button{text-decoration:none}}.home.project .hero .action-button:hover{border-color:var(--text-color-bright);color:var(--text-color-bright)}.home.project .hero .action-button.primary{border-color:var(--theme-color);background:var(--theme-color);color:var(--white)}.home.project .hero .action-button.primary:hover{border-color:var(--theme-color-light);background:var(--theme-color-light)}.home.project .features{display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;justify-content:center;margin:0 -1rem;padding:1.2rem 0;border-top:1px solid var(--border-color);transition:border-color var(--color-transition)}@media (max-width: 419px){.home.project .features{margin:0 -.5rem}}@media print{.home.project .features{display:block}}.home.project .feature{position:relative;flex-basis:calc(33% - 4rem);margin:.5rem;padding:1rem;border-radius:.5rem;transition:background var(--color-transition),box-shadow var(--color-transition),transform var(--transform-transition)}@media (min-width: 1440px){.home.project .feature{flex-basis:calc(25% - 3rem)}}@media (max-width: 959px){.home.project .feature{flex-basis:calc(50% - 3rem)}}@media (max-width: 719px){.home.project .feature{font-size:.95rem}}@media (max-width: 419px){.home.project .feature{flex-basis:100%;margin:.5rem 0;font-size:.9rem}}.home.project .feature.link{cursor:pointer}@media print{.home.project .feature.link{text-decoration:none}}.home.project .feature:hover{background-color:var(--bg-color-secondary);box-shadow:0 2px 12px 0 var(--card-shadow);transform:scale(1.05)}.home.project .feature .icon{display:inline-block;margin-right:.5rem;color:var(--theme-color);font-size:1.1em}.home.project .feature h2{margin:.25rem 0 .5rem;color:var(--text-color-light);font-weight:700;font-size:1.3rem}@media (max-width: 419px){.home.project .feature h2{font-size:1.2rem}}.home.project .feature p{margin:0;color:var(--text-color-lighter);line-height:1.4}.home.project:not(.pure) .action-button:active{transform:scale(.96)}.home.project:not(.pure) .feature:hover .icon{animation-name:bounce;animation-duration:var(--fa-animation-duration, 1s);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal)}.home.project .theme-hope-content{padding-bottom:1.5rem}.theme-hope-content:not(.custom)>*:first-child{margin-top:0}.breadcrumb{max-width:var(--content-width);margin-right:auto;margin-left:auto;padding-right:2.5rem;padding-left:2.5rem;position:relative;z-index:2;padding-top:.5rem;font-size:15px}@media (max-width: 959px){.breadcrumb{padding-right:1.5rem;padding-left:1.5rem}}@media (max-width: 959px){.breadcrumb{font-size:14px}}@media (max-width: 419px){.breadcrumb{font-size:12.8px}}.breadcrumb .icon{margin-right:.25em}.breadcrumb a{display:inline-block;padding:0 .5em;line-height:2}.breadcrumb a:before{position:relative;bottom:.125rem;margin-right:.25em}.breadcrumb a:hover{color:var(--theme-color)}.breadcrumb ol{margin:0;padding-left:0;list-style:none}.breadcrumb li{display:inline-block}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li:last-child a{padding-right:0}.breadcrumb li.is-active a{color:var(--light-grey);cursor:default;pointer-events:none}.breadcrumb li+li:before{content:"/";color:var(--light-grey)}.page-nav{max-width:var(--content-width);margin-right:auto;margin-left:auto;padding:.5rem 2.5rem;overflow:auto;min-height:2rem;margin-top:0;border-top:1px solid var(--border-color);transition:border-top var(--color-transition)}@media (max-width: 959px){.page-nav{padding-right:1.5rem;padding-left:1.5rem}}.page-nav .nav-link{display:inline-block;padding:.25rem}.page-nav .nav-link .hint{color:var(--light-grey);font-size:.875rem;line-height:2}.page-nav .nav-link .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:.75rem}html[data-theme=dark] .page-nav .nav-link .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.page-nav .nav-link .arrow.down{transform:rotate(180deg)}.page-nav .nav-link .arrow.right{transform:rotate(90deg)}.page-nav .nav-link .arrow.left{transform:rotate(-90deg)}.page-nav .prev{text-align:left}.page-nav .prev .icon{margin-right:.25em}.page-nav .next{float:right;text-align:right}.page-nav .next .icon{margin-left:.25em}.categories-wrapper{margin:0;padding-left:0;list-style:none}.categories-wrapper li{display:inline-block}.categories-wrapper .category{display:inline-block;margin:0 .25em;padding:0 .25em;border-radius:.25em;font-weight:700;font-size:.75rem;line-height:2;transition:background var(--color-transition),color var(--color-transition)}.categories-wrapper .category>span:after{content:", "}.categories-wrapper .category>span:last-child:after{content:""}.categories-wrapper .category.clickable>span:hover{color:var(--theme-color);cursor:pointer}.categories-wrapper .category0{background:#fde5e7;color:#ec2f3e}html[data-theme=dark] .categories-wrapper .category0{background:#340509;color:#ba111f}.categories-wrapper .category0:hover{background:#f9bec3}html[data-theme=dark] .categories-wrapper .category0:hover{background:#53080e}.categories-wrapper .category1{background:#ffeee8;color:#fb7649}html[data-theme=dark] .categories-wrapper .category1{background:#441201;color:#f54205}.categories-wrapper .category1:hover{background:#fed4c6}html[data-theme=dark] .categories-wrapper .category1:hover{background:#6d1d02}.categories-wrapper .category2{background:#fef5e7;color:#f5b041}html[data-theme=dark] .categories-wrapper .category2{background:#3e2703;color:#e08e0b}.categories-wrapper .category2:hover{background:#fce6c4}html[data-theme=dark] .categories-wrapper .category2:hover{background:#633f05}.categories-wrapper .category3{background:#eafaf1;color:#55d98d}html[data-theme=dark] .categories-wrapper .category3{background:#0c331c;color:#29b866}.categories-wrapper .category3:hover{background:#caf3db}html[data-theme=dark] .categories-wrapper .category3:hover{background:#12522d}.categories-wrapper .category4{background:#e6f9ee;color:#36d278}html[data-theme=dark] .categories-wrapper .category4{background:#092917;color:#219552}.categories-wrapper .category4:hover{background:#c0f1d5}html[data-theme=dark] .categories-wrapper .category4:hover{background:#0f4224}.categories-wrapper .category5{background:#e1fcfc;color:#16e1e1}html[data-theme=dark] .categories-wrapper .category5{background:#042929;color:#0e9595}.categories-wrapper .category5:hover{background:#b4f8f8}html[data-theme=dark] .categories-wrapper .category5:hover{background:#064242}.categories-wrapper .category6{background:#e4f0fe;color:#2589f6}html[data-theme=dark] .categories-wrapper .category6{background:#021b36;color:#0862c3}.categories-wrapper .category6:hover{background:#bbdafc}html[data-theme=dark] .categories-wrapper .category6:hover{background:#042c57}.categories-wrapper .category7{background:#f7f1fd;color:#bb8ced}html[data-theme=dark] .categories-wrapper .category7{background:#2a0b4b;color:#9851e4}.categories-wrapper .category7:hover{background:#eadbfa}html[data-theme=dark] .categories-wrapper .category7:hover{background:#431277}.categories-wrapper .category8{background:#fdeaf5;color:#ef59ab}html[data-theme=dark] .categories-wrapper .category8{background:#400626;color:#e81689}.categories-wrapper .category8:hover{background:#facbe5}html[data-theme=dark] .categories-wrapper .category8:hover{background:#670a3d}.tags-wrapper{margin:0;padding-left:0;list-style:none}.tags-wrapper li{display:inline-block}.tags-wrapper .tag{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;min-width:1.5rem;margin:0 .125rem;padding:.125rem .25rem .125rem .625rem;font-weight:700;font-size:.625rem;line-height:1.5;text-align:center;transition:background var(--color-transition),color var(--color-transition)}.tags-wrapper .tag.clickable:hover{cursor:pointer}.tags-wrapper .tag0{background:#fde5e7;background:linear-gradient(135deg,transparent .75em,#fde5e7 0) top,linear-gradient(45deg,transparent .75em,#fde5e7 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#ec2f3e}html[data-theme=dark] .tags-wrapper .tag0{background:#340509;background:linear-gradient(135deg,transparent .75em,#340509 0) top,linear-gradient(45deg,transparent .75em,#340509 0) bottom;color:#ba111f}.tags-wrapper .tag0.clickable:hover{background:#f9bec3;background:linear-gradient(135deg,transparent .75em,#f9bec3 0) top,linear-gradient(45deg,transparent .75em,#f9bec3 0) bottom}html[data-theme=dark] .tags-wrapper .tag0.clickable:hover{background:#53080e;background:linear-gradient(135deg,transparent .75em,#53080e 0) top,linear-gradient(45deg,transparent .75em,#53080e 0) bottom}.tags-wrapper .tag1{background:#ffeee8;background:linear-gradient(135deg,transparent .75em,#ffeee8 0) top,linear-gradient(45deg,transparent .75em,#ffeee8 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#fb7649}html[data-theme=dark] .tags-wrapper .tag1{background:#441201;background:linear-gradient(135deg,transparent .75em,#441201 0) top,linear-gradient(45deg,transparent .75em,#441201 0) bottom;color:#f54205}.tags-wrapper .tag1.clickable:hover{background:#fed4c6;background:linear-gradient(135deg,transparent .75em,#fed4c6 0) top,linear-gradient(45deg,transparent .75em,#fed4c6 0) bottom}html[data-theme=dark] .tags-wrapper .tag1.clickable:hover{background:#6d1d02;background:linear-gradient(135deg,transparent .75em,#6d1d02 0) top,linear-gradient(45deg,transparent .75em,#6d1d02 0) bottom}.tags-wrapper .tag2{background:#fef5e7;background:linear-gradient(135deg,transparent .75em,#fef5e7 0) top,linear-gradient(45deg,transparent .75em,#fef5e7 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#f5b041}html[data-theme=dark] .tags-wrapper .tag2{background:#3e2703;background:linear-gradient(135deg,transparent .75em,#3e2703 0) top,linear-gradient(45deg,transparent .75em,#3e2703 0) bottom;color:#e08e0b}.tags-wrapper .tag2.clickable:hover{background:#fce6c4;background:linear-gradient(135deg,transparent .75em,#fce6c4 0) top,linear-gradient(45deg,transparent .75em,#fce6c4 0) bottom}html[data-theme=dark] .tags-wrapper .tag2.clickable:hover{background:#633f05;background:linear-gradient(135deg,transparent .75em,#633f05 0) top,linear-gradient(45deg,transparent .75em,#633f05 0) bottom}.tags-wrapper .tag3{background:#eafaf1;background:linear-gradient(135deg,transparent .75em,#eafaf1 0) top,linear-gradient(45deg,transparent .75em,#eafaf1 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#55d98d}html[data-theme=dark] .tags-wrapper .tag3{background:#0c331c;background:linear-gradient(135deg,transparent .75em,#0c331c 0) top,linear-gradient(45deg,transparent .75em,#0c331c 0) bottom;color:#29b866}.tags-wrapper .tag3.clickable:hover{background:#caf3db;background:linear-gradient(135deg,transparent .75em,#caf3db 0) top,linear-gradient(45deg,transparent .75em,#caf3db 0) bottom}html[data-theme=dark] .tags-wrapper .tag3.clickable:hover{background:#12522d;background:linear-gradient(135deg,transparent .75em,#12522d 0) top,linear-gradient(45deg,transparent .75em,#12522d 0) bottom}.tags-wrapper .tag4{background:#e6f9ee;background:linear-gradient(135deg,transparent .75em,#e6f9ee 0) top,linear-gradient(45deg,transparent .75em,#e6f9ee 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#36d278}html[data-theme=dark] .tags-wrapper .tag4{background:#092917;background:linear-gradient(135deg,transparent .75em,#092917 0) top,linear-gradient(45deg,transparent .75em,#092917 0) bottom;color:#219552}.tags-wrapper .tag4.clickable:hover{background:#c0f1d5;background:linear-gradient(135deg,transparent .75em,#c0f1d5 0) top,linear-gradient(45deg,transparent .75em,#c0f1d5 0) bottom}html[data-theme=dark] .tags-wrapper .tag4.clickable:hover{background:#0f4224;background:linear-gradient(135deg,transparent .75em,#0f4224 0) top,linear-gradient(45deg,transparent .75em,#0f4224 0) bottom}.tags-wrapper .tag5{background:#e1fcfc;background:linear-gradient(135deg,transparent .75em,#e1fcfc 0) top,linear-gradient(45deg,transparent .75em,#e1fcfc 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#16e1e1}html[data-theme=dark] .tags-wrapper .tag5{background:#042929;background:linear-gradient(135deg,transparent .75em,#042929 0) top,linear-gradient(45deg,transparent .75em,#042929 0) bottom;color:#0e9595}.tags-wrapper .tag5.clickable:hover{background:#b4f8f8;background:linear-gradient(135deg,transparent .75em,#b4f8f8 0) top,linear-gradient(45deg,transparent .75em,#b4f8f8 0) bottom}html[data-theme=dark] .tags-wrapper .tag5.clickable:hover{background:#064242;background:linear-gradient(135deg,transparent .75em,#064242 0) top,linear-gradient(45deg,transparent .75em,#064242 0) bottom}.tags-wrapper .tag6{background:#e4f0fe;background:linear-gradient(135deg,transparent .75em,#e4f0fe 0) top,linear-gradient(45deg,transparent .75em,#e4f0fe 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#2589f6}html[data-theme=dark] .tags-wrapper .tag6{background:#021b36;background:linear-gradient(135deg,transparent .75em,#021b36 0) top,linear-gradient(45deg,transparent .75em,#021b36 0) bottom;color:#0862c3}.tags-wrapper .tag6.clickable:hover{background:#bbdafc;background:linear-gradient(135deg,transparent .75em,#bbdafc 0) top,linear-gradient(45deg,transparent .75em,#bbdafc 0) bottom}html[data-theme=dark] .tags-wrapper .tag6.clickable:hover{background:#042c57;background:linear-gradient(135deg,transparent .75em,#042c57 0) top,linear-gradient(45deg,transparent .75em,#042c57 0) bottom}.tags-wrapper .tag7{background:#f7f1fd;background:linear-gradient(135deg,transparent .75em,#f7f1fd 0) top,linear-gradient(45deg,transparent .75em,#f7f1fd 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#bb8ced}html[data-theme=dark] .tags-wrapper .tag7{background:#2a0b4b;background:linear-gradient(135deg,transparent .75em,#2a0b4b 0) top,linear-gradient(45deg,transparent .75em,#2a0b4b 0) bottom;color:#9851e4}.tags-wrapper .tag7.clickable:hover{background:#eadbfa;background:linear-gradient(135deg,transparent .75em,#eadbfa 0) top,linear-gradient(45deg,transparent .75em,#eadbfa 0) bottom}html[data-theme=dark] .tags-wrapper .tag7.clickable:hover{background:#431277;background:linear-gradient(135deg,transparent .75em,#431277 0) top,linear-gradient(45deg,transparent .75em,#431277 0) bottom}.tags-wrapper .tag8{background:#fdeaf5;background:linear-gradient(135deg,transparent .75em,#fdeaf5 0) top,linear-gradient(45deg,transparent .75em,#fdeaf5 0) bottom;background-size:100% 52%!important;background-repeat:no-repeat!important;color:#ef59ab}html[data-theme=dark] .tags-wrapper .tag8{background:#400626;background:linear-gradient(135deg,transparent .75em,#400626 0) top,linear-gradient(45deg,transparent .75em,#400626 0) bottom;color:#e81689}.tags-wrapper .tag8.clickable:hover{background:#facbe5;background:linear-gradient(135deg,transparent .75em,#facbe5 0) top,linear-gradient(45deg,transparent .75em,#facbe5 0) bottom}html[data-theme=dark] .tags-wrapper .tag8.clickable:hover{background:#670a3d;background:linear-gradient(135deg,transparent .75em,#670a3d 0) top,linear-gradient(45deg,transparent .75em,#670a3d 0) bottom}.page-info{display:flex;flex-wrap:wrap;align-content:stretch;align-items:center;justify-content:flex-start;color:var(--dark-grey);font-size:14px}@media print{.page-info{display:flex!important}}.page-info>span{display:flex;flex-shrink:0;align-items:center;margin-right:.5em;line-height:2}@media (min-width: 1440px){.page-info>span{font-size:1.1em}}@media (max-width: 419px){.page-info>span{margin-right:.3em;font-size:.875em}}@media print{.page-info>span{display:flex!important}}.page-info .origin{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;padding:0 .5em;border:.5px solid var(--dark-grey);border-radius:.75em;background:var(--bg-color);font-size:.75em;line-height:1.5}.page-info .icon{position:relative;display:inline-block;vertical-align:middle;width:1em;height:1em;margin-right:.25em}.page-info a{color:inherit}.page-info a:hover,.page-info a:active{color:var(--theme-color)}.page-info .author-item{display:inline-block;margin:0 4px;font-weight:400}.theme-hope-content:not(.custom) h1:first-child,.theme-hope-content:not(.custom) h2:first-child,.theme-hope-content:not(.custom) h3:first-child,.theme-hope-content:not(.custom) h4:first-child,.theme-hope-content:not(.custom) h5:first-child,.theme-hope-content:not(.custom) h6:first-child{margin-top:calc(.5rem - var(--navbar-height))!important;padding-top:var(--navbar-height)!important}.theme-hope-content:not(.custom){padding-top:0!important}.theme-hope-content:not(.custom)>h1:first-child{display:none}.page-title{max-width:var(--content-width);margin-right:auto;margin-left:auto;padding-right:2.5rem;padding-left:2.5rem;position:relative;z-index:1;padding-top:.5rem;padding-bottom:0}@media (max-width: 959px){.page-title{padding-right:1.5rem;padding-left:1.5rem}}.page-title h1{margin-top:calc(.5rem - var(--navbar-height))!important;margin-bottom:1rem;padding-top:var(--navbar-height)!important;font-size:2.2rem}.page-title h1 .icon{margin-right:.25em;color:var(--theme-color);font-size:.9em}.page-meta{max-width:var(--content-width);margin-right:auto;margin-left:auto;padding:.75rem 2.5rem;overflow:auto}@media (max-width: 959px){.page-meta{padding-right:1.5rem;padding-left:1.5rem}}.page-meta .meta-item{margin-top:.5rem}.page-meta .meta-item .label{font-weight:500}.page-meta .meta-item .label:not(a){color:var(--text-color-lighter)}.page-meta .meta-item .info{color:var(--dark-grey);font-weight:400}.page-meta .edit-link{display:inline-block;margin-right:.25rem;font-size:14px}@media (max-width: 719px){.page-meta .edit-link{margin-bottom:8px}}.page-meta .edit-link .icon{position:relative;bottom:-.125em;width:1em;height:1em;margin-right:.25em}.page-meta .update-time{float:right;font-size:14px}@media (max-width: 719px){.page-meta .update-time{float:none;font-size:13px;text-align:left}}.page-meta .update-time:first-child{float:left}.page-meta .contributors{font-size:14px;text-align:right}@media (max-width: 719px){.page-meta .contributors{font-size:13px;text-align:left}}.toc-place-holder{position:sticky;top:calc(var(--navbar-height) + 2rem);z-index:99;max-width:var(--content-width);margin:0 auto}.toc-place-holder+.theme-hope-content:not(.custom){padding-top:0}#toc{position:absolute;left:calc(100% + 1rem);display:none;min-width:10rem;max-width:15rem}@media (min-width: 1440px){.has-toc #toc{display:block}}#toc .toc-header{margin:0 0 .75rem .5rem;font-weight:600;font-size:.875rem}#toc .toc-wrapper{position:relative;overflow-x:hidden;overflow-y:auto;max-height:75vh;margin:0 .5rem;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;scroll-behavior:smooth}#toc .toc-wrapper::-webkit-scrollbar-track-piece{background:transparent}#toc .toc-wrapper::-webkit-scrollbar{width:3px}#toc .toc-wrapper::-webkit-scrollbar-thumb:vertical{background:#ddd}html[data-theme=dark] #toc .toc-wrapper::-webkit-scrollbar-thumb:vertical{background:#333}#toc .toc-list{position:relative;margin:0;padding:0}#toc .toc-list:before{content:" ";position:absolute;top:0;bottom:0;left:-8px;z-index:-1;width:2px;background:var(--border-color)}#toc .toc-link{position:relative;display:block;overflow:hidden;max-width:100%;color:var(--light-grey);line-height:inherit;text-overflow:ellipsis;white-space:nowrap}#toc .toc-link.level2{padding-left:0;font-size:14px}#toc .toc-link.level3{padding-left:8px;font-size:13px}#toc .toc-link.level4{padding-left:16px;font-size:12px}#toc .toc-link.level5{padding-left:24px;font-size:11px}#toc .toc-link.level6{padding-left:32px;font-size:10px}#toc .toc-item{position:relative;box-sizing:border-box;height:1.7rem;padding:0 .5rem;list-style:none;line-height:1.7rem}#toc .toc-item:before{content:" ";position:absolute;top:0;bottom:0;left:-8px;z-index:2;width:2px;background:transparent}#toc .toc-item:hover>.toc-link{color:var(--theme-color)}#toc .toc-item.active>.toc-link{color:var(--theme-color);font-weight:700}#toc .toc-item.active:before{background:var(--theme-color)}.page{display:block;padding-bottom:2rem;transition:padding var(--transform-transition)}@media (max-width: 719px){.page{min-height:100vh}}.dropdown-wrapper{cursor:pointer}.dropdown-wrapper:not(:hover) .arrow{transform:rotate(-180deg)}.dropdown-wrapper .dropdown-title{border-width:0;background:transparent;cursor:pointer;padding:0 .25rem;color:var(--dark-grey);font-weight:500;font-size:inherit;font-family:inherit;line-height:inherit;cursor:inherit}.dropdown-wrapper .dropdown-title:hover{border-color:transparent}.dropdown-wrapper .dropdown-title:after{border-left:5px solid var(--theme-color)}.dropdown-wrapper .dropdown-title .icon{margin-right:.25em;font-size:1em}.dropdown-wrapper .dropdown-title .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:1.2em}html[data-theme=dark] .dropdown-wrapper .dropdown-title .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.dropdown-wrapper .dropdown-title .arrow.down{transform:rotate(180deg)}.dropdown-wrapper .dropdown-title .arrow.right{transform:rotate(90deg)}.dropdown-wrapper .dropdown-title .arrow.left{transform:rotate(-90deg)}.dropdown-wrapper ul{margin:0;padding:0;list-style-type:none}.dropdown-wrapper .nav-dropdown{position:absolute;top:100%;right:0;overflow-y:auto;box-sizing:border-box;max-height:calc(100vh - var(--navbar-height));margin:0;padding:.5rem .75rem;border:1px solid var(--grey14);border-radius:.25rem;background:var(--bg-color);box-shadow:2px 2px 10px var(--card-shadow);text-align:left;white-space:nowrap;opacity:0;visibility:hidden;transition:all .18s ease-out;transform:scale(.8)}.dropdown-wrapper:hover .nav-dropdown,.dropdown-wrapper.open .nav-dropdown{z-index:2;opacity:1;visibility:visible;transform:scale(1)}.dropdown-wrapper .nav-link{position:relative;display:block;margin-bottom:0;border-bottom:none;color:var(--dark-grey);font-weight:400;font-size:.875rem;line-height:1.7rem;transition:color var(--color-transition)}.dropdown-wrapper .nav-link:hover,.dropdown-wrapper .nav-link.active{color:var(--theme-color)}.dropdown-wrapper .dropdown-subtitle{margin:0;padding:0 .25rem;color:var(--light-grey);font-weight:600;font-size:.75rem;line-height:2;text-transform:uppercase;transition:color var(--color-transition)}.dropdown-wrapper .dropdown-subitem-wrapper{padding:0 0 .5rem;border-bottom:1px solid var(--grey14)}.dropdown-wrapper .dropdown-item{color:inherit;line-height:1.7rem}.dropdown-wrapper .dropdown-item:last-child .dropdown-subitem-wrapper{padding-bottom:0;border-bottom-width:0}.navbar .logo{vertical-align:top;height:var(--navbar-line-height);margin-right:.8rem}.navbar .logo.light{display:inline-block}.navbar .logo.dark,html[data-theme=dark] .navbar .logo.light{display:none}html[data-theme=dark] .navbar .logo.dark{display:inline-block}.navbar .site-name{position:relative;color:var(--text-color);font-size:1.25rem}@media (max-width: 719px){.navbar .site-name{overflow:hidden;width:calc(100vw - 9.4rem);text-overflow:ellipsis;white-space:nowrap}}.brand:hover .navbar .site-name{color:var(--theme-color)}.navbar .nav-links{display:flex;align-items:center;font-size:.875rem}.navbar .nav-item{position:relative;margin:0 .25rem;line-height:2rem}.navbar .nav-item:first-child{margin-left:0}.navbar .nav-item:last-child{margin-right:0}.navbar .nav-item>.nav-link{color:var(--dark-grey)}.navbar .nav-item>.nav-link:after{content:" ";position:absolute;right:50%;bottom:0;left:50%;height:2px;border-radius:1px;background:var(--theme-color-light);visibility:hidden;transition:left .2s ease-in-out,right .2s ease-in-out}.navbar .nav-item>.nav-link.active{color:var(--theme-color)}.navbar .nav-item>.nav-link:hover:after,.navbar .nav-item>.nav-link.active:after{right:0;left:0;visibility:visible}.nav-screen-dropdown-title{border-width:0;background:transparent;position:relative;display:flex;align-items:center;width:100%;padding:0;color:var(--dark-grey);font-size:inherit;font-family:inherit;text-align:left;cursor:pointer}.nav-screen-dropdown-title:hover,.nav-screen-dropdown-title.active{color:var(--text-color)}.nav-screen-dropdown-title .title{flex:1}.nav-screen-dropdown-title .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s}html[data-theme=dark] .nav-screen-dropdown-title .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.nav-screen-dropdown-title .arrow.down{transform:rotate(180deg)}.nav-screen-dropdown-title .arrow.right{transform:rotate(90deg)}.nav-screen-dropdown-title .arrow.left{transform:rotate(-90deg)}.nav-screen-dropdown{overflow:hidden;margin:.5rem 0 0;padding:0;list-style:none;transition:transform .1s ease-out;transform:scaleY(1);transform-origin:top}.nav-screen-dropdown.hide{height:0;margin:0;transform:scaleY(0)}.nav-screen-dropdown .nav-link{position:relative;display:block;padding-left:.5rem;font-weight:400;line-height:2}.nav-screen-dropdown .nav-link:hover,.nav-screen-dropdown .nav-link.active{color:var(--theme-color)}.nav-screen-dropdown .nav-link .icon{font-size:1em}.nav-screen-dropdown .dropdown-item{color:inherit;line-height:1.7rem}.nav-screen-dropdown .dropdown-subtitle{margin:0;padding-left:.25rem;color:var(--light-grey);font-weight:600;font-size:.75rem;line-height:2;text-transform:uppercase;transition:color var(--color-transition)}.nav-screen-dropdown .dropdown-subtitle .nav-link{padding:0}.nav-screen-dropdown .dropdown-subitem-wrapper{margin:0;padding:0;list-style:none}.nav-screen-dropdown .dropdown-subitem{padding-left:.5rem;font-size:.9em}.nav-screen-links{display:none;padding-bottom:.75rem}@media (max-width: 719px){.nav-screen-links{display:block}}.nav-screen-links .navbar-links-item{position:relative;display:block;padding:12px 4px 11px 0;border-bottom:1px solid var(--border-color);font-size:16px;line-height:1.5rem;transition:border-bottom-color var(--color-transition)}.nav-screen-links .nav-link{display:inline-block;width:100%;color:var(--dark-grey);font-weight:400}.nav-screen-links .nav-link:hover{color:var(--text-color)}.nav-screen-links .nav-link.active{color:var(--theme-color)}.appearance-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-weight:600;font-size:.75rem;line-height:2;transition:color var(--color-transition)}#appearance-switch{border-width:0;background:transparent;vertical-align:middle;padding:6px;color:var(--dark-grey);cursor:pointer;transition:color var(--color-transition)}#appearance-switch:hover{color:var(--theme-color)}#appearance-switch .icon{width:1.25rem;height:1.25rem}.theme-color-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-weight:600;font-size:.75rem;line-height:2;transition:color var(--color-transition)}#theme-color-picker{display:flex;margin:0;padding:0;list-style-type:none;font-size:14px}#theme-color-picker li span{display:inline-block;vertical-align:middle;width:15px;height:15px;margin:0 2px;border-radius:2px}#theme-color-picker li span.theme-color,#theme-color-picker li span.theme-color html[data-theme=dark]{background:#66b7f2}:root.theme-blue{--theme-color: #4b92f3;--theme-color-light: #5d9df4;--theme-color-dark: #2d80f1;--theme-color-mask: rgba(75, 146, 243, .15)}:root.theme-red{--theme-color: #f31e3d;--theme-color-light: #f43550;--theme-color-dark: #e90c2d;--theme-color-mask: rgba(243, 30, 61, .15)}:root.theme-green{--theme-color: #50b17a;--theme-color-light: #62b987;--theme-color-dark: #47a06e;--theme-color-mask: rgba(80, 177, 122, .15)}:root.theme-orange{--theme-color: #f46c3e;--theme-color-light: #f57b51;--theme-color-dark: #f25621;--theme-color-mask: rgba(244, 108, 62, .15)}.full-screen-title{display:block;margin:0;padding:0 .25rem;color:var(--light-grey);font-weight:600;font-size:.75rem;line-height:2;transition:color var(--color-transition)}.full-screen,.cancel-full-screen{border-width:0;background:transparent;vertical-align:middle;padding:6px;color:var(--dark-grey);cursor:pointer}.full-screen:hover,.cancel-full-screen:hover{color:var(--theme-color)}.full-screen .icon,.cancel-full-screen .icon{width:1.25rem;height:1.25rem}.enter-fullscreen-icon:hover,.cancel-fullscreen-icon{color:var(--theme-color)}.cancel-fullscreen-icon:hover{color:var(--dark-grey)}#nav-screen{position:fixed;top:var(--navbar-height);right:0;bottom:0;left:0;z-index:150;display:none;overflow-y:auto;padding:0 2rem;background:var(--bg-color);transition:background .5s}@media (max-width: 719px){#nav-screen{display:block}}#nav-screen .container{max-width:320px;margin:0 auto;padding:2rem 0 4rem}#nav-screen.fade-enter-active,#nav-screen.fade-leave-active{transition:opacity .25s}#nav-screen.fade-enter-active .container,#nav-screen.fade-leave-active .container{transition:transform .25s ease}#nav-screen.fade-enter-from,#nav-screen.fade-leave-to{opacity:0}#nav-screen.fade-enter-from .container,#nav-screen.fade-leave-to .container{transform:translateY(-8px)}#nav-screen .outlook-wrapper{display:flex;justify-content:space-around}#nav-screen .icon{margin-right:.25em}.outlook-button{border-width:0;background:transparent;cursor:pointer;position:relative;padding:6px;color:var(--dark-grey)}.outlook-button .icon{vertical-align:middle;width:1.25rem;height:1.25rem}.outlook-dropdown{position:absolute;top:100%;right:0;overflow-y:auto;box-sizing:border-box;min-width:100px;margin:0;padding:.5rem .75rem;border:1px solid var(--grey14);border-radius:.25rem;background:var(--bg-color);box-shadow:2px 2px 10px var(--card-shadow);text-align:left;white-space:nowrap;opacity:0;visibility:hidden;transition:all .18s ease-out;transform:scale(.8)}.outlook-dropdown>*:not(:last-child){padding-bottom:.5rem;border-bottom:1px solid var(--grey14)}.outlook-button:hover .outlook-dropdown,.outlook-button.open .outlook-dropdown{z-index:2;opacity:1;visibility:visible;transform:scale(1)}.toggle-navbar-button{border-width:0;background:transparent;cursor:pointer;position:relative;display:none;align-items:center;justify-content:center;padding:6px}@media screen and (max-width: 719px){.toggle-navbar-button{display:flex}}.toggle-navbar-button .button-container{position:relative;overflow:hidden;width:16px;height:14px}.toggle-navbar-button .button-top,.toggle-navbar-button .button-middle,.toggle-navbar-button .button-bottom{position:absolute;width:16px;height:2px;background:var(--dark-grey);transition:top .25s,background .5s,transform .25s}.toggle-navbar-button .button-top{top:0;left:0;transform:translate(0)}.toggle-navbar-button .button-middle{top:6px;left:0;transform:translate(8px)}.toggle-navbar-button .button-bottom{top:12px;left:0;transform:translate(4px)}.toggle-navbar-button:hover .button-top{top:0;left:0;transform:translate(4px)}.toggle-navbar-button:hover .button-middle{top:6;left:0;transform:translate(0)}.toggle-navbar-button:hover .button-bottom{top:12px;left:0;transform:translate(8px)}.toggle-navbar-button.is-active .button-top{top:6px;transform:translate(0) rotate(225deg)}.toggle-navbar-button.is-active .button-middle{top:6px;transform:translate(16px)}.toggle-navbar-button.is-active .button-bottom{top:6px;transform:translate(0) rotate(135deg)}.toggle-navbar-button.is-active:hover .button-top,.toggle-navbar-button.is-active:hover .button-middle,.toggle-navbar-button.is-active:hover .button-bottom{background:var(--theme-color);transition:top .25s,background .25s,transform .25s}.toggle-sidebar-button{border-width:0;background:transparent;cursor:pointer;display:none;vertical-align:middle;box-sizing:content-box;width:1rem;height:1rem;padding:.5rem;font:unset;transition:transform .2s ease-in-out}@media screen and (max-width: 719px){.toggle-sidebar-button{display:block;padding-right:var(--navbar-mobile-horizontal-padding)}}.toggle-sidebar-button:before,.toggle-sidebar-button:after,.toggle-sidebar-button .icon{display:block;width:100%;height:2px;border-radius:.05em;background:var(--dark-grey);transition:transform .2s ease-in-out}.toggle-sidebar-button:before{content:" ";margin-top:.125em}.sidebar-open .toggle-sidebar-button:before{transform:translateY(.34rem) rotate(135deg)}.toggle-sidebar-button:after{content:" ";margin-bottom:.125em}.sidebar-open .toggle-sidebar-button:after{transform:translateY(-.34rem) rotate(-135deg)}.toggle-sidebar-button .icon{margin:.2em 0}.sidebar-open .toggle-sidebar-button .icon{transform:scale(0)}.navbar .repo-link{display:inline-block;margin:auto;padding:6px;color:var(--dark-grey);line-height:1}.navbar .repo-link:hover,.navbar .repo-link:active{color:var(--theme-color)}.navbar{--navbar-line-height: calc( var(--navbar-height) - var(--navbar-vertical-padding) * 2 );position:fixed;top:0;right:0;left:0;z-index:175;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:var(--navbar-height);padding:var(--navbar-vertical-padding) var(--navbar-horizontal-padding);background:var(--navbar-bg-color);box-shadow:0 2px 8px var(--card-shadow);line-height:var(--navbar-line-height);white-space:nowrap;transition:transform ease-in-out .3s,background var(--color-transition),box-shadow var(--color-transition);-webkit-backdrop-filter:saturate(150%) blur(12px);backdrop-filter:saturate(150%) blur(12px)}.hide-navbar .navbar.auto-hide{transform:translateY(-100%)}.navbar.hide-icon .icon{display:none!important}.navbar .nav-link{padding:0 .25rem;color:var(--dark-grey)}.navbar .nav-link.active{color:var(--theme-color)}.navbar .nav-link .icon{margin-right:.25em;font-size:1em}.navbar-left,.navbar-right,.navbar-center{display:flex;flex:1;align-items:center}.navbar-left>*,.navbar-right>*,.navbar-center>*{position:relative;margin:0 .25rem!important}.navbar-left>*:first-child,.navbar-right>*:first-child,.navbar-center>*:first-child{margin-left:0!important}.navbar-left>*:last-child,.navbar-right>*:last-child,.navbar-center>*:last-child{margin-right:0!important}.navbar-left{justify-content:start}.navbar-center{justify-content:center}.navbar-right{justify-content:end}.DocSearch.DocSearch-Button{margin-left:0}@media (max-width: 750px){#docsearch-container{min-width:36px!important}}.sidebar-heading{display:flex;align-items:center;overflow:hidden;box-sizing:border-box;width:100%;margin:0;padding:.35rem 1rem .35rem 1.25rem;border-width:0;border-left:.25rem solid transparent;background:transparent;color:var(--text-color);font-size:1.1em;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s ease;transform:rotate(0)}.sidebar-heading.open{color:inherit}.sidebar-heading.clickable:hover{background:var(--bg-color-secondary)}.sidebar-heading.clickable.exact{border-left-color:var(--theme-color);color:var(--theme-color)}.sidebar-heading.clickable.exact a{color:inherit}.sidebar-heading .icon{margin-right:.25em}.sidebar-heading .title{flex:1}.sidebar-heading .arrow{display:inline-block;vertical-align:middle;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:all .3s;font-size:1.5em}html[data-theme=dark] .sidebar-heading .arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.sidebar-heading .arrow.down{transform:rotate(180deg)}.sidebar-heading .arrow.right{transform:rotate(90deg)}.sidebar-heading .arrow.left{transform:rotate(-90deg)}button.sidebar-heading{outline:none;font-weight:inherit;line-height:inherit;text-align:left;cursor:pointer}.sidebar-link{display:inline-block;box-sizing:border-box;width:100%;padding:.35rem 1rem .35rem 1.25rem;border-left:.2rem solid transparent;color:var(--text-color);font-weight:400;font-size:1em;line-height:1.5}.sidebar-link .icon{margin-right:.25em}.sidebar-link:hover{background:var(--bg-color-secondary)}.sidebar-link.active{border-left-color:var(--theme-color);background:var(--theme-color-mask);color:var(--theme-color);font-weight:500}.sidebar-link.active .icon{color:var(--theme-color)}.sidebar-sub-headers .sidebar-link{padding-top:.25rem;padding-bottom:.25rem;border-left:none}.sidebar-sub-headers .sidebar-link.active{background:transparent;font-weight:500}.sidebar-group .sidebar-group{padding-left:.5em}.sidebar-group .sidebar-group .sidebar-heading{font-size:1em}.sidebar-group:not(.collapsible) .sidebar-heading:not(.clickable){color:inherit;cursor:auto}.sidebar-group .sidebar-link{padding-left:1.75rem}.sidebar-links{margin:0;padding:0}.sidebar-links ul{margin:0;padding:0;list-style-type:none}.sidebar-links ul.sidebar-sub-headers{padding-left:.75rem;font-size:.95em}@media (min-width: 1440px){.has-toc .sidebar-links ul.sidebar-sub-headers{display:none}}.sidebar>.sidebar-links{padding:1.5rem 0}@media (max-width: 719px){.sidebar>.sidebar-links{padding:1rem 0}}.sidebar>.sidebar-links>li>.sidebar-link{font-size:1.1em;line-height:1.7}.sidebar>.sidebar-links>li:not(:first-child){margin-top:.5rem}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:125;overflow-y:auto;box-sizing:border-box;width:var(--sidebar-width);margin:0;background:var(--sidebar-bg-color);box-shadow:2px 0 8px var(--card-shadow);font-size:16px;transition:background var(--color-transition),box-shadow var(--color-transition),transform var(--transform-transition);-webkit-backdrop-filter:saturate(150%) blur(12px);backdrop-filter:saturate(150%) blur(12px);scrollbar-color:var(--theme-color) var(--border-color);scrollbar-width:thin}@media (max-width: 959px){.sidebar{font-size:15px}}@media (max-width: 719px){.sidebar{box-shadow:2px 0 8px var(--card-shadow);transform:translate(-100%)}}.sidebar a{display:inline-block;color:var(--text-color);font-weight:400}.sidebar .icon{margin-right:.25em}.sidebar.hide-icon .icon{display:none!important}.sidebar .blogger-info.mobile{display:none}@media (max-width: 719px){.sidebar .blogger-info.mobile{display:block}}.sidebar .blogger-info.mobile+hr{display:none}@media (max-width: 719px){.sidebar .blogger-info.mobile+hr{display:block;margin-top:16px}}.sidebar-mask{position:fixed;top:0;left:0;z-index:9;width:100vw;height:100vh;background:rgba(0,0,0,.15)}.sidebar-mask.fade-enter-active,.sidebar-mask.fade-leave-active{transition:opacity .25s}.sidebar-mask.fade-enter-from,.sidebar-mask.fade-leave-to{opacity:0}.fade-slide-y-enter-active{transition:all .3s ease}.fade-slide-y-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.fade-slide-y-enter-from,.fade-slide-y-leave-to{opacity:0;transform:translateY(10px)}.skip-link{top:.25rem;left:.25rem;z-index:999;padding:.65rem 1.5rem;border-radius:.5rem;background:var(--bg-color);color:var(--theme-color);box-shadow:var(--card-shadow);font-weight:700;font-size:.9em;text-decoration:none}html[data-theme=dark] .skip-link{color:var(--theme-color)}.skip-link .skip-link:focus{clip:auto;width:auto;height:auto;-webkit-clip-path:none;clip-path:none}.page.not-found{display:block;max-width:var(--home-page-width);min-height:80vh;margin:0 auto;padding:calc(var(--navbar-height) + 1rem) 2rem 0 2rem!important;text-align:center}.page.not-found .not-found-icon{max-width:600px;margin:0 1.5rem}html[data-theme=dark] .page.not-found .not-found-icon{filter:invert(70%)}.page.not-found .action-button{display:inline-block;box-sizing:border-box;margin:0 .25rem;padding:.5rem 1rem;border-width:0;border-bottom:1px solid var(--theme-color-dark);border-radius:.25rem;background:var(--theme-color);color:var(--white);outline:none;font-size:1rem;transition:background .1s ease}.page.not-found .action-button:hover{background:var(--theme-color-light);cursor:pointer}:root{--c-brand: var(--theme-color);--c-brand-light: var(--theme-color-light);--c-text: var(--text-color);--c-bg: var(--bg-color);--c-bg-light: var(--bg-color-secondary);--c-border: var(--border-color);--navbar-bg-color: var(--bg-color-float-blur);--sidebar-bg-color: var(--bg-color-blur)}html[data-theme=dark]{--c-brand: var(--theme-color);--c-brand-light: var(--theme-color-light);--c-text: var(--text-color);--c-bg: var(--bg-color);--c-bg-light: var(--bg-color-secondary);--c-border: var(--border-color);--navbar-bg-color: var(--bg-color-blur);--sidebar-bg-color: var(--bg-color-blur)}#app{--code-hl-bg-color: var(--code-highlight-line-color);--code-ln-color: var(--code-line-color);--code-ln-wrapper-width: var(--line-numbers-width);--code-tabs-nav-text-color: var(--text-color);--code-tabs-nav-bg-color: var(--code-border-color);--code-tabs-nav-hover-color: var(--code-highlight-line-color)}@media (max-width: 959px){#app{--navbar-height: var(--navbar-mobile-height);--navbar-vertical-padding: var(--navbar-mobile-vertical-padding);--navbar-horizontal-padding: var(--navbar-mobile-horizontal-padding);--sidebar-width: var(--sidebar-mobile-width)}}.DocSearch-Button,.DocSearch{--docsearch-primary-color: var(--c-theme-color);--docsearch-text-color: var(--text-color);--docsearch-highlight-color: var(--theme-color);--docsearch-muted-color: var(--light-grey);--docsearch-container-background: rgb(9 10 17 / 80%);--docsearch-modal-background: var(--bg-color-float);--docsearch-searchbox-background: var(--bg-color-secondary);--docsearch-searchbox-focus-background: var(--bg-color);--docsearch-searchbox-shadow: inset 0 0 0 2px var(--theme-color);--docsearch-hit-color: var(--text-color-light);--docsearch-hit-active-color: var(--bg-color);--docsearch-hit-background: var(--bg-color);--docsearch-hit-shadow: 0 1px 3px 0 var(--border-color);--docsearch-footer-background: var(--bg-color)}html[data-theme=dark] .DocSearch-Button,html[data-theme=dark] .DocSearch{--docsearch-logo-color: var(--c-text);--docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;--docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgb(3 4 9 / 30%);--docsearch-key-gradient: linear-gradient(-225deg, #444950, #1c1e21);--docsearch-footer-shadow: inset 0 1px 0 0 rgb(73 76 106 / 50%), 0 -4px 8px 0 rgb(0 0 0 / 20%)}#nprogress{--nprogress-color: var(--theme-color)}.search-box{--search-bg-color: var(--bg-color);--search-accent-color: var(--theme-color);--search-text-color: var(--text-color);--search-border-color: var(--border-color);--search-item-text-color: var(--text-color-lighter);--search-item-focus-bg-color: var(--bg-color-secondary)}.external-link-icon{--external-link-icon-color: var(--light-grey)}html,body{margin:0;padding:0;background:var(#fff)}body{min-height:100vh;color:#2c3e50;font-size:16px;font-display:optional;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}@media print{body{font-size:10pt!important}}a{color:#3eaf7c;font-weight:500;text-decoration:none;overflow-wrap:break-word}kbd{padding:0 .15em;border:solid .15rem #ddd;border-bottom:solid .25rem #ddd;border-radius:.15rem;background:#eee}code{margin:0;padding:.25rem .5rem;border-radius:3px;background:rgba(127,127,127,.12);font-size:.85em;overflow-wrap:break-word}p a code{color:#3eaf7c;font-weight:400}blockquote{margin:1rem 0;padding:.25rem 0 .25rem 1rem;border-left:.2rem solid #ddd;color:#666;font-size:1rem}ul,ol{padding-left:1.2em}strong{font-weight:600}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25}h1:hover .header-anchor,h2:hover .header-anchor,h3:hover .header-anchor,h4:hover .header-anchor,h5:hover .header-anchor,h6:hover .header-anchor{opacity:1}h1{font-size:2rem}h2{padding-bottom:.3rem;border-bottom:1px solid #eaecef;font-size:1.65rem}h3{font-size:1.35rem}h4{font-size:1.15rem}h5{font-size:1.05rem}h6{font-size:1rem}a.header-anchor{float:left;margin-top:.125em;margin-left:-.87em;padding-right:.23em;font-size:.85em;opacity:0;transition:opacity .2s}a.header-anchor:hover{text-decoration:none}a.header-anchor:focus-visible{opacity:1}p,ul,ol{line-height:1.7}blockquote>p{margin:0}hr{border:0;border-top:1px solid #eaecef}table{display:block;overflow-x:auto;margin:1rem 0;border-collapse:collapse}tr{border-top:1px solid #dfe2e5}tr:nth-child(2n){background:#f6f8fa}th,td{padding:.6em 1em;border:1px solid #dfe2e5}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}a{color:inherit;font-weight:inherit!important;font-size:inherit!important;text-decoration:underline}a[href^="http://"]:after,a[href^="https://"]:after{content:" (" attr(href) ") "}abbr[title]:after{content:" (" attr(title) ")"}pre{border:1px solid #eee;white-space:pre-wrap!important}pre>code{white-space:pre-wrap!important}blockquote{border-left:.2rem solid #ddd;color:inherit}blockquote,img,pre,tr{page-break-inside:avoid}}@font-face{font-weight:400;font-style:normal;font-family:Crimson;src:url(data:font/truetype;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTYr5mwEAAAyMAAAAHEdERUYAKQATAAAMbAAAAB5PUy8yVsJ0MgAAAVgAAABgY21hcBiKDzgAAAHcAAABWGdhc3D//wADAAAMZAAAAAhnbHlmr+DBdQAAA1AAAAdsaGVhZBZwt+8AAADcAAAANmhoZWEFawEuAAABFAAAACRobXR4BksA9gAAAbgAAAAibG9jYQlsC24AAAM0AAAAHG1heHAAEQBZAAABOAAAACBuYW1lLaFDVAAACrwAAAFrcG9zdAC1AHoAAAwoAAAAPAABAAAAAQAAqBd2H18PPPUACwQAAAAAANqqufwAAAAA2qq5/AAb/9wB4QMeAAAACAACAAAAAAAAAAEAAAMs/ywAXAH9AAAAAAHhAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAANAFkAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAH1AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAIABgMAAAAAAAAAAAABEAAAAAAAAAAAAAAAUGZFZADAADAAOQMs/ywAXAMsANQAAAABAAAAAAMYAAAAAAAgAAEBpwAfAAAAAAFVAAAB/QAfAH0ALQA+ABsAPgAyACgAPgAxAAAAAAADAAAAAwAAABwAAQAAAAAAUgADAAEAAAAcAAQANgAAAAQABAABAAAAOf//AAAAL///AAAAAQAEAAAAAAADAAQABQAGAAcACAAJAAoACwAMAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAwQFBgcICQoLDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYAJgAmAGIAwAEeAZIBzgJAApYC2gNiA7YAAQAf/9wBhwMeABIAAAEGBwYHATAXFjM2NzY3ASYnJjcBgxwLCgH+zgMECxIKCgIBLgEDAwMDHhQFBgP85wMEAQgJBgMOAwMDEwAAAAIAH//9Ad0CkAAQACEAABMWFxYXNjc2NzQnJicGBwYHNyY3NjcWFxYXFAcGByYnJjcfATo6amo7OQE5OmxrOjkBXQIlJEE5IyIBIyJEOSQjAgFOkV5eBAReXoqJXl4EBF5eggJ0UlEDA09Qe3xVVgMDU1OEAAAAAAEAff/9AYACkQA+AAA3FAcGBwYHBiMGFQYXNjc2MzIXFhc2JzQnIicmJyY1JjURNjc2MSYnJicjBgcGBwYVFBUUFxYXNjc2NzIXFhXkAQEEBRgYDAMBBB4ZGhweGxofBAEDDBgZBQQBAQMEAQIDBAIFNTZCAgMDBA0XFw0LBQV3GBMVDAgEBAUKCgUCAQICAQIFCgoFBAQIDBUTGAGnLxkbBAYFAQIZGh4BAgECBQUEAwUHBwEICRYAAAAAAQAtAAAB0QKRADoAADcGFxYXITY3NjcmJyYjIgcGBwYHBisBNjc2NzY3NjUmJyYnBgcGBxQXFhc2NzY3FhcWFxYHBgcGBwYHLgEEAwMBYwURERADBwYFBAMDAg8VEx/LJkBAOhsQDwIxMkxSMjIHCAYGCSYmPTIfHwEBCgoeLkJBQg8EBQQCETAwKQICAgEBBCgUEylJSUYhJicsRDIzAgY1NRoEBQYBEyEhAwEjIjYlJCQtQlBQSAAAAAABAD7/+wG+ApEASgAANwYXFhcWFxYzNjc2NyYnJic2NzY3JicmIwYHBgcUFxYXNjc2NxYXFhcGBwYHBgcUFRQXNjc2NxYXFhcGBwYnIicmJyYnJiciBwYXPwEIBwUaHB0VZU5NBAMvLi8eIB4DAywsKzwrKxgEAwUIHR4wLRscAQMvLz8BAQYKEhEQNSYmAgImJSsWExQPCw0NFREMDQE7DgsLBQwFBgE8PWpMKSoGECQkMkAiIQIdHyUHBwcBCRscAwEbGSpCIyUOAgMCAwwIAwUEAQEoKD9XJSQBBQYODg8PAQ0NFQAAAgAb//oB4QKTACIAJQAANxQXFhchFRQXFjMyNzYjNTM2NzY1NCcmJyMRNCcmIwYHBgcBExEbAgMFASEJCRIdCAkBRgIBAQUEBTwFAwgHCQkG/vjmxgUGBgOwBQIBAwKzAgQDCBAMDQEBlAYGBgEICQf+cwEs/tQAAQA+//sBvgKTAEoAADcGFxYXFhcWMzY3NjcmJyYnIgcGBzY3NjczMjc2NzY3NjU0JyYnBgcGByMGBwYHFBcWMzY3NjMWFxYHBgcGJyInJicmJyYnIgcGFz8BCAcFGhwdFWVOTQQBMjJbFx8gFwoJCQlWKB0dFQ4JCAQDBQMdHSKXCREQEgMCBA4bGhNYJyUBAiYlKxYTFA8LDQ0VEQwNATsOCwsFDAUGATw9akU2NwMFBggrMC8uAgICExcZBgQCAgMBAwQBMVNUWAUFBAYFBAMxMTNZIyQBBQYODg8PAQ0NFQAAAgAy//oBzQKXACAAMwAANxQXFhc2NzY3NicmJyIHBgc2NzY3NCcmJwYHBgcGBwYXNyY3Njc2FxYXFgcGBwYHJicmNzM1NV5aOTsCAioqahoiIRsnWFhFAwIHQ0tMOTAZGQFbBAQaGxkXRB8fAQEfIDE9Hh4E511FRwQDPT1ZPEJBBQwLF4Y9PRMGCwwBEiwsPDZFRkkTHyAbCAcBAjAwREYsLQEFREVQAAAAAAEAKP/7AdUCiwApAAATFhcWMzI3Njc2NzYzIQYHBgcWFxYzMjcBNjc2NzQnJiMiBwYjIQYHBgcoAwYHAwYDAwELEBEdAQUJYWJXAQ8PDgcDAQ4LCQgBAQEEBhUVFv7JBgsNDAH6DQMCAQEFKRITFMjHjQcFBgMCPxYSEwoEAgMBAhkrKiAAAAADAD7/9wG/ApIAKABBAFgAADcGFxYXNjc2NyYnJicmJzQ3Njc2NyYnJiMGBwYHFhcWFxYVFAcGBwYHNyY3Njc2MzIzMhcyFxYXFhcGBwYHIicmNxMmNzY3FhcWFRQHBgcGByIjIicmJyY3PwE1M1ZQODgDAykpMQIBAyYlJQMCMC9HRjExAgIiIiMCAiMvLwNTBBQTKgEBAQECAQIBEjU1CAEdHjMrISICGAMYGSYvGxoTEx8CAQIBBAMfJCQBoU8tLQECMjFPOC4uGwIBAgEWJiU7SCYoAjEwQzopKhMBAgECEykpQAQsIiEbAQEBBywsQjUeHQEiI0QBZSMhIAECJiYvKh8gFAEBAhAfIEYAAAIAMf/6AcsClwAgADMAABMGFxYXMjc2NwYHBgcUFxYXNjc2NzY3NjUmJyYnBgcGBzcmNzY3FhcWFRQHBgcGJyYnJjc0AyopahoiIRsoV1hFAwIHQ0tMODEZGQE2NF5ZOjoBWgMfHzE9Hh4EGhoaF0QeHwUBy0dBQgUMCxeFPj0SBwsLAREsLD01RkVPV0dFBQQ8PU8UPCwtAQVFRUklIRsHCAECMDBPAAAADACWAAEAAAAAAAEABwAQAAEAAAAAAAIABwAoAAEAAAAAAAMABwBAAAEAAAAAAAQABwBYAAEAAAAAAAUAHgCeAAEAAAAAAAYABwDNAAMAAQQJAAEADgAAAAMAAQQJAAIADgAYAAMAAQQJAAMADgAwAAMAAQQJAAQADgBIAAMAAQQJAAUAPABgAAMAAQQJAAYADgC9AEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAA7ACAARgBvAG4AdABFAGQAaQB0AG8AcgAgACgAdgAxAC4AMAApAABWZXJzaW9uIDEuMDsgRm9udEVkaXRvciAodjEuMCkAAEMAcgBpAG0AcwBvAG4AAENyaW1zb24AAAACAAAAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAABAAIAEwAUABUAFgAXABgAGQAaABsAHAAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAwAAQAEAAAAAgAAAAAAAAABAAAAANWkJwgAAAAA2qq5/AAAAADaqrn8) format("truetype")}html,body{background:var(--bg-color);transition:background var(--color-transition)}:root{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{color:var(--text-color);font-family:var(--font-family)}a{color:var(--theme-color)}kbd{border-color:var(--grey14);background:var(--bg-color-light);font-family:var(--font-family-code)}code{font-family:var(--font-family-code);transition:background var(--color-transition),color var(--color-transition)}html[data-theme=dark] code{background:#333}p a code{color:var(--theme-color)}blockquote{border-color:#eee;color:#666;transition:border-color var(--color-transition),color var(--color-transition)}html[data-theme=dark] blockquote{border-color:#333}@media (max-width: 419px){h1{font-size:1.9rem}}h2{border-color:var(--border-color);transition:border-bottom-color var(--color-transition)}hr{border-color:var(--border-color);transition:border-top-color var(--color-transition)}tr{border-color:var(--grey14)}tr:nth-child(2n){background:var(--bg-color-light)}html[data-theme=dark] tr:nth-child(2n){background:#252322}th,td{border-color:var(--grey14)}@media print{@page{--text-color: #000 !important;--bg-color: #fff !important}.page{margin:0!important;padding:0!important}.skip-link,.navbar,.sidebar,.breadcrumb,.header-anchor,.toc,.page-nav{display:none!important}div[class*=language-]{position:relative!important}.page-meta .edit-link{display:none}}pre[class*=language-]>code{background:none;color:var(--code-color);font-family:var(--font-family-code);text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;transition:color var(--color-transition)}pre[class*=language-]{overflow:auto}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.theme-hope-content pre,.theme-hope-content pre[class*=language-]{overflow:auto;margin:.85rem 0;padding:1rem;border-radius:6px;line-height:1.4}.theme-hope-content pre code,.theme-hope-content pre[class*=language-] code{padding:0;border-radius:0;background:transparent!important;overflow-wrap:unset;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.theme-hope-content .line-number{font-family:var(--font-family-code)}div[class*=language-]{position:relative;border-radius:6px;background:var(--code-bg-color);transition:background var(--color-transition)}div[class*=language-]:before{content:attr(data-ext);position:absolute;top:.8em;right:1em;z-index:3;color:var(--code-line-color);font-size:.75rem;transition:color var(--color-transition)}div[class*=language-] pre,div[class*=language-] pre[class*=language-]{position:relative;z-index:1;background:transparent}div[class*=language-] .highlight-lines{position:absolute;top:0;left:0;width:100%;padding-top:1rem;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}div[class*=language-] .highlight-line{background:var(--code-highlight-line-color);transition:background var(--color-transition)}div[class*=language-].line-numbers-mode:after{content:"";position:absolute;top:0;left:0;z-index:2;width:var(--line-numbers-width);height:100%;border-right:1px solid var(--code-highlight-line-color);border-radius:6px 0 0 6px;transition:border-color var(--color-transition)}@media (max-width: 419px){div[class*=language-].line-numbers-mode:after{border-radius:0}}div[class*=language-].line-numbers-mode .highlight-line{position:relative}div[class*=language-].line-numbers-mode .highlight-line:before{content:" ";position:absolute;top:0;left:0;z-index:3;display:block;width:var(--line-numbers-width);height:100%}div[class*=language-].line-numbers-mode pre{vertical-align:middle;margin-left:var(--line-numbers-width);padding-left:.5rem}div[class*=language-].line-numbers-mode .line-numbers{position:absolute;top:0;left:0;width:var(--line-numbers-width);padding:1rem 0;color:var(--code-line-color);line-height:1.4;counter-reset:line-number;text-align:center;transition:color var(--color-transition);transform:translateY(1px)}div[class*=language-].line-numbers-mode .line-number{position:relative;z-index:4;height:1.4em;-webkit-user-select:none;-moz-user-select:none;user-select:none}div[class*=language-].line-numbers-mode .line-number:before{content:counter(line-number);font-size:.85em;counter-increment:line-number}div[class*=language-]:not(.line-numbers-mode) .line-numbers{display:none}@media (max-width: 419px){.theme-hope-content>div[class*=language-]{margin:.85rem -1.5rem;border-radius:0}}html[data-theme=light] #app{--code-color: #383a42;--code-line-color: rgba(56, 58, 66, .67);--code-bg-color: #ecf4fa;--code-border-color: #c3def3;--code-highlight-line-color: #d8e9f6}html[data-theme=light] code[class*=language-],html[data-theme=light] pre[class*=language-]{-moz-tab-size:2;-o-tab-size:2;tab-size:2}html[data-theme=light] code[class*=language-]::-moz-selection,html[data-theme=light] code[class*=language-] ::-moz-selection,html[data-theme=light] pre[class*=language-]::-moz-selection,html[data-theme=light] pre[class*=language-] ::-moz-selection{background:#e5e5e6;color:inherit}html[data-theme=light] code[class*=language-]::selection,html[data-theme=light] code[class*=language-] ::selection,html[data-theme=light] pre[class*=language-]::selection,html[data-theme=light] pre[class*=language-] ::selection{background:#e5e5e6;color:inherit}html[data-theme=light] .token.comment,html[data-theme=light] .token.prolog,html[data-theme=light] .token.cdata{color:#a0a1a7}html[data-theme=light] .token.doctype,html[data-theme=light] .token.punctuation,html[data-theme=light] .token.entity{color:#383a42}html[data-theme=light] .token.attr-name,html[data-theme=light] .token.class-name,html[data-theme=light] .token.boolean,html[data-theme=light] .token.constant,html[data-theme=light] .token.number,html[data-theme=light] .token.atrule{color:#b76b01}html[data-theme=light] .token.keyword{color:#a626a4}html[data-theme=light] .token.property,html[data-theme=light] .token.tag,html[data-theme=light] .token.symbol,html[data-theme=light] .token.deleted,html[data-theme=light] .token.important{color:#e45649}html[data-theme=light] .token.selector,html[data-theme=light] .token.string,html[data-theme=light] .token.char,html[data-theme=light] .token.builtin,html[data-theme=light] .token.inserted,html[data-theme=light] .token.regex,html[data-theme=light] .token.attr-value,html[data-theme=light] .token.attr-value>.token.punctuation{color:#50a14f}html[data-theme=light] .token.variable,html[data-theme=light] .token.operator,html[data-theme=light] .token.function{color:#4078f2}html[data-theme=light] .token.url{color:#0184bc}html[data-theme=light] .token.attr-value>.token.punctuation.attr-equals,html[data-theme=light] .token.special-attr>.token.attr-value>.token.value.css{color:#383a42}html[data-theme=light] .language-css .token.selector{color:#e45649}html[data-theme=light] .language-css .token.property{color:#383a42}html[data-theme=light] .language-css .token.function,html[data-theme=light] .language-css .token.url>.token.function{color:#0184bc}html[data-theme=light] .language-css .token.url>.token.string.url{color:#50a14f}html[data-theme=light] .language-css .token.important,html[data-theme=light] .language-css .token.atrule .token.rule,html[data-theme=light] .language-javascript .token.operator{color:#a626a4}html[data-theme=light] .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}html[data-theme=light] .language-json .token.operator{color:#383a42}html[data-theme=light] .language-json .token.null.keyword{color:#b76b01}html[data-theme=light] .language-markdown .token.url,html[data-theme=light] .language-markdown .token.url>.token.operator,html[data-theme=light] .language-markdown .token.url-reference.url>.token.string{color:#383a42}html[data-theme=light] .language-markdown .token.url>.token.content{color:#4078f2}html[data-theme=light] .language-markdown .token.url>.token.url,html[data-theme=light] .language-markdown .token.url-reference.url{color:#0184bc}html[data-theme=light] .language-markdown .token.blockquote.punctuation,html[data-theme=light] .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}html[data-theme=light] .language-markdown .token.code-snippet{color:#50a14f}html[data-theme=light] .language-markdown .token.bold .token.content{color:#b76b01}html[data-theme=light] .language-markdown .token.italic .token.content{color:#a626a4}html[data-theme=light] .language-markdown .token.strike .token.content,html[data-theme=light] .language-markdown .token.strike .token.punctuation,html[data-theme=light] .language-markdown .token.list.punctuation,html[data-theme=light] .language-markdown .token.title.important>.token.punctuation{color:#e45649}html[data-theme=light] .token.bold{font-weight:700}html[data-theme=light] .token.comment,html[data-theme=light] .token.italic{font-style:italic}html[data-theme=light] .token.entity{cursor:help}html[data-theme=light] .token.namespace{opacity:.8}html[data-theme=dark] #app{--code-color: #abb2bf;--code-line-color: rgba(171, 178, 191, .67);--code-bg-color: #282c34;--code-border-color: #1d2536;--code-highlight-line-color: #222935}html[data-theme=dark] code[class*=language-],html[data-theme=dark] pre[class*=language-]{text-shadow:0 1px rgba(0,0,0,.3);-moz-tab-size:2;-o-tab-size:2;tab-size:2}@media print{html[data-theme=dark] code[class*=language-],html[data-theme=dark] pre[class*=language-]{text-shadow:none}}html[data-theme=dark] code[class*=language-]::-moz-selection,html[data-theme=dark] code[class*=language-] ::-moz-selection,html[data-theme=dark] pre[class*=language-]::-moz-selection,html[data-theme=dark] pre[class*=language-] ::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}html[data-theme=dark] code[class*=language-]::selection,html[data-theme=dark] code[class*=language-] ::selection,html[data-theme=dark] pre[class*=language-]::selection,html[data-theme=dark] pre[class*=language-] ::selection{background:#3e4451;color:inherit;text-shadow:none}html[data-theme=dark] .token.comment,html[data-theme=dark] .token.prolog,html[data-theme=dark] .token.cdata{color:#5c6370}html[data-theme=dark] .token.doctype,html[data-theme=dark] .token.punctuation,html[data-theme=dark] .token.entity{color:#abb2bf}html[data-theme=dark] .token.attr-name,html[data-theme=dark] .token.class-name,html[data-theme=dark] .token.boolean,html[data-theme=dark] .token.constant,html[data-theme=dark] .token.number,html[data-theme=dark] .token.atrule{color:#d19a66}html[data-theme=dark] .token.keyword{color:#c678dd}html[data-theme=dark] .token.property,html[data-theme=dark] .token.tag,html[data-theme=dark] .token.symbol,html[data-theme=dark] .token.deleted,html[data-theme=dark] .token.important{color:#e06c75}html[data-theme=dark] .token.selector,html[data-theme=dark] .token.string,html[data-theme=dark] .token.char,html[data-theme=dark] .token.builtin,html[data-theme=dark] .token.inserted,html[data-theme=dark] .token.regex,html[data-theme=dark] .token.attr-value,html[data-theme=dark] .token.attr-value>.token.punctuation{color:#98c379}html[data-theme=dark] .token.variable,html[data-theme=dark] .token.operator,html[data-theme=dark] .token.function{color:#61afef}html[data-theme=dark] .token.url{color:#56b6c2}html[data-theme=dark] .token.attr-value>.token.punctuation.attr-equals,html[data-theme=dark] .token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}html[data-theme=dark] .language-css .token.selector{color:#e06c75}html[data-theme=dark] .language-css .token.property{color:#abb2bf}html[data-theme=dark] .language-css .token.function,html[data-theme=dark] .language-css .token.url>.token.function{color:#56b6c2}html[data-theme=dark] .language-css .token.url>.token.string.url{color:#98c379}html[data-theme=dark] .language-css .token.important,html[data-theme=dark] .language-css .token.atrule .token.rule,html[data-theme=dark] .language-javascript .token.operator{color:#c678dd}html[data-theme=dark] .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}html[data-theme=dark] .language-json .token.operator{color:#abb2bf}html[data-theme=dark] .language-json .token.null.keyword{color:#d19a66}html[data-theme=dark] .language-markdown .token.url,html[data-theme=dark] .language-markdown .token.url>.token.operator,html[data-theme=dark] .language-markdown .token.url-reference.url>.token.string{color:#abb2bf}html[data-theme=dark] .language-markdown .token.url>.token.content{color:#61afef}html[data-theme=dark] .language-markdown .token.url>.token.url,html[data-theme=dark] .language-markdown .token.url-reference.url{color:#56b6c2}html[data-theme=dark] .language-markdown .token.blockquote.punctuation,html[data-theme=dark] .language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}html[data-theme=dark] .language-markdown .token.code-snippet{color:#98c379}html[data-theme=dark] .language-markdown .token.bold .token.content{color:#d19a66}html[data-theme=dark] .language-markdown .token.italic .token.content{color:#c678dd}html[data-theme=dark] .language-markdown .token.strike .token.content,html[data-theme=dark] .language-markdown .token.strike .token.punctuation,html[data-theme=dark] .language-markdown .token.list.punctuation,html[data-theme=dark] .language-markdown .token.title.important>.token.punctuation{color:#e06c75}html[data-theme=dark] .token.bold{font-weight:700}html[data-theme=dark] .token.comment,html[data-theme=dark] .token.italic{font-style:italic}html[data-theme=dark] .token.entity{cursor:help}html[data-theme=dark] .token.namespace{opacity:.8}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border-width:0;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-hope-content a:hover{text-decoration:underline}.theme-hope-content img{max-width:100%}.theme-hope-content.custom{margin:0;padding:0}.theme-hope-content:not(.custom){max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem;padding-top:0}@media (max-width: 959px){.theme-hope-content:not(.custom){padding:1.5rem}}@media (max-width: 419px){.theme-hope-content:not(.custom){padding:1rem 1.5rem}}.theme-hope-content:not(.custom)>h1,.theme-hope-content:not(.custom)>h2,.theme-hope-content:not(.custom)>h3,.theme-hope-content:not(.custom)>h4,.theme-hope-content:not(.custom)>h5,.theme-hope-content:not(.custom)>h6{margin-top:calc(.5rem - var(--navbar-height));margin-bottom:.5rem;padding-top:calc(1rem + var(--navbar-height));outline:none}.theme-container.no-navbar .theme-hope-content:not(.custom)>h1,.theme-container.no-navbar .theme-hope-content:not(.custom)>h2,.theme-container.no-navbar .theme-hope-content:not(.custom)>h3,.theme-container.no-navbar .theme-hope-content:not(.custom)>h4,.theme-container.no-navbar .theme-hope-content:not(.custom)>h5,.theme-container.no-navbar .theme-hope-content:not(.custom)>h6{margin-top:1.5rem;padding-top:0}.theme-hope-content:not(.custom)>p,.theme-hope-content:not(.custom)>ul p,.theme-hope-content:not(.custom)>ol p{text-align:justify;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 419px){.theme-hope-content:not(.custom)>p,.theme-hope-content:not(.custom)>ul p,.theme-hope-content:not(.custom)>ol p{text-align:left}}@media (min-width: 1280px){.chart-wrapper::-webkit-scrollbar,.flowchart-wrapper::-webkit-scrollbar,.mermaid-wrapper::-webkit-scrollbar{width:8px;height:8px}.chart-wrapper::-webkit-scrollbar-track-piece,.flowchart-wrapper::-webkit-scrollbar-track-piece,.mermaid-wrapper::-webkit-scrollbar-track-piece{border-radius:8px;background:rgba(0,0,0,.1)}}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track-piece{border-radius:6px;background:rgba(0,0,0,.1)}::-webkit-scrollbar-thumb{background:var(--theme-color)}::-webkit-scrollbar-thumb:active{background:var(--theme-color-light)}@media (max-width: 719px){.hide-in-mobile{display:none!important}}@media (max-width: 959px){.hide-in-pad{display:none!important}}@font-face{font-family:mao;src:url(/mao.ttf)}html body div#app div.theme-container.no-sidebar div.page.blog div.blog-hero.fullscreen h1{padding-top:30%;font-size:3.5rem;color:#fff;font-weight:bolder;text-shadow:-1px 0 #38333b,0 1px #38333b,1px 0 #38333b,0 -1px #38333b}html body div#app div.theme-container.no-sidebar div.page.blog div.blog-hero.fullscreen p{font-size:2rem;color:#fff;font-weight:bolder;text-shadow:-1px 0 #38333b,0 1px #38333b,1px 0 #38333b,0 -1px #38333b}:root{--content-width: 880px}.social-media-wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin:8px auto}.social-media-wrapper .social-media{width:26px;height:26px;margin:4px;transition:transform .18s ease-out .18s;transform:scale(1)}.social-media-wrapper .social-media:hover{cursor:pointer;transform:scale(1.2)}.social-media-wrapper .social-media:after{--balloon-font-size: 8px;padding:.3em .6em}.social-media-wrapper .social-media .icon{width:100%;height:100%}.blogger-info{padding:.5rem;font-family:var(--font-family-fancy)}.page .blogger-info{background:var(--bg-color-float);transition:background var(--color-transition)}.blogger-info .blogger{padding:.5rem;text-align:center}.blogger-info .blogger-avatar{width:8rem;height:8rem;margin:0 auto}.blogger-info .blogger-avatar.round{border-radius:50%}.blogger-info .blogger-name{margin:1rem auto;font-size:22px}.blogger-info .blogger-description{margin:1rem auto;font-size:14px}.blogger-info .num-wrapper{display:flex;width:80%;margin:0 auto 1rem}.blogger-info .num-wrapper>div{width:25%;font-size:13px;text-align:center;cursor:pointer;transition:color var(--color-transition)}.blogger-info .num-wrapper>div:hover{color:var(--theme-color)}.blogger-info .num-wrapper>div .num{position:relative;margin-bottom:.5rem;font-weight:600;font-size:20px}html[data-theme=dark] .empty-icon g.people{opacity:.8}html[data-theme=dark] .empty-icon g:not(.people){filter:invert(80%)}.article-item{position:relative;box-sizing:border-box;width:100%;margin:0 auto 1.25rem;text-align:left;word-break:break-word}@media (max-width: 959px){.article-item{margin:0 auto 1rem}}.article-item:last-child{margin-bottom:0}.article-item .article{display:block;padding:.75rem 1.25rem;border-radius:.4rem;background:var(--bg-color-float);color:inherit;box-shadow:0 1px 3px 1px var(--card-shadow);transition:background var(--color-transition),box-shadow var(--color-transition)}@media (max-width: 959px){.article-item .article{padding:.75rem 1rem}}@media (max-width: 419px){.article-item .article{border-radius:0}}.article-item .article:hover{box-shadow:0 2px 6px 2px var(--card-shadow);cursor:pointer}.article-item .sticky-icon{position:absolute;top:0;right:0;width:1.5rem;height:1.5rem;color:var(--theme-color)}.article-item .title{position:relative;display:inline-block;color:var(--text-color);font-size:1.25rem;font-family:var(--font-family-fancy);line-height:1.6}.article-item .title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--theme-color);visibility:hidden;transition:transform .3s ease-in-out;transform:scaleX(0)}.article-item .title:hover{cursor:pointer}.article-item .title:hover:after{visibility:visible;transform:scaleX(1)}.article-item .title a{color:inherit;font-weight:600}.article-item .title .lock-icon,.article-item .title .slides-icon{position:relative;bottom:-.125em;display:inline-block;vertical-align:baseline;width:1em;height:1em;margin-right:.25em;color:var(--theme-color)}.article-item .excerpt{overflow:hidden;line-height:1.6}@media (max-width: 959px){.article-item .excerpt{font-size:15px}}@media (max-width: 419px){.article-item .excerpt{font-size:14px}}.article-item .excerpt h1{display:none}.article-item .excerpt h2{font-size:1.4em}.article-item .excerpt h3{font-size:1.2em}.article-item .excerpt h1,.article-item .excerpt h2,.article-item .excerpt h3,.article-item .excerpt h4,.article-item .excerpt h5,.article-item .excerpt h6{margin-top:.5em;margin-bottom:.5em}.article-item .excerpt h1+p{margin-top:.5em}.article-item .excerpt p:first-child{margin-top:.5em}.article-item .excerpt p:last-child{margin-bottom:.5em}.article-item .excerpt pre{margin:.85rem 0;padding:1.25rem 1.5rem;line-height:1.4}.article-item .excerpt .line-numbers-mode pre{padding-left:calc(var(--line-numbers-width) + 1rem)}.article-item .excerpt .code-demo-wrapper,.article-item .excerpt .footnote-anchor{display:none}.article-item .excerpt section.footnotes{display:none}.article-item hr{-webkit-margin-after:.375em;margin-block-end:.375em;-webkit-margin-before:.375em;margin-block-start:.375em}.article-item .page-info>span{display:flex;flex-shrink:0;align-items:center;margin-right:.5em;line-height:1.8}.article-item .page-info>span:after{--balloon-font-size: 8px;padding:.3em .6em!important}.pagination-wrapper{margin:1.25rem 0 .75rem;font-weight:600;font-size:15px;line-height:2}.pagination-wrapper .pagination-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination-wrapper .page-number{display:flex;align-items:stretch;overflow:hidden;height:30px;margin:0 .5rem;border:1px solid var(--border-color);border-radius:.25rem}.pagination-wrapper .page-number div{position:relative;padding:0 .5rem;background:var(--bg-color);color:var(--theme-color);cursor:pointer}.pagination-wrapper .page-number div:before{content:" ";position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--border-color)}.pagination-wrapper .page-number div:first-child:before{background:transparent}.pagination-wrapper .page-number div:hover{color:var(--theme-color-light)}.pagination-wrapper .page-number div.active{background:var(--theme-color);color:var(--white)}.pagination-wrapper .page-number div.active:before{background:var(--theme-color)}.pagination-wrapper .page-number div.active+div:before{background:var(--theme-color)}.pagination-wrapper .page-number div.prev,.pagination-wrapper .page-number div.next{font-size:13px;line-height:30px}.pagination-wrapper .page-number div.active,.pagination-wrapper .page-number div.ellipsis{cursor:default}.pagination-wrapper .navigate-wrapper{display:flex;align-items:center;justify-content:center;margin:.5rem}.pagination-wrapper .navigate-wrapper input{width:3.5rem;margin:6px 5px;border:1px solid var(--border-color);border-radius:.25em;background:var(--bg-color);color:var(--text-color);outline:none;line-height:2;text-align:center}.pagination-wrapper .navigate-wrapper .navigate{overflow:hidden;padding:0 .75em;border:1px solid var(--border-color);border-radius:.25em;background:var(--bg-color);color:var(--theme-color);outline:none;font-weight:600;font-size:15px;line-height:2;cursor:pointer}.pagination-wrapper .navigate-wrapper .navigate:hover{color:var(--theme-color-light)}.article-wrapper{margin-top:calc(-.5rem - var(--navbar-height));padding-top:calc(var(--navbar-height) + .5rem);text-align:center}.article-wrapper .empty{max-width:560px;margin:0 auto;text-align:center}.blog-hero{position:relative;display:flex;flex-direction:column;justify-content:center;height:450px;margin-bottom:1rem;color:#eee;font-family:var(--font-family-fancy)}@media (max-width: 719px){.blog-hero{height:350px;margin:0 -1.5rem 1rem}}@media (max-width: 419px){.blog-hero{margin:0 0 1rem}}.blog-hero .mask{position:absolute;top:0;right:0;bottom:0;left:0}.blog-hero .mask:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;background:var(--light-grey);opacity:.2}.blog-hero>:not(.mask){position:relative;z-index:2}.blog-hero h1{margin:.5rem auto;font-size:2rem}@media (max-width: 959px){.blog-hero h1{font-size:1.875rem}}@media (max-width: 719px){.blog-hero h1{font-size:2rem}}@media (max-width: 419px){.blog-hero h1{font-size:1.875rem}}.blog-hero .hero-image+h1{margin:0 auto}.blog-hero .description{margin:1.2rem auto 0;font-size:20px}@media (max-width: 959px){.blog-hero .description{font-size:18px}}@media (max-width: 719px){.blog-hero .description{font-size:20px}}@media (max-width: 419px){.blog-hero .description{font-size:18px}}.blog-hero .slide-down-button{border-width:0;background:transparent;cursor:pointer;position:absolute;bottom:0;left:calc(50vw - 30px);display:none;width:60px;height:60px;padding:10px}.blog-hero .slide-down-button .icon{width:30px;margin:-15px 0;animation-name:bounce-down;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}.blog-hero .slide-down-button .icon:first-child{color:#ffffff26}.blog-hero .slide-down-button .icon:nth-child(2){color:#ffffff80}.blog-hero.fullscreen{height:calc(100vh - var(--navbar-height))!important}.blog-hero.fullscreen .mask{background-position-y:top!important}.blog-hero.fullscreen .slide-down-button{display:block}@keyframes bounce-down{0%{transform:translateY(-5px)}to{transform:translateY(5px)}}.category-list-wrapper{position:relative;z-index:2;padding-left:0;list-style:none;font-size:14px}.category-list-wrapper a{color:inherit}.category-list-wrapper .category{display:inline-block;vertical-align:middle;overflow:hidden;margin:.3rem .6rem .8rem;padding:.4rem .8rem;border-radius:.25rem;color:var(--dark-grey);box-shadow:0 1px 4px 0 var(--card-shadow);cursor:pointer;transition:background var(--color-transition),color var(--color-transition)}@media (max-width: 419px){.category-list-wrapper .category{font-size:.9rem}}.category-list-wrapper .category .category-num{display:inline-block;min-width:1rem;height:1.2rem;margin-left:.2em;padding:0 .1rem;border-radius:.6rem;color:var(--white);font-size:.7rem;line-height:1.2rem;text-align:center}.category-list-wrapper .category0{background:#fde5e7;color:#ba111f}html[data-theme=dark] .category-list-wrapper .category0{background:#340509;color:#ec2f3e}.category-list-wrapper .category0:hover{background:#f9bec3}html[data-theme=dark] .category-list-wrapper .category0:hover{background:#53080e}.category-list-wrapper .category0.active{background:#cf1322;color:#fff}html[data-theme=dark] .category-list-wrapper .category0.active{background:#a60f1b;color:var(--bg-color)}.category-list-wrapper .category0.active .category-num{background:var(--bg-color);color:#cf1322}.category-list-wrapper .category0 .category-num{background:#cf1322}.category-list-wrapper .category1{background:#ffeee8;color:#f54205}html[data-theme=dark] .category-list-wrapper .category1{background:#441201;color:#fb7649}.category-list-wrapper .category1:hover{background:#fed4c6}html[data-theme=dark] .category-list-wrapper .category1:hover{background:#6d1d02}.category-list-wrapper .category1.active{background:#fa541c;color:#fff}html[data-theme=dark] .category-list-wrapper .category1.active{background:#da3a05;color:var(--bg-color)}.category-list-wrapper .category1.active .category-num{background:var(--bg-color);color:#fa541c}.category-list-wrapper .category1 .category-num{background:#fa541c}.category-list-wrapper .category2{background:#fef5e7;color:#e08e0b}html[data-theme=dark] .category-list-wrapper .category2{background:#3e2703;color:#f5b041}.category-list-wrapper .category2:hover{background:#fce6c4}html[data-theme=dark] .category-list-wrapper .category2:hover{background:#633f05}.category-list-wrapper .category2.active{background:#f39c12;color:#fff}html[data-theme=dark] .category-list-wrapper .category2.active{background:#c77e0a;color:var(--bg-color)}.category-list-wrapper .category2.active .category-num{background:var(--bg-color);color:#f39c12}.category-list-wrapper .category2 .category-num{background:#f39c12}.category-list-wrapper .category3{background:#eafaf1;color:#29b866}html[data-theme=dark] .category-list-wrapper .category3{background:#0c331c;color:#55d98d}.category-list-wrapper .category3:hover{background:#caf3db}html[data-theme=dark] .category-list-wrapper .category3:hover{background:#12522d}.category-list-wrapper .category3.active{background:#2ecc71;color:#fff}html[data-theme=dark] .category-list-wrapper .category3.active{background:#25a35a;color:var(--bg-color)}.category-list-wrapper .category3.active .category-num{background:var(--bg-color);color:#2ecc71}.category-list-wrapper .category3 .category-num{background:#2ecc71}.category-list-wrapper .category4{background:#e6f9ee;color:#219552}html[data-theme=dark] .category-list-wrapper .category4{background:#092917;color:#36d278}.category-list-wrapper .category4:hover{background:#c0f1d5}html[data-theme=dark] .category-list-wrapper .category4:hover{background:#0f4224}.category-list-wrapper .category4.active{background:#25a55b;color:#fff}html[data-theme=dark] .category-list-wrapper .category4.active{background:#1e8449;color:var(--bg-color)}.category-list-wrapper .category4.active .category-num{background:var(--bg-color);color:#25a55b}.category-list-wrapper .category4 .category-num{background:#25a55b}.category-list-wrapper .category5{background:#e1fcfc;color:#0e9595}html[data-theme=dark] .category-list-wrapper .category5{background:#042929;color:#16e1e1}.category-list-wrapper .category5:hover{background:#b4f8f8}html[data-theme=dark] .category-list-wrapper .category5:hover{background:#064242}.category-list-wrapper .category5.active{background:#10a5a5;color:#fff}html[data-theme=dark] .category-list-wrapper .category5.active{background:#0d8484;color:var(--bg-color)}.category-list-wrapper .category5.active .category-num{background:var(--bg-color);color:#10a5a5}.category-list-wrapper .category5 .category-num{background:#10a5a5}.category-list-wrapper .category6{background:#e4f0fe;color:#0862c3}html[data-theme=dark] .category-list-wrapper .category6{background:#021b36;color:#2589f6}.category-list-wrapper .category6:hover{background:#bbdafc}html[data-theme=dark] .category-list-wrapper .category6:hover{background:#042c57}.category-list-wrapper .category6.active{background:#096dd9;color:#fff}html[data-theme=dark] .category-list-wrapper .category6.active{background:#0757ae;color:var(--bg-color)}.category-list-wrapper .category6.active .category-num{background:var(--bg-color);color:#096dd9}.category-list-wrapper .category6 .category-num{background:#096dd9}.category-list-wrapper .category7{background:#f7f1fd;color:#9851e4}html[data-theme=dark] .category-list-wrapper .category7{background:#2a0b4b;color:#bb8ced}.category-list-wrapper .category7:hover{background:#eadbfa}html[data-theme=dark] .category-list-wrapper .category7:hover{background:#431277}.category-list-wrapper .category7.active{background:#aa6fe9;color:#fff}html[data-theme=dark] .category-list-wrapper .category7.active{background:#8733e0;color:var(--bg-color)}.category-list-wrapper .category7.active .category-num{background:var(--bg-color);color:#aa6fe9}.category-list-wrapper .category7 .category-num{background:#aa6fe9}.category-list-wrapper .category8{background:#fdeaf5;color:#e81689}html[data-theme=dark] .category-list-wrapper .category8{background:#400626;color:#ef59ab}.category-list-wrapper .category8:hover{background:#facbe5}html[data-theme=dark] .category-list-wrapper .category8:hover{background:#670a3d}.category-list-wrapper .category8.active{background:#eb2f96;color:#fff}html[data-theme=dark] .category-list-wrapper .category8.active{background:#ce147a;color:var(--bg-color)}.category-list-wrapper .category8.active .category-num{background:var(--bg-color);color:#eb2f96}.category-list-wrapper .category8 .category-num{background:#eb2f96}.tag-list-wrapper{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;list-style:none}.tag-list-wrapper a{color:inherit}.tag-list-wrapper .tag{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;min-width:24px;margin:4px 6px;padding:3px 8px;border-radius:8px;color:var(--white);box-shadow:0 1px 6px 0 var(--box-shadow);font-size:12px;text-align:center;cursor:pointer;transition:background var(--color-transition),box-shadow var(--color-transition),transform var(--color-transition)}.tag-list-wrapper .tag:hover{cursor:pointer}.tag-list-wrapper .tag.active{transform:scale(1.1)}.tag-list-wrapper .tag-num{margin-left:.5em}.tag-list-wrapper .tag0{background:#e91526}.tag-list-wrapper .tag0:hover,.tag-list-wrapper .tag0.active,html[data-theme=dark] .tag-list-wrapper .tag0{background:#c51220}html[data-theme=dark] .tag-list-wrapper .tag0:hover,html[data-theme=dark] .tag-list-wrapper .tag0.active{background:#e91526}.tag-list-wrapper .tag1{background:#fb6533}.tag-list-wrapper .tag1:hover,.tag-list-wrapper .tag1.active,html[data-theme=dark] .tag-list-wrapper .tag1{background:#fa4a0e}html[data-theme=dark] .tag-list-wrapper .tag1:hover,html[data-theme=dark] .tag-list-wrapper .tag1.active{background:#fb6533}.tag-list-wrapper .tag2{background:#f4a62a}.tag-list-wrapper .tag2:hover,.tag-list-wrapper .tag2.active,html[data-theme=dark] .tag-list-wrapper .tag2{background:#ec950c}html[data-theme=dark] .tag-list-wrapper .tag2:hover,html[data-theme=dark] .tag-list-wrapper .tag2.active{background:#f4a62a}.tag-list-wrapper .tag3{background:#40d47f}.tag-list-wrapper .tag3:hover,.tag-list-wrapper .tag3.active,html[data-theme=dark] .tag-list-wrapper .tag3{background:#2cc26b}html[data-theme=dark] .tag-list-wrapper .tag3:hover,html[data-theme=dark] .tag-list-wrapper .tag3.active{background:#40d47f}.tag-list-wrapper .tag4{background:#2bbe69}.tag-list-wrapper .tag4:hover,.tag-list-wrapper .tag4.active,html[data-theme=dark] .tag-list-wrapper .tag4{background:#239d56}html[data-theme=dark] .tag-list-wrapper .tag4:hover,html[data-theme=dark] .tag-list-wrapper .tag4.active{background:#2bbe69}.tag-list-wrapper .tag5{background:#13c3c3}.tag-list-wrapper .tag5:hover,.tag-list-wrapper .tag5.active,html[data-theme=dark] .tag-list-wrapper .tag5{background:#0f9d9d}html[data-theme=dark] .tag-list-wrapper .tag5:hover,html[data-theme=dark] .tag-list-wrapper .tag5.active{background:#13c3c3}.tag-list-wrapper .tag6{background:#0a7bf4}.tag-list-wrapper .tag6:hover,.tag-list-wrapper .tag6.active,html[data-theme=dark] .tag-list-wrapper .tag6{background:#0968ce}html[data-theme=dark] .tag-list-wrapper .tag6:hover,html[data-theme=dark] .tag-list-wrapper .tag6.active{background:#0a7bf4}.tag-list-wrapper .tag7{background:#b37deb}.tag-list-wrapper .tag7:hover,.tag-list-wrapper .tag7.active,html[data-theme=dark] .tag-list-wrapper .tag7{background:#a160e7}html[data-theme=dark] .tag-list-wrapper .tag7:hover,html[data-theme=dark] .tag-list-wrapper .tag7.active{background:#b37deb}.tag-list-wrapper .tag8{background:#ed44a1}.tag-list-wrapper .tag8:hover,.tag-list-wrapper .tag8.active,html[data-theme=dark] .tag-list-wrapper .tag8{background:#ea2290}html[data-theme=dark] .tag-list-wrapper .tag8:hover,html[data-theme=dark] .tag-list-wrapper .tag8.active{background:#ed44a1}.timeline-list-wrapper{--dot-color: #fff;--dot-bar-color: #eaecef;--dot-border-color: #ddd;padding:8px 0}html[data-theme=dark] .timeline-list-wrapper{--dot-color: #444;--dot-bar-color: #333;--dot-border-color: #555}.timeline-list-wrapper .timeline-list-title{cursor:pointer}.timeline-list-wrapper .timeline-list-title .icon{position:relative;bottom:-.125rem;width:16px;height:16px;margin:0 6px}.timeline-list-wrapper .timeline-list-title .num{position:relative;margin:0 2px;font-size:22px}.timeline-list-wrapper .timeline-content{overflow-y:auto;max-height:80vh}.timeline-list-wrapper .timeline-content::-webkit-scrollbar-track-piece{background:transparent}.timeline-list-wrapper .timeline-list{position:relative;box-sizing:border-box;margin:0 8px;list-style:none}.timeline-list-wrapper .timeline-list:after{content:" ";position:absolute;top:14px;left:0;z-index:-1;width:4px;height:calc(100% - 14px);margin-left:-2px;background:var(--dot-bar-color);transition:background var(--color-transition)}.timeline-list-wrapper .timeline-year{position:relative;margin:20px 0 0;color:var(--text-color);font-weight:700;font-size:20px}.timeline-list-wrapper .timeline-year:before{content:" ";position:absolute;z-index:2;border:1px solid var(--dot-border-color);border-radius:50%;background:var(--dot-color);transition:background var(--color-transition),border-color var(--color-transition);top:50%;left:-20px;width:8px;height:8px;margin-top:-4px;margin-left:-4px}.timeline-list-wrapper .timeline-year-wrapper{padding-left:0!important}.timeline-list-wrapper .timeline-date{display:inline-block;vertical-align:bottom;width:36px;font-size:12px;line-height:32px;transition:color var(--color-transition)}.timeline-list-wrapper .timeline-date:before{content:" ";position:absolute;z-index:2;border:1px solid var(--dot-border-color);border-radius:50%;background:var(--dot-color);transition:background var(--color-transition),border-color var(--color-transition);top:24px;left:-19px;width:6px;height:6px;margin-left:-4px}.timeline-list-wrapper .timeline-title{color:inherit;font-size:14px;line-height:32px;cursor:pointer;transition:color var(--color-transition)}.timeline-list-wrapper .timeline-item{position:relative;display:flex;padding:12px 0 4px;border-bottom:1px dashed var(--border-color);list-style:none;transition:border-color var(--color-transition)}.timeline-list-wrapper .timeline-item:hover .timeline-date{color:var(--theme-color)}.timeline-list-wrapper .timeline-item:hover .timeline-date:before{border-color:var(--dot-color);background:var(--theme-color)}.timeline-list-wrapper .timeline-item:hover .timeline-title{color:var(--theme-color)}.blog-info-list{margin:8px auto;padding:8px 16px}.page .blog-info-list{border-radius:6px;background:var(--bg-color-float);box-shadow:0 1px 3px 1px var(--card-shadow);transition:background var(--color-transition),box-shadow var(--color-transition)}.page .blog-info-list:hover{box-shadow:0 2px 6px 2px var(--card-shadow)}.page .blog-info-list .timeline-list-wrapper .content{max-height:60vh}.blog-info-list .blog-type-wrapper{display:flex;justify-content:center;margin-bottom:8px}.blog-info-list .blog-type-button{border-width:0;background:transparent;cursor:pointer;width:44px;height:44px;margin:0 8px;padding:4px;color:var(--grey3);transition:color var(--color-transition)}.blog-info-list .blog-type-button:focus{outline:none}.blog-info-list .blog-type-button .icon-wrapper{width:20px;height:20px;padding:8px;border-radius:50%;background:rgba(127,127,127,.15);transition:background var(--color-transition)}html[data-theme=dark] .blog-info-list .blog-type-button .icon-wrapper{background:rgba(255,255,255,.15)}.blog-info-list .blog-type-button .icon-wrapper:hover{cursor:pointer}.blog-info-list .blog-type-button .icon-wrapper.active{background:var(--theme-color-light)}html[data-theme=dark] .blog-info-list .blog-type-button .icon-wrapper.active{background:var(--theme-color-dark)}.blog-info-list .blog-type-button .icon{width:100%;height:100%}.blog-info-list .sticky-article-wrapper,.blog-info-list .category-wrapper,.blog-info-list .tag-wrapper{padding:8px 0}.blog-info-list .sticky-article-wrapper .title,.blog-info-list .category-wrapper .title,.blog-info-list .tag-wrapper .title{cursor:pointer}.blog-info-list .sticky-article-wrapper .title .icon,.blog-info-list .category-wrapper .title .icon,.blog-info-list .tag-wrapper .title .icon{position:relative;bottom:-.125rem;width:16px;height:16px;margin:0 6px}.blog-info-list .sticky-article-wrapper .title .num,.blog-info-list .category-wrapper .title .num,.blog-info-list .tag-wrapper .title .num{position:relative;margin:0 2px;font-size:22px;font-family:var(--font-family-fancy)}.blog-info-list .sticky-article-list{margin:8px auto}.blog-info-list .sticky-article{padding:12px 8px 4px;border-bottom:1px dashed var(--grey);transition:border-color var(--color-transition),color var(--color-transition)}.blog-info-list .sticky-article a{color:inherit}.blog-info-list .sticky-article:hover{cursor:pointer}.blog-info-list .sticky-article:hover a{color:var(--theme-color)}.blog-info-list .category-wrapper .category-list-wrapper,.blog-info-list .tag-wrapper .tag-list-wrapper{margin:8px auto}.sidebar .blog-info-wrapper .blogger-info{display:none}.page .blog-info-wrapper{position:sticky;top:calc(var(--navbar-height) + .75rem);flex:0 0 300px;box-sizing:border-box;height:auto;margin:0 0 .75rem 1rem;transition:all .3s}@media (max-width: 719px){.page .blog-info-wrapper{display:none}}.page .blog-info-wrapper .blogger-info{margin-bottom:16px;padding:8px 0;border-radius:8px;box-shadow:0 1px 3px 1px var(--card-shadow)}.page .blog-info-wrapper .blogger-info:hover{box-shadow:0 2px 6px 2px var(--card-shadow)}.project-panel{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;justify-content:flex-start;margin-bottom:12px}.project-panel .project{position:relative;width:calc(33% - 40px);margin:6px 8px;padding:12px;border-radius:8px;background:var(--bg-color-float);transition:background var(--color-transition),transform var(--transform-transition)}@media (max-width: 959px){.project-panel .project{width:calc(50% - 40px)}}@media (min-width: 1440px){.project-panel .project{width:calc(25% - 40px)}}.project-panel .project:hover{cursor:pointer;transform:scale(.98)}.project-panel .project .name{position:relative;z-index:2;color:var(--grey3);font-weight:500;font-size:16px;transition:color var(--color-transition)}.project-panel .project .desc{position:relative;z-index:2;margin:6px 0;color:var(--dark-grey);font-size:13px}.project-panel .project .image{position:relative;z-index:2;float:right;width:40px;height:40px}.project-panel .project .icon{position:relative;z-index:2;float:right;width:20px;height:20px}.project-panel .project0{background:#fde5e7}.project-panel .project0:hover{background:#f9bec3}html[data-theme=dark] .project-panel .project0{background:#340509}html[data-theme=dark] .project-panel .project0:hover{background:#53080e}.project-panel .project1{background:#ffeee8}.project-panel .project1:hover{background:#fed4c6}html[data-theme=dark] .project-panel .project1{background:#441201}html[data-theme=dark] .project-panel .project1:hover{background:#6d1d02}.project-panel .project2{background:#fef5e7}.project-panel .project2:hover{background:#fce6c4}html[data-theme=dark] .project-panel .project2{background:#3e2703}html[data-theme=dark] .project-panel .project2:hover{background:#633f05}.project-panel .project3{background:#eafaf1}.project-panel .project3:hover{background:#caf3db}html[data-theme=dark] .project-panel .project3{background:#0c331c}html[data-theme=dark] .project-panel .project3:hover{background:#12522d}.project-panel .project4{background:#e6f9ee}.project-panel .project4:hover{background:#c0f1d5}html[data-theme=dark] .project-panel .project4{background:#092917}html[data-theme=dark] .project-panel .project4:hover{background:#0f4224}.project-panel .project5{background:#e1fcfc}.project-panel .project5:hover{background:#b4f8f8}html[data-theme=dark] .project-panel .project5{background:#042929}html[data-theme=dark] .project-panel .project5:hover{background:#064242}.project-panel .project6{background:#e4f0fe}.project-panel .project6:hover{background:#bbdafc}html[data-theme=dark] .project-panel .project6{background:#021b36}html[data-theme=dark] .project-panel .project6:hover{background:#042c57}.project-panel .project7{background:#f7f1fd}.project-panel .project7:hover{background:#eadbfa}html[data-theme=dark] .project-panel .project7{background:#2a0b4b}html[data-theme=dark] .project-panel .project7:hover{background:#431277}.project-panel .project8{background:#fdeaf5}.project-panel .project8:hover{background:#facbe5}html[data-theme=dark] .project-panel .project8{background:#400626}html[data-theme=dark] .project-panel .project8:hover{background:#670a3d}.page.blog .blog-home{flex:1;overflow:hidden;max-width:780px}.page.blog .theme-hope-content:empty{padding:0}.article-type-wrapper{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding-left:0;list-style:none;font-weight:600;font-size:18px}@media (max-width: 419px){.article-type-wrapper{font-size:16px}}.article-type{position:relative;vertical-align:middle;margin:.3em .8em;line-height:1.2;cursor:pointer}.article-type:after{content:" ";position:absolute;right:50%;bottom:-6px;left:50%;height:2px;border-radius:1px;background:var(--theme-color);visibility:hidden;transition:left .2s ease-in-out,right .2s ease-in-out}.article-type a{display:inline-block;color:inherit;transition:all .3s ease-in-out}.article-type.active{position:relative}.article-type.active a{color:var(--theme-color);transform:scale(1.1)}.article-type:hover:after,.article-type.active:after{right:calc(50% - 8px);left:calc(50% - 8px);visibility:visible}.timeline-wrapper{--dot-color: #fff;--dot-bar-color: #eaecef;--dot-border-color: #ddd;max-width:740px;margin:0 auto;padding:40px 0}@media (max-width: 719px){.timeline-wrapper{margin:0 1.2rem}}html[data-theme=dark] .timeline-wrapper{--dot-color: #444;--dot-bar-color: #333;--dot-border-color: #555}.timeline-wrapper #toc{right:0;left:unset;min-width:0}.timeline-wrapper .toc-wrapper{position:relative;z-index:10}.timeline-wrapper .timeline-content{position:relative;box-sizing:border-box;padding-left:76px;list-style:none}.timeline-wrapper .timeline-content:after{content:" ";position:absolute;top:14px;left:64px;z-index:-1;width:4px;height:calc(100% - 38px);margin-left:-2px;background:var(--dot-bar-color);transition:background var(--color-transition)}.timeline-wrapper .motto{position:relative;color:var(--text-color);font-size:18px;transition:color var(--color-transition)}@media (min-width: 1280px){.timeline-wrapper .motto{font-size:20px}}.timeline-wrapper .motto:before{content:" ";position:absolute;top:50%;z-index:2;margin-top:-6px;margin-left:-6px;border:2px solid var(--dot-border-color);border-radius:50%;background:var(--dot-color);transition:background var(--color-transition),border-color var(--color-transition);left:-12px;width:8px;height:8px}.timeline-wrapper .timeline-year-title{margin-top:calc(3rem - var(--navbar-height));margin-bottom:.5rem;padding-top:var(--navbar-height);color:var(--text-color);font-weight:700;font-size:26px;font-family:var(--font-family-fancy);transition:color var(--color-transition)}.timeline-wrapper .timeline-year-title span{position:relative}.timeline-wrapper .timeline-year-title span:before{content:" ";position:absolute;top:50%;z-index:2;margin-top:-6px;margin-left:-6px;border:2px solid var(--dot-border-color);border-radius:50%;background:var(--dot-color);transition:background var(--color-transition),border-color var(--color-transition);left:-12px;width:8px;height:8px}.timeline-wrapper .timeline-year-wrapper{padding-left:0!important}.timeline-wrapper .timeline-date{position:absolute;right:calc(100% + 24px);width:40px;font-size:14px;line-height:30px;text-align:right}.timeline-wrapper .timeline-date:before{content:" ";position:absolute;top:50%;z-index:2;margin-top:-6px;margin-left:-6px;border:2px solid var(--dot-border-color);border-radius:50%;background:var(--dot-color);transition:background var(--color-transition),border-color var(--color-transition);right:-16px;width:6px;height:6px}.timeline-wrapper .timeline-title{position:relative;display:block;color:inherit;font-size:16px;line-height:30px}.timeline-wrapper .timeline-item{position:relative;z-index:3;display:flex;padding:30px 0 10px;border-bottom:1px dashed var(--border-color);list-style:none;transition:border-color var(--color-transition)}.timeline-wrapper .timeline-item:hover{cursor:pointer}.timeline-wrapper .timeline-item:hover .timeline-date{font-size:16px;transition:border-color var(--color-transition),color var(--color-transition),font-size var(--transform-transition)}.timeline-wrapper .timeline-item:hover .timeline-date:before{border-color:var(--theme-color);background:var(--bg-color-secondary)}.timeline-wrapper .timeline-item:hover .timeline-title{color:var(--theme-color);font-size:18px;transition:color var(--color-transition),font-size var(--transform-transition)}.blog-main{flex:1;max-width:780px}.blog-main .article-title{margin:10px 15px;font-size:1.8rem}.theme-container .page.blog{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;min-height:100vh;margin:0 auto;padding-top:var(--navbar-height);padding-bottom:2rem;background:var(--bg-color-back);transition:background var(--color-transition)}@media (min-width: 1440px){.theme-container.has-toc .page.blog{padding-right:0}}.blog-page-wrapper{display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;width:100%;margin:0 auto;padding:0 2rem}@media (max-width: 959px){.blog-page-wrapper{padding:0 1rem}}@media (max-width: 419px){.blog-page-wrapper{padding:0}}@keyframes shake{0%,to{transform:translate(0)}10%{transform:translate(-9px)}20%{transform:translate(8px)}30%{transform:translate(-7px)}40%{transform:translate(6px)}50%{transform:translate(-5px)}60%{transform:translate(4px)}70%{transform:translate(-3px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}}.password-layer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(80vh - var(--navbar-height));margin-top:var(--navbar-height);text-align:center}.password-layer.expand{margin-top:0}.password-modal{width:80%;max-width:420px;padding:2rem;border-radius:1.5rem;box-shadow:2px 2px 10px 6px var(--card-shadow);transition:box-shadow var(--color-transition)}.password-modal .hint{margin-bottom:20px;font-weight:600;font-size:1.5rem;line-height:2}.password-modal .hint.tried{color:red;animation-name:shake;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.password-modal .hint svg{width:1.25em;height:1.25em}.password-modal .password input{width:calc(100% - 3rem);padding:0 1.5rem;border:2px solid var(--theme-color);border-radius:.5rem;background:var(--bg-color)!important;color:var(--black)!important;outline:none;font-size:1.25rem;line-height:2;transition:background var(--color-transition),color var(--color-transition)}.password-modal .remember-password{margin-top:.5rem;color:var(--dark-grey);font-size:14px;text-align:left}.password-modal .remember-password input[type=checkbox]{position:relative;vertical-align:text-bottom;width:0;margin-right:18px;cursor:pointer}.password-modal .remember-password input[type=checkbox]:after{content:" ";position:absolute;top:0;display:inline-block;box-sizing:border-box;width:14px;height:14px;padding-left:0;border:1px solid #ddd;border-radius:50%;background:#fff;text-align:center;visibility:visible;transition:background var(--color-transition),border-color var(--color-transition)}html[data-theme=dark] .password-modal .remember-password input[type=checkbox]:after{border-color:#666;background:#333}.password-modal .remember-password input[type=checkbox]:checked:after{content:"";border-color:var(--theme-color);background:var(--theme-color)}html[data-theme=dark] .password-modal .remember-password input[type=checkbox]:checked:after{border-color:var(--theme-color);background:var(--theme-color)}.password-modal .remember-password input[type=checkbox]:checked:before{content:"";position:absolute;top:2px;left:5px;z-index:1;width:2px;height:6px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg)}.password-modal button.submit{background:transparent;cursor:pointer;width:70px;margin-top:1.5rem;border-width:0;border-radius:.5rem;background:var(--theme-color);color:var(--bg-color);outline:none;font-size:1.2rem;line-height:2;transition:color var(--color-transition)}.password-modal button.submit:hover{background:var(--theme-color-light)}.presentation .md-enhance-presentation{min-width:100vw;min-height:100vh}.presentation .menu-button{left:2rem;z-index:50;vertical-align:middle;transition:transform .2s ease-in-out}.presentation .menu-button:before{content:" ";margin-top:.125em}.presentation .menu-button:after{content:" ";margin-bottom:.125em}.presentation .menu-button .icon{margin:.2em 0}.presentation .menu-button:before,.presentation .menu-button:after,.presentation .menu-button .icon{display:block;width:100%;height:.2em;border-radius:.05em;background:var(--white);transition:transform .2s ease-in-out}.presentation .back-button{left:2rem;z-index:49;opacity:0;fill:var(--white);transition:left .2s ease-out,opacity .2s ease-out}.presentation .home-button{left:2rem;z-index:48;opacity:0;fill:var(--white);transition:left .2s ease-out,opacity .2s ease-out}.presentation .menu-button,.presentation .back-button,.presentation .home-button{border-width:0;background:transparent;cursor:pointer;position:fixed;bottom:2rem;box-sizing:content-box;width:1rem;height:1rem;padding:.5rem;border-radius:50%;background:rgba(127,127,127,.35);color:var(--white);outline:none}.presentation .menu-button:hover,.presentation .back-button:hover,.presentation .home-button:hover{background:var(--c-brand, #3eaf7c)}.presentation .active .menu-button:before{transform:translateY(.4em) rotate(135deg)}.presentation .active .menu-button .icon{transform:scale(0)}.presentation .active .menu-button:after{transform:translateY(-.4em) rotate(-135deg)}.presentation .active .back-button{left:4.5rem;opacity:1}.presentation .active .home-button{left:7rem;opacity:1}.search-pro-button{display:inline-block;width:20px;height:20px;margin:0 0 0 16px;padding:8px;border:0;border-radius:50%;background:var(--c-bg-light, #f3f4f5);font-weight:500;cursor:pointer;transition:background var(--color-transition),color var(--color-transition)}@media print{.search-pro-button{display:none}}.search-pro-button .search-icon{display:block;width:20px;height:20px}@keyframes search-pro-fade-in{0%{opacity:.2}to{opacity:1}}.search-pro-modal-wrapper{position:fixed;top:0;left:0;z-index:997;display:flex;align-items:center;justify-content:center;overflow:auto;width:100vw;height:100vh;cursor:default}.search-pro-modal-wrapper button{border-width:0;background:transparent;cursor:pointer}.search-pro-modal-wrapper .background{position:fixed;top:0;left:0;z-index:998;width:100vw;height:100vh;animation:.25s search-pro-fade-in;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-pro-modal{position:absolute;z-index:999;display:flex;flex-direction:column;width:92%;max-width:56em;padding:.75rem;border-radius:10px;background:var(--c-bg, #fff);box-shadow:2px 2px 10px 0 var(--card-shadow);transition:background var(--color-transition);animation:.15s pwa-opened}@media (max-width: 1280px){.search-pro-modal{animation:.25s pwa-mobile}}@media (max-width: 959px){.search-pro-modal{width:calc(100% - 1.5rem);max-width:unset;height:calc(100% - 1.5rem)}}.search-pro-box{position:relative;display:flex}.search-pro-box .search-icon{position:absolute;top:calc(50% - .75rem);left:.5rem;width:1.5rem;height:1.5rem}.search-pro-box input{flex:1;min-width:0;margin:0;padding:.25rem 1rem .3rem 2.5rem;border:0;border:1px solid var(--c-brand, #3eaf7c);border-radius:8px;background-color:var(--c-bg-light, #f3f4f5);color:var(--text-color);outline:none;font-size:1.25rem;line-height:2}.search-pro-box .close-button{border-width:0;background:transparent;cursor:pointer;display:none;color:var(--grey3)}@media (max-width: 959px){.search-pro-box .close-button{display:block}}.search-pro-result{flex-grow:1;overflow-y:auto;min-height:40vh;max-height:calc(90vh - 8rem);margin:.5rem 0}@media (max-width: 959px){.search-pro-result{min-height:unset;max-height:unset}}.search-pro-result.loading,.search-pro-result.empty{display:flex;align-items:center;justify-content:center;padding:1.5rem;font-weight:600;font-size:22px;text-align:center}.search-pro-hints{line-height:1}.search-pro-hint{display:inline-flex;align-items:center;margin:0 .5rem}.search-pro-hint kbd{width:15px;height:15px;margin:0 .5rem;padding:2px;border:1px solid --c-border,#eaecef;box-shadow:1px 1px 4px 0 var(--card-shadow)}.search-pro-hint kbd+kbd{margin-left:-.25rem}.search-pro-hint svg{display:block;width:15px;height:15px}.button1[data-v-cbf2ca3d]{margin:0 auto;box-shadow:0 1px 2px #0003,0 3px 4px #00000030;border:0px solid #4CAF50;border-radius:5px;padding:13px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:20px;transition-duration:.4s;cursor:pointer}.button2[data-v-cbf2ca3d]{background-color:#4cb9f2;text-decoration:none;color:#eef4fb;border:0}.button2[data-v-cbf2ca3d]:hover{background-color:#006fffe0;text-decoration:none;color:#fff;box-shadow:0 3px 5px #0000003d,0 10px 10px #00000030}#homelink[data-v-cbf2ca3d]{position:absolute;padding-top:200px;text-decoration:none}.pic[data-v-1f6d4e85]{width:170px;max-height:300px;margin-right:20px}.des[data-v-1f6d4e85]{width:60%}.rate[data-v-1f6d4e85]{width:15%}.verticalline[data-v-1f6d4e85]{margin-left:20px;margin-right:30px;width:0;height:auto;opacity:30%;border-left:1px solid;border-color:#2c3e50}.split-pane[data-v-3102671e]{display:flex;height:100%;position:relative}.split-pane.dragging[data-v-3102671e]{cursor:ew-resize}.dragging .left[data-v-3102671e],.dragging .right[data-v-3102671e]{pointer-events:none}.left[data-v-3102671e],.right[data-v-3102671e]{position:relative;height:100%}.left[data-v-3102671e]{border-right:1px solid var(--border)}.dragger[data-v-3102671e]{position:absolute;z-index:3;top:0;bottom:0;right:-5px;width:10px;cursor:ew-resize}.toggler[data-v-3102671e]{display:none;z-index:3;font-family:var(--font-code);color:var(--text-light);position:absolute;left:50%;bottom:20px;background-color:var(--bg);padding:8px 12px;border-radius:8px;transform:translate(-50%);box-shadow:0 3px 8px #00000040}.dark .toggler[data-v-3102671e]{background-color:var(--bg)}@media (min-width: 721px){.split-pane.vertical[data-v-3102671e]{display:block}.split-pane.vertical.dragging[data-v-3102671e]{cursor:ns-resize}.vertical .dragger[data-v-3102671e]{top:auto;height:10px;width:100%;left:0;right:0;bottom:-5px;cursor:ns-resize}.vertical .left[data-v-3102671e],.vertical .right[data-v-3102671e]{width:100%}.vertical .left[data-v-3102671e]{border-right:none;border-bottom:1px solid var(--border)}}@media (max-width: 720px){.left[data-v-3102671e],.right[data-v-3102671e]{width:100%!important;height:100%!important}.dragger[data-v-3102671e]{display:none}.split-pane .toggler[data-v-3102671e]{display:block}.split-pane .right[data-v-3102671e]{display:none}.split-pane.show-output .right[data-v-3102671e]{display:block}.split-pane.show-output .left[data-v-3102671e]{display:none}}.file-selector[data-v-cbb0a4e5]{display:flex;box-sizing:border-box;border-bottom:1px solid var(--border);background-color:var(--bg);overflow-y:hidden;overflow-x:auto;white-space:nowrap;position:relative;height:var(--header-height)}.file-selector[data-v-cbb0a4e5]::-webkit-scrollbar{height:1px}.file-selector[data-v-cbb0a4e5]::-webkit-scrollbar-track{background-color:var(--border)}.file-selector[data-v-cbb0a4e5]::-webkit-scrollbar-thumb{background-color:var(--color-branding)}.file-selector.has-import-map .add[data-v-cbb0a4e5]{margin-right:10px}.file[data-v-cbb0a4e5]{display:inline-block;font-size:13px;font-family:var(--font-code);cursor:pointer;color:var(--text-light);box-sizing:border-box}.file.active[data-v-cbb0a4e5]{color:var(--color-branding);border-bottom:3px solid var(--color-branding);cursor:text}.file span[data-v-cbb0a4e5]{display:inline-block;padding:8px 10px 6px;line-height:20px}.file.pending input[data-v-cbb0a4e5]{width:90px;height:30px;line-height:30px;outline:none;border:1px solid var(--border);border-radius:4px;padding:0 0 0 10px;margin-top:2px;margin-left:6px;font-family:var(--font-code);font-size:12px}.file .remove[data-v-cbb0a4e5]{display:inline-block;vertical-align:middle;line-height:12px;cursor:pointer;padding-left:0}.add[data-v-cbb0a4e5]{font-size:18px;font-family:var(--font-code);color:#999;vertical-align:middle;margin-left:6px;position:relative;top:-1px}.add[data-v-cbb0a4e5]:hover{color:var(--color-branding)}.icon[data-v-cbb0a4e5]{margin-top:-1px}.import-map-wrapper[data-v-cbb0a4e5]{position:sticky;margin-left:auto;top:0;right:0;padding-left:30px;background-color:var(--bg);background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%)}.dark .import-map-wrapper[data-v-cbb0a4e5]{background:linear-gradient(90deg,rgba(26,26,26,0) 0%,rgba(26,26,26,1) 25%)}.CodeMirror{color:var(--symbols);--symbols: #777;--base: #545281;--comment: hsl(210, 25%, 60%);--keyword: #af4ab1;--variable: var(--base);--function: #c25205;--string: #2ba46d;--number: #c25205;--tags: #dd0000;--brackets: var(--comment);--qualifier: #ff6032;--important: var(--string);--attribute: #9c3eda;--property: #6182b8;--selected-bg: #d7d4f0;--selected-bg-non-focus: #d9d9d9;--cursor: #000;direction:ltr;font-family:var(--font-code);height:auto}.dark .CodeMirror{color:var(--symbols);--symbols: #89ddff;--base: #a6accd;--comment: #6d6d6d;--keyword: #89ddff;--string: #c3e88d;--variable: #82aaff;--number: #f78c6c;--tags: #f07178;--brackets: var(--symbols);--property: #f07178;--attribute: #c792ea;--cursor: #fff;--selected-bg: rgba(255, 255, 255, .1);--selected-bg-non-focus: rgba(255, 255, 255, .15)}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid var(--border);background-color:transparent;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:var(--comment);white-space:nowrap;opacity:.6}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-foldmarker{color:#414141;text-shadow:#ff9966 1px 1px 2px,#ff9966 -1px -1px 2px,#ff9966 1px -1px 2px,#ff9966 -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.CodeMirror-foldgutter{width:.7em}.CodeMirror-foldgutter-open,.CodeMirror-foldgutter-folded{cursor:pointer}.CodeMirror-foldgutter-open:after,.CodeMirror-foldgutter-folded:after{content:">";font-size:.8em;opacity:.8;transition:transform .2s;display:inline-block;top:-.1em;position:relative;transform:rotate(90deg)}.CodeMirror-foldgutter-folded:after{transform:none}.CodeMirror-cursor{border-left:1px solid var(--cursor);border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:#14ff1480;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default.CodeMirror{background-color:transparent}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-atom,.cm-s-default .cm-def,.cm-s-default .cm-variable-2,.cm-s-default .cm-variable-3,.cm-s-default .cm-punctuation{color:var(--base)}.cm-s-default .cm-property{color:var(--property)}.cm-s-default .cm-hr,.cm-s-default .cm-comment{color:var(--comment)}.cm-s-default .cm-attribute{color:var(--attribute)}.cm-s-default .cm-keyword{color:var(--keyword)}.cm-s-default .cm-variable{color:var(--variable)}.cm-s-default .cm-tag{color:var(--tags)}.cm-s-default .cm-bracket{color:var(--brackets)}.cm-s-default .cm-number{color:var(--number)}.cm-s-default .cm-string,.cm-s-default .cm-string-2{color:var(--string)}.cm-s-default .cm-type{color:#085}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:var(--qualifier)}.cm-s-default .cm-builtin{color:#7539ff}.cm-s-default .cm-link{color:var(--flash)}.cm-s-default .cm-error,.cm-invalidchar{color:#ff008c}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:var(--selected-bg-non-focus)}.CodeMirror-focused .CodeMirror-selected{background:var(--selected-bg)}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:var(--selected-bg)}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:var(--selected-bg)}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.editor{position:relative;height:100%;width:100%;overflow:hidden}.CodeMirror{font-family:var(--font-code);line-height:1.5;height:100%}.msg[data-v-92411507]{position:absolute;bottom:0;left:8px;right:8px;z-index:10;border:2px solid transparent;border-radius:6px;font-family:var(--font-code);white-space:pre-wrap;margin-bottom:8px;max-height:calc(100% - 300px);min-height:40px;display:flex;align-items:stretch}pre[data-v-92411507]{margin:0;padding:12px 20px;overflow:auto}.dismiss[data-v-92411507]{position:absolute;top:2px;right:2px;width:18px;height:18px;line-height:18px;border-radius:9px;text-align:center;display:block;font-size:9px;padding:0;background-color:red;color:#fff}@media (max-width: 720px){.dismiss[data-v-92411507]{top:-9px;right:-9px}.msg[data-v-92411507]{bottom:50px}}.msg.err[data-v-92411507]{color:red;border-color:red;background-color:#ffd7d7}.msg.warn[data-v-92411507]{--color: rgb(105, 95, 27);color:var(--color);border-color:var(--color);background-color:#f7f0cd}.msg.warn .dismiss[data-v-92411507]{background-color:var(--color)}.fade-enter-active[data-v-92411507],.fade-leave-active[data-v-92411507]{transition:all .15s ease-out}.fade-enter-from[data-v-92411507],.fade-leave-to[data-v-92411507]{opacity:0;transform:translateY(10px)}.editor-container[data-v-0384e940]{height:calc(100% - var(--header-height));overflow:hidden;position:relative}.iframe-container[data-v-21e1de24],.iframe-container[data-v-21e1de24] iframe{width:100%;height:100%;border:none;background-color:#fff}.output-container[data-v-5d2df9cb]{height:calc(100% - var(--header-height));overflow:hidden;position:relative}.tab-buttons[data-v-5d2df9cb]{box-sizing:border-box;border-bottom:1px solid var(--border);background-color:var(--bg);height:var(--header-height);overflow:hidden}.tab-buttons button[data-v-5d2df9cb]{padding:0;box-sizing:border-box}.tab-buttons span[data-v-5d2df9cb]{font-size:13px;font-family:var(--font-code);text-transform:uppercase;color:var(--text-light);display:inline-block;padding:8px 16px 6px;line-height:20px}button.active[data-v-5d2df9cb]{color:var(--color-branding-dark);border-bottom:3px solid var(--color-branding-dark)}.vue-repl[data-v-11ce55b8]{--bg: #fff;--bg-soft: #f8f8f8;--border: #ddd;--text-light: #888;--font-code: Menlo, Monaco, Consolas, "Courier New", monospace;--color-branding: #42b883;--color-branding-dark: #416f9c;--header-height: 38px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;overflow:hidden;background-color:var(--bg-soft)}.dark .vue-repl[data-v-11ce55b8]{--bg: #1a1a1a;--bg-soft: #242424;--border: #383838;--text-light: #aaa;--color-branding: #42d392;--color-branding-dark: #89ddff}[data-v-11ce55b8] button{border:none;outline:none;cursor:pointer;margin:0;background-color:transparent}:root{--playground-header-bg-color: #eee}html[data-theme=dark]{--playground-header-bg-color: #333}html[data-theme=dark] .vue-repl{--bg: #1a1a1a;--bg-soft: #242424;--border: #383838;--text-light: #aaa;--color-branding: #42d392;--color-branding-dark: #89ddff}html[data-theme=dark] .vue-repl .import-map-wrapper{background:linear-gradient(90deg,rgba(26,26,26,0) 0%,rgb(26,26,26) 25%)!important}html[data-theme=dark] .vue-repl .CodeMirror{--symbols: #89ddff;--base: #a6accd;--comment: #6d6d6d;--keyword: #89ddff;--string: #c3e88d;--variable: #82aaff;--number: #f78c6c;--tags: #f07178;--brackets: var(--symbols);--property: #f07178;--attribute: #c792ea;--cursor: #fff;--selected-bg: rgb(255 255 255 / 10%);--selected-bg-non-focus: rgb(255 255 255 / 15%);color:var(--symbols)}.vue-playground-wrapper{overflow:hidden;margin-top:1rem;margin-bottom:1rem;border:1px solid var(--c-border, #ddd);border-radius:6px}.vue-playground-wrapper .title-wrapper{display:flex;flex-flow:row wrap;padding:8px 10px;border-bottom:1px solid var(--c-border, #ddd);background:var(--playground-header-bg-color, #eee);font-weight:500;transition:background var(--color-transition) border-color var(--color-transition)}.vue-playground-wrapper .title{flex:1;overflow:hidden;font-size:1.25rem;text-overflow:ellipsis;white-space:nowrap}.vue-playground-wrapper .actions{display:flex;align-items:center}.vue-playground-wrapper .icon{width:1.5rem;height:1.5rem;fill:#777}.vue-playground-wrapper .action{display:inline-flex;margin-left:10px}.vue-playground-wrapper .action:hover .icon{transition:transform .15s cubic-bezier(.2,0,.13,2);transform:scale(1.2)}@media (max-width: 719px){.vue-playground-wrapper .action.code{display:none}}.vue-playground-wrapper .preview-loading-wrapper{display:flex;align-items:center;justify-content:center;background:var(--grey15);transition:background var(--color-transition)}.vue-playground-wrapper .preview-loading-wrapper .loading-icon{width:4em;height:4em;margin:2.5em auto;color:var(--c-brand, #3eaf7c);transition:color var(--color-transition)}.vue-playground-wrapper .source-container{display:none}.vue-playground-wrapper .source-container.show{display:block}.vue-playground-wrapper .repl-container{position:relative;overflow:hidden;height:auto;background:var(--c-bg);transition:background var(--color-transition)}@media (max-width: 719px){.vue-playground-wrapper .repl-container.show-code .vue-repl .split-pane.show-output .left{display:none!important}.vue-playground-wrapper .repl-container.show-code .vue-repl .split-pane:not(.show-output) .left{display:block!important}.vue-playground-wrapper .repl-container.hide-code .vue-repl .split-pane.show-output .left{display:none!important}.vue-playground-wrapper .repl-container.hide-code .vue-repl .split-pane:not(.show-output) .left{display:block!important}}.vue-playground-wrapper .repl-container iframe{display:block;width:100%;height:100%;border:none}.vue-playground-wrapper .repl-container .vue-repl .split-pane .left .editor-container{height:100%!important}.vue-playground-wrapper .repl-container.show-code .vue-repl .split-pane .left{display:block!important}.vue-playground-wrapper .repl-container.hide-code .vue-repl .split-pane .left{display:none!important}.theme-hope-content .vue-playground-wrapper .repl-container pre,.theme-hope-content .vue-playground-wrapper .repl-container pre[class*=language-]{margin:0;padding:0;border-radius:0}.search-pro-result{scrollbar-color:var(--c-brand, #3aa675) var(--c-border, #eaecef);scrollbar-width:thin}@media (max-width: 419px){.search-pro-result{font-size:13px}}.search-pro-result::-webkit-scrollbar{width:6px;height:6px}.search-pro-result::-webkit-scrollbar-track-piece{border-radius:6px;background:rgba(0,0,0,.1)}.search-pro-result::-webkit-scrollbar-thumb{background:var(--c-brand, #3aa675)}.search-pro-result::-webkit-scrollbar-thumb:active{background:var(--c-brand-light, #4abf8a)}.search-pro-result-list{margin:0;padding:0}.search-pro-result-list-item{display:block;margin:.5rem 0;list-style:none}.search-pro-result-title{margin-bottom:.25rem;font-size:.85rem;text-indent:.5em}.search-pro-result-item.active .search-pro-result-title{color:var(--c-brand, #3aa675)}.search-pro-result-type,.search-pro-close-icon{width:1rem;height:1rem;padding:.5rem;color:var(--c-brand, #3aa675)}.search-pro-result-type{display:block;margin-left:-.5rem}.search-pro-close-icon{box-sizing:content-box;margin-right:-.5rem;border-radius:50%}.search-pro-close-icon svg{width:1rem;height:1rem}.search-pro-close-icon:hover{background:rgba(128,128,128,.3)}.search-pro-result-content{display:flex;flex-grow:1;flex-direction:column;align-items:stretch;justify-content:center;line-height:1.5}.search-pro-result-content .content-header{margin-bottom:.25rem;border-bottom:1px solid var(--c-border-dark, #dfe2e5);font-size:1.1em}.search-pro-result-item{display:flex;align-items:center;margin:.5rem 0;padding:.5rem .75rem;border-radius:.25rem;background-color:var(--c-bg-light, #f3f4f5);color:inherit;font-weight:400;white-space:pre-wrap;word-wrap:break-word}.search-pro-result-item strong{color:var(--c-brand, #3aa675)}.search-pro-result-item:hover,.search-pro-result-item.active{background-color:var(--c-brand-light, #4abf8a);color:var(--white);cursor:pointer}.search-pro-result-item:hover .search-pro-result-type,.search-pro-result-item:hover .search-pro-close-icon,.search-pro-result-item:hover strong,.search-pro-result-item.active .search-pro-result-type,.search-pro-result-item.active .search-pro-close-icon,.search-pro-result-item.active strong{color:var(--white)}
