@import url(https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#4d4d4d;font-family:Afacad,sans-serif;font-size:1rem}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:#145c9e}.container{margin-inline:auto;width:90vw}.button,button{align-items:center;border:1px solid;border-color:inherit;border-radius:.5rem;display:flex;gap:1rem;padding:.8rem 1rem}.primary-button{background-color:#145c9e;color:#fff}.doc-title{color:#145c9e}.cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cards .card{background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.cards .card .card-title{align-items:center;display:flex;gap:1rem}.cards .card .card-title .icon{align-items:center;background-color:#145c9e;border-radius:.2rem;color:#fff;display:flex;height:2rem;justify-content:center;width:2rem}.features-title{align-items:center;display:flex;gap:1rem}.features-title .icon{align-items:center;background-color:#145c9e;border-radius:.2rem;color:#fff;display:flex;height:3rem;justify-content:center;width:3rem}.features-cards .features{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.features-cards .features .feature{text-wrap:nowrap;background-color:#145c9e1a;border-radius:.2rem;color:#145c9e;cursor:pointer;flex:1 1 100px;padding:.2rem .5rem}.page-content{grid-gap:2rem;display:grid;gap:2rem;height:fit-content}.page-link{text-wrap:nowrap;background-color:rgba(20,91,158,.161);border-radius:.5rem;color:#145c9e;padding:.2rem}.dot{background-color:#ababab;border-radius:50%;height:.5rem;width:.5rem}.element{align-items:center;border-left:1px solid #0000;display:flex;gap:.5rem;padding:1rem}.active{background-color:#f2f9ff;border-left:1px solid #145c9e;color:#145c9e}.active .dot{background-color:#145c9e}.feature-title{align-items:center;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.feature{max-height:3.5rem;overflow:hidden}.feature-open{animation:animateHeight .5s linear forwards}.rotate{animation:rotateIcon .2s linear forwards}.feature-close{animation:animateReverseHeight .5s linear forwards;max-height:3.5rem}.un-rotate{animation:unRotateIcon .3s linear forwards}.side-bar{display:grid;height:fit-content;width:260px}.page-container{display:flex;flex-direction:column;gap:1rem;min-height:100vh;width:100vw}.page-container header{background-color:#f2f9ff;border-radius:.5rem;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:1rem}.page-container footer{background-color:#f2f9ff;bottom:0;height:3rem;left:0;position:fixed;right:0;width:100vw}.page-container .content-container{display:flex;gap:1rem}.page-container .content-container .content{background-color:#f2f9ff;border-radius:.5rem;flex:1 1;padding:1rem}.page-container header{align-items:center}.mobile-menu{display:none}@media screen and (max-width:960px){.mobile-menu{display:block}.side-bar{align-items:start;background-color:#fff;bottom:0;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:start;left:2rem;position:absolute;right:2rem;top:7rem;transform:translateX(-120%);width:100%;z-index:1000}.open{transform:translateX(0)}.branding p,.branding span,.support-link span{display:none}}@keyframes animateHeight{0%{max-height:3.5rem}to{max-height:500px}}@keyframes animateReverseHeight{0%{max-height:500px}to{max-height:3.5rem}}@keyframes rotateIcon{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes unRotateIcon{0%{transform:rotate(90deg)}}
/*# sourceMappingURL=main.839e2822.css.map*/