From c0fd91788ee16ef013fe7201c069cfcfef7d0af9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Aug 2018 20:22:08 -0700 Subject: [PATCH] dist --- dist/css/bootstrap-grid.css | 500 ++++++++++++++++++ dist/css/bootstrap-grid.css.map | Bin 129656 -> 142487 bytes dist/css/bootstrap-grid.min.css | 2 +- dist/css/bootstrap-grid.min.css.map | Bin 98602 -> 109743 bytes dist/css/bootstrap-reboot.css.map | Bin 61033 -> 62628 bytes dist/css/bootstrap.css | 606 ++++++++++++++++++++-- dist/css/bootstrap.css.map | Bin 433023 -> 450980 bytes dist/css/bootstrap.min.css | 2 +- dist/css/bootstrap.min.css.map | Bin 565889 -> 593425 bytes dist/js/bootstrap.bundle.js | 136 ++--- dist/js/bootstrap.bundle.js.map | Bin 358832 -> 376151 bytes dist/js/bootstrap.bundle.min.js | 2 +- dist/js/bootstrap.bundle.min.js.map | Bin 294126 -> 295475 bytes dist/js/bootstrap.js | 14 +- dist/js/bootstrap.js.map | Bin 211967 -> 227913 bytes dist/js/bootstrap.min.js | 2 +- dist/js/bootstrap.min.js.map | Bin 176087 -> 176373 bytes js/dist/alert.js.map | Bin 8274 -> 8772 bytes js/dist/button.js.map | Bin 8985 -> 9620 bytes js/dist/carousel.js.map | Bin 28570 -> 30617 bytes js/dist/collapse.js.map | Bin 22135 -> 23635 bytes js/dist/dropdown.js.map | Bin 28103 -> 30234 bytes js/dist/modal.js.map | Bin 33175 -> 35613 bytes js/dist/popover.js | 2 +- js/dist/popover.js.map | Bin 9133 -> 9669 bytes js/dist/scrollspy.js.map | Bin 19093 -> 20240 bytes js/dist/tab.js.map | Bin 13916 -> 15058 bytes js/dist/tooltip.js.map | Bin 37932 -> 40693 bytes js/dist/util.js | 12 +- js/dist/util.js.map | Bin 8154 -> 9150 bytes site/docs/4.1/assets/css/docs.min.css | 2 +- site/docs/4.1/assets/css/docs.min.css.map | Bin 73465 -> 73465 bytes 32 files changed, 1177 insertions(+), 103 deletions(-) diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index d1067f2b7..e9d9b6a61 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -2198,6 +2198,126 @@ html { padding-left: 3rem !important; } +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + .m-auto { margin: auto !important; } @@ -2451,6 +2571,101 @@ html { .px-sm-5 { padding-left: 3rem !important; } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } .m-sm-auto { margin: auto !important; } @@ -2701,6 +2916,101 @@ html { .px-md-5 { padding-left: 3rem !important; } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } .m-md-auto { margin: auto !important; } @@ -2951,6 +3261,101 @@ html { .px-lg-5 { padding-left: 3rem !important; } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } .m-lg-auto { margin: auto !important; } @@ -3201,6 +3606,101 @@ html { .px-xl-5 { padding-left: 3rem !important; } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } .m-xl-auto { margin: auto !important; } diff --git a/dist/css/bootstrap-grid.css.map b/dist/css/bootstrap-grid.css.map index ce3c785c5f9d478ead3c7e6924bc3b836a030474..f1bd6794a27321dc8206fb432a2124bb6db38826 100644 GIT binary patch delta 8009 zcmeHJO>7&-6~@?>^=C`8Mg72v{9va#j(kFd}(|rG9HhI$Hyk(@hf9v@%Y5z z#W6r8Cx>R>=nMxYW+w!qfH?p%6CB9;fgAvH0yeoj&@vxwIghg9Wv7=|DIK2WscifN%~5oQ%(o zi^65Fzr2B}%F=#Sm8JWtDogWKRhHhXs0@W+_GP|!Rh6alswzw4RaKV0tEwz*S6$g{ zxm+>rZ=+|uzD{ zW33vQi^1a_t^~7+cu*n%7)GQ*hO@ENOF>0Msqh7;+kv1%AOeFRsk5-fJBMRF5sxb; zva!|Iq6g3OdxT&ZL$sp4rN$6d0(=otfQaH_z$j1<#W8RI#^8~03>Xh%(Bj1y1hBUJ zSuxO|eCRi8e`m=k=Fm@+a=(gi&Y!$VrWl3F78b>BAtIN8-(2kHED)tzv4v|IIf(-*ckodmLA7-=ika zx17p6+skWIIJT?#9BnyULexP@e6jD1~EM&G#ru z!ASSnUW`lOijJyaE7tD5sBe4r-+jbq-0V!H@5PDhT*O`9!%ph>3Vu`m;>OqEWdVD} z?-t){KlIr*`-tXD%&a+|y|!P+F|}s=t{h5Jn;{b@X<&W!8mX1R^*%iJx%k@8eK9!Q z!#vdQenIvP&UJsE7>imBl*YUTV1WjHD+X_N@RHrf|%yt$@5y zg(Kg$1GVVx4xqG}JAh3qpQ@(ar$4L#&#Z71rmcY#rf}rzdmyK#0#pKb5!TPOk>A(- z0bs*j{!LisFV?(-lL6dT&3B26TK` z;_mAYGlM!V`AQiqLRT(}9A9tR8xRW}C3SxW#NhNz;PU*Nz)w6g^KaTF=pbs-HlY)h z`N_Ub;Pg71z;CqOb-K*$+XO-Ob**iJyisoxM6{aQ{hi|-wdmR=aJbGU2uK!IP3xPW z<9MOkCP-n*=*ZVMK~7Bts07|7?DUhVGi>S#X*#i($YxTBQYLR3nPlEBo~M+S3b)d9 zAeEj@+{%{5)`wpwpTvWSFkd?~tA&)Xp1)^n5x|qJ_-NY>Bds+oZd7 znI_YADP5q$lnvY=T{paxba@k`RlR^B14tnE*vou36+Y?XXpWM!EG zImFIo0To&QItN)-Ka^S7mviK>i#DO0KrB zw)e@we$|$^4@2CKk<4fF1u=LwcaI!n>mNgvp?jn)zSp_3kftsSz8N+x8Z$?&DKkbRX4Fa=X2cjVLlH9)gU<*ZF-HvZY!*J?&j_^uw#>6h zGiI1E3y$D3JPMy-b2Mv2AV-X+u*~Qopov^SeUII}O@`T-d!+r0P@J*-jh(Czi!gii zF|P{HnKP*X@(Jd@7MO pinIBpx+(0ut?jzY5t%ck%=#bxLhgqfPZl%pLD>2`{~~<{{s*osn1TQR delta 245 zcmbP!ljFx1_6<^QOeRj7CwSHaliZ)NX$Iwn$+6Hx|Z~0^99mKxCUS<0^se=e-y`w5R`l z%gDanql|IB.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}} + */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}} /*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap-grid.min.css.map b/dist/css/bootstrap-grid.min.css.map index 2c66bc9e8cc8060170b63454d4f13b979fe944e1..fd428d4030b61112d4f95bc6d7834515c2cc0f9e 100644 GIT binary patch delta 11782 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 F{~vrShtdE5 diff --git a/dist/css/bootstrap-reboot.css.map b/dist/css/bootstrap-reboot.css.map index 1a0ad2464d294a07ea1cc1d28d8fefdc224b3916..8223a8594385603e1db3db219ba420a3b8aad4bc 100644 GIT binary patch delta 1016 zcmZ`&-%Aux6s8~M>iTQZQVQZEF01IhJG*yw*DQ&O5<-a{f&vkznY%hRJ9nEI-R&2v zkjb)d9=4|np@@15mL8&)UV|Wdjfh_TBc$%kny!+=z`66CbH01Nk2#w^kG$SI^1d{I z&##91mo&>XG|v<^F?C_PV*ubeiyY1vJgY5Q-nm+7;?2b#O}{(mh(+7*3$`Epw$>K` zTM&omx#odm&dqy(k=5RC5p-^Q+<`dYy|ojwyL1qb!%deP;0h>k&@~(8wIvQYd6${D zINaH}3b@5{lE#HWPUq+dXpSQapxFjwIXC=5@P{6nw(&)|uQpunKa8;2a+J8aFPnli# zs~oUk#%$llLm1CT0(`2{ieD??fM@GfXMinNnrmB?>#aCbJa+ouz=6voaGmJF5>DVJ zeyX0t=8blIRPE^UCDkkHUgOGl4Sy_0OIhLM$bm$UV_=NOrjnFFnr7G}O@m5POea(& z396`6P0Of4f+h$ZwPcV-6_`vjI;zt&p=l-|8Iu_qlQd%yRdS?#3Pw|HvMu0}tq<_` zlQ=%Cb`A&An)Y5r1N%m;r}5B6_pZY29$%wWxRBb{;+wFCR_a?adEt^Mj>kw6FDzJa>ipcwGY!JC5!z(b^qX0 zy-N=_lt^0=2-T+Ajb}~W!QuA1m%XK|W^m#;n(g{38&=5QqyV=xj}Iy%KvGJ+IJCPi h)Am447@9@gc~Ll!!WMSJ#_se4%%*47{(N2_e*qaLO&kCK delta 87 zcmZ4TlKJHw<_-1kn^(FobDVsji*2(_mlD(DH$9@v=BBEX6T74*YxX(;`CR-t=~fC* iU}yx9+icbs#x*%%I_qZPIjq8)rPePL-)wZeNEZMBEg+Ww diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b128ef2ac..5bb7d3b47 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2030,26 +2030,44 @@ textarea.form-control { border-radius: 0.25rem; } -.was-validated .form-control:valid, .form-control.is-valid, .was-validated -.custom-select:valid, -.custom-select.is-valid { +.was-validated .form-control:valid, .form-control.is-valid { border-color: #28a745; + padding-right: 2.25rem; + background-repeat: no-repeat; + background-position: center right calc(2.25rem / 4); + background-size: calc(2.25rem / 2) calc(2.25rem / 2); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); } -.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated -.custom-select:valid:focus, -.custom-select.is-valid:focus { +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, -.form-control.is-valid ~ .valid-tooltip, .was-validated -.custom-select:valid ~ .valid-feedback, -.was-validated -.custom-select:valid ~ .valid-tooltip, -.custom-select.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: 2.25rem; + background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); +} + +.was-validated .custom-select:valid, .custom-select.is-valid { + border-color: #28a745; + padding-right: 2.25rem; + background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2); +} + +.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { + border-color: #28a745; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; } @@ -2133,26 +2151,44 @@ textarea.form-control { border-radius: 0.25rem; } -.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated -.custom-select:invalid, -.custom-select.is-invalid { +.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; + padding-right: 2.25rem; + background-repeat: no-repeat; + background-position: center right calc(2.25rem / 4); + background-size: calc(2.25rem / 2) calc(2.25rem / 2); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); } -.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated -.custom-select:invalid:focus, -.custom-select.is-invalid:focus { +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, -.form-control.is-invalid ~ .invalid-tooltip, .was-validated -.custom-select:invalid ~ .invalid-feedback, -.was-validated -.custom-select:invalid ~ .invalid-tooltip, -.custom-select.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: 2.25rem; + background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); +} + +.was-validated .custom-select:invalid, .custom-select.is-invalid { + border-color: #dc3545; + padding-right: 2.25rem; + background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2); +} + +.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; } @@ -3602,8 +3638,8 @@ input[type="button"].btn-block { line-height: 1.5; color: #495057; vertical-align: middle; - background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 8px 10px; + background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px; + background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; @@ -3639,16 +3675,18 @@ input[type="button"].btn-block { .custom-select-sm { height: calc(1.8125rem + 2px); - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 75%; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; } .custom-select-lg { height: calc(2.875rem + 2px); - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 125%; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; } .custom-file { @@ -5391,8 +5429,8 @@ button.close { transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; - -webkit-transform: translate(0, -25%); - transform: translate(0, -25%); + -webkit-transform: translate(0, -50px); + transform: translate(0, -50px); } @media screen and (prefers-reduced-motion: reduce) { @@ -5402,8 +5440,8 @@ button.close { } .modal.show .modal-dialog { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); + -webkit-transform: none; + transform: none; } .modal-dialog-centered { @@ -7754,6 +7792,126 @@ button.bg-dark:focus { padding-left: 3rem !important; } +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + .m-auto { margin: auto !important; } @@ -8007,6 +8165,101 @@ button.bg-dark:focus { .px-sm-5 { padding-left: 3rem !important; } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } .m-sm-auto { margin: auto !important; } @@ -8257,6 +8510,101 @@ button.bg-dark:focus { .px-md-5 { padding-left: 3rem !important; } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } .m-md-auto { margin: auto !important; } @@ -8507,6 +8855,101 @@ button.bg-dark:focus { .px-lg-5 { padding-left: 3rem !important; } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } .m-lg-auto { margin: auto !important; } @@ -8757,6 +9200,101 @@ button.bg-dark:focus { .px-xl-5 { padding-left: 3rem !important; } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } .m-xl-auto { margin: auto !important; } diff --git a/dist/css/bootstrap.css.map b/dist/css/bootstrap.css.map index 44c9f704db02c41e5e8343db6995971e98174931..20a2468dab8a052a54903a7db85b2449bc0d3ec1 100644 GIT binary patch delta 17626 zcmeHt3v`@Ub?*A-AzL$&EnAYGl00^t*z(M1-Y=^rne)#`8a*ueZJDG&kI_8;dB2T2 zb|@qv;6P8vX~?^Tt{Yw<6-9)GJe*5O(?Uvb%UvbyZMgJBOCjK{(v~jLea`uRX-1Y( z(?Yp-tz<#$v-duGf9E@U?{oe$dGqtTo_J~ZXNR}98tteo4hF}3cxwBdtr0uQ(vbzf zzI~sr>On;q9jkb7+m2gy$K+wugG!<)hK@VkT<>t>$c~)O?&3q63x9jZQC(RcmRyU2 zJ39yT8k{Lkw2&42M-X1F)o^ z-yazUyI^XV8jjIm@?w$!wwi2!FUNYC&nunI4V%hQSWkW&CXR(2<8)?;;S6(_mH>kp z338ax;0cN{7Gx;nGRo{VDDlIids}Nm%-A}FzcPBDwKU8|&SCtcQQwd!Dp`}jhsZ|0J?}KOtD}RIYuUFEa%8^s+*)LSUBCBLWsGlhHz=@mX72ovy(=dU2Y7c z&<9uT?@ZI)o@H#z{pa>}4E8pCa-{H9d+XqP>y-D_CGV~K=drgrzPII7dz+(sn@GUk zmf7CUc&^>sBy1+6pd{~Yitlauy7tz^_twq#*2eeNc-?#J<9lnoc5iEZZ=Gy!x8(TV z=Gop30aCo>{@siJckHrCUoHnmAu%N6N-Ul~+9K$R@t_|BVkxs7s1izwrZNc1vY6Rsh=_l}+Th4u~j(T7@ay}F|{AuHqfv1)%kF`kD` z>qPPKLJ)eU3ptL?P}Gshc?x=gcE*_rXb>*s9ZLtP$}^S=Qr$dl9<=jXL1~$Sb_&yu zv4)z09>#l40(6m+#~2YOPSR;1It_S`po|jO^pPGsU)xbnk8#MUF&DIXy4)aVJQW0j zV<1Q&BODM;lmv=e<&V!Y2g&19KY4l{lvBo|Kpxfo0ic{=5ZxSu=;0WS&(R6qO*60s^4Kx~<19e6!>*t7 zopJ;j)P%^W^PZSBoubB8m^_(`AsbEQDJh1iw-^G6Lo~UE<4Bq}0%#}ljl@HyD)^&Z z`~9#JF*?A83;KHDG-Ui4>EzI0=xp+2h-=W`@R{uCI2sfk$e0$jt1ei%$o7Ql!S zmyIESM>B20##l&-G-vW+$TaOj*6}o3T5UWd(mb$^)BB7Q)y8wQE+DBW6fs#xrU>v} z9j6x@sN8Y5(a^-Iot~p(D{O@otgB$1L#Z=0xObo_XB2^V2webgbZ>kj-JDo}h0c$2 zR&(Q=)hruJ$P+~%pwML^%co{dPGB-We%(xFhJndE-h82_9zDAbamF*8I4LU=7cH($ zTxy&X=L%5bB0+{eGRBFsjB?^4W1Kk4=$gbCM>%o6QJJ{ZSw>v?Y$I`=v#W@6fj3HA zB}j?0^U%&wPMl+u6K9vlHacE88E79ZiRXBomqn;^+8Zk(6#&bpLC`>Q_6*C`>gaWI zT*6(J|*=JXa7dgJA_=`D}!{J32ziPLE8m43E!D(-cnN zU6;%oYkXkElb6izjL&k->@3|P=)`axJ{z5zSgC24w~(PXYY;=-oN>-Vi9!K8W*Z9F zIGf@HoE@f@0VhhOMsUadJ=hxDhIMzmL+@p0KQzmXw0Po<+ts~B2^pc|c#%&+7TR-s z2yD2>v-s+J_X>Ud=1O-47=-` zN|o?O@A|b}#xS(!5CjQBd(P4rR50vC9z1mSuj&)Bb+SBy!*>~V?i`<8s$9?Pylh>l z^4YN>pY5n!&unXfTidLBcDBsN7TfjA_Li76Tpg=1M3#Du}EmVYsE?&JH7j)8` z1ebX)O3p1tKJ-h1t~{M!tpL z&i1=A?8*g)SO#j58c)(}gCo2O#_0@o6*Qt$2LA}B^-@|MC(}54pIu)rpfsFyMifuu z&)jFwCsJ$=VVuH$df%O!tdb0+CIJ-u^^bIo7e-FPDLJ(~Gb*7HJ1A*2(zyHvSwYm$ zDNZF=h~Q+rfHFfSw>TA3V%n1UYai+BN#`ks;AARK4UFQH!~_5;m&64RjfLpd8j?2_f?~1b3#6N6G!GnKe3<-`PBccrsO?q93if%>Za^jf> zkLVLl`Ya%Vi330RprPOEKoX#jh#m(@!5JPEhoGPJmo zXwQ$jpeg%BS}8@*m&aS4+-~`4rquGIw25z;sfaNfgHjfwHhk&HZe7HNs*sIvB;&`P zd`fS(At$V=ELN=e+$Rp|BL%iN7WIRl=m|P&bUNrAHM;zU_F@mfX!sO#+w*4FO{aXKvB+A8 zQG}EKub=seUMe!yyke?|zyHNUy)dS?FRz#^0@0?hPvjEOD>@3;{X0+Ts(IFCyg=Fa zf2X%6%bzYGSYDaHBrw5+4?g>DeImyqdc}ASKlSWBojohh_uc%lB<}Bp=h95V#Y?%S3)KHx6eF}|M1#z>%4qRAMJ20%g) zQwh#JpVU{2Y(bGgu7JPu{FKgEfJZFo+5sOHU-0YUkOd4dbmZ{8FBp0u<@j_DBWxxb zaPlMsi#&e*iUEK3g&XxiD|eE~JoWrylhUKeA7FL?&7ZZx`(v`hEv5br;nxR_&h>U63oew{ErB7dm^OLQxl*ZjJA-yEAs|nC5;n|nmdS{Y#Jy=i@f9$0*`ZU}U7-Oj< z*8b0{Hme&&AYb7#*$rq+5ojx`MDBnh5@P|66Ze04pv~~pO^Yvl z`JMWRM^^aU_}gDTp_i0#+=KnUdqSUA#uhhz^mm_WgE4J8u>565I{comoTdi{-I`dS zP{n`wm3{hbmC^tRY!$ra<;%VD2?#Ib>;#;N2cT8a9uy12EBM)$|G3Z2%Lit#@`<5% zz^aI9Mf{oH6U8DtKk*<%no!g607z&eLs)oy6X6zgjfncmD^|H8cD^#Gi@1@Of%D<& zD`tJsB`+%HU3~hL_ib!XyT{}75#W@~F+PlM`J*4TC%m$x;*up1qbwZ|OC6PEKn;he()a;ZLCj1a>7$Jc!qZldZ@rBAAp3%T)@hH$B2LkKCa=` z5M>=oR1^tNz_kh#$!3KF3V4_U1%F6eo)H5DePe@1EjA;H>PmR~df|b8J zi})9x`?o_as>uL(XuGhp4)+E4;Y?1rVU}=k1VX+sxtwnxhkR?0%jpJkNVf*LoNXY7 zYzxA>BfAens>^H-(^Ln0n&~V+UCy;@BFm|EO=LOKu8Axs+O?5oqOXa}v#dUNO=LOC zu8Axs*)@^n9J@C1dTVZ6GA)K>w*Q;f+_+?VUxfYtFRpov7+Qr&YdSJTKc!FkmL6{v z7PW8Z*xNZqlly0xV|urZ=UB-;wIr#9r{B&p_8(~&(c7KuXV=N}`P?zq$)fpVZ)X`l zBHr$0KkHuBW{e!CSr!Xg633T1wh4VgdsRBlK8Q}G632(hx3&or?b(zp0xMY*OUoih zQW3djQ7l+WA72XX5FXZaMjY^8I}8qs5!V#GrVYib$Cv)4N7y2$^QGfU?R~uo(8w74wC(WX^|^;kkl&He$}lY7Kr27K`CjK0I&8rw!$>VQwa6 zh|ZM41_^@1GRd%Eb~%IrTu9+mA#XSs9*7K>3^Tc0x@?$9%^McN;dyFkplJJVP2HNJ zaY^+FK~Ek%uWcheWubK`^BY2!id=p~*hqAD3GL*Wi$WK<=aSGte)6cWi7Hyj|F|Ty zQAH>D{Y%0YuGoEtR!1&VU;ST#e|_X@!e*{8e_Yr=o_j(V0n6M8x4DJDsV|>7Ea1OW}bLIi3**0Kx4mjQL zr_*2?u$c$EN%#Z)>NGe&?HKUR4Y0qPrC>Hv=4ZaW+(V?Qx}c_mma1uUoe$q z1$8H}{D#oSz;;ovu~hSl$l<4io|OgZR&2;89}pJau@Flpj~uw+{94>J`GS>|V&O7M zSB@Mo+YRtPkHJGao)^06H`*QZK9|F}z!z^dSd$KeL$aD3<5q*?faOL<@J5F?7t75- z&gG6A7;vqU&4EwHfwfiD^;LYD=j8Z&J@B2ttNxnWzAGb_8UUi)_gQwZk|Mbe;ydU`5QvZ(!e)` zXYV107F2!Y+qbE=Y_Jd5UAeGCp6bxg?!zuwvg{VAXv#C zJT7#Tqk{UB-r~(v3^v$qaPZ;-LXIZ$FOq5UZm4PB9JJzaPF}Wsz{=9fay|L7%*e*W z3u)-nu&gT!s`rwMRn-Q{)HZSc#6FHi|W>0^K%Xt zP2~R{+R0x$qu#xo@9pGlL1kY0lY;6df&5`vWjvtd`v5x?ptlxs>EvO#Z<-8>nmk@q z?fkhFKnFknSHhAv^D56zTM4?AN+8x})aU+R-=>*{uHV$C9Kl=n^&3)Yb1s|-&p`A2 zuhr6{1y#3Tpp@<;uNG7(UP;|0m4kGghh_+W+eId5bseg!bYw$8wRP!3CDriz$^UYz z&8yl?>oUpY>D}s^h+&heoxJO;>ZYYP1$9tG?j6u*$=sX5c4Dx=-@bKK)k)rUlUh&y zej5ID@3 z8&=FIBJ9+33k`1CXB*v+TmD68RworTOtz7ydsUr{v$vX4_QudOtYFaW+A9G%yMnIC zL_tT*Hc2_f4BXqv)32$zz&%$1uoVvqFs=enT*YT`P*l|^nNyC{fL`3I*|CWNawvct zWa|H@y2zEin(Yh%SAa8z0)fu~2n};&Znz2{G|u7>sER^xu7>dRyrzroT06jSDlnWJ z#&6AQI;pZ%FRK8EQvtFv6Tmdgl))^k+W-((!))@|UPk1y7WT=t8q>FWG`ss!E(J`J zUfCqD+1UkoE zYIub0%s@`sMu2-~H9h2eMor6RmVPS$iR~P#DrWHdjhdE@Wdn}SPA-jTwt;`{qJIq+ zTSgf~YOqb>7-^2LtP#qCV`M(wIH1vXD!JYW@^Pfu#Xxqj1YH5?P*`LZ93@TRl?V<6 zCHKKlDi$)4!Xbu|8g$Dj6$^PMj(OllY9`DD2Ps!WBS=V0&SVEm+7*ya1thbeAU7{t zC;`UVR&y5&BhC927sP)X!$=JjCKU_r0*Z?>$$W5-a{4!dv<2aFl;-1Rmdgzh1QXkC zYS7KoktX{JkuHTu?xLTjv|_=D1Pd2i#t$Ymy`3~;6+MRtb;corhn}S;oSIL)Ma^9F zG}nwYzp7?PhmWp;9v2)WwP>mtHf5Pcrf#m8MuUo(jTDHqDv4oGqv=!*gGLrvw$?q( z8P5VV7R_c~bJ0+P=A!8sTEoSvqG7X|7TH`hdj{XCXeh|WqM_cJi-x0INqBA{mp03I zj#9CxGNQ<;qG7X|P?E-?;UL#58V*v)XC9!rXeh|WqM_l)v4*1I7@J+JE*d&XvEbX? zTr?cydPPGMvax6wgodJF`M6RNJU~;?bk8#Cl%nA4Y%Ut=RM9IQc+o6D(Y(BVy>u7M z$q2vJ@S0{LrSY(A&YW(p7i!T|FV{L)b;dLrRCv6`dfCoI>zy&TOf=^@3*T5S>C?^S zLJgYB<(9EET&yY=HfuQ%xsS#(reor*%7ub#EEhVzxm-9(r5HF1&1VcpsaRAQDXYtc z`E5ekR4yFkdga1FDw)g!G?xnn*;p<#TvNGljLj}qmkXVwSnzc=mkS5EPPugPd{lB- zVPWNrAv7Hu%Y}w(Di`u*sL_JEXe<}QwbL69n14E@`Skh)L-w3&K42@0 zPN>W;ui>MiUdZidn@f(nXe^gUVHxXR$tcLia-s8^%0)q`R0HRsxn4L*#X_dC;do&v zH!olOxQnK8;UL#57Yw!|}o~Dh4vfhC7+eq+-B5G?xnpxlXyT zY-~JTD3he&bb%`w6)E+^12mV*?bFTW!t9%_WNUe7teD3ZG=_&s>Wr#|{7s8?km!F^ z+d;nDs@+UNuWH-6R{zjMKfdl?gy-Z9-_dMpiKSBE+#q>e(sq+iZqas;k4f-c{)VL1 zwKcw&kni6s?A~yJy;{rGx8$@f4zV?4t`bB&Wv}hVJyG2kxLg_y2xiY zX!YbbH^M6ZtQA&yRNc}_zPTS{pY7LfAg}4PCNkZk&6DhYc>GOuYI{}in~wSK;eyTB z`zbl2OsV0OgRQ=e6T}~EnS^lz5B*Os!CT4xKhtg{o6_)u7KGhHUQ%l_*Re(Ye2cD= z(H-Q+HSN|T%fINE3~T+Q!*XK1$FYNC>JviOhC_w{U%$b!vJ82P^~+lfyeWIr#=_qG zAB2_n=|34*$+Mqgm$OTqTJ66UTbFSW+xvj|BNw$BHqAy@dd;SD^WofK^7MH~mft(n z(!R8KUi(h18os>AtCzH9l{rsdzY0$@H(UaPk?+7hw%?)MLFO-M6Kc36FeCOC_DsjD zjDM%;UIMEZ-`~AoO3%+E&CNeLk=NT=4(*mz`KF(i7^Vy4*j?~;_sC^<-dlc_TY_h~ S*RmV-^B;GYj@MhvJ^v0c;(!AH delta 7058 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 diff --git a/dist/css/bootstrap.min.css b/dist/css/bootstrap.min.css index f60c16a42..9dfb70c99 100644 --- a/dist/css/bootstrap.min.css +++ b/dist/css/bootstrap.min.css @@ -3,5 +3,5 @@ * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:2.25rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:2.25rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} /*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/dist/css/bootstrap.min.css.map b/dist/css/bootstrap.min.css.map index 4622059844816b454343e4f5e27ded6985e5e453..9aff7a0b31103a79e0b2adc40bd4e793a4431e37 100644 GIT binary patch delta 26474 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 u`Wn}|VFNy the positioning is relative to the bottom of the screen (excluding the scrollbar) + // and not the bottom of the html element + if (offsetParent.nodeName === 'HTML') { + top = -offsetParent.clientHeight + offsets.bottom; + } else { + top = -offsetParentRect.height + offsets.bottom; + } } else { top = offsets.top; } if (sideB === 'right') { - left = -offsetParentRect.width + offsets.right; + if (offsetParent.nodeName === 'HTML') { + left = -offsetParent.clientWidth + offsets.right; + } else { + left = -offsetParentRect.width + offsets.right; + } } else { left = offsets.left; } @@ -2783,7 +2803,7 @@ // // extends keepTogether behavior making sure the popper and its - // reference have enough pixels in conjuction + // reference have enough pixels in conjunction // // top/left side @@ -2853,7 +2873,7 @@ * - `top-end` (on top of reference, right aligned) * - `right-start` (on right of reference, top aligned) * - `bottom` (on bottom, centered) - * - `auto-right` (on the side with more space available, alignment depends by placement) + * - `auto-end` (on the side with more space available, alignment depends by placement) * * @static * @type {Array} @@ -3395,7 +3415,7 @@ * The `offset` modifier can shift your popper on both its axis. * * It accepts the following units: - * - `px` or unitless, interpreted as pixels + * - `px` or unit-less, interpreted as pixels * - `%` or `%r`, percentage relative to the length of the reference element * - `%p`, percentage relative to the length of the popper element * - `vw`, CSS viewport width unit @@ -3403,7 +3423,7 @@ * * For length is intended the main axis relative to the placement of the popper.
* This means that if the placement is `top` or `bottom`, the length will be the - * `width`. In case of `left` or `right`, it will be the height. + * `width`. In case of `left` or `right`, it will be the `height`. * * You can provide a single value (as `Number` or `String`), or a pair of values * as `String` divided by a comma or one (or more) white spaces.
@@ -3424,7 +3444,7 @@ * ``` * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap * > with their reference element, unfortunately, you will have to disable the `flip` modifier. - * > More on this [reading this issue](https://github.com/FezVrasta/popper.js/issues/373) + * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373). * * @memberof modifiers * @inner @@ -3445,7 +3465,7 @@ /** * Modifier used to prevent the popper from being positioned outside the boundary. * - * An scenario exists where the reference itself is not within the boundaries.
+ * A scenario exists where the reference itself is not within the boundaries.
* We can say it has "escaped the boundaries" — or just "escaped".
* In this case we need to decide whether the popper should either: * @@ -3475,23 +3495,23 @@ /** * @prop {number} padding=5 * Amount of pixel used to define a minimum distance between the boundaries - * and the popper this makes sure the popper has always a little padding + * and the popper. This makes sure the popper always has a little padding * between the edges of its container */ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='scrollParent' - * Boundaries used by the modifier, can be `scrollParent`, `window`, + * Boundaries used by the modifier. Can be `scrollParent`, `window`, * `viewport` or any DOM element. */ boundariesElement: 'scrollParent' }, /** - * Modifier used to make sure the reference and its popper stay near eachothers - * without leaving any gap between the two. Expecially useful when the arrow is - * enabled and you want to assure it to point to its reference element. - * It cares only about the first axis, you can still have poppers with margin + * Modifier used to make sure the reference and its popper stay near each other + * without leaving any gap between the two. Especially useful when the arrow is + * enabled and you want to ensure that it points to its reference element. + * It cares only about the first axis. You can still have poppers with margin * between the popper and its reference element. * @memberof modifiers * @inner @@ -3509,7 +3529,7 @@ * This modifier is used to move the `arrowElement` of the popper to make * sure it is positioned between the reference element and its popper element. * It will read the outer size of the `arrowElement` node to detect how many - * pixels of conjuction are needed. + * pixels of conjunction are needed. * * It has no effect if no `arrowElement` is provided. * @memberof modifiers @@ -3548,7 +3568,7 @@ * @prop {String|Array} behavior='flip' * The behavior used to change the popper's placement. It can be one of * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid - * placements (with optional variations). + * placements (with optional variations) */ behavior: 'flip', /** @@ -3558,9 +3578,9 @@ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='viewport' - * The element which will define the boundaries of the popper position, - * the popper will never be placed outside of the defined boundaries - * (except if keepTogether is enabled) + * The element which will define the boundaries of the popper position. + * The popper will never be placed outside of the defined boundaries + * (except if `keepTogether` is enabled) */ boundariesElement: 'viewport' }, @@ -3624,8 +3644,8 @@ fn: computeStyle, /** * @prop {Boolean} gpuAcceleration=true - * If true, it uses the CSS 3d transformation to position the popper. - * Otherwise, it will use the `top` and `left` properties. + * If true, it uses the CSS 3D transformation to position the popper. + * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: true, /** @@ -3652,7 +3672,7 @@ * Note that if you disable this modifier, you must make sure the popper element * has its position set to `absolute` before Popper.js can do its work! * - * Just disable this modifier and define you own to achieve the desired effect. + * Just disable this modifier and define your own to achieve the desired effect. * * @memberof modifiers * @inner @@ -3669,27 +3689,27 @@ /** * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier * @prop {Boolean} gpuAcceleration=true - * If true, it uses the CSS 3d transformation to position the popper. - * Otherwise, it will use the `top` and `left` properties. + * If true, it uses the CSS 3D transformation to position the popper. + * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: undefined } }; /** - * The `dataObject` is an object containing all the informations used by Popper.js - * this object get passed to modifiers and to the `onCreate` and `onUpdate` callbacks. + * The `dataObject` is an object containing all the information used by Popper.js. + * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks. * @name dataObject * @property {Object} data.instance The Popper.js instance * @property {String} data.placement Placement applied to popper * @property {String} data.originalPlacement Placement originally defined on init * @property {Boolean} data.flipped True if popper has been flipped by flip modifier - * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper. + * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier - * @property {Object} data.styles Any CSS property defined here will be applied to the popper, it expects the JavaScript nomenclature (eg. `marginBottom`) - * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow, it expects the JavaScript nomenclature (eg. `marginBottom`) + * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`) + * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`) * @property {Object} data.boundaries Offsets of the popper boundaries - * @property {Object} data.offsets The measurements of popper, reference and arrow elements. + * @property {Object} data.offsets The measurements of popper, reference and arrow elements * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0 @@ -3697,9 +3717,9 @@ /** * Default options provided to Popper.js constructor.
- * These can be overriden using the `options` argument of Popper.js.
- * To override an option, simply pass as 3rd argument an object with the same - * structure of this object, example: + * These can be overridden using the `options` argument of Popper.js.
+ * To override an option, simply pass an object with the same + * structure of the `options` object, as the 3rd argument. For example: * ``` * new Popper(ref, pop, { * modifiers: { @@ -3713,7 +3733,7 @@ */ var Defaults = { /** - * Popper's placement + * Popper's placement. * @prop {Popper.placements} placement='bottom' */ placement: 'bottom', @@ -3725,7 +3745,7 @@ positionFixed: false, /** - * Whether events (resize, scroll) are initially enabled + * Whether events (resize, scroll) are initially enabled. * @prop {Boolean} eventsEnabled=true */ eventsEnabled: true, @@ -3739,17 +3759,17 @@ /** * Callback called when the popper is created.
- * By default, is set to no-op.
+ * By default, it is set to no-op.
* Access Popper.js instance with `data.instance`. * @prop {onCreate} */ onCreate: function onCreate() {}, /** - * Callback called when the popper is updated, this callback is not called + * Callback called when the popper is updated. This callback is not called * on the initialization/creation of the popper, but only on subsequent * updates.
- * By default, is set to no-op.
+ * By default, it is set to no-op.
* Access Popper.js instance with `data.instance`. * @prop {onUpdate} */ @@ -3757,7 +3777,7 @@ /** * List of modifiers used to modify the offsets before they are applied to the popper. - * They provide most of the functionalities of Popper.js + * They provide most of the functionalities of Popper.js. * @prop {modifiers} */ modifiers: modifiers @@ -3777,10 +3797,10 @@ // Methods var Popper = function () { /** - * Create a new Popper.js instance + * Creates a new Popper.js instance. * @class Popper * @param {HTMLElement|referenceObject} reference - The reference element used to position the popper - * @param {HTMLElement} popper - The HTML element used as popper. + * @param {HTMLElement} popper - The HTML element used as the popper * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults) * @return {Object} instance - The generated Popper.js instance */ @@ -3876,7 +3896,7 @@ } /** - * Schedule an update, it will run on the next UI update available + * Schedules an update. It will run on the next UI update available. * @method scheduleUpdate * @memberof Popper */ @@ -3913,7 +3933,7 @@ * new Popper(referenceObject, popperNode); * ``` * - * NB: This feature isn't supported in Internet Explorer 10 + * NB: This feature isn't supported in Internet Explorer 10. * @name referenceObject * @property {Function} data.getBoundingClientRect * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method. @@ -5777,7 +5797,7 @@ var _config = typeof config === 'object' ? config : null; - if (!data && /destroy|hide/.test(config)) { + if (!data && /dispose|hide/.test(config)) { return; } diff --git a/dist/js/bootstrap.bundle.js.map b/dist/js/bootstrap.bundle.js.map index 9dfb2608a72765fdd23f22675a79bb1e0ebbf528..f196bdc214a34c85d7c1c6c83968991879022fc0 100644 GIT binary patch delta 68788 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 delta 51827 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 j3YNut2!ZQ2dRmusyze=HrBUv3UP6yx&OsMlr9 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 BCe;7{ diff --git a/dist/js/bootstrap.bundle.min.js b/dist/js/bootstrap.bundle.min.js index 72a46cf98..a3c9bfa43 100644 --- a/dist/js/bootstrap.bundle.min.js +++ b/dist/js/bootstrap.bundle.min.js @@ -3,5 +3,5 @@ * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jquery")):"function"==typeof define&&define.amd?define(["exports","jquery"],t):t(e.bootstrap={},e.jQuery)}(this,function(e,t){"use strict";function i(e,t){for(var n=0;nthis._items.length-1||e<0))if(this._isSliding)k(this._element).one(q.SLID,function(){return t.to(e)});else{if(n===e)return this.pause(),void this.cycle();var i=n=i.clientWidth&&n>=i.clientHeight}),u=0l[e]&&!i.escapeWithReference&&(n=Math.min(u[t],l[e]-("right"===e?u.width:u.height))),Ve({},t,n)}};return c.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=ze({},u,f[t](e))}),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,r=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]o(i[a])&&(e.offsets.popper[l]=o(i[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!pt(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"==typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,a=o.reference,l=-1!==["left","right"].indexOf(r),c=l?"height":"width",u=l?"Top":"Left",f=u.toLowerCase(),h=l?"left":"top",d=l?"bottom":"right",p=nt(i)[c];a[d]-ps[d]&&(e.offsets.popper[f]+=a[f]+p-s[d]),e.offsets.popper=Ge(e.offsets.popper);var m=a[f]+a[c]/2-p/2,g=Pe(e.instance.popper),_=parseFloat(g["margin"+u],10),v=parseFloat(g["border"+u+"Width"],10),y=m-e.offsets.popper[f]-_-v;return y=Math.max(Math.min(s[c]-p,y),0),e.arrowElement=i,e.offsets.arrow=(Ve(n={},f,Math.round(y)),Ve(n,h,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(p,m){if(at(p.instance.modifiers,"inner"))return p;if(p.flipped&&p.placement===p.originalPlacement)return p;var g=$e(p.instance.popper,p.instance.reference,m.padding,m.boundariesElement,p.positionFixed),_=p.placement.split("-")[0],v=it(_),y=p.placement.split("-")[1]||"",E=[];switch(m.behavior){case vt:E=[_,v];break;case yt:E=_t(_);break;case Et:E=_t(_,!0);break;default:E=m.behavior}return E.forEach(function(e,t){if(_!==e||E.length===t+1)return p;_=p.placement.split("-")[0],v=it(_);var n,i=p.offsets.popper,r=p.offsets.reference,o=Math.floor,s="left"===_&&o(i.right)>o(r.left)||"right"===_&&o(i.left)o(r.top)||"bottom"===_&&o(i.top)o(g.right),c=o(i.top)o(g.bottom),f="left"===_&&a||"right"===_&&l||"top"===_&&c||"bottom"===_&&u,h=-1!==["top","bottom"].indexOf(_),d=!!m.flipVariations&&(h&&"start"===y&&a||h&&"end"===y&&l||!h&&"start"===y&&c||!h&&"end"===y&&u);(s||f||d)&&(p.flipped=!0,(s||f)&&(_=E[t+1]),d&&(y="end"===(n=y)?"start":"start"===n?"end":n),p.placement=_+(y?"-"+y:""),p.offsets.popper=ze({},p.offsets.popper,rt(p.instance.popper,p.offsets.reference,p.placement)),p=st(p.instance.modifiers,p,"flip"))}),p},behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),e.placement=it(t),e.offsets.popper=Ge(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!pt(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=ot(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottomn.right||t.top>n.bottom||t.rightdocument.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=e.left+e.right
',trigger:"hover focus",title:"",delay:0,html:!(An={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Dn={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},Nn="out",kn={HIDE:"hide"+wn,HIDDEN:"hidden"+wn,SHOW:(On="show")+wn,SHOWN:"shown"+wn,INSERTED:"inserted"+wn,CLICK:"click"+wn,FOCUSIN:"focusin"+wn,FOCUSOUT:"focusout"+wn,MOUSEENTER:"mouseenter"+wn,MOUSELEAVE:"mouseleave"+wn},xn="fade",Pn="show",Ln=".tooltip-inner",jn=".arrow",Hn="hover",Mn="focus",Fn="click",Wn="manual",Rn=function(){function i(e,t){if("undefined"==typeof Ct)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var e=i.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=yn(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(yn(this.getTipElement()).hasClass(Pn))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),yn.removeData(this.element,this.constructor.DATA_KEY),yn(this.element).off(this.constructor.EVENT_KEY),yn(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&yn(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===yn(this.element).css("display"))throw new Error("Please use show on visible elements");var e=yn.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){yn(this.element).trigger(e);var n=yn.contains(this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!n)return;var i=this.getTipElement(),r=we.getUID(this.constructor.NAME);i.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&yn(i).addClass(xn);var o="function"==typeof this.config.placement?this.config.placement.call(this,i,this.element):this.config.placement,s=this._getAttachment(o);this.addAttachmentClass(s);var a=!1===this.config.container?document.body:yn(document).find(this.config.container);yn(i).data(this.constructor.DATA_KEY,this),yn.contains(this.element.ownerDocument.documentElement,this.tip)||yn(i).appendTo(a),yn(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new Ct(this.element,i,{placement:s,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:jn},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){t._handlePopperPlacementChange(e)}}),yn(i).addClass(Pn),"ontouchstart"in document.documentElement&&yn(document.body).children().on("mouseover",null,yn.noop);var l=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,yn(t.element).trigger(t.constructor.Event.SHOWN),e===Nn&&t._leave(null,t)};if(yn(this.tip).hasClass(xn)){var c=we.getTransitionDurationFromElement(this.tip);yn(this.tip).one(we.TRANSITION_END,l).emulateTransitionEnd(c)}else l()}},e.hide=function(e){var t=this,n=this.getTipElement(),i=yn.Event(this.constructor.Event.HIDE),r=function(){t._hoverState!==On&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),yn(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(yn(this.element).trigger(i),!i.isDefaultPrevented()){if(yn(n).removeClass(Pn),"ontouchstart"in document.documentElement&&yn(document.body).children().off("mouseover",null,yn.noop),this._activeTrigger[Fn]=!1,this._activeTrigger[Mn]=!1,this._activeTrigger[Hn]=!1,yn(this.tip).hasClass(xn)){var o=we.getTransitionDurationFromElement(n);yn(n).one(we.TRANSITION_END,r).emulateTransitionEnd(o)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(e){yn(this.getTipElement()).addClass(Tn+"-"+e)},e.getTipElement=function(){return this.tip=this.tip||yn(this.config.template)[0],this.tip},e.setContent=function(){var e=this.getTipElement();this.setElementContent(yn(e.querySelectorAll(Ln)),this.getTitle()),yn(e).removeClass(xn+" "+Pn)},e.setElementContent=function(e,t){var n=this.config.html;"object"==typeof t&&(t.nodeType||t.jquery)?n?yn(t).parent().is(e)||e.empty().append(t):e.text(yn(t).text()):e[n?"html":"text"](t)},e.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},e._getAttachment=function(e){return An[e.toUpperCase()]},e._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(e){if("click"===e)yn(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(e){return i.toggle(e)});else if(e!==Wn){var t=e===Hn?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=e===Hn?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;yn(i.element).on(t,i.config.selector,function(e){return i._enter(e)}).on(n,i.config.selector,function(e){return i._leave(e)})}yn(i.element).closest(".modal").on("hide.bs.modal",function(){return i.hide()})}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||yn(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?Mn:Hn]=!0),yn(t.getTipElement()).hasClass(Pn)||t._hoverState===On?t._hoverState=On:(clearTimeout(t._timeout),t._hoverState=On,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===On&&t.show()},t.config.delay.show):t.show())},e._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||yn(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?Mn:Hn]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Nn,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===Nn&&t.hide()},t.config.delay.hide):t.hide())},e._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},e._getConfig=function(e){return"number"==typeof(e=l({},this.constructor.Default,yn(this.element).data(),"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),we.typeCheckConfig(En,e,this.constructor.DefaultType),e},e._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},e._cleanTipClass=function(){var e=yn(this.getTipElement()),t=e.attr("class").match(Sn);null!==t&&t.length&&e.removeClass(t.join(""))},e._handlePopperPlacementChange=function(e){var t=e.instance;this.tip=t.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},e._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(yn(e).removeClass(xn),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},i._jQueryInterface=function(n){return this.each(function(){var e=yn(this).data(bn),t="object"==typeof n&&n;if((e||!/dispose|hide/.test(n))&&(e||(e=new i(this,t),yn(this).data(bn,e)),"string"==typeof n)){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return In}},{key:"NAME",get:function(){return En}},{key:"DATA_KEY",get:function(){return bn}},{key:"Event",get:function(){return kn}},{key:"EVENT_KEY",get:function(){return wn}},{key:"DefaultType",get:function(){return Dn}}]),i}(),yn.fn[En]=Rn._jQueryInterface,yn.fn[En].Constructor=Rn,yn.fn[En].noConflict=function(){return yn.fn[En]=Cn,Rn._jQueryInterface},Rn),Qi=(Bn="popover",Kn="."+(qn="bs.popover"),Qn=(Un=t).fn[Bn],Yn="bs-popover",Vn=new RegExp("(^|\\s)"+Yn+"\\S+","g"),zn=l({},Ki.Default,{placement:"right",trigger:"click",content:"",template:''}),Gn=l({},Ki.DefaultType,{content:"(string|element|function)"}),Jn="fade",Xn=".popover-header",$n=".popover-body",ei={HIDE:"hide"+Kn,HIDDEN:"hidden"+Kn,SHOW:(Zn="show")+Kn,SHOWN:"shown"+Kn,INSERTED:"inserted"+Kn,CLICK:"click"+Kn,FOCUSIN:"focusin"+Kn,FOCUSOUT:"focusout"+Kn,MOUSEENTER:"mouseenter"+Kn,MOUSELEAVE:"mouseleave"+Kn},ti=function(e){var t,n;function i(){return e.apply(this,arguments)||this}n=e,(t=i).prototype=Object.create(n.prototype),(t.prototype.constructor=t).__proto__=n;var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(e){Un(this.getTipElement()).addClass(Yn+"-"+e)},r.getTipElement=function(){return this.tip=this.tip||Un(this.config.template)[0],this.tip},r.setContent=function(){var e=Un(this.getTipElement());this.setElementContent(e.find(Xn),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find($n),t),e.removeClass(Jn+" "+Zn)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var e=Un(this.getTipElement()),t=e.attr("class").match(Vn);null!==t&&0=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||ethis._items.length-1||e<0))if(this._isSliding)k(this._element).one(q.SLID,function(){return t.to(e)});else{if(n===e)return this.pause(),void this.cycle();var i=n=i.clientWidth&&n>=i.clientHeight}),f=0l[e]&&!i.escapeWithReference&&(n=Math.min(f[t],l[e]-("right"===e?f.width:f.height))),Ve({},t,n)}};return c.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";f=ze({},f,h[t](e))}),e.offsets.popper=f,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,r=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(r),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]o(i[a])&&(e.offsets.popper[l]=o(i[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!pt(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"==typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,a=o.reference,l=-1!==["left","right"].indexOf(r),c=l?"height":"width",f=l?"Top":"Left",h=f.toLowerCase(),u=l?"left":"top",d=l?"bottom":"right",p=nt(i)[c];a[d]-ps[d]&&(e.offsets.popper[h]+=a[h]+p-s[d]),e.offsets.popper=Ge(e.offsets.popper);var m=a[h]+a[c]/2-p/2,g=Pe(e.instance.popper),_=parseFloat(g["margin"+f],10),v=parseFloat(g["border"+f+"Width"],10),y=m-e.offsets.popper[h]-_-v;return y=Math.max(Math.min(s[c]-p,y),0),e.arrowElement=i,e.offsets.arrow=(Ve(n={},h,Math.round(y)),Ve(n,u,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(p,m){if(at(p.instance.modifiers,"inner"))return p;if(p.flipped&&p.placement===p.originalPlacement)return p;var g=$e(p.instance.popper,p.instance.reference,m.padding,m.boundariesElement,p.positionFixed),_=p.placement.split("-")[0],v=it(_),y=p.placement.split("-")[1]||"",E=[];switch(m.behavior){case vt:E=[_,v];break;case yt:E=_t(_);break;case Et:E=_t(_,!0);break;default:E=m.behavior}return E.forEach(function(e,t){if(_!==e||E.length===t+1)return p;_=p.placement.split("-")[0],v=it(_);var n,i=p.offsets.popper,r=p.offsets.reference,o=Math.floor,s="left"===_&&o(i.right)>o(r.left)||"right"===_&&o(i.left)o(r.top)||"bottom"===_&&o(i.top)o(g.right),c=o(i.top)o(g.bottom),h="left"===_&&a||"right"===_&&l||"top"===_&&c||"bottom"===_&&f,u=-1!==["top","bottom"].indexOf(_),d=!!m.flipVariations&&(u&&"start"===y&&a||u&&"end"===y&&l||!u&&"start"===y&&c||!u&&"end"===y&&f);(s||h||d)&&(p.flipped=!0,(s||h)&&(_=E[t+1]),d&&(y="end"===(n=y)?"start":"start"===n?"end":n),p.placement=_+(y?"-"+y:""),p.offsets.popper=ze({},p.offsets.popper,rt(p.instance.popper,p.offsets.reference,p.placement)),p=st(p.instance.modifiers,p,"flip"))}),p},behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,r=i.popper,o=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return r[s?"left":"top"]=o[n]-(a?r[s?"width":"height"]:0),e.placement=it(t),e.offsets.popper=Ge(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!pt(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=ot(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottomn.right||t.top>n.bottom||t.rightdocument.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=e.left+e.right
',trigger:"hover focus",title:"",delay:0,html:!(In={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Dn={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},Nn="out",kn={HIDE:"hide"+wn,HIDDEN:"hidden"+wn,SHOW:(On="show")+wn,SHOWN:"shown"+wn,INSERTED:"inserted"+wn,CLICK:"click"+wn,FOCUSIN:"focusin"+wn,FOCUSOUT:"focusout"+wn,MOUSEENTER:"mouseenter"+wn,MOUSELEAVE:"mouseleave"+wn},xn="fade",Pn="show",Ln=".tooltip-inner",jn=".arrow",Hn="hover",Mn="focus",Fn="click",Wn="manual",Rn=function(){function i(e,t){if("undefined"==typeof Ct)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var e=i.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=yn(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(yn(this.getTipElement()).hasClass(Pn))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),yn.removeData(this.element,this.constructor.DATA_KEY),yn(this.element).off(this.constructor.EVENT_KEY),yn(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&yn(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===yn(this.element).css("display"))throw new Error("Please use show on visible elements");var e=yn.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){yn(this.element).trigger(e);var n=yn.contains(this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!n)return;var i=this.getTipElement(),r=we.getUID(this.constructor.NAME);i.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&yn(i).addClass(xn);var o="function"==typeof this.config.placement?this.config.placement.call(this,i,this.element):this.config.placement,s=this._getAttachment(o);this.addAttachmentClass(s);var a=!1===this.config.container?document.body:yn(document).find(this.config.container);yn(i).data(this.constructor.DATA_KEY,this),yn.contains(this.element.ownerDocument.documentElement,this.tip)||yn(i).appendTo(a),yn(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new Ct(this.element,i,{placement:s,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:jn},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){t._handlePopperPlacementChange(e)}}),yn(i).addClass(Pn),"ontouchstart"in document.documentElement&&yn(document.body).children().on("mouseover",null,yn.noop);var l=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,yn(t.element).trigger(t.constructor.Event.SHOWN),e===Nn&&t._leave(null,t)};if(yn(this.tip).hasClass(xn)){var c=we.getTransitionDurationFromElement(this.tip);yn(this.tip).one(we.TRANSITION_END,l).emulateTransitionEnd(c)}else l()}},e.hide=function(e){var t=this,n=this.getTipElement(),i=yn.Event(this.constructor.Event.HIDE),r=function(){t._hoverState!==On&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),yn(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(yn(this.element).trigger(i),!i.isDefaultPrevented()){if(yn(n).removeClass(Pn),"ontouchstart"in document.documentElement&&yn(document.body).children().off("mouseover",null,yn.noop),this._activeTrigger[Fn]=!1,this._activeTrigger[Mn]=!1,this._activeTrigger[Hn]=!1,yn(this.tip).hasClass(xn)){var o=we.getTransitionDurationFromElement(n);yn(n).one(we.TRANSITION_END,r).emulateTransitionEnd(o)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(e){yn(this.getTipElement()).addClass(Tn+"-"+e)},e.getTipElement=function(){return this.tip=this.tip||yn(this.config.template)[0],this.tip},e.setContent=function(){var e=this.getTipElement();this.setElementContent(yn(e.querySelectorAll(Ln)),this.getTitle()),yn(e).removeClass(xn+" "+Pn)},e.setElementContent=function(e,t){var n=this.config.html;"object"==typeof t&&(t.nodeType||t.jquery)?n?yn(t).parent().is(e)||e.empty().append(t):e.text(yn(t).text()):e[n?"html":"text"](t)},e.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},e._getAttachment=function(e){return In[e.toUpperCase()]},e._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(e){if("click"===e)yn(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(e){return i.toggle(e)});else if(e!==Wn){var t=e===Hn?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=e===Hn?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;yn(i.element).on(t,i.config.selector,function(e){return i._enter(e)}).on(n,i.config.selector,function(e){return i._leave(e)})}yn(i.element).closest(".modal").on("hide.bs.modal",function(){return i.hide()})}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||yn(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?Mn:Hn]=!0),yn(t.getTipElement()).hasClass(Pn)||t._hoverState===On?t._hoverState=On:(clearTimeout(t._timeout),t._hoverState=On,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===On&&t.show()},t.config.delay.show):t.show())},e._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||yn(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),yn(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?Mn:Hn]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Nn,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===Nn&&t.hide()},t.config.delay.hide):t.hide())},e._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},e._getConfig=function(e){return"number"==typeof(e=l({},this.constructor.Default,yn(this.element).data(),"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),we.typeCheckConfig(En,e,this.constructor.DefaultType),e},e._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},e._cleanTipClass=function(){var e=yn(this.getTipElement()),t=e.attr("class").match(Sn);null!==t&&t.length&&e.removeClass(t.join(""))},e._handlePopperPlacementChange=function(e){var t=e.instance;this.tip=t.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},e._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(yn(e).removeClass(xn),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},i._jQueryInterface=function(n){return this.each(function(){var e=yn(this).data(bn),t="object"==typeof n&&n;if((e||!/dispose|hide/.test(n))&&(e||(e=new i(this,t),yn(this).data(bn,e)),"string"==typeof n)){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return An}},{key:"NAME",get:function(){return En}},{key:"DATA_KEY",get:function(){return bn}},{key:"Event",get:function(){return kn}},{key:"EVENT_KEY",get:function(){return wn}},{key:"DefaultType",get:function(){return Dn}}]),i}(),yn.fn[En]=Rn._jQueryInterface,yn.fn[En].Constructor=Rn,yn.fn[En].noConflict=function(){return yn.fn[En]=Cn,Rn._jQueryInterface},Rn),Qi=(Bn="popover",Kn="."+(qn="bs.popover"),Qn=(Un=t).fn[Bn],Yn="bs-popover",Vn=new RegExp("(^|\\s)"+Yn+"\\S+","g"),zn=l({},Ki.Default,{placement:"right",trigger:"click",content:"",template:''}),Gn=l({},Ki.DefaultType,{content:"(string|element|function)"}),Jn="fade",Xn=".popover-header",$n=".popover-body",ei={HIDE:"hide"+Kn,HIDDEN:"hidden"+Kn,SHOW:(Zn="show")+Kn,SHOWN:"shown"+Kn,INSERTED:"inserted"+Kn,CLICK:"click"+Kn,FOCUSIN:"focusin"+Kn,FOCUSOUT:"focusout"+Kn,MOUSEENTER:"mouseenter"+Kn,MOUSELEAVE:"mouseleave"+Kn},ti=function(e){var t,n;function i(){return e.apply(this,arguments)||this}n=e,(t=i).prototype=Object.create(n.prototype),(t.prototype.constructor=t).__proto__=n;var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(e){Un(this.getTipElement()).addClass(Yn+"-"+e)},r.getTipElement=function(){return this.tip=this.tip||Un(this.config.template)[0],this.tip},r.setContent=function(){var e=Un(this.getTipElement());this.setElementContent(e.find(Xn),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find($n),t),e.removeClass(Jn+" "+Zn)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var e=Un(this.getTipElement()),t=e.attr("class").match(Vn);null!==t&&0=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||egK}YL4Jw3%(qPtgj zCT15FRyUW&cQ@u1>(Bkh{oi%hb4M57a@TXe^Wbm4Kjuid!6>19$k3SN3W$qO&1-Io2E^bWGp zVbAw;r0k8n=jCr?87PpJeg2p}&(YZ{@G__-$K^@c+UKo(+6$tVH`aVFJuTCx^xgQ4 zA`reQC!iD*#7ag6SoWDEs3m3ge1^BdgpHN=GSk70)xfI;W%{lLJN{JI|IDKo%F=Dy zA5!2`Yk`bdtc2BPUVpxOWY1^H)pYoy&s=QQlhScJd2>mI9n)bI+yax%d+Dlw;NRHx zy(4XRm@E~f-KM|ZG4iUfYpx0&GIgK%c6={Em$KKDoYX-BZLujW7<4PRQS#PP)vV(jLtANxDtf!W>$Qrt*29aI#Q}XB`8P-vKDXGkIU0wz~A&`p44zkP|H@!&LwQ_ zKqw{QFWd;g%Wx9dypp~Orn-_hW<77dTL)QKmdzV&W@(X5-83{ZS0<5)#%79KR>#(j zNHa{%3+e))m*3ava(P{;K@cc3)s)ayZY{-RgQEk%o{YD7Gkc>e2!dNvtTLZc`q~lf zhril$?j=QfBqzh)>v_E37ThQ6&h`09M+I5S%+`nuukdX7jS)e_k-s}4z~p3=TmGIt zjQjf|Hx^l^KwdrwOY!0pJ1J>VR`fLj;T+HF)dhGulIQJ*pNT)-97qZtZp!=2puV3! z(&c1z1PF*Bp!<=|mpv&#I(rC)lul*@1=-%zjSU`e_`(yZ0Y5F|#SRbHkb@}!b5Uj+ zO5POM!}Z?#Zq(9>|Lrt%{Q+NkW_x`RMM$BkaH;=BvtQ=)l0sMIBc*{XRA&1dH(d4ypg&ko zC6z6={S~4ATMZuxrQ6chJmXc<6H03R>2-fm#u-Q}p8C@x3C?T;ElSs_->ZF3IBl$l}vI;){&X+PqU}>49f`b9(-W9Ap$3umVFOKj9Az- zR+_$LT*(qe@*N0`_GQK)NM`lA!|!{;19vTtw(h+*c3=38!F!svN*QP8X3d|_C3gu9 zy%Km~^r@QSA-5wk;~ttDW_n0i@NB6G=GYHZjg34h3Lu2$T{1Mpxf^@ zV((v9+Dxl7^KyryLZ0)RG9$9fpy?PW*E1?yKhHlYh)MXO&-SUKSwV&m#%&jvRP^z! zgYfM`k3^#Mhlje)MP0(*8(Mo(*JmDS;U0@Pm_R=VUvbT>h^d%Hk3NTMJl__AD_9z{!%Yeh_8B`oBok&;Mn&EWzOySj< zNW?Dmup$Sha6Q6G)^73%%DYWI9fY|zTpm7YMqek9ri8t2mq-OHw1P7T22_X)rbUR{ zAAaTyccWl``wb5@RbF`Mc6ouu*R^sYf8$7jO z?3C)!?Jsoe7)8_-x~1W7Dg71WMut6^rqDnERUt|N7E<-CmW^9v zFH=XNjOiai594fMnQZ$ii#oyYGyefK$RN@D!>OhNT&8C+4vL5_g9Gg4lSvE7h=ORNcB6Pgmh8U*Bda7#6i$s-*%R*6_xK#x;Crq~@Tewr0LIf&Ir*!s?ahx!n z6=A9>@p*-*N^qG}gz02G9sd5Cu13=IC2#Jz(mr%H;g@8-l1QF~vXaP6j$VL_U2`Rn>{z~6Z4rpUKhnW?-f4?UCowP2&e zQ2yz!{P#_KOW1bPcecZ-!lzOk?~l!r9bC(ZK#d-*+ry2FY_dK~_4(jJT0+Bs!b4Wv z=hy5Z5*00|4{3>*m6kghS>8@l^aW2F_H%IPT z-N)|EV$#79Wp6OO&}UQVB7<9Qb^VIQd|gcaL^``Hkgko^eLzQIuaDBXf;G2LYi48v zi}Xh9PuG-JP6=n#1!=`rQn0%hn5}ZE8KOYM4x17jCGmv?${H(=7(GbpK(_xC_9DIHcHegE zM44kjCVX+uy=?KuHeLim>85t3Wy!;qYM9)B3n1W}$i2Bh6*g2a&_a%wwz&3&d85t> zunlBV$g-5z1+e%6Ij`G*?aC}+06`zO1B>z70WE`7h*~VZp!w2E4g@3H!n%-zH(OV2 zEWE%_)xhDwfl0Jt77+qr%D(ro|Kez@`S7W%Z7}+c)NnhP0}0|Ud)eAe))Z`}JpFYt zX~i43nPUG_-fFh)6C+4_)vRq(cHLLoMa_6`PlbV}&deFvVya`B}t zCC+)q5LotA#>^ksF9u;5sR30-84L!vr_iu>tC{eRQjgzszaTX>Z=z2jIYq+iqk0*O zb>!e7Cdvs))$+^@s7-(mJUQ}o(+!7J13JeJ4CRna!OKhtBji+GZ~59seTZP8TLmPe zrM%QlL#bobc>%Z_j{p|J%Y#6Sm$4OJg+c#VUCp6^F=d|S;Mitl52*}9qM6N$-zI#R z$O^&LZT=KmhGm@P+Y=>lzP*WFM#mb6N21p@IeO^CA~Q9ip6IFL7bCFfp`%QQ5YZhy zJQ2u16Fqby%jh6_=;XN*q&&@ed$|d`o0Qj|LliVqENCFdiy{xER6^$@fHtP+B?zF1 zSJO4Qr+$aGEN)?H%uM<0zQ(OEs1O|>Ki8vw3f<}m4)|U2cYVBqbjRHouS?(pnO+}f z%CfiJ9JiQ`k(xIoJ14PGAx*~^7(j@Vr2*B_9h4T_#C&Trj$k^Ja8WoifChPE!2os* z$g<{05G%=gh=0N7oMXU+6sHcn&0eK=-c5aH9T^RD~8tCmb2@V+= z$8pSfgX62h9D-&nHnA}gqVwKBzA>T#ZEd11A-|%xKB2U>HZju(|Iy8B&8;*KGY1k% z@(LDe%JroAr6xdMUhSIx{GJ~-r`e(j!8nGr&{13iYPHIs%+Ev5bq}R$&4%!&#eQ)KSlj5aZ_}+5kLQXuYs2MqDst)MvYY zWTFda03=ugubh$%#ExDc14jV@7+I25gC%RjKA2CW6+*I=>k_oi?3Vks7N%Lj|OhKhLNj4Y0w7pR@Q1ZtduJ`0ETC>PC2tMrm` z?a`>2U47=gxlS8?KXJ*nZI7qS!#b2aOCV7ci**Wg7B<<^RV@3pvG&;+NaR2;5WxR! zxP(NprK>o zL2mKQN~Y>orWK(MROZ2R#JnAsBE z9t1dJjK~m5iscRU2sG@bBZj|~zj|)K_58Mp`+i|mV9(#z->d$C{;v8)O51)zcrjIfLG3XswF7qWrq3>ct;MS5KvJvY@@p1# zA~?`kb#N4D=FA!5>bYfW0%dX|@|VD}r50!jCT14|FL?QuVwl=c-Ld8yp7s_j_}yn1 zQS+WrF?$xs;?Qwq$l+=fG^Hn;`Ls4B1n%|v!mlZn&tA?ruV%ovGg5!JR~Tuo+lx*{ zT0B{shz)ol5p=A6OdE(+OC9*Y0!FgSD$DZ-C!WqYYyrC9j+BC6ONk-w59tmmCIuBX zn7m^!+1lKS3b@uvzir9D{ut9D2AQn z`&?o{aH2xvtY9SC;|x>^q)l1>DMEsx*Znh%?GrE{(mlU}EU*bmUUjB|ge4F-v#_dh zyS#-RufHJ!vFB9I4J7F8Nb z><*DWxu%5J-gN|HOk@tJDzdp|_4i!S86?94KBuwh8I~lR{3))5pPqbj*>>?Kw7jG#03goV;KJ*5cjom)VJ zv%h_Fg23LnJl>zqs>IqCgxha@AiQ_#N)roN;B;X^6$;J=3&tY=C%N(&0B;^SyLkz)FkxCfzk8ENFsvDAs-k^ zhbr*XM5q}*;m4J8#X2LLd9X06Y~meg1ou!Qxc7zMQtping+Et*Ofq4zJ-0`2dAjZE z$VIjW`bfo-dj`hgxN43SO(I5JS8s;TOh0xVb{Fz+CL5tyL43bj+h(kx?yAYP@o;b2 zYYy3XJ^H64)((LWL>F`4h9AaYU(84>k!&k_rGuo~7eu-&qEG)6)Q)id2^vRvr}j3M zc6y69Pd-AF1lFHyddE0lUZ_-PP=VGukZL-7U*$Md`q9c0&6AOs?HQ@{_ z1>qT-1Pny68q#B$*N$SRtE2V;ckQ?l+nXLkyD^eg1F$cUg$tkdi4sLz_m9hljJQba zfIdC)2iu#n4cc^gTqbda0||Y2x^UnJXTJG#JhVS2;bF;xvw{PEz_`Io&J9O8)pVD52E1ZU`|3y8~$cqmX_MGa*Ddb1t~ovEQT+5V}k_sMu5r8))h9CYIr(` zD(wk2RiE%Q{LQyKdVSyp5aqfM5&=m(eToKSNW|3 z_vtUiVF8&hq_Sep+WxpmpG6v^YDuJpHEb%M(h||T;=86$Ne}zg;~!Zw+o@8+LW+Q~ zhy|R43)?1xtHpaK!>$j-FsqGJ0Mhe#1^zt}b@GRp1WSw3pl{>Z76AdZTWS^$-cBze z0cB&+12P)(i_Skbh(O{%q@$4xB!$M}25GP0;UHZh$VZGt;>=;`s~^cisWP>O>;!Ql z++|=06MHb2ST{Pl!*n?>e{2%$hM)NAOHJYyZ6eHhAhrhu{7lhZ>UN6Zo?LdNV2C-~ zWR|7dQc`W2g$ie}zO>7Rza(I03D}F-&8Cz@q-sG%Fl7ZPC0=E|a!PblFrs*!-<(if zt?8elRHhI(Gju>kVoNzui-N^d@Ag+G!uNm8Bh9+?i>y%q%dzn}(M=4P^cdszJ#Yrk znnaWd%;_Q|JtBtJl4#8gW{Ys6s#&Jc`S*+~ju@t(Z1pw)DDJgJpuqn&G8 zv2ZTypl^wN&m_!L-O{3f%8J(KWmoeWMYWENMZU)DRm~ha1-T6}ywJLuEH$l4dG-aNR30=NJ2Joj}PQJ(B-O7h= zoV~bKV!M;r;h;@rf4VO#Qf}FNL$5>hMA=*qB zBJ0J+n7+(!jo?r=CM#*Wc;_j3fT9YPgII>yaSj9c@aDaWMvoI|1Hm1=bA}DRSy8vv{ZxToVMO z{Ud&jn=GeEt{NQk>j{OI8h)*F6T)vE?sQm4GO6cgBEo|s^^3%rT7wwb)2Ay>^quZ3c6g3 zsZQ)ed)RJuL=R7l54HTPr87aA$6!GPLla{fnOGyLwkiphbqg=A6)eG$mjuf=1_;P( zck3j<0;NfU1$a{w;)?O4rE*?Dw=>T(tD%Doc(o&JF0}C?Jkp@wT0f{U~6snS(Buh!KSIZfyx5D0)`vn$SQ1q>E)GQ;8HWL ziz`jDGCLbFVY=H*(OF4bJ>8s81&J33KWEhgg&T*M>4W~1~nI#@; zZnv{^Ea#FZi)iethPTKhbVVOXxdb(eD0Y)`D)uF7=$$&hj#D zT!sm>Y&eI(2pGk6&F@F0y(eY4P-nN_tAcfwIx4Zc3FuyyHLa@E6cC9Nu}mTfeD3)D z;ajVhFRe?Dp2-D+KRzi@l%B~#B7AT4by5NhTT$N}{#y0^rWtMB+N5jpPLV1hCKXJ& zYbaWPE^Qjnm|U2e3sxUnflP(jT;&1g8$?aWTc5VaqHY-rUhwvHb<%;*N<}wudM`X& zyZTx}Ml7^ImX8q&>U3Z&sS>i{i3MnbKX#KV8K zF42?US$}-~BzgkeRxgW5$G-6sEJ1c9t$$-rWx5rrD+E_NW4a;uOmJz#ce%M;SIw&! z$Izx_xn2loH(uLhTlpnr7+!k74mjK)!eU-%Jn8sgM|Z5;Fvn9i6#XiENSciiOM7iQ znwnA0N|q3~yem+eBUAuRn{25bXenJVitdRaxF#98T~nF|Ua!(#0iK;&8|P~i;pX8n8 zv+VDMAK!lX0%8nNPQCzLTVR#adV3=LFWXmd=y+b?a6%bDm|J8m&}JE$Ffl#yuE&1( zy81)sSsv@ECVRuLs*g4sW<+eM&@OA}p`u*f9Sq1k=@D#Gwse`|68^9l#!dsH?9;Gq z4Ix%$A?0O@M@a6n`};nUSylq2&og04F-eKLbe$DBQR*Ih3Gh;66+XT5w!3PD@ZCFC zMky$uyhl>=845gf9s+x;c-27AR7S3DV=H3xyjgl6n3q$F7O+dm69r?`Ys~OBT(_r;q`%E(5e*O338rcKC|j zt5=AlLVX@lMzB>-@tfsYg>>v%II`O_#D1~#*&RjQtV*$BL!JdVuCiJ1z{%(tMT3{= z34dhwZRZ-d^wnT7dv1aU$wJGZ1VcCl*vJ*bN)6OWWB2vZUKM7T*qfu{tw zGx}_A_=jKnNYm1+6?6(nD>D$I*OJPmv${pAzBQS}`{CU|pfT?S!Qqa-Kr{jp$G?(+ zZTGXB`eS^nwXYx~^4@f2OAU@Zg-4LL&ravzwT937=>YJDC@B1QWyIKmP}h z%?>Cy8AfNuJPnXb<1_q7k1cDtNBPLG(Q`|5if(lY)>oiUuuZ@a=-RQ3=_hh%H@xw6 zmzu+tP6Czkj1o0sE2I%lHcMl+`86>+gDI$3&>9{8SY$QkIKXqvQXn=WqF6KnKl59P zSL^KMd71IDh(Z~H7U-bKmng-+zF)W5#5H84J3irB)_~hD#4@ZE8iM_-J044$3{rzX zDipJVz!@v8&nL8Xfn6e?VJBZQ<_c7(xS~r5831HOU_fImYYF459*y$uK7NPQTtjbu z`X7#8=om1C=#X974PV>*=FFycMkC1*c6sF>nU4p|2V zimY0X(y{p#iJg5Nqd#-kjdOmwgKoU8%co-gi{gdO= zX)#*SJa<*+;II+wXta<*Bwan5B~!{C9R+x(AY|1yWqf?G~HL+ zDJ+Vj77#Y!bY`I#xT6Vfy(l@h3pHQo2$3R26N;O@0$p}?FGGv&?v)%HhoyA1@B`m) z|LH=8~ZN+rZSXKd_+*TqwZis&!RQtceI5^PO{^>6x~N6?^Pc>op8WE-4uk+nb+ z06*wArow06adBpM%Gie>1+;24hUz9Q3|+7G>d{KQjr<>5ueB-Esyz#zwT zWrvB7@MqUw9tq#|kGuL3Q~V6*AT-jYKt&t_n=59|K{?w#bV;3|y}%YVPmu#tLwNif_v_*Bzw=_OH~iu||KYhI z<>~pYu=&l2{vq9h$fVvCy+Ry}jlpuLx(c>cU$K=ZEiEC3M);@S{P?-!9~a(r;~a+- znT8>6zU!elx%raU5Pc;ygxfACs7ur*lKo~HoEUB2@veBkb9Go9@uzLQAECgZR(4Pf z{j4{fT$aZ~Zsbr{+ACM7KKiS7U3-8Qi)%^-0^p($=5jK;_D}wGv*>&S$^roaGm6ks z@`#WPzc9GzC_v>Yr^#d9n?%9IMwt|>%NlnTSX)^F7Nor53Fp2I%VnM+dGdzl&gR{E z#s_PM_CrZK=~+g>ik2C40LPb%Xm#Is}J z|M8B?cT>PMFLP+2!c-!>@SfM4BYrDShQic)2F_buPhlk)e&c&?ox}N-SBda<-}B%( zGtUa$;orTdt7(bS`IRZ1Zgom`yIH}-p4Rv>+h`=(ek!QS2fv(Ti%yD*^nO_n}Q;ID1+p~c%|K7o6GdOHB_k3d+ z(kv`z)`X1kKjeQ)M$PT&LM%MACy!F~ku|kPDho1E33&-UT1uaeDQqdh%zpT%@9l|o zhYx@2qjwgfrEh&awh$T>Il$1en6G39lPEnRLmIVu|T{j<}mUnQAtQljM=EWf^ z!RHu_IuvogR|zDOkjTfevS;Dq{B$Z?B8?~nE;v!L$gE7a_kf{A9(HQqVUf?-xESR( z^$_(mC&EBM-WhGqFxwH-Bbs>$J_^o;b9Py;u)HLqL^h!(!VkRf;aENV>G$=<`olkY z-~8qT zw_j~mRm0>+KBv7cIloxJHW>CB5~KAdcU0VNGZVm6)R8L@wo*dD*zn1Yu<{Ml^Ilf9 zSB}Y`A4^PUhRfR80l-p;2Uxf#FLFEl*tb8~{ZeX?K7t8Q`WKC(EEY%Z3Cy zwunOu!yvg?KoLS2hCX?Rn5-r-_S&9~BaX2rT)OjA7v6D9x0dYFE_u8hdZum4 z+*SeHXXZ3yGVF}7o^ba4hxcuYAjqi0&Lt*7gj?a~-`_P_*OGJc7K&v7F^y_MO)p#d zTX9fINRSe2@R8F(?QZ9euBW&jzO8j>wp&GGaeG#A)esTO))PAf#L}KUl_?xDcl1d` zK@hpj8<;@CtyP?7CAUgieF!|%L)4!6sG{Il#nQ98L}>C8AGoinF1a2JNdwcSf2icXV{E%9s4J}~ z3+Gsw+KILn{Mkh;oYbbhL^A7E3vm-fa$N{bFRCQMHds;%d5~)(MBpJBIp*L`N+k`U zaU>)Fmes*H^fv=`QZ(pXXBZToCFr)~Yh zURg)kEyDzT{)mp=>(90i-aPV;l84GsB~&dNQ^wO2%Gpx7DcOBAvUu#lqi9=Mz3c_i zG7*)EC9^AQmV?Q!R?Z$|(aQ`;MFOi;gun( zv%7l2_y5x;&K*e7g5`ui_fN0Bac@qhENWzkYHRpfWT7)~(5@`JfW$stjfT~*5rs3h z!zx2-&sN4SrJ>#0(2QKw%cl=@vCd~8G*FgoHX$Ge|lSS$*oxelIZckREUk# zZ3|hIHR?eSHPf-Z+h#k}Mix7*quD@iGUiE96{bNRn@4c59VFzQymiXGWJJ4zE2F0+ z9LhLG#f!|Im{8pNq_|wx?L5>UQ!Dyo(ISypQ2;tCge|U7u%6PlNGgQxfggVELlz@2k;@P!knysrc~P(AE%|Aq&1w04kkWg{ zf=PZ!ug<>UB4>R$VRl>Jl=muYzNXf1z8Ze=`!7C(3W7%FnEW8EDN8(I89EyezwrH+ z?rEs@D(on|WLD{Rk&lOO{(*}bca*~x_iwr@{rPEk< z=twM7HE?I7Mrt~gO>zVo0lMZtBnwqTcO#YBniIM&=;njv-}u2t-qLFVL8%V9!CPU; zX>uON;$J-%Il>RB>gZ!xUsv}hvux}q6o}g&YVY&uf+hO{%CYa>`#Ga=f2{a>+)0 z=7+9yA1s`RP{Q-ON~U@3pv0odan6XV*qYxCFZ}SeCN@5(7HS~3VN%1+%9S|%1{cQz zQuVA;>MrlxkT(U_t;^b(L6*l%lbrcTTs1?R^B}?i4=#N9$Ipi!{Lz;pQ2*@@Kh)e; zQ72KA)Hp{O*( zPib$hFcz&_{MsqRjEnw*hNZfiGj~A4x}kwMvVxY|)<~~QRbh&-{w=uzhQHx^|M|*_crR=WtrV%XX)nFXx^f=p{b$dV8cRy~71jvAgVZt};WY$pr20cHNoQeg|pZCZdxBE#}f51V7J z>ZxOox(InFMoDVOHpIHAqeovilpRr5KdvTTm39hSAGtS(THAFPA?&ay3_2J3X!aS>*yGbQ{yS=M`(I>$nX^8_bT$Ulh z0&s!D>HQH=3RB4T}_s08A)xe+dY02XJ}GP^!4h>xkU=qGPc_ zu-z}A6K_HA@4aZ>Ukd-`N1nQ3Hx-stF_sS`0y5!|*`i7AFnrUGUK-|}6ZR4@#|XR^ z8&62u9GoL3f;A+BWg`YKI+QDXmcnoO(M!FCtsEu_W90V4i=k#F5=tFm7bT0Oc=#WF z^m?o>jQ!X{{S<(R9vA62Lm}p!rQ^C>3XSU8A-|OWvCGX!qkI`sO}Dy3THY3RC79H; zpcJvbq!h6xmmLIi3$ivg9Q=T7@Du*=kG=e!NI9u@fpQAJ;>VwDMyg1uepX0V$_9$~ zXP`Y}8YR!gVGPJQNZA9u@{Ga&y%>pLi%FN0pp*y~4j|B>q-@dF0eH%K)`}RqK$l94 zC!Lx)s|Wf|EdF5Sg-)>@{{4@?rg^)n+PBRRt3g&^G8*0ko{UD$({c)l$h&%48@?KO z$HJNFOJx;hYl%uY-%^92E;X^LxLL$*Og#jq>Viq)vVsL@T*`{8{_0ZriJ!Q7kCVR? zuFOM9{j=fcf8tuxJ)}ZS?42$#I9=5cck;@v6pZC>tfI8Wl~Zv_1pYIupR?#>S?MHF zv!}Ieq1~FflbWT?DY9~GCm^>I7viNm{QaN&%JW0>tdZe{!>6AcYQ~jq=Z$;k_r$j5 z>LEL)Amk(zqfsjkd78w4?l3=Bl4lYCFIj)ll!=h2{BkDH@o0n#x|3FP-V}R^IST6T zAobiNP#%*c&L-r}VedEqq}-P}ixb*Hw@pZ|&HREs2wTbyQZ3A@qJa|u=@wGe=&%aE zOpjV{gp{%PH&X|TO3Qd-tcmgtRj?iQ1VJaxKru7~y?CQM2=ggJs!d(qQHzuFGU6yE zwKpiC-Kl2b{Xg~O-JRUM6OR7WqfZW*$Z<-DS~5{dof4n&t@r%Yz^Lm@kutJjBe1(C zFx%7w+EFIimr^m|&HAE_Gc1D4%PE57Mj6()I2^w0qmN6@NEva~o1gAc5G2u-x;d18 z9&udXG6^u>E&;f1M#hDY_;<~Zt4|bRFk*VNKVdqNX~yp1M?U({Ie1PoL`UJTeDu-y zu-YYGjx}@jr>}KbGpW8&^46^WOG|s*bgr^gR^qx7Spk-w>54rKESm>(N(Mk@8ipST z*dbe&#~_1&YqDW2A>K`B&GPjoTe5 z5`Md8;1ZDlkciFkAGv2ZF6TOUTIf{L6q@o7?Epjzh$x`kcNfy;EJ8VtI$?i`c3LZE za;qt+BA((~is@uV)#0g*ng=GKryS-wmiP4I6Z^jK&w@FLyQli$g7dOuS6D^;NKL?t z@F}8Up}(o#WzVUOc7cE1BBfDB>dm>;qFSm!l*J8Z}t&>uYv9&8eQ1jP|!sN+P&O{XM*Z!C4D59pMKvXWP}%%zApE?gcMHM2cWtd!NyYB21y z*=8y0F#P!C*k<@+AAhjPIW4u@Q5s`Inw`FbYhR!E|18$jW_=AGqv6X7a`cDIpS^NV zl&PO*!KoT$nIHMtE7cmgBQ~v|k^8)=t1-_siXdDT;wZ-&I8J zhw75u$+`x%f?ltH5zhaey0yX|ifCjJR;e4&kWvK3CBo_{-WE9S4-sSsI%w%cjZ>T* zc7O7rrsje;11Du6DOIBxjXcQ_SHaJ+)`sW0wYJ6KLvF}K)8)BGjG1!Wzojiz4;8>S zn9SLQQ@ItpS_84HFliBYf#WsOPj26MfWKm|aOh6)FaIv|g}?jBpT8Z6d)>!QWV_?y zk_P5SXL@WV{T0mUZf5rF8NM;z!VEH%+0P1HWE%dq?)xxT(LVYm(f6jGfAE|`-$wW~ zKY#H-79n&Oxh7b_=J4-_@BR6!&A16Jj!EJ)rD|!5ose^4o6Zb?VQK9uINax=;eHMy z3jL&y0wQv<1~3;)a~p){`~#!d{W0h?w?wT!4fFyWkicf;nyvs>ePYgust(R~t3`4^ z90-b|720%9YLm{1R#24K_BKn2_B{sv6lV56JzEG!c;+OsI_@ zN@<%?$+Uc8LgE%TOHG+^3Lli@iCGzOmp7TUYg%ss2hhyg7mF6v$>vlWD!UeN6^H^# z$%&G>w&W!Tee0a2;$1=XMrKA9G@_znN*5YLQwyoJ1R(6O_#|gEW_a`255leENx3VyYcK zsfVxrg(oiCRYKOLQ?>1c6Tk2b*|>lB3m2Oxdj=HqIW;vPx(PYDx|IIr3LBmZD&Q69CmEW;!kx&XyjuSIi)d=-3EcqaJ(^iM4aYPn`W8*u{=fWC^JdAX)b7n#4OUT(B(9 zzFm&ir`NyKlay4oA%vb1rK^Uo{x|pa9Igdpz4I()plUeo@mJJ@GiSJ<@gKh5q0nK9 zgr$G;XcH*`tPr6;mj{xU*p87EK>bFS5#+orD8pGYgGv&s%IbxCyThP zp25z^2{7D{q)p`il1!*|CkeI-NQ2?$e`&b6(VZkFuf^1hT$dq|Gk3^e?2Nj9WDkT4 z7gbJD2@Yn25;0ipApL-elH4GFxsJFV$O944{rnYSRaf0nonXd}c{`R@OEquD8RbkY3TP<6v6J>zo}`if>HYA}|Luh)wU4qRA`JN+p0(2Q zBdLG{2bx^q>u`48njNlEb5#r3f|V!%yrY$dWTj+7MS^>IuC%dNr(HL01QAE$}a6W#phgb<}pPKBfp z%(mP!l;>!R2k>lD1w#oCR4hmqfYcoMBQbjbAsBN94AD^fX~%&TPB~!`t6@aNTH7pl z<@Up``gc#9>z3GDFx4Nv^WQz&L~cNOa;hXV?GmdUu380=0T5e$t-Y`>@9<#MUT}15 z{8HA8PsEc>-fpH3)I4`lEs~E6y6xAR9pvG}Z{(R+7RR}aZqyerV}}gR9!qGl0d3pk z8a169S3#XljG^Aab+&(2#rl>%pqyk-lW%m8k-XIHs#%oNq>l+{J{J|Ov?B=>`N-Xd zMz@T3)8^|yd7F34Mpj2U(P2J!-tX^EJ6Gi(bXAml-ixsUDQOvT-)lqI?1)CO45WbPm^@tFhxIQB3EJ}bNgHeQA@^Kb9tD@bum7mt2MvT zE|SV(nUEqMvb7uP^W0s{;>=Rja%)aDViC0mkYNYNK#s!8(~d_ono6&Oe%b@PH zY?gpX&l2I^ZvQa+@Be#n0~<~@LG@Y9*I>ElG%R=2rgQa#twKYHd(62vnX+_`RsUhUbdw_ zS5gE@H_#O?;3@F`q@Wbw6D`W@bY=- zjB{FAUk{)C+|_$JhperIZ~a`?y~8@~K(ex_`Ir1m__t4A3IFBiCNB224b8qX)KD^4 zUk@+;#`0?i<=xm&Fk;`f?X#xX+sLXu7@Q523=|)@{TIK{({VX&ekC|OZVmo2>*ipW zy7;S~ZCkfQkXm&!+``B1XpPK{Zx`8;syeyIHoD1a!0%{jx8ug`c3c#;2vR;^*iOcJCC~zh*47#|Xlxa;7!&p>2~eh-I$3Q=xp z15L{MDhIBQ&;ZOEG+yr?xko~tVtK~hZ=pX4RW*DeFBzmq?}#55QM1Y0Oobo#uUDI0 z(FL^Kb^-13s4FFKx7pf4iaYEba8=gH*s`o|M)c;As!knWzSxrXM!cQy&wso3(tv%>L%~R` z_&qjGrO}#wYwW&T+?Bz)b6Vd@4Y>Bh(o^`=0Vv=;vLS^HU~j?q;LgO)Tc1{*_YDM zg*vx-aNNhu(mo)4MIKy)a zcAqgvN{gM<=@83>OdU9?`{!7UEPprrYz`LJ=kI`vYh4)i8kM_+C2##1Nq*!I7xjse<5SGTJT?O;GH_ zu~6c-tVHf~3g&7NA=y(&z*KXo6{YI!9N#k9UgS|-zUGC6n%nfFD8?Ox5|L2&x_T^` zWOgX`w%Owuk#YyQjMmi;^W8A}h*!d98pdH}(H`||@B5FJn@$*+t0ouk3*I*XT@Wv{ z7sP=WDIHxj$ISskisO44+R6>W6(Ur}MM1$pS-kR!d_s&IJYOy66JmO&W<$Op#z)J? z?M}^EIh-+r1tBFd9hYj75Y^pdG@+j=djiU<9EEQqG6yv5KvgkHK_fJspE%QxBLcS9 zquPYyBpu_fFfM1iW}2D>-^|;cn>&OD)>tkopdt4Rmc8A)N%m}{F(Q@~9jK{}+`*Ep zyZAivTE(?gT?QjWb7grEIUV$C=e(YooKMKhG%{D@w^`Q4PDA;;NyBCCS6yBSzxod@ zKb2qwohT7Ofz?Q*BWXd6s8^Q55B|ZGBzz;uZXc5vNGrH6Am)}cpdy~IncDRR^nY~R zC;ab`tNiSZ!k1G{5&pCS?AjryD* z%H8)oeQ1{@=Tj{jPpzt^O1`5RJTHaLYsBsp=wrJ6;gwt>$~>|iS-lp@z2Vb}R?J0qLIjEq?&X`DX?DHEXaQ6_CL%9{CnpD$kjfN|K|IBp z)$p{#=1za*h;lK;qR?-2yIGmQn=XYViNCudpMzos3DN3DR~WLu!XCjayTxZvXscHn z+~md!z$;SgsNKV!|8(VEAV407k77ZS-SDga(?d;hQQEN8WjfOWgR_)_$wrwKr$_78 z19G`SOROUsx8{Rd zWUkWQSoZdBT=y&px{3|;Q%Bv^qT4F_u*>uvqB6sYYK=|j@N;(Stz0li32PR9ah+nSuEiGV5SG;OTP_kMY*$cn;e?QiwCJNc9-#=Q4 zYY2r509I$8@RMWG(d{|8L*)RCQm6Ok6tX+q4$8@9giE)RI7(b; zQw`^~Eeo_Be&`RcHA!CzB2SCSd3joBNPPfhp1azkw2sh~om%DZ@oO*RKE`hM!4A1k zg29kbX^p**Abghw-E2I$Krrpy%y7v~+Pg|=l~5U9tCSUk2UQ(*VaWVyIQK`-G>Io6 z^RPCUJDY$Rlv>Q_)k_6LwDA#vnxt&lCve^|q8bcJ{cG}lO`&&XWBm>}CDD2g3WrrX zxeHo#KN2OfO&Ra;;nGIij<9trBc!+mh%MuWMA-AkPj%HDcG^G0V4i3$Auv-D9vST6 z+yA)hkxg~0A{$b_Pbp(|Im-%mLBN zT;a`@4Rl&|dR)c5dLFy3KivG2r!H2J2|(MYMr}qfQ3_IcSn^$_PyWfP-(dH$$gy0J z1fZM^=Eh;BP4|gS1HkrWNd16g#p|9Pr+$c=XetX_took^Z)jSC+we4JzKsRo z3TgH3 zY_Z0%Fc-1L0lwTTcl2>NA-FrC3I-=ux-#NMJ;Sg<)1*cuRv?}FLDwm7QUnGztW&x) z!ge_EBT2pj*O`talo}5t3?mJW9mrFZj(S1jLg(3G<%RAFECkLf(+!n6PHrTKNr2$W zZX43DcV1ZX0+GxOlPld?bX%MORnk`N0?|Av*u6|LWF|3G|6dM>>aM_RvE;t z7SdEj8)owGMoE{KBjbVonmR^IMg>u!S0zs_0TN`xOr+~34$X+q(=~JCYki4HM-L?q zG`D8L_kI3>hq2W7;odA$-6Vjz5f8%u_4C)yxgUMu|MU6B*4=#qY&eVPQGunxmg{;{ z02lWZ)Dtrh&Z==~0?SE}`{Pf+N)jbe#rM9PtK@VIw!5qVuH2jrHo~|6*?g1SZ`Nz1 zwQQHq+6X#TJ`z&X|MG1MK9MMR$qxuS#M2cC4YCR`Mz-ho`~iN-^j#vZf`GadentMl z7W5!4;F|A3LR@ud?TZv6?faOZ@g&vZ&(~$KqX))_>yUFk2xov6y-_i-)2o4%JLI<4 z!;k&>m1cVj;$s+dOawCE1G^iW^BE@Q&)_L_R*<)JDViaHCz~+uzqgSAx<|p79-UJz|wh@ zb#zVj+5+#e!lT{Lp@xuuI@Z~r6T5A&f=m#M?}xAa!ov@_kyK0(#cB_mroM3PdONI? zEvo@w-xM2UH7G8Lk_6KO;rqVu_!Y`tn9PL(`*|;-PAm9m@T*^VyvY?RG`KCQy6d8< zeeF@zU3WkJPWqgP<*- zJI@!p{`xQ8-_$6(S4~L}bxlI}KxKYFrSI%OsM+m6Zr?BJ2ygOzS?9{CUPS7O2tg5B zxKuPaC;`PxBvNUckA{olL}VdV*0~cFTF9wDj-5CTHt-kf~AOQ54PGs79FZXfH6IwuCv13g0{h@>LF=V$;KE(-g3Lt)Q< zyR_J^-|-?f?LIB%=FuchCR0V<3l|{=WPBHGIF8q%JdeL7#z5xn&;fptDRO#^fal_= zvBU7^{@a6+E5Ch2j@XIdmO!f3zKAew+l5M>?x2QNNqI@G)k0ftmxL9G-$uCU0#_p3 z#=6}uEF1Nv##T1%GQh0Z)9g!XY|pI_=?;43u4mD%3A3~;W*Lt@n6_rL9*l`qF5qq0 zgVfm3nRwDrQm_;WX&TRaO+Jyte-J~SOc-pd+|htm*_30}EZ8ikn23Rp2-X(S76?@f zpbcmSJVts*7}uenY!S!gbq*qdin!?GQJ9Q;Z9q@5(l;kkK!_7+6i}p`0=V`9H)Dr2 zr-Z}#F))p%pF$%L%fuj+pF-r0`190}1`+X#p)3q1#+nj$t}ghOE+VgH5kNU{YsCpbvo#N?FSaTLj? zgzRoUCGD{Em-pxI;5XpC>Uo(F@AMa^ggv7V=aNrkPEzjO5s`*J^Osl7MHCtS&R~WQS!3D6!!y z82pC^5fwQ`oo~K&4xUd^ec5PAo6ch5t!$m}yn3vfz1KfZvvmb_E{Nm$- znm<9HVkiaB8hTzAsvxBH?)aUx!e3pypEKW#W6WWjpX~|%!CyUc4l7ZRwHyAxUp@YU zKA~hmZ!$U(z>%*`fGew11`he*qT8YkG<0q&(Reu5Yw}d*(;Hg*k~qkC`Iw2tl8G*9n5}j4EUJSvlS9pKb~d{^pS;jLp`W zrqM`*`x<*qO%+7I?3d&buG)59qG8yDbXWY%>? zLmfOMQg(KoIF5|k9v|rmpZ&WBdsi2v0onm=QTJ==0cNT16fNuqwu?ICtKo{j@bK>* zzMJdvWW4Bu;^Bw?uK&y9Z<7?k&AnFqrLp_(THOkt{QLB@Xe-!cfthu9^R!Hsb&9fJ zO43F&iWHwnIDpnWCIT@cLG=P=4kR(#6@KdPd(IQ4l|i>^;otuKwMV)0ll`m*q?|+# z9bj?j@}x(ia5MfLUhG<71)&T)GoEg$Gcqa>S33M_Pm)0c9a%r6DC&DVfZY9#kH)T5 zG_VrfIu+zt1!jSSYAeo129ZGr=i_ZIoo#@1O6A>FUo6($FHJjvmYi5L0HRO!_T;nD z;3T)*dVeg|^RUzRt_c}(72+ntw_E>bEcQ%u-3FgFjGWCUM1pSPlPFEPD6)X9i3fz9 zg;P$T4ad1j)5{@QwGC9M6Xaz}RGiJ?%?7mFvjNV8ktP|=1 zqw7A^DYAl|R{BM;*Z73&X)HM{4n1o9xYsabace*SVQ))A4z#n)=+=+FDE3J64pi2= zAWIj=v&&99a`}x^Q78mTB$gT!BJP40)ZStz4uXTWWr=BE7DDAnVd0jhUHwlmA{MaL z)jHi&B3vQuC7&sTAW;{t0zb8e2rE=l%G5$1%12^96D-q@$sD8bOr{WH0%+AJ3Wi$0 z@)a?^$+375Vw%3@>)0Ai%62a)=_)3Ir7eviwXkh*xGbfnL=wjaCEgZ{ zI2ChBA`sb)k!`~I@Nb-PEc}kLQ$5krs!cVD~LTG_6_9H8clHET|FmC%a zRn-@qIR#hif~Vt{HMO`hVr~$4AyWjAXoIG&rPA4?`cU$1EJ39(enyYzW`#c{+$1XihZHfdyxtL0v$K;UZ zE2A~8`3bi=MD5p{k3D<;rec9S9g;8l9(e0R=VOmHSM08e=gpAqCD+U?b();xRU+1( zuTMI`CCnm|d+5pE`8YycmL|&#>}seyEgs0F9+fwpjMr4ivvU8CToJDRJ#NpOoi{qv)z^|6=5?mxd5F;Hvj z6|pzGAbJ^kVS9hF_5J#pj8eiXWne@$qZnaCmarmLi0n|)y(EVwf?xNYYlk(g5$%Gp z>LS-z(gPGC2gy2!Xj{|c)q0XU-FO}%R?;2xEk8WqRWd+ z3fjn~8rnLWP=j}jJdOaUHyrs}?L_9C;4tGIEbIkU5mvnmt?zzS?2$K!Oc9D}H)4(g zTY3o|!z6LG3rt78xs8%{TL1l3u}3ovt-U9^%~nIS1ibgeuVvL9F11z~c6C^owLWxj>~bv8`uM%Et|oV(FB&xI^UnuizsCQRjI=6N( z7Z>VCmhA!-fh={)Zk=yy4brD>+rNUhkk$)c^b_tfAUARW2R0}FR()=uI)2FUkh4B5 zYuDREpMG`F0jr2ls2GrQhpo@NI`&{w>V%1!W*4@#G@{ULTkRU*w@9c;6mreyWA(Du zEfWAaDcR$s?LO-0aT>ON9qj=Bv1-ov6^&_ zcfW?3qx_tt*#%x33jTP${M?2Z0~oE*{&x&@R(kHTiIR?XE5H7P%*%xV{hDT{o7U0{x9)!+Hgr*ZOWepHgGdG>m*_ie%{>qsZQAKfm=K4Z zBVGDIPJUrw@zah;@)IkQpIyT4Set5Fb6KXIFW{#f9cUncB!eQ4-N8e5RRUOOQEZuZXN;oAtx((L+9SO;)_&s{j{?ltgO6@2&NVv4>;(t#@6F zr5~1)RU$D^8WbNIe}P0X`=_^Be|8b)oAOFw?0#rX&3r@Y06*pNAb(k;25P{xn2hpx z__#HIVFNN;~QF&*?RY-*ejLjCQ zsZOyP5G7KDpITbshYY>SU#x%w?t$fuqZxq_^4n!ll?#=ht21{??-p#;%{= zJpNhW=XfppX=|E~mTnlSWyk9}=x(+qpFYTYds#Gd(c8^hN|AGCutnCDdiA${@xjo%wQyIFKzAzkH(@+Rq-7XcSfSrW& zv{etS*dCoO7w3o6I#O$=u(rQD;s>?0xsl!0+b_p1`rNJx0nhTiNNFmx#20eb{Y?ib zc@43iT&=#6L(vl0$9QY~*5%mci}u0YOkZbN_)+T>S7KVcF5x|q52ZsbiBKmdwJu*= zmwAP7hz?FP+_Y}(_L!Xm%@ouuxY(9#J5VXHLfR2EoG=1IwKD>N6XP3|Ot*6a(TjC; zUj!84gtN-^H2}JF+hGBwT8hpUD0+nWgC)a}JJA`0Z<4_=D7MYxpJat@c4nFA+4 zz_O6ihCiVAHjx4*?MnV&y%YO#9^NZ5zU z*}>mF6{$I40oIj`a3h;SNn<;G<#oK&RIgr(IlJPRXO+K;NGv=IMEzbg+ZvB$;Tw9? zCfZM_t8R5Y8hcsuz-a^rt9WFp*1MetWT~pW3!!%D+Y;B{%C5MZJKDO+>Grg#%oBt~ zOytg&A4?MUve^2Uk8OC>3>E0y`0Kv<=TRL6(?*>}tHOEIcgYK69c4R(a$%+GBNh>XtO3;kGKf7O{0ZX8 zMAUZBAHwf$F#W_!Bo?6o>9XsLh)DWs{S#7&(;i4mC4I#zl+}T)Y709WLRd&uKRQ6a3-9{szf3y66fl+ z0%@hQz=gGRFki%bs=)e!9y>5|qbd9BO4G7(oPz8OF1=pPx8d6d4KqWq278$Z>>4gl zABX|tt}$4aa7lW|-!xU4?O}59X2#q}=PV|>XuFfUuGBLc@&~Gp2<$>rY1gJ48CG_c z!x&;oMnr&1f@KlcoyIb>%n;wp5$nRP!O8MVrc>KuTH_^_%gBj4G2*r7GF~QX)#hxy z;i=g5B%dm3*Fs{7%Ivsh5Yv(>`n4z&btm?cGX>4lX9}VNrp{GZ1jlR;n8K5*2T{2A z%YMr(>CR`4QYc253;#pJ-Ge&99I2jAwNY$vHaWN6buD&v9-%c-qn*&3^N;5Fu~JFO zp2>-Xnw|FCtU%^vZ>u6+8=;lx$mgAmLp#e^ucRBTr?1DJI@fJ;?6;<`$DZzKI4jA` zEc{>=eI0UTODk)7--H$MZzcCzKY1OeN5p~vDp(SeD`F?ZnwLMt&Q6F+rG;1#AP4y% z0?@{2U4Jc!@@R|`mW*aO1UPZ;*Zl4XTAo1F8BsR|u7-%Ii&x_+DqIeqV3#D)-HhuoMk3JX7=6z%f%MW>lmM&x}YShZ##!Aqn_!j;yDa@Us-p5z@uYq{97W`eyVkq9V%=BFe4A5s zp(jH5maJw&N-L$-XS-rgK41r1T?JFxe7^10-8W*Fn%rU}s}v%W&o+Wo1RqOcOCb^} zNMPv^cS^yP%?zoLQDm2By+BMdepyQR4M;LUAoDY;bXYaYglfw@hBXj21yt2(={P{vu=}~f{ELa(GYvS zrP~bRSDXmrt<6^anb?J*tK|PAiHz4RX5r?%tcO!n~gMj zdQS()WS(24XJhd}SJ&gH)b?>Bqsf$Lyt z)9-8jNO!EiS$E>F-CKZ+szDU55!k$P6g@dR!h(+E4u$T(ZmTyl{)NSGu4i9p5a&Pk z#$MCkbX7hHzy%gnW!Sd1=@)|}f33CNhy33Yb(h^t@�ZgidT-S-cxD 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 YZ}Z48RZzu{o;y_k@uBO@f3xNP04n>ejQ{`u delta 60967 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 diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index af3e1bf0b..fe19a1086 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -141,13 +141,21 @@ }, getSelectorFromElement: function getSelectorFromElement(element) { var selector = element.getAttribute('data-target'); + var method = 'querySelector'; if (!selector || selector === '#') { - selector = element.getAttribute('href') || ''; + selector = (element.getAttribute('href') || '').trim(); + } + + var validSelector = selector; + + if (selector.charAt(0) === '#' && selector.indexOf(',') === -1) { + selector = selector.substr(1); + method = 'getElementById'; } try { - return document.querySelector(selector) ? selector : null; + return document[method](selector) ? validSelector : null; } catch (err) { return null; } @@ -3260,7 +3268,7 @@ var _config = typeof config === 'object' ? config : null; - if (!data && /destroy|hide/.test(config)) { + if (!data && /dispose|hide/.test(config)) { return; } diff --git a/dist/js/bootstrap.js.map b/dist/js/bootstrap.js.map index 946c4204370e41f615e7ca551045c35d289c1ddf..c9ab61217106ee44ee0c0c497f61ae7971011734 100644 GIT binary patch delta 67181 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

1Nf{)WR~EE`>ewuWp=-L*@ThQnQVdq-q!jmb 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 J^xLYt`8OpEU55Yw delta 50475 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 ki?@DKE*this._items.length-1||t<0))if(this._isSliding)P(this._element).one(Q.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right

',trigger:"hover focus",title:"",delay:0,html:!(Ie={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Se={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},we="out",Ne={HIDE:"hide"+Ee,HIDDEN:"hidden"+Ee,SHOW:(De="show")+Ee,SHOWN:"shown"+Ee,INSERTED:"inserted"+Ee,CLICK:"click"+Ee,FOCUSIN:"focusin"+Ee,FOCUSOUT:"focusout"+Ee,MOUSEENTER:"mouseenter"+Ee,MOUSELEAVE:"mouseleave"+Ee},Oe="fade",ke="show",Pe=".tooltip-inner",je=".arrow",He="hover",Le="focus",Re="click",xe="manual",We=function(){function i(t,e){if("undefined"==typeof h)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=pe(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(pe(this.getTipElement()).hasClass(ke))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),pe.removeData(this.element,this.constructor.DATA_KEY),pe(this.element).off(this.constructor.EVENT_KEY),pe(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&pe(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===pe(this.element).css("display"))throw new Error("Please use show on visible elements");var t=pe.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){pe(this.element).trigger(t);var n=pe.contains(this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!n)return;var i=this.getTipElement(),r=Fn.getUID(this.constructor.NAME);i.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&pe(i).addClass(Oe);var o="function"==typeof this.config.placement?this.config.placement.call(this,i,this.element):this.config.placement,s=this._getAttachment(o);this.addAttachmentClass(s);var a=!1===this.config.container?document.body:pe(document).find(this.config.container);pe(i).data(this.constructor.DATA_KEY,this),pe.contains(this.element.ownerDocument.documentElement,this.tip)||pe(i).appendTo(a),pe(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new h(this.element,i,{placement:s,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:je},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),pe(i).addClass(ke),"ontouchstart"in document.documentElement&&pe(document.body).children().on("mouseover",null,pe.noop);var l=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,pe(e.element).trigger(e.constructor.Event.SHOWN),t===we&&e._leave(null,e)};if(pe(this.tip).hasClass(Oe)){var c=Fn.getTransitionDurationFromElement(this.tip);pe(this.tip).one(Fn.TRANSITION_END,l).emulateTransitionEnd(c)}else l()}},t.hide=function(t){var e=this,n=this.getTipElement(),i=pe.Event(this.constructor.Event.HIDE),r=function(){e._hoverState!==De&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),pe(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(pe(this.element).trigger(i),!i.isDefaultPrevented()){if(pe(n).removeClass(ke),"ontouchstart"in document.documentElement&&pe(document.body).children().off("mouseover",null,pe.noop),this._activeTrigger[Re]=!1,this._activeTrigger[Le]=!1,this._activeTrigger[He]=!1,pe(this.tip).hasClass(Oe)){var o=Fn.getTransitionDurationFromElement(n);pe(n).one(Fn.TRANSITION_END,r).emulateTransitionEnd(o)}else r();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){pe(this.getTipElement()).addClass(Te+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||pe(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(pe(t.querySelectorAll(Pe)),this.getTitle()),pe(t).removeClass(Oe+" "+ke)},t.setElementContent=function(t,e){var n=this.config.html;"object"==typeof e&&(e.nodeType||e.jquery)?n?pe(e).parent().is(t)||t.empty().append(e):t.text(pe(e).text()):t[n?"html":"text"](e)},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},t._getAttachment=function(t){return Ie[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)pe(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==xe){var e=t===He?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===He?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;pe(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}pe(i.element).closest(".modal").on("hide.bs.modal",function(){return i.hide()})}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||pe(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Le:He]=!0),pe(e.getTipElement()).hasClass(ke)||e._hoverState===De?e._hoverState=De:(clearTimeout(e._timeout),e._hoverState=De,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===De&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||pe(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Le:He]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=we,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===we&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){return"number"==typeof(t=l({},this.constructor.Default,pe(this.element).data(),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),Fn.typeCheckConfig(ve,t,this.constructor.DefaultType),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=pe(this.getTipElement()),e=t.attr("class").match(be);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(pe(t).removeClass(Oe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=pe(this).data(ye),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),pe(this).data(ye,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return Ae}},{key:"NAME",get:function(){return ve}},{key:"DATA_KEY",get:function(){return ye}},{key:"Event",get:function(){return Ne}},{key:"EVENT_KEY",get:function(){return Ee}},{key:"DefaultType",get:function(){return Se}}]),i}(),pe.fn[ve]=We._jQueryInterface,pe.fn[ve].Constructor=We,pe.fn[ve].noConflict=function(){return pe.fn[ve]=Ce,We._jQueryInterface},We),Jn=(qe="popover",Ke="."+(Fe="bs.popover"),Me=(Ue=e).fn[qe],Qe="bs-popover",Be=new RegExp("(^|\\s)"+Qe+"\\S+","g"),Ve=l({},zn.Default,{placement:"right",trigger:"click",content:"",template:''}),Ye=l({},zn.DefaultType,{content:"(string|element|function)"}),ze="fade",Ze=".popover-header",Ge=".popover-body",$e={HIDE:"hide"+Ke,HIDDEN:"hidden"+Ke,SHOW:(Je="show")+Ke,SHOWN:"shown"+Ke,INSERTED:"inserted"+Ke,CLICK:"click"+Ke,FOCUSIN:"focusin"+Ke,FOCUSOUT:"focusout"+Ke,MOUSEENTER:"mouseenter"+Ke,MOUSELEAVE:"mouseleave"+Ke},Xe=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(t){Ue(this.getTipElement()).addClass(Qe+"-"+t)},r.getTipElement=function(){return this.tip=this.tip||Ue(this.config.template)[0],this.tip},r.setContent=function(){var t=Ue(this.getTipElement());this.setElementContent(t.find(Ze),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(Ge),e),t.removeClass(ze+" "+Je)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var t=Ue(this.getTipElement()),e=t.attr("class").match(Be);null!==e&&0=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||tthis._items.length-1||t<0))if(this._isSliding)P(this._element).one(Q.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!(Ie={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"}),selector:!(Se={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)"}),placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},we="out",Ne={HIDE:"hide"+Ee,HIDDEN:"hidden"+Ee,SHOW:(De="show")+Ee,SHOWN:"shown"+Ee,INSERTED:"inserted"+Ee,CLICK:"click"+Ee,FOCUSIN:"focusin"+Ee,FOCUSOUT:"focusout"+Ee,MOUSEENTER:"mouseenter"+Ee,MOUSELEAVE:"mouseleave"+Ee},Oe="fade",ke="show",Pe=".tooltip-inner",je=".arrow",He="hover",Le="focus",Re="click",xe="manual",We=function(){function i(t,e){if("undefined"==typeof h)throw new TypeError("Bootstrap tooltips require Popper.js (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=pe(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(pe(this.getTipElement()).hasClass(ke))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),pe.removeData(this.element,this.constructor.DATA_KEY),pe(this.element).off(this.constructor.EVENT_KEY),pe(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&pe(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===pe(this.element).css("display"))throw new Error("Please use show on visible elements");var t=pe.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){pe(this.element).trigger(t);var n=pe.contains(this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!n)return;var i=this.getTipElement(),r=Fn.getUID(this.constructor.NAME);i.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&pe(i).addClass(Oe);var o="function"==typeof this.config.placement?this.config.placement.call(this,i,this.element):this.config.placement,s=this._getAttachment(o);this.addAttachmentClass(s);var a=!1===this.config.container?document.body:pe(document).find(this.config.container);pe(i).data(this.constructor.DATA_KEY,this),pe.contains(this.element.ownerDocument.documentElement,this.tip)||pe(i).appendTo(a),pe(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new h(this.element,i,{placement:s,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:je},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){e._handlePopperPlacementChange(t)}}),pe(i).addClass(ke),"ontouchstart"in document.documentElement&&pe(document.body).children().on("mouseover",null,pe.noop);var l=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,pe(e.element).trigger(e.constructor.Event.SHOWN),t===we&&e._leave(null,e)};if(pe(this.tip).hasClass(Oe)){var c=Fn.getTransitionDurationFromElement(this.tip);pe(this.tip).one(Fn.TRANSITION_END,l).emulateTransitionEnd(c)}else l()}},t.hide=function(t){var e=this,n=this.getTipElement(),i=pe.Event(this.constructor.Event.HIDE),r=function(){e._hoverState!==De&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),pe(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(pe(this.element).trigger(i),!i.isDefaultPrevented()){if(pe(n).removeClass(ke),"ontouchstart"in document.documentElement&&pe(document.body).children().off("mouseover",null,pe.noop),this._activeTrigger[Re]=!1,this._activeTrigger[Le]=!1,this._activeTrigger[He]=!1,pe(this.tip).hasClass(Oe)){var o=Fn.getTransitionDurationFromElement(n);pe(n).one(Fn.TRANSITION_END,r).emulateTransitionEnd(o)}else r();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){pe(this.getTipElement()).addClass(Te+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||pe(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(pe(t.querySelectorAll(Pe)),this.getTitle()),pe(t).removeClass(Oe+" "+ke)},t.setElementContent=function(t,e){var n=this.config.html;"object"==typeof e&&(e.nodeType||e.jquery)?n?pe(e).parent().is(t)||t.empty().append(e):t.text(pe(e).text()):t[n?"html":"text"](e)},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},t._getAttachment=function(t){return Ie[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)pe(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==xe){var e=t===He?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===He?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;pe(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}pe(i.element).closest(".modal").on("hide.bs.modal",function(){return i.hide()})}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||pe(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Le:He]=!0),pe(e.getTipElement()).hasClass(ke)||e._hoverState===De?e._hoverState=De:(clearTimeout(e._timeout),e._hoverState=De,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===De&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||pe(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),pe(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Le:He]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=we,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===we&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){return"number"==typeof(t=l({},this.constructor.Default,pe(this.element).data(),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),Fn.typeCheckConfig(ve,t,this.constructor.DefaultType),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=pe(this.getTipElement()),e=t.attr("class").match(be);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(pe(t).removeClass(Oe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=pe(this).data(ye),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),pe(this).data(ye,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.1.3"}},{key:"Default",get:function(){return Ae}},{key:"NAME",get:function(){return ve}},{key:"DATA_KEY",get:function(){return ye}},{key:"Event",get:function(){return Ne}},{key:"EVENT_KEY",get:function(){return Ee}},{key:"DefaultType",get:function(){return Se}}]),i}(),pe.fn[ve]=We._jQueryInterface,pe.fn[ve].Constructor=We,pe.fn[ve].noConflict=function(){return pe.fn[ve]=Ce,We._jQueryInterface},We),Jn=(qe="popover",Ke="."+(Fe="bs.popover"),Me=(Ue=e).fn[qe],Qe="bs-popover",Be=new RegExp("(^|\\s)"+Qe+"\\S+","g"),Ve=l({},zn.Default,{placement:"right",trigger:"click",content:"",template:''}),Ye=l({},zn.DefaultType,{content:"(string|element|function)"}),ze="fade",Ze=".popover-header",Ge=".popover-body",$e={HIDE:"hide"+Ke,HIDDEN:"hidden"+Ke,SHOW:(Je="show")+Ke,SHOWN:"shown"+Ke,INSERTED:"inserted"+Ke,CLICK:"click"+Ke,FOCUSIN:"focusin"+Ke,FOCUSOUT:"focusout"+Ke,MOUSEENTER:"mouseenter"+Ke,MOUSELEAVE:"mouseleave"+Ke},Xe=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var r=i.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(t){Ue(this.getTipElement()).addClass(Qe+"-"+t)},r.getTipElement=function(){return this.tip=this.tip||Ue(this.config.template)[0],this.tip},r.setContent=function(){var t=Ue(this.getTipElement());this.setElementContent(t.find(Ze),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(Ge),e),t.removeClass(ze+" "+Je)},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var t=Ue(this.getTipElement()),e=t.attr("class").match(Be);null!==e&&0=this._offsets[r]&&("undefined"==typeof this._offsets[r+1]||tUg>QY^FTVK;-u>z8U--`V zEM5=mLC~M|yh{Iu?`3Dl`*WUm>h~8tZ`te5d%?OVPih%yQ_l7;dEQcg#q;KQ=jF5g zWiPj#k$)F;lnsB9hCxC4ANigRT<9-(Ua7ypxPi1B@~8B9krk=| zIWLHt_HX%KZb6ol)pygfgi29XR@N2Q^3s39XO^Iuk=aXm-Uc%^RLRRP1pS+V*9hk6 zx)~h!x8-%h?~j(BdgP&b>AmkKb(h(`KnAYVq91tb17TwP$Y&wjPsDU=wl_re37xY)X?W|0`m5p|ve&Kpse;j0^&p!S4Zh;iG zRM?kRUUf<4Oa`p~WFo)Fo8yVK8h?%^qHliY#cQY0_dK%~rY05{8XyXw5A$_jc9+XG zvocclRN<(!dA;@?3cf&@eL>-TU0rWw)sl*;{eQS0XCQdKWiy zvLT&w&)?0-I?w#QoJ?4ho$UEdeVFw3bNy@VMOHW8ioWZ)$}c<;-BtN<1~0R<(6McH{_Fx$Vw z;~if%lTG)s@ z&7Wz@!r{2XZ_;2nEZ`5evl(T*ePOw>H{14+OM>@J<#g@Hxm8i`<`_hl@SjnoBoWDN)~*H z%pDLu3~o16s1$cZN}S~L{inV+kiXr~p^K*z%9OhCGXX_q$PLmhnGiNb8M$ciM{C)V zvZtX5WtCrE@gOhcxl)%Ikyf^vo`H&odExUF{+ES(ghx(veX)4Ak;*FCrfrQ(D%y9p z1=NNWCpqid5nU(1^@Lx%F~x3X*WU=D_r2JUB_oSkNomV0 z#HZ|`9jY}U=-q&KAVu(%RnX;G9DSBV=C8|iMT8v>%E?^ZTjbchim@T-oJEbovH3lP zTS+>KF@Us+{)ZQzevS#;tkMti5>gOq1hs0BG=lwn^!Q7Ue-LV9qFT9Y=u~j3ZN|67 zib5)jGW6Dl{ByBWK>y414DzinJ#+oY204sA_tLZ1p?Vo{FZ%tLo(W%bA=_qiWk+O6 zuQaLxxXgNUyFSW-k%}b&+Vrfv$3V$>`35GPFwa@fE+P0Ofg#c+IPsByKw#2z*kuqP z(zgMD4g*AFo4uGC33Ru0(Nw#+)xBKwD~X4~H=?IZ{ldy;xga63XDqjff`if1xf-Y# z%N4E^UE_*6c*95m>z37(62kudx=Ila2s1&j2{0gaNr1H`qHy4`>GO6B;zZVMVZO^E ztBh4vc4Uqep#4Q*GZ6iofoHD`MfWBj4OOn7;uLl!SFis@RqA zN(N&{C2g#iRsgzjD_}KyCJLPX@#iYfA-cxUro?yN`X zjtvbw);(zy!0WWb(3st?otSog!Ud)PNAq*a#Y zdwxP6ru>cP3nBuSWTyGLqQ%rhGe7~a$%>g1)B4{I|9;5ckw3e>vo_El^g2+tZ^(xw zgf+MFvcCA?wmsa*%TW3-JLK=$L&%S%@Q@u3`AvI>Y(k6bLt3`%A*z+_9fUFyPuuns zZOYOP{3H8$ti#P?&$>m z9eRZURhgsXE5aQfRyTusDYdXXoUC5uIE>edsb0VegjeRhk=!aWSAe9u3})T-h82#b z?E-_QbA=HZZfm0Dvv!2~_5_`47=WuGFcRTFZ#2U~Lml}G@>|tKPQj%P^HE^N&V^>k z2$4r%B{<9ABFmx%W!R&Mn!22W%#Xoc@P=gid2e`PH4(nn;zuWJ@tZi&o8lxkMB?G` z=hy3M{;E3`Oq^tNLL-10$jGfb^c%X)H9l5o+Gh-;R-qD&jolm4qUr?+zirOa#-z|- zk=^8$16Ae?WgVeIRLQRIDA35V#+p+3tlHUqEE2b&=p}5Ceff2@zk<6iGITUvBf7En zy5`HRyCoRCmbV3*-Vz3#3=(+blGU*;e)ZlC8 zL`BdAYE=&wZ(0>y@l?kt3KZ26Et)-EIEX&>{`WoXhC7}R2u|V8$m%vGqu+l2U5}`Y+n5nv-h@Skw!?6+6YcK6fK#E|=l!%m;ulB=T z{COe+&Y!nAm;%rzW8rDoiXS?`W+>QK=|@vX_(mylQ%7P@6Cx;n=x9nI+j;0@j-fej z=_Ilfg*+{KN5z?K5pTmqcsUEO!&H$M6&~DH8C#UN*pvd3kbpCs079lIgb{dzO(2#j zGuR8q8jr$MYN^b0F@&-OVN$+2;@i_TLT|W?(=7>BAeCFwOgYa3ocR!R8zp(DIiN;t zw2Q(qZIBD=XQJ17joM%m%cjfh8BjG^5!MQzEZ$fEfKU=$3+65myeN3cZ-M8LF9M7C zV{Td(`Ma)a`R-Gp#-UQNdLfR>Q=y}TZ;_2`XDAr7@S3wN(e|Cb;5^6tJ?mW7zKAR# zAa$gX5QG;*VjN70yrCuP50%tp z87>|9xRhYGXd#DS8jD?sr!RW^n;r>|RDoZ7hg7Y2>6xnP!@V+WFwV-FV)s_Oz4A;- z+$iF?L{B|4C5)#l;;RD$wg1c5^+0yiDA4eYmmzaw>a!vmd{AMQ6_jBnC#D3W2wC=+ zQ@f)hkkS$u^2#&7?W8=bKFc8M>WjYiO#{WcvRyqGQ@OlFAn%AjMwn4t?qsE=q%~4$`GdLsLEjs# zC>4xUitU1|jgTXogBWDhr_rbVC&P8+PlxLv^U0im-SG*qb+FA+lNQm*9!$$%;x?a0 zI$dBym%8C2Ty+XFS{XZ$1m3@C#Ov!Ak(>{D19k5?_{Y`^yTF1?f z>8~Xum55^vO9y8Gf>#!**1x)3g{G`BvlBZyg9VpGzyM@}ORN1AR*&Cq>4e+5eVEVy zhs>2YH?~LjsMt2E#}=0zb+DTNOt~3n3vEqBAI(1UV51~6WV@N-H2QpYJWSXQdYNMF zd>KiJROB;gS?4pB=i>i@B5XdMxlYa7itf)2q?u0p_ zm!tOTWM>=M?g(8Fj7GmWe&gC$^ata&`k-o=%*N}9;H_B@OSO)-m)W0=-j{nm#BfrD z#sAEhw7_6?SVt(3CcyxxI+?I39vbQ#FZ3vbbtcI;ml0ssnsK@^Y>48L zh=Nin(;aiWGUP@a28jaQl#mkq(Rk#vGx!#ipr9MEX$ZhUa}||x5_3by&5_r*&~@%84rUvjXXha0>T(xOsEBa3p&pAt6L@QbIxTgPSs4w)rCm{)!ZmHo!S<{ERZ`E5hRV+CSn%-Sbq0;h4bL@ zDk2*)7+MxM4=$H**>o|wlc69w`}CvH^yI^D-LODfJs0gxJ{q z79N4-z{^_>i>NyQ>9(NjQ421V{bd`$ z-jv{F9CKRmLTC?wF}VQf$?B3?nk2VmB^Tqb2hqYMqL! z1{l(Z7pnpOaQb^LhAfAR64^CBlKE1`6=po{xUz~9-^@63#&@oaFP_BlMeGXV9y@-0 zMz)sSoKbzz(se;dFA62$+V$^{y4(rOJ1y^M?F>&xfaySh%>h1n8og`g#!Z4IuSt^I zkmSNlY4$|Lz&tJ!lNT@=4%ytHe<0%rM^;+IQ(ltEzuT}_(U9{{<{`%(FNeDUB$NN<&9Z!p>TBAj_nK`-G5>Z|EX)66sr~3!k_JDt8tqhx07bjsE zYcPFg)KG0mEyMTX!b7&Y0x{E?<24rPdG+94*(>D<`e!)0G5cUmO_`>JarblUNJqi; z9c&~ZnTnPAz%;ue3Svtel#QR{YQ*S>tVnn``o!#$RCRoQ_TdoPB;*myB!rmnIC#-3 zbu0$pi1Q1A3*N*L!jEMuujYtXbkUG=J`Cz*Jj-tBwwoETimxcBJoGH22-KIf#g4x& zBNhm(i}(aTRS~ME(YIBe7_3Vn74dW>`-)VSczG;5fhN=-CY6(^C}6^o2?CD4Te%T# zTesNiWQZbypeV|S@iLw=^2NP7vu8`Fk{Fv>0`tT|#r#?qHJQiw;ng^hW5JbSHGO)N zmRoDc->Vj@`RQavi^C>*w?=MEHpMpRTLqbUs+q)0*(}RswYmzY!e&V$o=1MucGyiC z!Q_hb=R#TL;*J&2VgDgs7oGKIR4ckiFsI^wi3zf!zMH}E6NVg=+w$>?WK(V)rSf1B zm^;T&=GiFg(jB^Ko(oC7*n0O$DhM^PEP1iKw^CFduY%06riyuNT!{|dA7CQcm6n-Y-Xdss6H3s37{xCAi4yhV6GQl*kH_A za1KN-ys$tu{z$Sh548Ou@l027S0qADHfjq&eRl9 zs=JB;JV)Y6ol>V^Ejd}bg2j%zS!}d-%+M+{UX#aMIhEQqmxvyaJA6C)sYAmT;e#`H z4BH;#5CJEOq7e3356h8XvBNmjO+5`s-SIM}bfu|aa$^Eic@^cMU~aRA?z?|wEqt=4 z%)0L%*+S2GsTBR^3&qg9tt!xzZMe6RO2c!zgO0@ume;Bs;UZMmGBum%zgk_1Nu#~F z!=iG_9qdbuT`@*Trp=lD68baPWGT#K-xbmw=R0lqmzcWP2(IAiYTL*9y#rFj<|LdZ z1XnymX+wjrpNHc?g=t-4MwI}8^EGd=pw1+Yvg1*)wp7Sq+d3B9P#dB^&^6}!m$a(y zqG$}}2upTxC&pnFE8cHLpIm$-#OFYbZO1|3N%gzdF(e)Th>p`ZTh7~^nQF*_4u~a- zE6|os^WNdiuCK*}cP_w0$aNAnu{p>DSdO7f&X`gqFQHGJMPsrcet2$(sHJEvojC%d z+d?6e(U~cdGo*ec)GQg7Z3{JTl`Y{?l7!1N-VvZJh8Hp}AXG9gEI5n1D29~Q(RpPB zc8O&{$VC1|+y_%vss8F~ckePnejzEN9*uEAK+?p_kdbO4oT+3l+h% z40WdAQzAwpJ zJ4)V+=OoQ>^!aajBm`^_0X0#^dswVk#lb|%Y@(4F@rj9}V5HFuP~(u0=`M1NK+B2G zDmAIy879O{*o>|z3vmxu3ec)xqECCOq2}c+N>~x6P|Jpk;f76=Fg@F+g0XU5mkVVk z{9_fvOWP703f7$oGp1%&KzLGY7p**Fou~SAoAN%vhUU9BeW8Zkx!VcRbOUp%wyETt z#9qE(V6KcK`?ucjAxvR3DSHN>3HQzw zh)S{Sa`XqUJn&9zJ=y#!|0mwM75&94&!maA3o=x=oX5T_%G0$l#&BhCX6`Q>ML)Lx zXy9UA5D?2-RZ0^|&6B9a9-34(*$OPPNi+oAJbT`y;4(!Wxb!blH7x5rL5_OO8ZrhdTxC~rQ#X%9Ho|g05v(cxQ zUiiRFBxrC(29&rzkA`Lh1WrHHoEgwleAbAALs;Z& ztd_DKNGp&51&rG7F^Lu3B8z1|aiyhZrtKr$WCE&wa6(dXsaf=uktf1FLIxU&NLVOh zV**_)D06`f=Y$MQ38mC_HRIZ2ILGRlj1=7n6Lf;iBPv&1NV>8)>(oWVd`Ppp-=7GE zE#lPb8Jc}UFr_0oL!{X*f<2_bXbyTSlq*AIE;R_{^0d9L*`-h zyY5rJEBw0Kw+QD4IEm3g;(Xix^Vx)ILj$vE2?k_IAQ9LTLiU5k!!7j~vZho1ya ziEADj8zK73fA~a5fu{5uu0Z~|cIK=LnJ6TMEl(xFkG5IjCu0Le0jre<|OrWvWMl5O=5G{ORO3;9~Iw|G} zW>dt^3|5nsmML%pIPwLNa8gG&+)4;{eLWvRQnNe!g&|@gXo^Av`p6c6z7SkM?i!gM z8wH12#uQB3xr!ozL=l+NX|PEzPCIxnf) zNupp{WkFeqq+Jo1H#lvn6yCv*M1>%KlzzikD=F7o!4^zt9arEHe?l&J0l7giU)vV(y{6|?7xSBv8VV`%1F_Q9&M^%6V_MB`ZG&0MSH#2Win_H2 z406`h10!@w$L$%Gy;H8%J?uo>C_JD1idL^ZIW<(BanUX_Te8DOxt0`0kV3FyFQt$F36k$0mcm zk!wYLDlO(P_@TS9#%qIF3+ff+%_RA1z)@-UY=DR!d4Q99{EcX-`R?l{?q&4t%|{

}m;tP&du6FFqQwIwd%N-oT5KCPrj3{~11ou?o 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 delta 1056 zcmZuwOHWf_5RLJ&5o0i+@(>E8ijsUgQ`6dF7?Ywv^xqmLOu{A_<) z622%r0ApW-qHnOGKm*p5r~u^gQG3D#*rc(k-dL2CrK++L#L$&XA_uyPkSS+H2ccQH zj8I|?A-9|p_qb{WA$TQ;udNh*N(L`fKteQO-iUrX3A>k0Ey*%7-kk8ot;kOsary|>)y*@JSpstEt z8Hx7Su{ozmXU={cc_{dOgDXvg7myGJd+YpMq>Xgsb4j}LHZ;0@A5*Jr1@(F2PY8vQ zd%+>FMnIF|G*Bdir@Z#pXrp=t!AUJiMMdiB$d|z+SEO(yYJo{;c8Wf$P05S=TW4De zTo!k?B&N+ezh3n&(%#y#7(@^si%y-LtK2T_Nhgt5WvW5hhp{OK@6NMFWBa%Nt)G{; z7p!-|xT}~;f?7>sj$rWZ-gxI0wiLEBYa|044IdWXGp;Dr)|6*O2k}1$FZ5CT8M_yb z_C2G;*rV{>D6vr8IxS+C{|-CS6?oxZl4hlavDYTvk3Yc>lx4DPVv2RU*sqrnHYUxo6j>`G;F{II+3{q2o|rP!%$~eOvX`cx tu1s)MLkrRqW4W-&MvXO*Ifq*9yU2}8eDqB<$M%gqiOf*gzWp8X{s2J`Dk%T} diff --git a/js/dist/button.js.map b/js/dist/button.js.map index 06ab3fdecdff958bc1b7c97a4984899cf01190f8..2cacaa9fdbdc1e30775a33cfdcc2b1632ac384d7 100644 GIT binary patch delta 2037 zcmaJ?Ic!rw5S2g_u7W@WIZm9|h|?>u$U$z{-T(b#96RJNNh~OmkT{1EB0wBzQi4Q* z#L`fvqD7*Fl9r>PLKKJ^iH4qe^RG<^G?u+@cIM5SH|v*$7p2#qj~qI4wqt1c&DSG0 z4<^b|mW3x}(F``9+Ah);{903DT*_`W;7Tn8Vzd~OatzoazU_u6b{x=xnBEIbN;xU$ zV?{Ygxvb-qu9%f_7Wb;by^K|EO)(8Zixok{5afc7lyoYnNU)ER5YtFn z6@(Rlc@Y*CtSgdo1Xyv2d$gKZB+;${Dn-|LRFv}8A{~!bAlxd5j{8K*g7b#D)Iuf; zmZ7ED)61lYb)-q_(Zc8N-EFEM0 zskDXNNaZZ-X=vtF4a{Q91Lw_2Lzpjh+7=^QNbTdJNU*v(=br8)~9i*-4CPdzB$+`Bn0| z+0%iY=rkffnjUWQ2}ZHzSvs4F&i1+UF5S~Z)q=Gl@=GxOBR2AVoPSNjR||>)ZoJ|HEKEOZTsoqUD*}N^1Bj&v~o-r z>KEdK9!@vZ02bMgV{0{>*pVwv#GMINUF5rtxOGLF5sdKw8S-*RszLdvv#8eU|1!~n z)B19%HG6wmtxjyUoPvQI=I6|SRG1v9nw^gHF*@_-V-f8$pE}NEA}w4&Z&MAr&93N* zrQ6|*DD6u%r}t=d4P?0gI+l=V(^E)C4{Y9MBh%jNbKH-WFW(Ft%st;#yA1p~ld)Fz zOD5N}$0cSb+ni%<$|$Y#THyKE^k2^{cn0!BrA>FX^RFC@?CE3~qIRqMJeyrNcCu&v LKXsP(W481M=l&jW delta 1442 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 P9CMq8i^fQssZIPBu^!>s delta 4420 zcma)9TWFkV8Ky98WxKK4)Uu>mdf07iYyPx3G))g%==Xj9KQsUQGnq`%WRmH@<~)<* zB$*_gco9WV7C|VV;$dYG^}-vm&>Lm77s4VQK?T7puLN0LL=nUbS)b?q{>jN+cr*Op z^PS%Bd7t+%U;EpEumADD)37x)`W8-{TGz2Hb(y!berq0P4e_=~<4q`4^g`vQFb;Oc zNsdz(!-OKPOLH7H#(9d@X*xvZ0@!VVa_WDH*4 z|5)hYlIvJf*IV7P2K%vQ*-%UaZZL_@qI+DI-b0-DerOkOV6_M>Hh3F$UdpQmZ%GG$ zmJFGU%8)Ldtq8`eMIux{4Z(MPoz-RQw`q^>^LB{aoaa$I!S9M@N}Qg z38qtC1#g}3*0f3zNnr)9pYUe1(rF?g)*y5yybhx>1fprfSs)0HERozc0`K$@$phi0 zXZ_*ufhLAlhhfYny})>d+KYKrn4T%)fdl;M}Zzt-tPWdZ)iN!8o-)>F-KV=k`DSp8M!3 z+-`;u`>lOaIFVo~v)?bY@FTLnDcm?jMrX7=K9Fi>AZD4r3gWl{$j?kZ7Fi4#CYBIL zFzEpM_Q2z2gx>yJdIrxjl?KnI22%&lRg5xGnJ)0Nd`mP#u9I2%S0UE0GO~ZU`>l)r zYp*h?HjO=g8ZS3FI7W>B`Ovup92(hw4Nd<4yS_Rc?|N^z*O73r7$fhFyk`4~EsoV{ z@n#79?0b|_6)m=?S*ByPq+@GxWD5};FqWzC93EyK8%ZpYJvMTDi?+_m++8k1CdY~u zy=){)j8UA?ip)#?Fg`QA@!biEXJ#c;=+!vULb(Qdf~47Pcn#!U)=Vvw3Qpi2b{Y5EO06){Rxx)7bJN(vteu-D&|js=v$j2xcf z=(e95E1#dj3Cn37#1jx&0TtvTt3$85L+r)z*+y=9d;H9Km!_dN#0re6$?>u8aXhR0 zvbOJ!Up@gYW;CQsZPtA{6JD}6CvF{bzPF#AXm6!wMDqo59$`5y80X3J_O}y8I-uQh z?U5Lt6Ty{DM@rg(HQnos9igIUWm45s5@Z#9!_AFzuG`U9PkPtH&`vj(;+*RWeYhyY z6c@5(+A`UVeRmAg(D)9_F_5?KDDApqW8WPi_r-TGwFDA`;er&`sZGffK|M{n#2r)2 zX-Acmq78i|_Qp4+(oP^BOx_$WtETLWsOOkEGAJbW`Akb2UiX4*-L*$kjaM8iw>D9~ z+t0OO`BWQ_s6x@Y)H!;WT(BDq6zCDXr((6*@0DNQcfw!GZ!|ge%{x2nh03|t_v}KH zAOoi2Fv*uha`rQo)+UC+jxj&1^xj~Cq%BD(oHY^=$3<`#j*R1_B6ZUR%#4Yn&YIav z2ia3ac5}A%JWXO(jQT*?=MYxH6wA#{U-P@!i%n7-RwdMHzHOSjJ+jw$$ZYq8*YvJ1 zSL;snabDPd3Y?r|P{%52#Pl!c+FsO{w9G$khF$qhCnf3zFSYN_U+O~7Y|Og!4?dDb zU`E_C+!AEYddTGim`lnNGWPC5XZtGK4uz14yN-S`DouxEdc*+JQX5kyI<22Bw8tIP zLYq*Sx4nyxA zv9M8aWwykuw<6gKkQSm!Imn)>jvZmB^~AdRQZ@H6+Pmpoc`YQvBr37o zd5+FSdVz>VBtz&HFgwhQwy+(=<>j{f_-|r-1l|4(Gd?XHhHbtf)Bav>?4??Aa39l2 z=t_8w@*J~GD{qpfyd7CN!;eAx`IXbhc3%a1kd1$|a@mDZ!(w}Q^$yEr&JM4BnLSg` zCCxV^rqnu6DmyJKaLc(XFw7-6fqJZ2m+yhu6+;(Yr*cKvfh4pb|5RYm!pX z`(k3ltcjG+T;MNVk6;zw=U`SWSe16DD!Do5{t~Zb#7A=(IZYTBcS^^AUQx7ixSFAU z2JN5LJoi`RYG7M7F1aQq+UWZ)k74h9 diff --git a/js/dist/collapse.js.map b/js/dist/collapse.js.map index 0b22cebdfef26ada2e908d1ac4ab7af02c69a291..d18d4da0bcc2f6f8678f9227495d5f93b96bda65 100644 GIT binary patch delta 4945 zcmcIoO>A7%6;>(%8vaZn#DT#LX@ec(m&RtCafru`@4fHM^LXZYJRXnjnGMW1j(_8c zi4)tAs*&1FH?2snx~T-Kc7vcoMWqNKDs>46sVZUx8&)h}!2+RHLhAX>eSb4{S}Mfm z`OQ7&p5O2MJb&}*k$=8*Y|&#)+7_{`sz{_`RfVWRWW`$GdnaS+ zHYA$?)21!5OIeB@`daE|t-ul&vMwo5g|X6dgmCG%ohOoWkVL21JT$JtwS3?jXxDkk7nF$r2OqOmHvm!sn; z7dC9l7QGjPkayS;$mF2l9)Zj*(gm_5paF)gkB+kp#m%-X1}NklTn=tASV&^gN;aji zfj=iCa^i{T>I>&SUnI8-%C0DcE(^p}6<}Lp@F{DBKsiV6YExOeM7^TsOkDt*9E_B* zhHaq+)qF(Im(!;b94!Q2|2Exo@(`I~kkT2R>%XT@wIG#o3H7t^eZl_?K~t#F3R{*( zjjk(j>?^k0@bPnm&o^wFS;4bq<9XetSg03lfW<@AnA&%z1GzsJ%EcYNc*Ac7V9psk zVFZUc$CCB(NN<8*S!a{=t&twnUEqcO^N31t&XHmLuaVvp>?-G*G&i7rTe@f39``-#rvZ}3BCu~?aWWRC{=Bu`Z89(5g#_65gS1;2pqPdmIF@@ z{q9&&|0;9lDDy(6K*wA#j=r5a^L&V|bte*1MbH=xCBgAye$Ln>yl$D4HUJ(nE>wO< ztaU>58VIwqDb=U<$BsJ21A3YQ*>=JTp=_iiL=JIo2INiFdk61IJtjV(2_61FF+OV0 z!v$1V-4i>`cd(l9yQ?Tt_9VHhmI>+%L3ZJ#@uU&Szup;dju~e{6F3SR3Wy95r`+v3 z$tz#1hQrj=uU~vj9wN`6qXWkO#mKKN#*KVvB6%uw0Ns0X$8Ug81$%w;O-!U(?MEIb zrhu$pli;MA=!7EWprkspf2f@_!>KV6EKRxX%N?6z#He!cdX@nN=q~CHC%Q7!aA`QYRk7O@M!}EFC+cJ? zJTtY&DLa6`eT+F1nJT3Fy z4A+}JT&dW-LC1>aQ~$#5yD$Fx75l^@U=WVK21XXmUj_%CrWH%L3e93y(U{{4^n-d0 zJ=45v(m*BvdAl;!#~*M8juPs5@ok%6(&;xvOlZvOrjyLzg|+SRR_NxCdxF-r&ih3wl;OF3#`1A`Ivbx`^16PMHn*F1Hidse{FAF zXWS&Fqw!Z4-0}}v%zudr!6Zz-Ir+6;2;_=qZA+o-7XS$xP;u;SN#&Pi=4nb5^%lPz znVsUO2xjy?11zk_D_Mgk5YE~lc$`VYG>i8e$Xj8J+pM=Puc?Q8iBaFWcWMu9+Q9JH zIKB|7j!;wgZC`e%frV*hFkNNy*UeD3>a_A+=jLwY?>Qap4Y=~aHhq_cV)PeN>M3>x z07r*y_`s!#&C%$KY@f=X_t&G4Uw@nL)-UI4{;m^0x03*w+5Neij4OVbc!lx%I1X#H zIj5z*RXEl&#Ctb=+6Y%*AN6*#rm$d{{#)Thg5@It`m@669{SZ*5iYp7_UNIzy;L78 zKne_yho!Yo#fXWhoSXb@>RZ$B-fV=n?{E|hi0DdeC!;D$bKP>8HQRPiF5G9iaJljw zfgL+XF3_JUBSqJzyGJ^fo^2QOz-XFRPHcC{#?tir>E9gQzlMsZQyfV|Y2E}3Axhg; z-F&&ww;*l*#KZWc_C=i6^e>AWGU#;qy_nC)I2#ne3Vy8cj>-QhD48zk*L8BHFU4Cg z>T7n7>#KzNnq6^u?y&27jH78f&w}XA>W!JqJ#MxvzB+TdA1;mh zXADOM#B6EEKa0A|uS<qCP*T~IMg8wmAsNQr;2}nz(xury%uv6L1FFe*409u@ zR9nPSgVD=pvypdsG-qlp+^FQ4(7RAlh2@^KMnZ*>x}H^>XKz#qIc zM~KTi&lVk=VIP-!qpjff+)qrq=g84K(ii9M?IFQ&-_|C9t-v=uKX+1c77^La!^{Z4 zfVzx2vZb``mWxIpTPD M{*hQL`{$?s0|s_C8~^|S delta 3480 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 RpwcO4t1pJm`i<(%{{cd}M=byV delta 4589 zcma)AU1%HG6~um8~TlcB}#wPv-@DAlTOO`Lx|y4dr2XIhAix+=#n$A!3P z8Y@C<%0*j9VMK+9N&p1Y%Y!hf5u8(hlD!?1>QmV}R%C?mgM!;8@R$)6!d8c@F{{LY zVMEZ6BHuI@$zS1~={a0K_# z($fK`6SlRN6e5YkW~BjZ(`MdC32T)gJ6kZC1YI&$2?}hOggM!wC$>gd5Mpk2-88iK z4U@po8iC<#sReEVi~x*g%cgOKqo@EBv!)StglI}>WJGKh4&sn0OCjdWD$C5928ryl zNMar$$?R6kOuc1>t*Gt5$-N8}lZ51kDGka~hN@?|1lSv90+q~AjspOk4Kqn@2}p_{ z02eA$!i4uHur__t|@C_;vViP!Uw19-B@3B2? zbk2fpHd=_o<|<4!TP9S?dI;HE9ASaf6v^q$dPh*IPr z0IOcY)c2#KM=1__+s51p7`A#59qU4^Y_+gHq();;c*1O%>f@MuXpT5XKL_GNok)Ya z8lP`rkKn(G}LIzgUCy5W|ksMAs4FXq4s}bNC>BmEI zG!1C*vToUISUR6SN>2AsVeIVyKf6fI4GRC?$pwUFt7}V}H*qqqS9@y9Ol8jPv`OVb zD4g56p7=C#4rD|~XBv!d0~)n_Z?;|1P3^f$(wu|UZ2QPjL>EvsRtNSx&>T4h9277h3a27-W=2H+%e5t}OX&&_p(%xy;{%dB;e1$s)w5nn?ixAp;3u9M4 zuxbJ0KoDEm;a5ieEIW9tT_J9`s-7K~T#%fZ|10)|oBw_Co69Hsll#?FpWUo>QcvX6 z^;>Qi)n@19i3#Mh3w@ii@=@;5JW6zOJpCn?ZE{1I-2X z&HTtBRIz&;E+Xavh8V@TjGqPKFM8#oUhRxcn^SsFsn7Fg_ej!(C49B!RvjgjJVmITz$;S_(S(|13<(gIi{oDp0Jo8>fm}VVu6fE6Np!&869ngm~Hh z_Uh@b`=nV=KU<9ksVv0+d!x{)aCE-|ZL}hiB;4}ZDz%$r9HtiX7mWr>P(i)AmNxegLW?nMxf44Szlvk0zLl3W?(KMZ3 z7o9k{dbHl(Lnr;xy82|@TUQ+${YR19R*`HqyKy1SW?kfv*pKU86!TqA#!F@;xWBv_ z{_;8y3N5c4dw+R(8n0SjCrjJid%{Aj~y?2Kc3W2y*3?S@~b=LpS4FY-T zQm@zE?!;VD@6<+4!t6yo+Ii#O_lMe}+K4{?k82kfA&)BrW(uh=B?{D~`z)b*D}|8N zmsoJvrH^2|Ru}3cv(U$Ty0Q@GdGQJx;a2&JL0YWGcSx6}BI`Y=j~w3jtA15K8-hl= zs9?UbW7y@TmKVIJ*xgc_f*z?n-D5<;+uOf!=_Kf0a)MTrPL%%YD`AxGJqRKWTUHit zub3;`EJ(O@55rp4EV@l_1AX_sp*>$d0C~G5?@-1T*iQMj^Nn%v#8w|P#_(S) zcAQ>QLP;^qckl>^m(#0qI>^PLO+x7t4}&0+tqwP5JNZYXdG2fcnO~9h5JI=r`_1!u JSbW^P^&hQN71aO$ diff --git a/js/dist/modal.js.map b/js/dist/modal.js.map index 6585a60d505123b48c866aed0176a8c72ebde508..5be4b53394c6fb6e28ba76c4867b32a45197b0d1 100644 GIT binary patch delta 7338 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 V@)XFbT@_ey<&9&)1=@UL;$Md}$MXOH delta 4987 zcma)ATTC416_zbXln|WAp z;3hA4=gj%fre%=T<3(m{W1RKr)Mov8(w{f`3|H(F zwmJ|x^i-N9DiqqgLDr)PWlS1LA!3GKSPnhgg=Zh09eO6ic;Aa>KRwgY82t=5h9krz zA_?abB2!6vmNRBRo28hoFiGqg({mINJ`!vQ2NE_N5xr3HLy)r_hV8i`+cwhfhwX$k zGL**&Ghsx8H38#^5#ut6I?YiM`KEBpNhCeBF_QH{&7T-IfJwVKVQfT1fJ1i^DbrXZ zX_q-^l4fuQr$dRf>6x5@w2y6u6Vs+KFNMfbf+Rh=3f=xhhAfbDQO-g-&xVJ=nbbIwa$JZw3FIVU zwn7KVEG1zDNoGSvg&AtXL&k%;iM;jVxr;%Q;V>GjC_#?>!kd&@xqSN$ax)=BgXUnxscp6dPKxQT+b zGSFKK#<-5<%VNWHKKlXzZpM3bSw4vSYbmXfHf`@oJfSvY5UF}pD<5KxkAvq4xJsEP zb=EFeu>_{rAjek6z$?SUOXJmP&RFQ2=pgv83~t#(sO?U6)6r=OpE;;Kr>K2ye$x!d zJI&Wx{r23~0Aon~?VRx(=GY>^j*d{R=Npf3Rq>REM@WZ@YV}ffG91&oubn?sM(Mfg zm*-zCgBLY=;iVq@SoEQAj7pSfLI@23AsS;aOQVe>no*QHL=HH*N~M4N>4oJT4QcY? zcH@?_f^^V!yG%03^T$u43@N!vU3~aeDm8X#q5&>IU8@`HlI<24+{%CH{$qki)W0wN zu8dN5)gMQWaA$I41q=vo8aUf@rf)Rb0?N!eII)$2eu#Ny%=64xk}0V^8?Apz->RxQ zxnJYhlRQw4>F25piN^8c2g!ZAxgG#IAB*}!()mAi%NLsJwuWZhT(>vJeB}VZQvVq1 zv{A1Di=_h=d-_ErwnpiM5L6M{=>mv8P{9s)Lqa_qKe_=7LMXiMXDYKF`w1ea#wXx{ z0Akvtka9}aDwJ%o;C0)kEYTb7Rx!b6W&Wf$OEQvLfUMCQbzx%9(+uB9OJ$Qa>e0lN zX2uTX&tq3IF^QD99Ac?v-4(B-8fq|aLLpp!eWwAI;2XzPAEo?HFuH9os?o`jLkOa{ zC1?^5m_wKpBRS{)n*63FK~wt7!O{am0D<+BUQN`a^ye=^t>pSp?@m>XVt(*NMe{?) z4lcFZO!Q!pNMa~^f;Pusu(p&Si3;iwvu3XA3aI$>CCy7<+bPk$xJN&pUaf`quoqA_xqKs@rR9)smkpr;gp@hg*TAL29}6Y3Ev!nRexs8j z>NJr+a7J29&XMfGPHPXz9Zp6;$x>l&x2zQ_F4GMqC@bqm{baCz?=StQ@RF)v|unfG$;Kte&ZauavpqfIR)`>S}#8xSKUQ__nbZIanzF zYV}|xgwRP=DXUd+M`Pudnn} zZpum3zC2J;rf)wH<0q7fni02S0r<~fK2wGEoGne=z1qOI6<~jOwXPgB>Q_Izy6*)X z;+v2sdDc{az1o14DW-8995q0r;)7ESrU6&PD!q;tDoH7 zUx)6bu}G06$ODagB(Q9z{m8&o|GE8M2W3#SfQh&ZMgEK!_m+bgXh7fiB%hZd4RQG$ zSpfo3_aGE?;Z7Im9vRTD-??*)8KJKUd!E0r5c_}cG*+T*3zD9@H5HKL;G4ReEW=Hs zKDk@l1n4JS#w~w>M7)*hg~a>5Qzz~?Ii>gR)oWjrG@|+9 z-eK>{?!f(*a6F{GbALa;%?C)}cBohHcQa05V8GwwZXeL+OSvI>cWE~yZHY(X5@?ukZkqFgC@Q3efXg7f1H<=V*mgE diff --git a/js/dist/popover.js b/js/dist/popover.js index 331b8140d..97a547b2a 100644 --- a/js/dist/popover.js +++ b/js/dist/popover.js @@ -183,7 +183,7 @@ var _config = typeof config === 'object' ? config : null; - if (!data && /destroy|hide/.test(config)) { + if (!data && /dispose|hide/.test(config)) { return; } diff --git a/js/dist/popover.js.map b/js/dist/popover.js.map index ea26307835e942dda2c9f0e2e7a3b26c20dde529..080474622eb7e82bbd72a3cdf3c0407d5fb6060e 100644 GIT binary patch delta 1775 zcmah~Nl#Nz6pj*!L=%XKv<#IB5hS?;5gIi(-TU6_qrBEaOKo{Oh605|hKdXeyLEqe zCdS0Q#z^AQ#29z}26rx8`U4!!clw4hL^jRieCK@UJKsI`^49+9ydQ3Bu2eVHtL1}4 z+o!YVt`ElV-9Pwq>2p&{R?4ifrA+BB?ftbBec-P(CGt`x)VL)LDKb)K4B=;%@pTxQ zmU0?p3u5*tL^OGDRg@_xZN&&FEwQG!722l-^=>wVA*G@7k-mOnngwU!IA=qd){$E^ zR<^06k@Hl7#3Y%fq;6Kp0=JZqkr$SfHbF^~AiHFE5K|E35HtZObpm9`NkC2j@!VDu z+-r}cC6DyCDVlT;TvZ@)>O^*3JK2E* zV@3J8DKS+aDI+_~JUCAP^{Z&4<{uI>EcpZuX6C^wN}3J`0?aqX6Gh!gRG`TaT}A*r@L8G-l*6nF$a7Lc=9pfwp;eluzHEW2^6Q?s$a_;X)~79Q`An* zK#sfZ!#rXc@H4<^m*9-M!*GojAS~Yn{s`q+ch4{9c^6Q=4|u9X@U(lwheP%ez&Wtz z-J3pKz^;;sR6YuPW|8oMJLcgRM3|sIcKjG1A4n3-TVHw>S2f^F8V6!xRp>{5=-g=u zvh+|_>3XvD^lk8c;c$VB;IR?r z1An5BPWF<-HB&hHVs|WfL~K3OtvacI24gd^9Ns4w^nUl<_-SqQx9;8tfjKF(GjLq+9MD|vLAAH0N7LSp^AkB(GPcF3Y%TzP&qP(H$^;+-i)gQbY} z3^urK^}KE+@jgAo>z_R%T|w*whHLTiW$ptXR~5uFdr7~Hr^Cv+*am#^;8*<3nJF5r zaeFhEHHkBE_$B9`xn%g}?U`bk?#5RAU&^kD{6+%(x3^t??~Sz{j}LTYa6Sn&%x)a2 O8te0Xz!Z9}FZ~bEGTgxc delta 1180 zcmah}O;1xn6pezqATb1EF-oDJ2cBuJjkU@CWF^u=Lz{6#R^vm)tYw+>bMN-oE=X`MSUPY_YPnS*q>D zo8O*pTBxqiZ7rA9W4(QQhb`|K8hxU?c^|pnm?5f|uaOHmAQdSP#^snMMIud}=v8EKqF5)?yo6@D&ZdQyFO^gA~*T+~?sNvZfE@nEak>H#@ zc!`N)i5p6i0yEFxNG(YvU`_^xI5_~i4zMmKl0>WQ*pUv7?ZR6YE?D<`u`J1PSqPwB z&t=`pFFKx|Wq}fFFtH>zq{xxO)9IirMb$dH$zb9hz+_N7A}#<5T?uf7heJbvn^w=l!r}HN~6e2?e{6A1=&; zQf>=6v5T2uWjE>1ETGSt?`<6s&ae6QYzp7@O*s>f4)K!vW+N(_cw2q4w{Jc~Z~sfv z+un5pJ-fUiVY-s+mwfrY;tIETQmQD&Lgs1vtI_}V2wU)$kRn~+tof`R#XRY_a}m2x z;Iy;+!BuebocY`li{Rv^CYEI~JnD%(ZsCH1PG|~bZ0A9&FC6tS_UsInjWXs%=U@|_ zkM)Hq-#UxUY}AT8Hha>nc6m&ygL|L4o}Y>%zfOl21&duTbQYBg3F}|Y5sN6X8U7@8 m_`%|#?_V3{KZ!Qyx_i#sSF@`69qwA2WOrX9@3yIRdp`gN-cA$% diff --git a/js/dist/scrollspy.js.map b/js/dist/scrollspy.js.map index 8db2171d845b523929e37dc1b4fea70efaa03027..e342542cbd0ae9d3478121a59022c63256f2e02e 100644 GIT binary patch delta 3592 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 NT&K9-r2X4m?jJ`jzTyA? diff --git a/js/dist/tab.js.map b/js/dist/tab.js.map index 4473d693865ea667388ddc637016782466184869..f8c48350434913644383eafcfc89914b37adaf9b 100644 GIT binary patch delta 3679 zcmbVPO>Y}j6qS&=hybOuDN>sT(x!DjJgE~qZkiOTzV~K4nK+K)IIa^HRk-=6)5gt* zX`4n!{sBmA-hwR%v2GEF1^pM5kXV2O2*jpRw_UK{o;%MoW2b5bo6-2)dH0@s?z#6p z|FZS;-ec$Vk)h%K53hW;aQfpTU9J$WMGsGZe{qH`z)=UIsR|CY!B|OgkA1R!Pjj=!F}Z4YI9J^=4tq*5pDoU)X4Q zP5{vs%3^R9P$w>@ON(lwGuo}DB%19dGCF~gd0?D%DKfCR8*?UHD+j73u?w5G(W(o} zgZ8akx1^YbEgSfxT9&~})!HPSu;thmN43|nhm1vwgfb6fKG?WR(%F?vseV52&jfP; z^(ZQpokBv6sBvDtsv!1kQX=tr$jr8sK6<`qiqT=CgC5wy#~BFC6*Y?wZ#bi&bo!mL}LD@Ili1jvk z2l8;C(gTH(@7gndp|L)L{O)FmMJ4JSk0=h}+>IbkD!9nN_X;yeIMK@W^WkIFvaOr!_mQ(aW9cF9%O_cl!8oaJGZ^4^AaQYxs8RN;pE#EF?V;&jKN@+=@nE63O)Ew#kB64K z_!nr>Zw>dY1RA{m+Wc7Y%vpmu+gG~^)JHi3awEUB;WKfvmKeqUYrX5QhEH^Nc+*dY zS*cNO+Swz?@!?ZpRmmI_x5MZJCDcKD2(G=c(O(T2ZLmD@I$%F~Y(#c3o6PY2k&&au zFNlN+m-IIyiSCXP>YqoRMB4p}_*vUWvx?&Z^iM`8N!lo4OA;i&4T#|;lDZ@5*x;IR z{J-Mo{*xmYd)ZM#Qgeom(pG;n5J|>jScrg_3}n)$k(&$W5Dizrp7nirLQP5+y~%Ui zOGL7X+gJ~?DNS((*WkJ?sez4--yp?4vQ7;#DENk9nR~xX#8TBMY7V}Pr2e*YQ$a)p zE6Xv?NGByu-JIVV=9-Y=nQV677#*0TP*E{;AXP3d5i|vrP9<>jb{n_ZA znPEZab~qHJ0u;%aKa>YtD* zBaP?S+ZH$CBHo$yUAc}g_b@BfPP>ABy)ZrP_gR4YfrA)f!8Yk;MzH8wR{w>kd#rI0~^&)Y>jMQ-L z?c~TYVlD__O7ziKF9iMn!g4vLB%db&lK0mA+bvMISXd-NmGDL3AM$=uc`g8dvUDye zKtp=ylTY}tibph089p29zY?_5WTd2rSSkYplT>d%^Dm8Gc{6ew)}M~|HQ6QLdbl{@ zIzm4-)f6-B&;Kl1W}MNl!D{a1`w|I8iM!-?QCP5sHcu?OljMxi;7aW#d% zXw9x3?w`fv>Qz3Hq3yj)sBOG)>bL86cs2zqO=9tw54iV(l$6>uT5+>A9kgxGxMIEmzNjEb=)KdRMOOG+}KH+ z^dqT+B33NefM(B{C8#UJf(1XI6-a;(EcyeG;2&_#9VcxAC5xxLGjs3UbI+Ok{Nugf z>t6?*Z!FzgUA$XcTkY!YdoykO3`E1ZG8>U#7#g^rR0qXGy_OI)LtH^8iS=t z_rhF7VZ0NUym_VO0hnd&YPhXYzOMiUgs=>xsB%Q|L>2`pt8pSB5p)fEVl_b|TGrDJ z!ONuL>2)^8ofsEAv}G3WX32Ov$n`)2@n?VpK-Q!Sq?sd>Uz%hE*aN}@!ljtq1#nxd z2_g}qYA&jV0|~`|*cI%8L{o$cfKmeCC7;xn<Cp$kt15Ko z?Z-W*rnoIH5*m@vALmPHoK{`Ufre2HErys~b!VjvcjP<+NkN8Ht{L__2LiA6_UzDO zvr5vqXPL=nn0`ewEG^GDCigGn8TgbE7lSUzxRgaEmP1;SvTf>?7bvwRw_x3D8u4yb zdbm!|hd~PVkKPlV%(U!FasSF>-|airPS;nh=}R730D*>~0wnN7U-uDk*)Pm5eTm}~ zCZN{pItUqmf>oF8>Hh3NTBB5>f6(-e{<#m>biU0gCY~ktn0z-hNrEcHyZ@2`1NKX( zZVJ^c(=^^T3+6&(!-2CSsCr@RCGjD7OMFw}?;7xvc>C?ZseOe19yoJ^Es)gDoH*j$ zXv2gm*e|{Qc2Uay>J7HBHTL+0@0?42yKqkO*7T?=CFMJBK&6Ex3U-rvuV{<}Y0cG( z-7gQwvsDtXsbMS$`08TU4*$vVK317*Ngk|7iEHwr$cmmoW6|Ech%)HP8Su#pvO=ef zT(awoZs=7l+d`H&N;mp9X~eus>Fm6#-%$#PMWt9n?4c`>{cJFHEqFS3@{pUja5dT< z*|&$zpJPLx9d7aw41k+ulquji*|sv|xBB}1&<5pvEJy^13JNjz{A&VB-eglygEl z$D%{qpE+}w>g<)BwC`tn<)8vZ5-QOYmnZpH$nhCAa?*!8GU8NS_yzW-Oqz2mu*b4J Xhvg?n-3;egL}1I=zBWeMPqWcKe8{p` diff --git a/js/dist/tooltip.js.map b/js/dist/tooltip.js.map index c47da99071d6104395977481c390eb90e1b2f4e6..d68053174f208ed8a7b06ef703d3ba48a2a555f0 100644 GIT binary patch delta 8310 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 oy*y2jDu=*R-M6m_?*J=MlyRHh2[id],.bd-content>h3[id],.bd-content>h4[id]{pointer-events:none}.bd-content>h2[id]>a,.bd-content>h2[id]>div,.bd-content>h3[id]>a,.bd-content>h3[id]>div,.bd-content>h4[id]>a,.bd-content>h4[id]>div{pointer-events:auto}.bd-content>h2[id]::before,.bd-content>h3[id]::before,.bd-content>h4[id]::before{display:block;height:6rem;margin-top:-6rem;visibility:hidden;content:""}.bd-content>table{width:100%;max-width:100%;margin-bottom:1rem}@media (max-width:991.98px){.bd-content>table{display:block;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.bd-content>table.table-bordered{border:0}}.bd-content>table>tbody>tr>td,.bd-content>table>tbody>tr>th,.bd-content>table>tfoot>tr>td,.bd-content>table>tfoot>tr>th,.bd-content>table>thead>tr>td,.bd-content>table>thead>tr>th{padding:.75rem;vertical-align:top;border:1px solid #dee2e6}.bd-content>table>tbody>tr>td>p:last-child,.bd-content>table>tbody>tr>th>p:last-child,.bd-content>table>tfoot>tr>td>p:last-child,.bd-content>table>tfoot>tr>th>p:last-child,.bd-content>table>thead>tr>td>p:last-child,.bd-content>table>thead>tr>th>p:last-child{margin-bottom:0}.bd-content>table td:first-child>code{white-space:nowrap}.bd-content>h2:not(:first-child){margin-top:3rem}.bd-content>h3{margin-top:1.5rem}.bd-content>ol li,.bd-content>ul li{margin-bottom:.25rem}@media (min-width:992px){.bd-content>ol,.bd-content>p,.bd-content>ul{max-width:80%}}.bd-title{margin-top:1rem;margin-bottom:.5rem;font-weight:300}@media (min-width:576px){.bd-title{font-size:3rem}}.bd-lead{font-size:1.125rem;font-weight:300}@media (min-width:576px){.bd-lead{max-width:80%;margin-bottom:1rem;font-size:1.5rem}}.bd-text-purple{color:#563d7c}.bd-text-purple-bright{color:#7952b3}#skippy{display:block;padding:1em;color:#fff;background-color:#563d7c;outline:0}#skippy .skiplink-text{padding:.5em;outline:1px dotted}.bd-toc{-ms-flex-order:2;order:2;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-toc{position:-webkit-sticky;position:sticky;top:4rem;height:calc(100vh - 4rem);overflow-y:auto}}.section-nav{padding-left:0;border-left:1px solid #eee}.section-nav ul{padding-left:1rem}.section-nav ul ul{display:none}.toc-entry{display:block}.toc-entry a{display:block;padding:.125rem 1.5rem;color:#99979c}.toc-entry a:hover{color:#007bff;text-decoration:none}.bd-sidebar{-ms-flex-order:0;order:0;border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:768px){.bd-sidebar{border-right:1px solid rgba(0,0,0,.1)}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-sidebar{position:-webkit-sticky;position:sticky;top:4rem;z-index:1000;height:calc(100vh - 4rem)}}}@media (min-width:1200px){.bd-sidebar{-ms-flex:0 1 320px;flex:0 1 320px}}.bd-links{padding-top:1rem;padding-bottom:1rem;margin-right:-15px;margin-left:-15px}@media (min-width:768px){@supports ((position:-webkit-sticky) or (position:sticky)){.bd-links{max-height:calc(100vh - 9rem);overflow-y:auto}}}@media (min-width:768px){.bd-links{display:block!important}}.bd-search{position:relative;padding:1rem 15px;margin-right:-15px;margin-left:-15px;border-bottom:1px solid rgba(0,0,0,.05)}.bd-search .form-control:focus{border-color:#7952b3;box-shadow:0 0 0 3px rgba(121,82,179,.25)}.bd-search-docs-toggle{line-height:1;color:#212529}.bd-sidenav{display:none}.bd-toc-link{display:block;padding:.25rem 1.5rem;font-weight:500;color:rgba(0,0,0,.65)}.bd-toc-link:hover{color:rgba(0,0,0,.85);text-decoration:none}.bd-toc-item.active{margin-bottom:1rem}.bd-toc-item.active:not(:first-child){margin-top:1rem}.bd-toc-item.active>.bd-toc-link{color:rgba(0,0,0,.85)}.bd-toc-item.active>.bd-toc-link:hover{background-color:transparent}.bd-toc-item.active>.bd-sidenav{display:block}.bd-sidebar .nav>li>a{display:block;padding:.25rem 1.5rem;font-size:90%;color:rgba(0,0,0,.65)}.bd-sidebar .nav>li>a:hover{color:rgba(0,0,0,.85);text-decoration:none;background-color:transparent}.bd-sidebar .nav>.active:hover>a,.bd-sidebar .nav>.active>a{font-weight:500;color:rgba(0,0,0,.85);background-color:transparent}.bd-footer{font-size:85%;text-align:center;background-color:#f7f7f7}.bd-footer a{font-weight:500;color:#495057}.bd-footer a:focus,.bd-footer a:hover{color:#007bff}.bd-footer p{margin-bottom:0}@media (min-width:576px){.bd-footer{text-align:left}}.bd-footer-links{padding-left:0;margin-bottom:1rem}.bd-footer-links li{display:inline-block}.bd-footer-links li+li{margin-left:1rem}.bd-example-row .row>.col,.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bd-example-row .row+.row{margin-top:1rem}.bd-example-row .flex-items-bottom,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-top{min-height:6rem;background-color:rgba(255,0,0,.1)}.bd-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,.1)}.bd-highlight{background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.15)}.example-container{width:800px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.example-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.example-content-main{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-main{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-main{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}.example-content-secondary{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-secondary{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-secondary{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.bd-example-container{min-width:16rem;max-width:25rem;margin-right:auto;margin-left:auto}.bd-example-container-header{height:3rem;margin-bottom:.5rem;background-color:#fff;border-radius:.25rem}.bd-example-container-sidebar{float:right;width:4rem;height:8rem;background-color:#80bdff;border-radius:.25rem}.bd-example-container-body{height:8rem;margin-right:4.5rem;background-color:#957bbe;border-radius:.25rem}.bd-example-container-fluid{max-width:none}.bd-example{position:relative;padding:1rem;margin:1rem -15px 0;border:solid #f8f9fa;border-width:.2rem 0 0}.bd-example::after{display:block;clear:both;content:""}@media (min-width:576px){.bd-example{padding:1.5rem;margin-right:0;margin-left:0;border-width:.2rem}}.bd-example+.clipboard+.highlight,.bd-example+.highlight{margin-top:0}.bd-example+p{margin-top:2rem}.bd-example .pos-f-t{position:relative;margin:-1rem}@media (min-width:576px){.bd-example .pos-f-t{margin:-1.5rem}}.bd-example .custom-file-input:lang(es)~.custom-file-label::after{content:"Elegir"}.bd-example>.form-control+.form-control{margin-top:.5rem}.bd-example>.alert+.alert,.bd-example>.nav+.nav,.bd-example>.navbar+.navbar,.bd-example>.progress+.btn,.bd-example>.progress+.progress{margin-top:1rem}.bd-example>.dropdown-menu:first-child{position:static;display:block}.bd-example>.form-group:last-child{margin-bottom:0}.bd-example>.close{float:none}.bd-example-type .table .type-info{color:#999;vertical-align:middle}.bd-example-type .table td{padding:1rem 0;border-color:#eee}.bd-example-type .table tr:first-child td{border-top:0}.bd-example-type h1,.bd-example-type h2,.bd-example-type h3,.bd-example-type h4,.bd-example-type h5,.bd-example-type h6{margin-top:0;margin-bottom:0}.bd-example-bg-classes p{padding:1rem}.bd-example>img+img{margin-left:.5rem}.bd-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bd-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bd-example-control-sizing input[type=text]+input[type=text],.bd-example-control-sizing select{margin-top:.5rem}.bd-example-form .input-group{margin-bottom:.5rem}.bd-example>textarea.form-control{resize:vertical}.bd-example>.list-group{max-width:400px}.bd-example .fixed-top,.bd-example .sticky-top{position:static;margin:-1rem -1rem 1rem}.bd-example .fixed-bottom{position:static;margin:1rem -1rem -1rem}@media (min-width:576px){.bd-example .fixed-top,.bd-example .sticky-top{margin:-1.5rem -1.5rem 1rem}.bd-example .fixed-bottom{margin:1rem -1.5rem -1.5rem}}.bd-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.modal{z-index:1072}.modal .popover,.modal .tooltip{z-index:1073}.modal-backdrop{z-index:1071}.bd-example-modal{background-color:#fafafa}.bd-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bd-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bd-example-tabs .nav-tabs{margin-bottom:1rem}.bd-example-popover-static{padding-bottom:1.5rem;background-color:#f9f9f9}.bd-example-popover-static .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.tooltip-demo a{white-space:nowrap}.bd-example-tooltip-static .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.scrollspy-example-2{position:relative;height:350px;overflow:auto}.bd-example-border-utils [class^=border]{display:inline-block;width:5rem;height:5rem;margin:.25rem;background-color:#f5f5f5}.bd-example-border-utils-0 [class^=border]{border:1px solid #dee2e6}.highlight{padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#f8f9fa;-ms-overflow-style:-ms-autohiding-scrollbar}@media (min-width:576px){.highlight{padding:1.5rem}}.bd-content .highlight{margin-right:-15px;margin-left:-15px}@media (min-width:576px){.bd-content .highlight{margin-right:0;margin-left:0}}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#212529}.btn-bd-primary{font-weight:500;color:#7952b3;border-color:#7952b3}.btn-bd-primary:active,.btn-bd-primary:hover{color:#fff;background-color:#7952b3;border-color:#7952b3}.btn-bd-primary:focus{box-shadow:0 0 0 3px rgba(121,82,179,.25)}.btn-bd-download{font-weight:500;color:#ffe484;border-color:#ffe484}.btn-bd-download:active,.btn-bd-download:hover{color:#2a2730;background-color:#ffe484;border-color:#ffe484}.btn-bd-download:focus{box-shadow:0 0 0 3px rgba(255,228,132,.25)}.bd-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bd-callout h4{margin-top:0;margin-bottom:.25rem}.bd-callout p:last-child{margin-bottom:0}.bd-callout code{border-radius:.25rem}.bd-callout+.bd-callout{margin-top:-.25rem}.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h4{color:#5bc0de}.bd-callout-warning{border-left-color:#f0ad4e}.bd-callout-warning h4{color:#f0ad4e}.bd-callout-danger{border-left-color:#d9534f}.bd-callout-danger h4{color:#d9534f}.bd-examples .img-thumbnail{margin-bottom:.75rem}.bd-examples h4{margin-bottom:.25rem}.bd-examples p{margin-bottom:1.25rem}@media (max-width:480px){.bd-examples{margin-right:-.75rem;margin-left:-.75rem}.bd-examples>[class^=col-]{padding-right:.75rem;padding-left:.75rem}}.bd-browser-bugs td p{margin-bottom:0}.bd-browser-bugs th:first-child{width:18%}.bd-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:.25rem}.bd-brand-item{padding:4rem 0;text-align:center}.bd-brand-item+.bd-brand-item{border-top:1px solid #fff}.bd-brand-logos .inverse{color:#fff;background-color:#563d7c}.bd-brand-item h1,.bd-brand-item h3{margin-top:0;margin-bottom:0}.bd-brand-item .bd-booticon{margin-right:auto;margin-left:auto}@media (min-width:768px){.bd-brand-item{display:table-cell;width:1%}.bd-brand-item+.bd-brand-item{border-top:0;border-left:1px solid #fff}.bd-brand-item h1{font-size:4rem}}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{float:left;width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem;border-radius:.25rem}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}}.color-swatches .bd-purple{background-color:#563d7c}.color-swatches .bd-purple-light{background-color:#cbbde2}.color-swatches .bd-purple-lighter{background-color:#e5e1ea}.color-swatches .bd-gray{background-color:#f9f9f9}.swatch-blue{color:#fff;background-color:#007bff}.swatch-indigo{color:#fff;background-color:#6610f2}.swatch-purple{color:#fff;background-color:#6f42c1}.swatch-pink{color:#fff;background-color:#e83e8c}.swatch-red{color:#fff;background-color:#dc3545}.swatch-orange{color:#212529;background-color:#fd7e14}.swatch-yellow{color:#212529;background-color:#ffc107}.swatch-green{color:#fff;background-color:#28a745}.swatch-teal{color:#fff;background-color:#20c997}.swatch-cyan{color:#fff;background-color:#17a2b8}.swatch-white{color:#212529;background-color:#fff}.swatch-gray{color:#fff;background-color:#6c757d}.swatch-gray-dark{color:#fff;background-color:#343a40}.swatch-primary{color:#fff;background-color:#007bff}.swatch-secondary{color:#fff;background-color:#6c757d}.swatch-success{color:#fff;background-color:#28a745}.swatch-info{color:#fff;background-color:#17a2b8}.swatch-warning{color:#212529;background-color:#ffc107}.swatch-danger{color:#fff;background-color:#dc3545}.swatch-light{color:#212529;background-color:#f8f9fa}.swatch-dark{color:#fff;background-color:#343a40}.swatch-100{color:#212529;background-color:#f8f9fa}.swatch-200{color:#212529;background-color:#e9ecef}.swatch-300{color:#212529;background-color:#dee2e6}.swatch-400{color:#212529;background-color:#ced4da}.swatch-500{color:#212529;background-color:#adb5bd}.swatch-600{color:#fff;background-color:#6c757d}.swatch-700{color:#fff;background-color:#495057}.swatch-800{color:#fff;background-color:#343a40}.swatch-900{color:#fff;background-color:#212529}.bd-clipboard{position:relative;display:none;float:right}.bd-clipboard+.highlight{margin-top:0}.btn-clipboard{position:absolute;top:.5rem;right:.5rem;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:transparent;border:0;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#027de7}@media (min-width:768px){.bd-clipboard{display:block}}.hll{background-color:#ffc}.c{color:#999}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1{color:#999}.cs{color:#999}.gd{background-color:#fcc;border:1px solid #c00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#cfc;border:1px solid #0c0}.go{color:#aaa}.gp{color:#009}.gu{color:#030}.gt{color:#9c6}.kc{color:#069}.kd{color:#069}.kn{color:#069}.kp{color:#069}.kr{color:#069}.kt{color:#078}.m{color:#f60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0a8}.no{color:#360}.nd{color:#99f}.ni{color:#999}.ne{color:#c00}.nf{color:#c0f}.nl{color:#99f}.nn{color:#0cf}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf{color:#f60}.mh{color:#f60}.mi{color:#f60}.mo{color:#f60}.sb{color:#c30}.sc{color:#c30}.sd{font-style:italic;color:#c30}.s2{color:#c30}.se{color:#c30}.sh{color:#c30}.si{color:#a00}.sx{color:#c30}.sr{color:#3aa}.s1{color:#c30}.ss{color:#fc3}.bp{color:#366}.vc{color:#033}.vg{color:#033}.vi{color:#033}.il{color:#f60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}.language-bash::before,.language-sh::before{color:#009;content:"$ ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.language-powershell::before{color:#009;content:"PM> ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.anchorjs-link{font-weight:400;color:rgba(0,123,255,.5);transition:color .16s linear}.anchorjs-link:hover{color:#007bff;text-decoration:none}.algolia-autocomplete{display:block!important;-ms-flex:1;flex:1}.algolia-autocomplete .ds-dropdown-menu{width:100%;min-width:0!important;max-width:none!important;padding:.75rem 0!important;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.175)}@media (min-width:768px){.algolia-autocomplete .ds-dropdown-menu{width:175%}}.algolia-autocomplete .ds-dropdown-menu::before{display:none!important}.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{padding:0!important;overflow:visible!important;background-color:transparent!important;border:0!important}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{margin-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion{padding:0!important;overflow:visible!important}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{padding:.125rem 1rem!important;margin-top:0!important;font-size:.875rem!important;font-weight:500!important;color:#7952b3!important;border-bottom:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{float:none!important;padding-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:none!important;width:auto!important;padding:0!important;text-align:left!important}.algolia-autocomplete .algolia-docsearch-suggestion--content{float:none!important;width:auto!important;padding:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--content::before{display:none!important}.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header{padding-top:.75rem!important;margin-top:.75rem!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column{display:none!important}.algolia-autocomplete .algolia-docsearch-suggestion--title{display:block;padding:.25rem 1rem!important;margin-bottom:0!important;font-size:.875rem!important;font-weight:400!important}.algolia-autocomplete .algolia-docsearch-suggestion--text{padding:0 1rem .5rem!important;margin-top:-.25rem;font-size:.875rem!important;font-weight:400;line-height:1.25!important}.algolia-autocomplete .algolia-docsearch-footer{float:none!important;width:auto!important;height:auto!important;padding:.75rem 1rem 0;font-size:.75rem!important;line-height:1!important;color:#767676!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .algolia-docsearch-footer--logo{display:inline!important;overflow:visible!important;color:inherit!important;text-indent:0!important;background:0 0!important}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#5f2dab;background-color:rgba(154,132,187,.12)}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 rgba(95,45,171,.5)!important}.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content{background-color:rgba(208,189,236,.15)!important} + */.bd-navbar{min-height:4rem;background-color:#563d7c;box-shadow:0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1)}@media (max-width:991.98px){.bd-navbar{padding-right:.5rem;padding-left:.5rem}.bd-navbar .navbar-nav-scroll{max-width:100%;height:2.5rem;margin-top:.25rem;overflow:hidden;font-size:.875rem}.bd-navbar .navbar-nav-scroll .navbar-nav{padding-bottom:2rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media (min-width:768px){@supports ((position:-webkit-sticky) or (position:sticky)){.bd-navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1071}}}.bd-navbar .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem;color:#cbbde2}.bd-navbar .navbar-nav .nav-link.active,.bd-navbar .navbar-nav .nav-link:hover{color:#fff;background-color:transparent}.bd-navbar .navbar-nav .nav-link.active{font-weight:500}.bd-navbar .navbar-nav-svg{display:inline-block;width:1rem;height:1rem;vertical-align:text-top}.bd-navbar .dropdown-menu{font-size:.875rem}.bd-navbar .dropdown-item.active{font-weight:500;color:#212529;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.4rem .6rem;background-size:.75rem .75rem}.bd-masthead{position:relative;padding:3rem 15px}.bd-masthead h1{line-height:1}.bd-masthead .btn{width:100%;padding:.8rem 2rem;font-size:1.25rem;font-weight:500}.bd-masthead .carbonad{margin-top:0!important;margin-bottom:-3rem!important}@media (min-width:576px){.bd-masthead{padding-top:5rem;padding-bottom:5rem}.bd-masthead .carbonad{margin-bottom:0!important}}@media (min-width:768px){.bd-masthead h1{font-size:4rem}.bd-masthead .carbonad{margin-top:3rem!important}}.half-rule{width:6rem;margin:2.5rem 0}.masthead-followup .bd-clipboard{display:none}.masthead-followup .highlight{padding:.5rem 0;background-color:transparent}#carbonads{position:static;display:block;max-width:400px;padding:15px 15px 15px 160px;margin:2rem 0;overflow:hidden;font-size:13px;line-height:1.4;text-align:left;background-color:rgba(0,0,0,.05)}#carbonads a{color:#333;text-decoration:none}@media (min-width:576px){#carbonads{max-width:330px;border-radius:4px}}.carbon-img{float:left;margin-left:-145px}.carbon-poweredby{display:block;color:#777!important}.bd-content{-ms-flex-order:1;order:1}.bd-content>h2[id],.bd-content>h3[id],.bd-content>h4[id]{pointer-events:none}.bd-content>h2[id]>a,.bd-content>h2[id]>div,.bd-content>h3[id]>a,.bd-content>h3[id]>div,.bd-content>h4[id]>a,.bd-content>h4[id]>div{pointer-events:auto}.bd-content>h2[id]::before,.bd-content>h3[id]::before,.bd-content>h4[id]::before{display:block;height:6rem;margin-top:-6rem;visibility:hidden;content:""}.bd-content>table{width:100%;max-width:100%;margin-bottom:1rem}@media (max-width:991.98px){.bd-content>table{display:block;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.bd-content>table.table-bordered{border:0}}.bd-content>table>tbody>tr>td,.bd-content>table>tbody>tr>th,.bd-content>table>tfoot>tr>td,.bd-content>table>tfoot>tr>th,.bd-content>table>thead>tr>td,.bd-content>table>thead>tr>th{padding:.75rem;vertical-align:top;border:1px solid #dee2e6}.bd-content>table>tbody>tr>td>p:last-child,.bd-content>table>tbody>tr>th>p:last-child,.bd-content>table>tfoot>tr>td>p:last-child,.bd-content>table>tfoot>tr>th>p:last-child,.bd-content>table>thead>tr>td>p:last-child,.bd-content>table>thead>tr>th>p:last-child{margin-bottom:0}.bd-content>table td:first-child>code{white-space:nowrap}.bd-content>h2:not(:first-child){margin-top:3rem}.bd-content>h3{margin-top:1.5rem}.bd-content>ol li,.bd-content>ul li{margin-bottom:.25rem}@media (min-width:992px){.bd-content>ol,.bd-content>p,.bd-content>ul{max-width:80%}}.bd-title{margin-top:1rem;margin-bottom:.5rem;font-weight:300}@media (min-width:576px){.bd-title{font-size:3rem}}.bd-lead{font-size:1.125rem;font-weight:300}@media (min-width:576px){.bd-lead{max-width:80%;margin-bottom:1rem;font-size:1.5rem}}.bd-text-purple{color:#563d7c}.bd-text-purple-bright{color:#7952b3}#skippy{display:block;padding:1em;color:#fff;background-color:#563d7c;outline:0}#skippy .skiplink-text{padding:.5em;outline:1px dotted}.bd-toc{-ms-flex-order:2;order:2;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-toc{position:-webkit-sticky;position:sticky;top:4rem;height:calc(100vh - 4rem);overflow-y:auto}}.section-nav{padding-left:0;border-left:1px solid #eee}.section-nav ul{padding-left:1rem}.section-nav ul ul{display:none}.toc-entry{display:block}.toc-entry a{display:block;padding:.125rem 1.5rem;color:#99979c}.toc-entry a:hover{color:#007bff;text-decoration:none}.bd-sidebar{-ms-flex-order:0;order:0;border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:768px){.bd-sidebar{border-right:1px solid rgba(0,0,0,.1)}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-sidebar{position:-webkit-sticky;position:sticky;top:4rem;z-index:1000;height:calc(100vh - 4rem)}}}@media (min-width:1200px){.bd-sidebar{-ms-flex:0 1 320px;flex:0 1 320px}}.bd-links{padding-top:1rem;padding-bottom:1rem;margin-right:-15px;margin-left:-15px}@media (min-width:768px){@supports ((position:-webkit-sticky) or (position:sticky)){.bd-links{max-height:calc(100vh - 9rem);overflow-y:auto}}}@media (min-width:768px){.bd-links{display:block!important}}.bd-search{position:relative;padding:1rem 15px;margin-right:-15px;margin-left:-15px;border-bottom:1px solid rgba(0,0,0,.05)}.bd-search .form-control:focus{border-color:#7952b3;box-shadow:0 0 0 3px rgba(121,82,179,.25)}.bd-search-docs-toggle{line-height:1;color:#212529}.bd-sidenav{display:none}.bd-toc-link{display:block;padding:.25rem 1.5rem;font-weight:500;color:rgba(0,0,0,.65)}.bd-toc-link:hover{color:rgba(0,0,0,.85);text-decoration:none}.bd-toc-item.active{margin-bottom:1rem}.bd-toc-item.active:not(:first-child){margin-top:1rem}.bd-toc-item.active>.bd-toc-link{color:rgba(0,0,0,.85)}.bd-toc-item.active>.bd-toc-link:hover{background-color:transparent}.bd-toc-item.active>.bd-sidenav{display:block}.bd-sidebar .nav>li>a{display:block;padding:.25rem 1.5rem;font-size:90%;color:rgba(0,0,0,.65)}.bd-sidebar .nav>li>a:hover{color:rgba(0,0,0,.85);text-decoration:none;background-color:transparent}.bd-sidebar .nav>.active:hover>a,.bd-sidebar .nav>.active>a{font-weight:500;color:rgba(0,0,0,.85);background-color:transparent}.bd-footer{font-size:85%;text-align:center;background-color:#f7f7f7}.bd-footer a{font-weight:500;color:#495057}.bd-footer a:focus,.bd-footer a:hover{color:#007bff}.bd-footer p{margin-bottom:0}@media (min-width:576px){.bd-footer{text-align:left}}.bd-footer-links{padding-left:0;margin-bottom:1rem}.bd-footer-links li{display:inline-block}.bd-footer-links li+li{margin-left:1rem}.bd-example-row .row>.col,.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bd-example-row .row+.row{margin-top:1rem}.bd-example-row .flex-items-bottom,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-top{min-height:6rem;background-color:rgba(255,0,0,.1)}.bd-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,.1)}.bd-highlight{background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.15)}.example-container{width:800px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.example-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.example-content-main{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-main{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-main{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}.example-content-secondary{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-secondary{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-secondary{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.bd-example-container{min-width:16rem;max-width:25rem;margin-right:auto;margin-left:auto}.bd-example-container-header{height:3rem;margin-bottom:.5rem;background-color:#fff;border-radius:.25rem}.bd-example-container-sidebar{float:right;width:4rem;height:8rem;background-color:#80bdff;border-radius:.25rem}.bd-example-container-body{height:8rem;margin-right:4.5rem;background-color:#957bbe;border-radius:.25rem}.bd-example-container-fluid{max-width:none}.bd-example{position:relative;padding:1rem;margin:1rem -15px 0;border:solid #f8f9fa;border-width:.2rem 0 0}.bd-example::after{display:block;clear:both;content:""}@media (min-width:576px){.bd-example{padding:1.5rem;margin-right:0;margin-left:0;border-width:.2rem}}.bd-example+.clipboard+.highlight,.bd-example+.highlight{margin-top:0}.bd-example+p{margin-top:2rem}.bd-example .pos-f-t{position:relative;margin:-1rem}@media (min-width:576px){.bd-example .pos-f-t{margin:-1.5rem}}.bd-example .custom-file-input:lang(es)~.custom-file-label::after{content:"Elegir"}.bd-example>.form-control+.form-control{margin-top:.5rem}.bd-example>.alert+.alert,.bd-example>.nav+.nav,.bd-example>.navbar+.navbar,.bd-example>.progress+.btn,.bd-example>.progress+.progress{margin-top:1rem}.bd-example>.dropdown-menu:first-child{position:static;display:block}.bd-example>.form-group:last-child{margin-bottom:0}.bd-example>.close{float:none}.bd-example-type .table .type-info{color:#999;vertical-align:middle}.bd-example-type .table td{padding:1rem 0;border-color:#eee}.bd-example-type .table tr:first-child td{border-top:0}.bd-example-type h1,.bd-example-type h2,.bd-example-type h3,.bd-example-type h4,.bd-example-type h5,.bd-example-type h6{margin-top:0;margin-bottom:0}.bd-example-bg-classes p{padding:1rem}.bd-example>img+img{margin-left:.5rem}.bd-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bd-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bd-example-control-sizing input[type=text]+input[type=text],.bd-example-control-sizing select{margin-top:.5rem}.bd-example-form .input-group{margin-bottom:.5rem}.bd-example>textarea.form-control{resize:vertical}.bd-example>.list-group{max-width:400px}.bd-example .fixed-top,.bd-example .sticky-top{position:static;margin:-1rem -1rem 1rem}.bd-example .fixed-bottom{position:static;margin:1rem -1rem -1rem}@media (min-width:576px){.bd-example .fixed-top,.bd-example .sticky-top{margin:-1.5rem -1.5rem 1rem}.bd-example .fixed-bottom{margin:1rem -1.5rem -1.5rem}}.bd-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.modal{z-index:1072}.modal .popover,.modal .tooltip{z-index:1073}.modal-backdrop{z-index:1071}.bd-example-modal{background-color:#fafafa}.bd-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bd-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bd-example-tabs .nav-tabs{margin-bottom:1rem}.bd-example-popover-static{padding-bottom:1.5rem;background-color:#f9f9f9}.bd-example-popover-static .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.tooltip-demo a{white-space:nowrap}.bd-example-tooltip-static .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.scrollspy-example-2{position:relative;height:350px;overflow:auto}.bd-example-border-utils [class^=border]{display:inline-block;width:5rem;height:5rem;margin:.25rem;background-color:#f5f5f5}.bd-example-border-utils-0 [class^=border]{border:1px solid #dee2e6}.highlight{padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#f8f9fa;-ms-overflow-style:-ms-autohiding-scrollbar}@media (min-width:576px){.highlight{padding:1.5rem}}.bd-content .highlight{margin-right:-15px;margin-left:-15px}@media (min-width:576px){.bd-content .highlight{margin-right:0;margin-left:0}}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#212529}.btn-bd-primary{font-weight:500;color:#7952b3;border-color:#7952b3}.btn-bd-primary:active,.btn-bd-primary:hover{color:#fff;background-color:#7952b3;border-color:#7952b3}.btn-bd-primary:focus{box-shadow:0 0 0 3px rgba(121,82,179,.25)}.btn-bd-download{font-weight:500;color:#ffe484;border-color:#ffe484}.btn-bd-download:active,.btn-bd-download:hover{color:#2a2730;background-color:#ffe484;border-color:#ffe484}.btn-bd-download:focus{box-shadow:0 0 0 3px rgba(255,228,132,.25)}.bd-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bd-callout h4{margin-top:0;margin-bottom:.25rem}.bd-callout p:last-child{margin-bottom:0}.bd-callout code{border-radius:.25rem}.bd-callout+.bd-callout{margin-top:-.25rem}.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h4{color:#5bc0de}.bd-callout-warning{border-left-color:#f0ad4e}.bd-callout-warning h4{color:#f0ad4e}.bd-callout-danger{border-left-color:#d9534f}.bd-callout-danger h4{color:#d9534f}.bd-examples .img-thumbnail{margin-bottom:.75rem}.bd-examples h4{margin-bottom:.25rem}.bd-examples p{margin-bottom:1.25rem}@media (max-width:480px){.bd-examples{margin-right:-.75rem;margin-left:-.75rem}.bd-examples>[class^=col-]{padding-right:.75rem;padding-left:.75rem}}.bd-browser-bugs td p{margin-bottom:0}.bd-browser-bugs th:first-child{width:18%}.bd-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:.25rem}.bd-brand-item{padding:4rem 0;text-align:center}.bd-brand-item+.bd-brand-item{border-top:1px solid #fff}.bd-brand-logos .inverse{color:#fff;background-color:#563d7c}.bd-brand-item h1,.bd-brand-item h3{margin-top:0;margin-bottom:0}.bd-brand-item .bd-booticon{margin-right:auto;margin-left:auto}@media (min-width:768px){.bd-brand-item{display:table-cell;width:1%}.bd-brand-item+.bd-brand-item{border-top:0;border-left:1px solid #fff}.bd-brand-item h1{font-size:4rem}}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{float:left;width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem;border-radius:.25rem}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}}.color-swatches .bd-purple{background-color:#563d7c}.color-swatches .bd-purple-light{background-color:#cbbde2}.color-swatches .bd-purple-lighter{background-color:#e5e1ea}.color-swatches .bd-gray{background-color:#f9f9f9}.swatch-blue{color:#fff;background-color:#007bff}.swatch-indigo{color:#fff;background-color:#6610f2}.swatch-purple{color:#fff;background-color:#6f42c1}.swatch-pink{color:#fff;background-color:#e83e8c}.swatch-red{color:#fff;background-color:#dc3545}.swatch-orange{color:#212529;background-color:#fd7e14}.swatch-yellow{color:#212529;background-color:#ffc107}.swatch-green{color:#fff;background-color:#28a745}.swatch-teal{color:#fff;background-color:#20c997}.swatch-cyan{color:#fff;background-color:#17a2b8}.swatch-white{color:#212529;background-color:#fff}.swatch-gray{color:#fff;background-color:#6c757d}.swatch-gray-dark{color:#fff;background-color:#343a40}.swatch-primary{color:#fff;background-color:#007bff}.swatch-secondary{color:#fff;background-color:#6c757d}.swatch-success{color:#fff;background-color:#28a745}.swatch-info{color:#fff;background-color:#17a2b8}.swatch-warning{color:#212529;background-color:#ffc107}.swatch-danger{color:#fff;background-color:#dc3545}.swatch-light{color:#212529;background-color:#f8f9fa}.swatch-dark{color:#fff;background-color:#343a40}.swatch-100{color:#212529;background-color:#f8f9fa}.swatch-200{color:#212529;background-color:#e9ecef}.swatch-300{color:#212529;background-color:#dee2e6}.swatch-400{color:#212529;background-color:#ced4da}.swatch-500{color:#212529;background-color:#adb5bd}.swatch-600{color:#fff;background-color:#6c757d}.swatch-700{color:#fff;background-color:#495057}.swatch-800{color:#fff;background-color:#343a40}.swatch-900{color:#fff;background-color:#212529}.bd-clipboard{position:relative;display:none;float:right}.bd-clipboard+.highlight{margin-top:0}.btn-clipboard{position:absolute;top:.5rem;right:.5rem;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:transparent;border:0;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#027de7}@media (min-width:768px){.bd-clipboard{display:block}}.hll{background-color:#ffc}.c{color:#999}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1{color:#999}.cs{color:#999}.gd{background-color:#fcc;border:1px solid #c00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#cfc;border:1px solid #0c0}.go{color:#aaa}.gp{color:#009}.gu{color:#030}.gt{color:#9c6}.kc{color:#069}.kd{color:#069}.kn{color:#069}.kp{color:#069}.kr{color:#069}.kt{color:#078}.m{color:#f60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0a8}.no{color:#360}.nd{color:#99f}.ni{color:#999}.ne{color:#c00}.nf{color:#c0f}.nl{color:#99f}.nn{color:#0cf}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf{color:#f60}.mh{color:#f60}.mi{color:#f60}.mo{color:#f60}.sb{color:#c30}.sc{color:#c30}.sd{font-style:italic;color:#c30}.s2{color:#c30}.se{color:#c30}.sh{color:#c30}.si{color:#a00}.sx{color:#c30}.sr{color:#3aa}.s1{color:#c30}.ss{color:#fc3}.bp{color:#366}.vc{color:#033}.vg{color:#033}.vi{color:#033}.il{color:#f60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}.language-bash::before,.language-sh::before{color:#009;content:"$ ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.language-powershell::before{color:#009;content:"PM> ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.anchorjs-link{font-weight:400;color:rgba(0,123,255,.5);transition:color .16s linear}.anchorjs-link:hover{color:#007bff;text-decoration:none}.algolia-autocomplete{display:block!important;-ms-flex:1;flex:1}.algolia-autocomplete .ds-dropdown-menu{width:100%;min-width:0!important;max-width:none!important;padding:.75rem 0!important;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.175)}@media (min-width:768px){.algolia-autocomplete .ds-dropdown-menu{width:175%}}.algolia-autocomplete .ds-dropdown-menu::before{display:none!important}.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{padding:0!important;overflow:visible!important;background-color:transparent!important;border:0!important}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{margin-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion{padding:0!important;overflow:visible!important}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{padding:.125rem 1rem!important;margin-top:0!important;font-size:.875rem!important;font-weight:500!important;color:#7952b3!important;border-bottom:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{float:none!important;padding-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:none!important;width:auto!important;padding:0!important;text-align:left!important}.algolia-autocomplete .algolia-docsearch-suggestion--content{float:none!important;width:100%!important;padding:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--content::before{display:none!important}.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header{padding-top:.75rem!important;margin-top:.75rem!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column{display:none!important}.algolia-autocomplete .algolia-docsearch-suggestion--title{display:block;padding:.25rem 1rem!important;margin-bottom:0!important;font-size:.875rem!important;font-weight:400!important}.algolia-autocomplete .algolia-docsearch-suggestion--text{padding:0 1rem .5rem!important;margin-top:-.25rem;font-size:.875rem!important;font-weight:400;line-height:1.25!important}.algolia-autocomplete .algolia-docsearch-footer{float:none!important;width:auto!important;height:auto!important;padding:.75rem 1rem 0;font-size:.75rem!important;line-height:1!important;color:#767676!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .algolia-docsearch-footer--logo{display:inline!important;overflow:visible!important;color:inherit!important;text-indent:0!important;background:0 0!important}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#5f2dab;background-color:rgba(154,132,187,.12)}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 rgba(95,45,171,.5)!important}.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content{background-color:rgba(208,189,236,.15)!important} /*# sourceMappingURL=docs.min.css.map */ \ No newline at end of file diff --git a/site/docs/4.1/assets/css/docs.min.css.map b/site/docs/4.1/assets/css/docs.min.css.map index ff148d83d7d3bd715974c1adb5b5eac35353f5d0..d917adf3d13489e8e261609444721bb033a8a843 100644 GIT binary patch delta 44 ycmeylm*wYPmJM6?u^1W{s7_AUE57-{zN-;n-t<5*M#L9PUlwOnV+R1WB@nFu delta 41 zcmV+^0M`Hcy#)Ea1hBQflD;gH|GPVr@5KhQBEN%Jm!2B|7MBng0T{Q_7Xc;*(A*Mb