*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.25}body{background:var(--uiOffWhite);margin:0;overscroll-behavior:none}a{color:var(--webColorNeutralForeground1LinkRest);text-decoration:none}a:active,a:hover{color:var(--webColorNeutralForeground1LinkHover)}a:visited{color:var(--webColorNeutralForeground1LinkPressed)}a:focus-visible{outline-style:none}.rc-alert-module__alert{color:var(--AltairDeepBlue);font-size:var(--uiFontSizeNormal);margin-bottom:16px}.rc-alert-module__content{border-radius:var(--uiRadiusNormal);display:flex;overflow:hidden;padding:10px 10px 10px 0;position:relative}.rc-alert-module__content:before{border-top:3px solid transparent;content:"";left:0;position:absolute;top:0;width:100%}.rc-alert-module__icon{flex:0 0 auto;font-size:var(--uiFontSizeLarge);text-align:center;width:36px}.rc-alert-module__default{background:color-mix(in srgb,var(--AltairDeepBlue) 5%,#fff)}.rc-alert-module__default:before{background:var(--AltairDeepBlue)}.rc-alert-module__default .rc-alert-module__icon{color:var(--AltairDeepBlue)}.rc-alert-module__success{background:color-mix(in srgb,var(--uiGreen) 5%,#fff)}.rc-alert-module__success:before{background:var(--uiGreen)}.rc-alert-module__success .rc-alert-module__icon{color:var(--uiGreen)}.rc-alert-module__danger{background:color-mix(in srgb,var(--uiRed) 5%,#fff)}.rc-alert-module__danger:before{background:var(--uiRed)}.rc-alert-module__danger .rc-alert-module__icon{color:var(--uiRed)}.rc-card-module__card{background-color:#fff;border:1px solid var(--webColorNeutralForeground1StrokeRest);border-radius:4px;margin:8px;padding:16px}.rc-card-module__card.rc-card-module__hoverable:hover{border-color:var(--webColorNeutralForeground1StrokeHover)}.rc-dialog-module__dialogHeader{align-items:center}.rc-dialog-module__dialogContents{display:grid;gap:20px;grid-template-columns:50px auto}.rc-dialog-module__dialogIcon{align-self:center;height:100%;width:100%}.rc-copyLabel-module__copy{background:none;border:none;color:var(--AltairDeepBlue);cursor:pointer;transition:color .2s var(--uiTween);white-space:nowrap}.rc-copyLabel-module__copy:hover,.rc-copyLabel-module__copy:hover .rc-copyLabel-module__icon{color:var(--AltairOrange)}.rc-copyLabel-module__text{display:inline-block}.rc-copyLabel-module__icon{color:var(--uiDarkGray);display:inline-block;margin-left:4px;transition:color .2s var(--uiTween)}.rc-copyLabel-module__iconOnly .rc-copyLabel-module__icon{margin-left:0}.rc-section-module__container{background-color:#fff;border-radius:4px;margin-bottom:12px;padding:20px}.rc-section-module__container p{margin-top:0}.rc-section-module__container p:last-child{margin-bottom:0}:root{--AltairDeeperBlue:#00334a;--AltairDeepBlue:#005776;--AltairDeepBlueTransparent:rgba(0,87,118,.5);--AltairMediumBlue:#2b7b8c;--AltairLightBlue:#6ad9d9;--AltairOrange:#fa4616;--uiGray:#ebeced;--uiLightGray:#e6e9f4;--uiDarkGray:#878a96;--uiBlack:#000;--uiGreen:#1ec874;--uiOffWhite:#f2f2f2;--uiRed:#e32248;--uiWhite:#fff;--uiBrightDeepYellow:#f7b500;--uiFontFamily:"Gotham","Montserrat","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;--uiViewerFontFamily:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;--uiFontSizeTiny:12px;--uiFontSizeSmall:14px;--uiFontSizeNormal:16px;--uiFontSizeLarge:20px;--uiFontSizeXLarge:24px;--uiFontSizeXXLarge:28px;--uiFontSizeXXXLarge:32px;--uiFontSizeGigantic:40px;--uiFontSizeMaximum:64px;--uiZLowest:-2;--uiZLower:-1;--uiZLow:0;--uiZBase:1;--uiZHigh:2;--uiZHigher:3;--uiZHighest:4;--uiRadiusSmall:1px;--uiRadiusNormal:2.5px;--uiRadiusLarge:5px;--uiRadiusRound:99px;--uiTween:cubic-bezier(0.05,0.6,0.8,1)}.rc-toast-module__toast{animation:rc-toast-module__appear .2s forwards var(--uiTween);border-radius:var(--uiRadiusNormal);bottom:32px;box-shadow:0 3px 14px rgb(from var(--AltairDeepBlue) r g b/.1);color:var(--AltairDeepBlue);display:flex;font-size:var(--uiFontSizeNormal);margin-bottom:16px;max-width:500px;overflow:hidden;padding:12px 12px 12px 0;position:fixed;right:32px;z-index:var(--uiZHigher)}.rc-toast-module__toast:before{border-top:3px solid transparent;content:"";left:0;position:absolute;top:0;transition:top .2s ease;width:100%}.rc-toast-module__withRemove{padding-right:38px}.rc-toast-module__iconWrap{flex:0 0 auto;text-align:center;width:36px}.rc-toast-module__icon{font-size:var(--uiFontSizeLarge);position:relative}.rc-toast-module__content{overflow:hidden;overflow-wrap:break-word}.rc-toast-module__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:rgb(from var(--AltairDeepBlue) r g b/.5);cursor:pointer;font-size:var(--uiFontSizeXXLarge);line-height:.5em;margin:0 -26px 0 0;padding:0 0 0 8px;transition:color .2s}.rc-toast-module__remove:after{content:"\00d7"}.rc-toast-module__remove:focus,.rc-toast-module__remove:hover{color:rgb(from var(--AltairDeepBlue) r g b/1);outline:0}.rc-toast-module__default{background:color-mix(in srgb,var(--AltairLightBlue) 5%,#fff)}.rc-toast-module__default:before{background:var(--AltairLightBlue)}.rc-toast-module__default .rc-toast-module__icon{color:var(--AltairLightBlue)}.rc-toast-module__success{background:color-mix(in srgb,var(--uiGreen) 5%,#fff)}.rc-toast-module__success:before{background:var(--uiGreen)}.rc-toast-module__success .rc-toast-module__icon{color:var(--uiGreen)}.rc-toast-module__danger{background:color-mix(in srgb,var(--uiRed) 5%,#fff)}.rc-toast-module__danger:before{background:var(--uiRed)}.rc-toast-module__danger .rc-toast-module__icon{color:var(--uiRed)}@keyframes rc-toast-module__appear{0%{opacity:0;transform:scale(.98) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.dsc-jsr6GQ9HmlEPWfSbmhUl{padding:12px 24px 24px}.dsc-jNiQSHZaGCrjDhGIjDT1{background:#fff;border:1px solid #e6e9f4;border-radius:12px;color:#000;min-width:250px;overflow:hidden;text-align:center}.dsc-mbO1VzIzshDBUXTa1Pkn{background:rgba(0,87,118,.5);font-size:16px;line-height:60px;padding:0 20px}.dsc-neJD5fEEUmk1NBhTXEZQ{align-items:center;display:flex;flex-direction:column;gap:15px;padding:15px 0}.dsc-neJD5fEEUmk1NBhTXEZQ+.dsc-neJD5fEEUmk1NBhTXEZQ{border-top:1px solid #ebeced}.dsc-lEjwErQclT220HV4VYqM{font-size:40px}.dsc-EYZyksgcX2d3A57wbrvd{line-height:20px}.dsc-C78oeL5sDqwCp2oso6mW{display:flex;gap:10px}.dsc-xcQEG571uKCEiFy5l1tU{display:flex;flex-direction:column;gap:60px;margin-bottom:20px;margin-top:95px;width:210px}.dsc-AroForFsc5e4xyru82gE{background:#2b7b8c;border-radius:5px;color:#fff;font-size:20px;padding:10px 0;text-align:center;width:210px}.dsc-PjXhIY4phKDGw8vQhC6M{display:flex;gap:10px}.dsc-Q6tYexZif48556Sl3J4z{align-items:center}.dsc-zpEmmRkV_UtwIoqHxERw h1{margin-bottom:0}.dsc-zpEmmRkV_UtwIoqHxERw h2{padding:0}.dsc-P57pcXvQd56hLC7id7FV{color:#4da9f5;font-size:200px}.dsc-hB7r2GDM6a4xZeCc5pVa{background:#2b7b8c;border-radius:12px;border-radius:20px;margin:20px 0}.dsc-DWyDxnCfVD061AvVuIxH{-moz-column-gap:50px;column-gap:50px;display:flex;flex-wrap:wrap}.dsc-t_5yHuvusgjhqB6PVth9{display:flex;flex-direction:column}.dsc-tBf9JwFu0G19E4tvx4tQ{width:550px}.dsc-j9uzKc2L3bASda3dhp2c{color:#001b3e;font-size:64px;font-weight:700;line-height:1.25}.dsc-Gf7fdH78dYdZFHILfghH{color:rgb(from #000000 r g b/.68);font-size:40px;line-height:1.25;padding-bottom:16px}.dsc-gBg6Ot9NYXKHMj8p3Mxc{width:420px}.dsc-ygrDjUp_CKdS9UE39En1{font-size:16px;margin-top:40px}.dsc-dxaRlR7Hc9nGyH9LJzp_,.dsc-sPFYCeHyCiQtis44BmLA{display:inline-block}.dsc-bSRy4Ufg83I7ti0fprbQ{flex-grow:1}.dsc-FeyNFh3hT3I5N5ZvWO80{font-size:20px;padding-bottom:10px;text-overflow:ellipsis;white-space:nowrap}.dsc-FeyNFh3hT3I5N5ZvWO80 button{padding:0}.dsc-PO1zdBJIWySKZAbPD2rY{display:flex;padding:0 10px}.dsc-cF0SqNYFF2d0oO73GAAr{padding:20px 0}.dsc-zwJEPB9xnAaA0cTyyFbB{align-items:center;display:flex;max-width:1000px;min-width:250px}.dsc-vbZ30wyj_7fCuIjQsJbC{font-size:32px;padding-right:12px}.dsc-q_1453haq_bPnsrvQ39x{height:100vh}.dsc-kW7xlOuJYK7IDPlSGNwi{padding:10px 24px 0}.dsc-MCfLqabblEubsV59cb3A{overflow:auto;padding:24px}.dsc-yqJdliGw2XHUSc8XWcAk{width:100%}button[role=tab]{cursor:pointer}.dsc-WRJJAg0hGwV5uF8WcvZn{min-height:550px;width:414px}.dsc-BKeZ6AYRfRfPeYhruGx9{align-items:center;display:flex;height:100%;justify-content:center}.dsc-HOMopJ24qH9guB2_t88i{display:flex;flex-direction:row;width:100%}.dsc-KTTPhXY86dVTrFgU08c6{margin-bottom:5px;margin-right:auto;margin-top:auto}.dsc-fGOzWQEtz2S8_LZnu6K3{margin-left:auto}.dsc-dzMAfXCz0PdldV0cbivA{display:grid;gap:15px;grid-template-columns:auto minmax(0,1fr)}.dsc-thntpesKbx8i1LoxjwQG{align-items:center;display:flex;flex-direction:row;gap:5px}.dsc-thntpesKbx8i1LoxjwQG button span{color:#f7b500}.dsc-utT88VG2qZwybheH3qOh{border-radius:5px;display:flex;gap:10px;margin:10px 0 10px 12px;max-width:1128px;min-width:-moz-min-content;min-width:min-content}.dsc-So0S6Wl0jQDGWB0s5PhW{color:#00334a;font-family:Roboto Mono;font-style:normal}.dsc-eykkrPoCZliwSNtzotRE{background:none;border:none;display:flex;justify-content:flex-end}.dsc-BF5txZ6kVH0gEH01papi{box-shadow:0 4px 0 -1px #fa4616}.dsc-Ctj6AxKmgGzFd0cHZDVK{color:#000}.dsc-Az_2VNvtvBC7PywvuPRx{border-bottom:1px solid;display:inline-block;margin-bottom:20px}.dsc-G5KyAEi7CqsjNxqQajSs,.dsc-fJdRWLIPttzIjqB4CzRN{margin-left:12px}.dsc-Rcvs0u22EgRWMrZuPR1w{align-items:stretch;display:flex;flex-direction:column;font-size:64px;line-height:64px;min-width:360px;padding:0}.dsc-Rcvs0u22EgRWMrZuPR1w a{display:flex;gap:20px;height:100%;padding:16px}.dsc-Yi3pnEjonVPMf8qeC_MZ{color:#000;font-size:16px;font-style:normal;font-weight:700}.dsc-CybLookBgFKAEhgxDixe{display:flex;flex-flow:wrap}.dsc-vRG7IEqiagLawQS5uvkH{height:56px}.dsc-ZL6sBrc3J9jnVOieckK4{align-items:left;display:flex;flex-direction:column;gap:10px;padding:5px}.dsc-UDzAPSwqVihvYJyehedd{border-radius:12px;height:25px;padding-top:10px;width:100%}.dsc-QY6p3JlSioNyBfza5YFH{margin-bottom:5px;padding-bottom:0}.dsc-YaIEtmM2GU7NyugPRZNK{display:flex;flex-direction:column;padding:8px 0;width:100%}.dsc-PfwbSF73yCJxpRx2H5oQ{padding:10px 20px}.dsc-PfwbSF73yCJxpRx2H5oQ,.dsc-XFp2dFUffgSoY91FWmmu{border-bottom:1px solid rgb(from #000000 r g b/.2);display:flex;flex-direction:row;gap:20px;min-width:250px}.dsc-XFp2dFUffgSoY91FWmmu{padding:10px}.dsc-gPn3ltH_XgG8l3ybLY9Z{font-size:28px}.dsc-s_3Nz_jW8v6hwl237bJK{font-size:12px}.dsc-wKe1lNNUNNLBECSvObfl{display:flex;height:32px;justify-content:space-between;padding:0 8px}.dsc-kzO0ION24jntDvNtDtYp{align-items:center;display:flex;gap:9px}.dsc-nK9NcJVbblQsN5Vq72Au{align-items:center;display:grid;height:100%}.dsc-TuhLe9xlDAG4ngVof8Be{height:16px;margin-top:3px;width:77px}.dsc-TygOaHx_b1eYqLLb3oHX{border-right:2px solid hsla(0,0%,39%,.25);height:12px}.dsc-qQA0kKePkB7u6M1zllob{height:18px;padding-top:2px;width:138px}.dsc-JFfqKzv7GP5Uzv8GjD8k{display:flex;flex-direction:column}.dsc-PGi5Fdg2W7Tb4qBzjm39{background-color:#fff;box-shadow:0 1px 3px 1px rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.25);height:32px;z-index:3}.dsc-CSwvzK9ms7BAyAeH0vK4{display:grid;grid-template-columns:200px auto;height:calc(100vh - 32px);position:relative;z-index:1}.dsc-irSncCdvrNBB8YDwZWxJ{background-color:#fff;border-right:1px solid #c7cccd;box-shadow:0 1px 3px 1px rgba(0,0,0,.12);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0 8px;z-index:10}.dsc-kSsptpZFc6yh8jywJ6V4{overflow-y:auto}.dsc-vusmdeZFIgb2u5nxz0fq{margin-top:auto;padding-bottom:10px}.dsc-Gq_re0eFfLwa0AuCX4O3{flex-grow:1}.dsc-SYYVTZaauZxlkaVKU1HS{font-size:20px;padding:0 0 10px;text-overflow:ellipsis;white-space:nowrap}.dsc-Gq_re0eFfLwa0AuCX4O3 button span{color:#e32248}.dsc-n0oXLADoTxGjTn1iRN1o.dsc-JTpyfK1k0008eiC7nfAf{color:#e32248;font-style:italic}.dsc-JTpyfK1k0008eiC7nfAf i{padding-right:2px}.dsc-ZuwPYg6pJzm3G_q82YyQ{background-color:#e6e9f4;border-radius:5px;margin:10px 0 0;padding:10px}.dsc-gMqI6UTV5_BAEm98mjJ7{display:flex;flex-direction:row}.dsc-v2JYJakYKLT8biCUBsxW{display:inline-block}.dsc-JDXMXOLXMSZifEBc4tLp{padding-bottom:20px}.dsc-owFrju5smpmxuCowhY8A{display:inline-block}.dsc-Ih6B74u0AHcvjbaqFLQO{width:100%}.dsc-SLwcF2hI3CSuCwHU6Y8z{display:flex;flex-direction:row;gap:5px;padding:10px 0 0}.dsc-R5xlRHV2UxVTFUK5Peu1{width:600px}.dsc-czHAMhb2mf_MGTrX1Hhe .rc-table__head:first-child{width:100%}.dsc-2zyCv02lRUBnoWISA7hK:before{animation:dsc-wrepfPsql8yMvWBqWfh0 3s linear infinite;background-color:#878a96;content:"";height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:0}@keyframes dsc-wrepfPsql8yMvWBqWfh0{0%{width:0}50%{width:100%}to{width:0}}.dsc-czHAMhb2mf_MGTrX1Hhe .rc-table__item:first-of-type{padding-left:16px}.dsc-czHAMhb2mf_MGTrX1Hhe .rc-table__item{padding-left:2px}.dsc-hOn6MZwMUXRDyQYCj29b{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dsc-qWAqQXlUZnBFXTFPomPH{display:grid;gap:15px;grid-template-columns:auto minmax(0,1fr)}.dsc-tq2JVuu90J3DcgQQ37ja{width:80%}.dsc-xnnXucYemcHtVTNgHOd_{width:35px}.dsc-x4i00XbOLGzOy_G6YQVw{width:150px}.dsc-VfbU2GtNmLBkMoDakeKb{width:100px}.dsc-OqpJefPHJDNaUOj_fL1R{width:40px}.dsc-QhgwREcKiVHho6RBNP6A{align-items:center;display:flex;flex-direction:column;gap:24px;height:100vh;justify-content:center}.dsc-lZSlvX9GL34ZtpOMJHfO{height:32px}