@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&display=swap);:root{--ib-bg-blue:#0d1b2a;--ib-bg-blue-dark:#10141c;--ib-bg-blue-dark-transparent:#060d1499;--ib-bg-red:#292124;--ib-red:#ef233c;--ib-red-mild:#ef233c66;--ib-red-soft:#ef233c44;--ib-red-shade:#ef233c16;--ib-red-unsat:#ea5264;--ib-charcoal:#364156;--ib-charcoal-mild:#364156bb;--ib-charcoal-soft:#293449bb;--ib-blue-oxford:#1b263b;--ib-blue-bdazzled:#415a77;--ib-white:#ddd;--ib-white-soft:#c8c8c8;--ib-white-mild:#c8c8c8aa;--ib-gray-dark:#252527;--ib-gray:#2d2e30;--ib-gray-light:#4c4e52;--ib-black:#222;--ib-black-mild:#222222aa;--ib-success:#68cca7aa;--ib-error:#cc688daa;--font-condensed:"IBM Plex Sans Condensed",sans-serif;--font-serif:"IBM Plex Serif",serif;--font-sans:"IBM Plex Sans",sans-serif;--header-size:3.25em;--footer-size:3em;--body-max-width:93vw}@-webkit-keyframes widen{0%{max-width:1em}10%{max-width:1em}to{max-width:75%}}@keyframes widen{0%{max-width:1em}10%{max-width:1em}to{max-width:75%}}@-webkit-keyframes appear{0%{opacity:0}75%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}75%{opacity:0}to{opacity:1}}@-webkit-keyframes blinkchar{0%{border-bottom:inherit}50%{border-bottom:inherit}51%{border-bottom:4px solid #c8c8c8aa;border-bottom:4px solid var(--ib-white-mild)}to{border-bottom:4px solid #c8c8c8aa;border-bottom:4px solid var(--ib-white-mild)}}@keyframes blinkchar{0%{border-bottom:inherit}50%{border-bottom:inherit}51%{border-bottom:4px solid #c8c8c8aa;border-bottom:4px solid var(--ib-white-mild)}to{border-bottom:4px solid #c8c8c8aa;border-bottom:4px solid var(--ib-white-mild)}}@-webkit-keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}html{scroll-behavior:smooth}body{background-color:#0d1b2a;background-color:var(--ib-bg-blue);color:#ddd;color:var(--ib-white);color-scheme:dark;font:16px IBM Plex Sans,sans-serif;font:16px var(--font-sans);margin:0;min-height:100vh;position:relative}h3,h4,h5,h6{line-height:1em;margin:0}a,a:visited{text-decoration:none}.ib-header{background:#ef233c16;background:var(--ib-red-shade);overflow:auto}.ib-header.ib-sparse{padding:2em 0;text-align:center}.ib-header.ib-dense,.ib-header.ib-sparse{border-bottom:4px solid #ef233c44;border-bottom:4px solid var(--ib-red-soft)}.ib-header.ib-dense{font-size:.8em;padding:1.5em}.ib-header h1,.ib-header h2{display:inline-block;font-family:IBM Plex Mono,monospace;height:2.5ex;margin:0;overflow:hidden;padding:0 16px;word-break:break-all}.ib-header:not(.no-animate) h1{-webkit-animation:widen 4s;animation:widen 4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.ib-header:not(.no-animate) h1:not(.company-name):after{-webkit-animation:blinkchar 1.5s infinite;animation:blinkchar 1.5s infinite;content:"\00a0";display:inline-block;-webkit-transform:translateY(-6px);transform:translateY(-6px)}.ib-header h1.company-name{font-family:"IBM Plex Serif",serif;font-family:var(--font-serif);letter-spacing:2px}.ib-header p{margin-bottom:0}.ib-header p.fade-in{-webkit-animation:fadeIn 4s ease-in 1;animation:fadeIn 4s ease-in 1}main{box-sizing:border-box;min-height:calc(100vh - 6.25em);min-height:calc(100vh - var(--header-size) - var(--footer-size))}.ib-body{counter-reset:section}.ib-body.ib-sparse{padding:5em 4vw}.ib-body.ib-dense{padding:3em 4vw}.ib-body b,.ib-card .section-header:before{color:#ea5264;color:var(--ib-red-unsat)}.ib-segment{overflow:hidden}.ib-sparse .ib-segment{--ib-split-width:25%;margin:-2.5em -4vw 2.5em;padding:2.5em 4vw;position:relative}.ib-segment .segment-body{margin:0 auto}.ib-card,.ib-segment .segment-body{max-width:93vw;max-width:var(--body-max-width)}.ib-card{background:#293449bb;background:var(--ib-charcoal-soft);box-sizing:border-box;margin:0 auto 5em;overflow:auto;padding:.75em min(2em,5%) 1.25em}.ib-sparse .ib-card{margin-bottom:6.5em}.ib-sparse .ib-card:last-child{margin-bottom:3em}.ib-sparse .ib-segment .ib-card:last-child{margin-bottom:0}.ib-dense .ib-card{margin-bottom:4.5em}.ib-card.ib-none{background:none}.ib-card.ib-contrast{background:#ef233c66;background:var(--ib-red-mild)}.ib-card h3{border-bottom:2px solid #ea5264;border-bottom:2px solid var(--ib-red-unsat);display:inline-block;margin:1em 0 .5em;padding:0 2px 2px}.ib-card .section-header:before{content:counter(section) ". ";counter-increment:section;font-weight:700}.ib-card .section-header:nth-child(-n+9):before{content:"0" counter(section) ": "}.ib-card .section-header:before,.ib-card h3 b{display:inline-block;font-size:.8em;margin:0}.ib-card p{letter-spacing:.5px;line-height:1.5em}a.ib-link-light,a.ib-link-light:visited{color:inherit;font-weight:700}.ib-graphics-left,.ib-graphics-right{border:1px inset #ea5264;border:1px inset var(--ib-red-unsat);display:block;margin:1em auto;text-align:center;width:30vw}.ib-sparse .ib-segment.split .contrast{background:#1b263b;background:var(--ib-blue-oxford);height:120%;position:absolute;right:-5vh;top:-10%;-webkit-transform:rotate(6deg);transform:rotate(6deg);width:var(--ib-split-width)}.ib-sparse .ib-segment.split .contrast .content{margin:2em 1em;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}.ib-sparse .ib-segment.split.right .contrast{left:-5vh;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}.ib-sparse .ib-segment.split.right .contrast .content{-webkit-transform:rotate(6deg);transform:rotate(6deg)}.ib-sparse .ib-segment.split.left .ib-card{margin-right:calc(var(--ib-split-width) - 7.5vh)}.ib-sparse .ib-segment.split.right .ib-card{margin-left:calc(var(--ib-split-width) - 7.5vh)}h1 span.label,h2 span.label,h3 span.label,h4 span.label,h5 span.label,h6 span.label{font-weight:400}.ib-tabs a,.ib-tabs button{background-color:inherit;border:none;color:inherit;cursor:pointer;outline:none;padding:1em 1.5em;transition:.3s}.ib-tabs ul{list-style-type:none;margin:0;overflow:hidden;padding:0;width:100%}.ib-tabs.ib-tabs-hor,.ib-tabs.ib-tabs-ver{display:flex;flex-wrap:no-wrap;overflow:hidden}.ib-tabs.ib-tabs-hor a,.ib-tabs.ib-tabs-hor button,.ib-tabs.ib-tabs-ver a,.ib-tabs.ib-tabs-ver button{float:left}.ib-tabs.ib-light a:hover:not(.logo),.ib-tabs.ib-light button:hover:not(.logo){background-color:#292124;background-color:var(--ib-bg-red)}.ib-tabs.ib-light a.active:not(.logo),.ib-tabs.ib-light button.active:not(.logo){color:#ea5264;color:var(--ib-red-unsat);font-weight:700}.ib-tabs.ib-solid a:hover:not(.logo),.ib-tabs.ib-solid button:hover:not(.logo){background-color:#ef233c;background-color:var(--ib-red);color:#e2e2e2;font-weight:700}.ib-tabs.ib-solid a.active:not(.logo),.ib-tabs.ib-solid button.active:not(.logo){background-color:#ef233c;background-color:var(--ib-red)}.ib-form{position:relative}.ib-form .form-field{display:flex;flex-direction:column;margin-bottom:.5em}.ib-form .form-field label.sm{display:inline-block;margin-bottom:.25em;width:5em}input,select,textarea{background:#293449bb;background:var(--ib-charcoal-soft);border:0;box-sizing:border-box;font-family:IBM Plex Sans,sans-serif;font-family:var(--font-sans);margin-bottom:1em;padding:.5em 1em}input:focus,select:focus,textarea:focus{outline:2px solid #364156;outline:2px solid var(--ib-charcoal)}.ib-form button,.ib-form input[type=submit]{background:#ef233c66;background:var(--ib-red-mild);color:inherit;cursor:pointer;font-size:14px;padding:.5em 1em;text-align:center;transition:.33s}.ib-form button:hover,.ib-form input[type=submit]:hover{background:#ef233c;background:var(--ib-red);font-weight:700}.center-container{display:block;text-align:center}.right-container{display:block;text-align:right}.ib-link-btn,.ib-link-btn:visited{background:#ef233c66;background:var(--ib-red-mild);color:inherit;font-size:14px;padding:.5em 1.5em;text-align:center;text-decoration:none;transition:.33s}.ib-link-btn:hover{background:#ef233c;background:var(--ib-red);font-weight:700}ul.ib-bullets li{margin-bottom:.75em}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.katex-mathml{display:none}.icon{background:#364156bb;background:var(--ib-charcoal-mild);border:1px solid #364156;border:1px solid var(--ib-charcoal);cursor:pointer;display:inline-block;height:40px;-webkit-transform:translateX(1px);transform:translateX(1px);width:40px;z-index:3}.icon:active,.icon:hover{background:#364156;background:var(--ib-charcoal);border-style:solid}@media only screen and (min-width:576px){:root{--body-max-width:540px}}@media only screen and (min-width:768px){:root{--body-max-width:720px}body{font-size:16.25px}.ib-form .form-field{flex-direction:row}input[type=email],input[type=search],input[type=text],textarea{width:calc(100% - 7em)}input,select,textarea{margin-bottom:.5em}}@media only screen and (min-width:992px){:root{--body-max-width:992px}body{font-size:16.5px}.ib-body.ib-sparse{padding:5em 8vw}.ib-sparse .ib-segment{margin-left:-8vw;margin-right:-8vw;padding-left:8vw;padding-right:8vw}.ib-graphics-left,.ib-graphics-right{margin:0 0 1em;max-width:15em;min-width:10em;width:20vw}.ib-graphics-right{float:right;margin-left:1.5em}.ib-graphics-left{float:left;margin-right:1.5em}.ib-tabs.ib-tabs-ver{display:inline-block;overflow:visible}.ib-tabs.ib-tabs-ver a,.ib-tabs.ib-tabs-ver button{display:block;float:none;text-align:left;width:100%}}@media only screen and (min-width:1200px){:root{--body-max-width:1140px}}nav{height:var(--header-size);position:-webkit-sticky;position:sticky;top:0}.app_mainNavBarMobileHeader__mg4pM,.app_mainNavBar__TODge{background-color:var(--ib-bg-blue);border-bottom:2px solid var(--ib-red);z-index:2}.app_mainNavBar__TODge ul{list-style-type:none;margin:0;overflow:hidden;padding:0;width:100%}.app_mainNavBar__TODge ul .app_LoggedIn__d6HFT,.app_mainNavBar__TODge ul a:not(.app_logo__ojxcb){color:#fff;display:block;float:left;font-size:16px;letter-spacing:1.5px;line-height:1em;padding:24px 18px 16px;text-align:center;text-decoration:none}.app_mainNavBar__TODge .app_logo__ojxcb{letter-spacing:2px}.app_mainNavBar__TODge a{color:#f2f2f2;font-weight:400;padding:8px 16px}.app_mainNavBarMobile__AWWcz{--main-navbar-width:10em;display:none;position:fixed;right:0;top:0;width:var(--main-navbar-width);z-index:4}.app_mainNavBarMobileHeader__mg4pM{height:var(--header-size)}.app_mainNavBarMobileBody__DyDcr{background:var(--ib-blue-oxford);border-left:2px solid var(--ib-red-mild);height:calc(100vh - var(--header-size) - var(--footer-size));padding-bottom:var(--footer-size);position:absolute;top:calc(var(--header-size) + 2);-webkit-transform:translateX(10em);transform:translateX(10em);transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:var(--main-navbar-width)}.app_mainNavBarMobileFooter__iE-hC{background:linear-gradient(180deg,var(--ib-blue-oxford) 0,var(--ib-bg-blue-dark) 100%);height:calc(var(--footer-size) + 1em)}.app_mainNavBarMobileBody__DyDcr.app_show__7PP37{-webkit-transform:translateX(0);transform:translateX(0)}.app_mainNavBarMobile__AWWcz ul{height:calc(100vh - var(--header-size) - var(--footer-size));margin:0;overflow:auto;padding:1em 0 0}.app_mainNavBarMobile__AWWcz li{display:block;font-size:1em;letter-spacing:1.25px;padding-bottom:.5em;text-align:center}.app_mainNavBarMobile__AWWcz a,.app_mainNavBarMobile__AWWcz a:visited{color:inherit}@media only screen and (max-width:768px){.app_mainNavBar__TODge ul a:not(.app_logo__ojxcb){display:none}.app_mainNavBarMobile__AWWcz{display:block}}.app_logo__ojxcb{align-items:center;display:flex}.app_logo__ojxcb img{border-radius:5px}.app_logo__ojxcb h1{font:1.4em var(--font-serif);margin:0;padding-left:1em}footer{background:var(--ib-bg-blue-dark);bottom:0;height:var(--footer-size);position:absolute;width:100%;z-index:10}footer p{line-height:2em;margin-bottom:.5em;padding:0 1.5em}footer .app_copyright__B4ZdI{font:.8em/2em var(--font-condensed)}footer .app_copyright__B4ZdI .app_subtext__qsh7K{opacity:.8}
/*# sourceMappingURL=main.d457393f.css.map*/