alexx876

Untitled

Oct 21st, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 108.17 KB | None | 0 0
  1. /*! * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
  2. .g-0,.gy-0,.row{
  3.     --bs-gutter-y:0
  4. }
  5. .ratio,sub,sup{
  6.     position:relative
  7. }
  8. .link-primary,a{
  9.     color:#0d6efd
  10. }
  11. *,.row>*,::after,::before{
  12.     box-sizing:border-box
  13. }
  14. a>code,hr,pre code{
  15.     color:inherit
  16. }
  17. .form-control-color:not(:disabled):not([readonly]),.form-control[type=file]:not(:disabled):not([readonly]),[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary{
  18.     cursor:pointer
  19. }
  20. progress,sub,sup{
  21.     vertical-align:baseline
  22. }
  23. .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
  24.     width:100%;
  25.     padding-right:var(--bs-gutter-x,.75rem);
  26.     padding-left:var(--bs-gutter-x,.75rem);
  27.     margin-right:auto;
  28.     margin-left:auto
  29. }
  30. @media (min-width:576px){
  31.     .container,.container-sm{
  32.         max-width:540px
  33.     }
  34.     .col-sm{
  35.         flex:1 0 0%
  36.     }
  37.     .row-cols-sm-auto>*{
  38.         flex:0 0 auto;
  39.         width:auto
  40.     }
  41.     .row-cols-sm-1>*{
  42.         flex:0 0 auto;
  43.         width:100%
  44.     }
  45.     .row-cols-sm-2>*{
  46.         flex:0 0 auto;
  47.         width:50%
  48.     }
  49.     .row-cols-sm-3>*{
  50.         flex:0 0 auto;
  51.         width:33.3333333333%
  52.     }
  53.     .row-cols-sm-4>*{
  54.         flex:0 0 auto;
  55.         width:25%
  56.     }
  57.     .row-cols-sm-5>*{
  58.         flex:0 0 auto;
  59.         width:20%
  60.     }
  61.     .row-cols-sm-6>*{
  62.         flex:0 0 auto;
  63.         width:16.6666666667%
  64.     }
  65. }
  66. @media (min-width:768px){
  67.     .container,.container-md,.container-sm{
  68.         max-width:720px
  69.     }
  70.     .col-md{
  71.         flex:1 0 0%
  72.     }
  73.     .row-cols-md-auto>*{
  74.         flex:0 0 auto;
  75.         width:auto
  76.     }
  77.     .row-cols-md-1>*{
  78.         flex:0 0 auto;
  79.         width:100%
  80.     }
  81.     .row-cols-md-2>*{
  82.         flex:0 0 auto;
  83.         width:50%
  84.     }
  85.     .row-cols-md-3>*{
  86.         flex:0 0 auto;
  87.         width:33.3333333333%
  88.     }
  89.     .row-cols-md-4>*{
  90.         flex:0 0 auto;
  91.         width:25%
  92.     }
  93.     .row-cols-md-5>*{
  94.         flex:0 0 auto;
  95.         width:20%
  96.     }
  97.     .row-cols-md-6>*{
  98.         flex:0 0 auto;
  99.         width:16.6666666667%
  100.     }
  101. }
  102. @media (min-width:992px){
  103.     .container,.container-lg,.container-md,.container-sm{
  104.         max-width:960px
  105.     }
  106.     .col-lg{
  107.         flex:1 0 0%
  108.     }
  109.     .row-cols-lg-auto>*{
  110.         flex:0 0 auto;
  111.         width:auto
  112.     }
  113.     .row-cols-lg-1>*{
  114.         flex:0 0 auto;
  115.         width:100%
  116.     }
  117.     .row-cols-lg-2>*{
  118.         flex:0 0 auto;
  119.         width:50%
  120.     }
  121.     .row-cols-lg-3>*{
  122.         flex:0 0 auto;
  123.         width:33.3333333333%
  124.     }
  125.     .row-cols-lg-4>*{
  126.         flex:0 0 auto;
  127.         width:25%
  128.     }
  129.     .row-cols-lg-5>*{
  130.         flex:0 0 auto;
  131.         width:20%
  132.     }
  133.     .row-cols-lg-6>*{
  134.         flex:0 0 auto;
  135.         width:16.6666666667%
  136.     }
  137. }
  138. @media (min-width:1200px){
  139.     .container,.container-lg,.container-md,.container-sm,.container-xl{
  140.         max-width:1140px
  141.     }
  142.     .col-xl{
  143.         flex:1 0 0%
  144.     }
  145.     .row-cols-xl-auto>*{
  146.         flex:0 0 auto;
  147.         width:auto
  148.     }
  149.     .row-cols-xl-1>*{
  150.         flex:0 0 auto;
  151.         width:100%
  152.     }
  153.     .row-cols-xl-2>*{
  154.         flex:0 0 auto;
  155.         width:50%
  156.     }
  157.     .row-cols-xl-3>*{
  158.         flex:0 0 auto;
  159.         width:33.3333333333%
  160.     }
  161.     .row-cols-xl-4>*{
  162.         flex:0 0 auto;
  163.         width:25%
  164.     }
  165.     .row-cols-xl-5>*{
  166.         flex:0 0 auto;
  167.         width:20%
  168.     }
  169.     .row-cols-xl-6>*{
  170.         flex:0 0 auto;
  171.         width:16.6666666667%
  172.     }
  173. }
  174. .row{
  175.     --bs-gutter-x:1.5rem;
  176.     display:flex;
  177.     flex-wrap:wrap;
  178.     margin-top:calc(var(--bs-gutter-y) * -1);
  179.     margin-right:calc(var(--bs-gutter-x) * -.5);
  180.     margin-left:calc(var(--bs-gutter-x) * -.5)
  181. }
  182. .row>*{
  183.     flex-shrink:0;
  184.     width:100%;
  185.     max-width:100%;
  186.     padding-right:calc(var(--bs-gutter-x) * .5);
  187.     padding-left:calc(var(--bs-gutter-x) * .5);
  188.     margin-top:var(--bs-gutter-y)
  189. }
  190. .col{
  191.     flex:1 0 0%
  192. }
  193. .col-auto,.row-cols-auto>*{
  194.     flex:0 0 auto;
  195.     width:auto
  196. }
  197. .col-12,.row-cols-1>*{
  198.     flex:0 0 auto;
  199.     width:100%
  200. }
  201. .col-6,.row-cols-2>*{
  202.     flex:0 0 auto;
  203.     width:50%
  204. }
  205. .row-cols-3>*{
  206.     flex:0 0 auto;
  207.     width:33.3333333333%
  208. }
  209. .col-3,.row-cols-4>*{
  210.     flex:0 0 auto;
  211.     width:25%
  212. }
  213. .row-cols-5>*{
  214.     flex:0 0 auto;
  215.     width:20%
  216. }
  217. .row-cols-6>*{
  218.     flex:0 0 auto;
  219.     width:16.6666666667%
  220. }
  221. .col-1,.col-2{
  222.     flex:0 0 auto
  223. }
  224. .col-1{
  225.     width:8.33333333%
  226. }
  227. .col-2{
  228.     width:16.66666667%
  229. }
  230. .col-4,.col-5{
  231.     flex:0 0 auto
  232. }
  233. .col-4{
  234.     width:33.33333333%
  235. }
  236. .col-5{
  237.     width:41.66666667%
  238. }
  239. .col-7,.col-8{
  240.     flex:0 0 auto
  241. }
  242. .col-7{
  243.     width:58.33333333%
  244. }
  245. .col-8{
  246.     width:66.66666667%
  247. }
  248. .col-9{
  249.     flex:0 0 auto;
  250.     width:75%
  251. }
  252. .col-10{
  253.     flex:0 0 auto;
  254.     width:83.33333333%
  255. }
  256. .col-11{
  257.     flex:0 0 auto;
  258.     width:91.66666667%
  259. }
  260. .offset-1{
  261.     margin-left:8.33333333%
  262. }
  263. .offset-2{
  264.     margin-left:16.66666667%
  265. }
  266. .offset-3{
  267.     margin-left:25%
  268. }
  269. .offset-4{
  270.     margin-left:33.33333333%
  271. }
  272. .offset-5{
  273.     margin-left:41.66666667%
  274. }
  275. .offset-6{
  276.     margin-left:50%
  277. }
  278. .offset-7{
  279.     margin-left:58.33333333%
  280. }
  281. .offset-8{
  282.     margin-left:66.66666667%
  283. }
  284. .offset-9{
  285.     margin-left:75%
  286. }
  287. .offset-10{
  288.     margin-left:83.33333333%
  289. }
  290. .offset-11{
  291.     margin-left:91.66666667%
  292. }
  293. .g-0,.gx-0{
  294.     --bs-gutter-x:0
  295. }
  296. .g-1,.gx-1{
  297.     --bs-gutter-x:0.25rem
  298. }
  299. .g-1,.gy-1{
  300.     --bs-gutter-y:0.25rem
  301. }
  302. .g-2,.gx-2{
  303.     --bs-gutter-x:0.5rem
  304. }
  305. .g-2,.gy-2{
  306.     --bs-gutter-y:0.5rem
  307. }
  308. .g-3,.gx-3{
  309.     --bs-gutter-x:1rem
  310. }
  311. .g-3,.gy-3{
  312.     --bs-gutter-y:1rem
  313. }
  314. .g-4,.gx-4{
  315.     --bs-gutter-x:1.5rem
  316. }
  317. .g-4,.gy-4{
  318.     --bs-gutter-y:1.5rem
  319. }
  320. .g-5,.gx-5{
  321.     --bs-gutter-x:3rem
  322. }
  323. .g-5,.gy-5{
  324.     --bs-gutter-y:3rem
  325. }
  326. /*! * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
  327. .clearfix::after{
  328.     display:block;
  329.     clear:both;
  330.     content:""
  331. }
  332. .link-primary:focus,.link-primary:hover,a:hover{
  333.     color:#0a58ca
  334. }
  335. .link-secondary{
  336.     color:#6c757d
  337. }
  338. .link-secondary:focus,.link-secondary:hover{
  339.     color:#565e64
  340. }
  341. .link-success{
  342.     color:#198754
  343. }
  344. .link-success:focus,.link-success:hover{
  345.     color:#146c43
  346. }
  347. .link-info{
  348.     color:#0dcaf0
  349. }
  350. .link-info:focus,.link-info:hover{
  351.     color:#3dd5f3
  352. }
  353. .link-warning{
  354.     color:#ffc107
  355. }
  356. .link-warning:focus,.link-warning:hover{
  357.     color:#ffcd39
  358. }
  359. .link-danger{
  360.     color:#dc3545
  361. }
  362. .link-danger:focus,.link-danger:hover{
  363.     color:#b02a37
  364. }
  365. .link-light{
  366.     color:#f8f9fa
  367. }
  368. .link-light:focus,.link-light:hover{
  369.     color:#f9fafb
  370. }
  371. .link-dark{
  372.     color:#212529
  373. }
  374. .link-dark:focus,.link-dark:hover{
  375.     color:#1a1e21
  376. }
  377. .ratio{
  378.     width:100%
  379. }
  380. .ratio::before{
  381.     display:block;
  382.     padding-top:var(--bs-aspect-ratio);
  383.     content:""
  384. }
  385. .ratio>*{
  386.     position:absolute;
  387.     top:0;
  388.     left:0;
  389.     width:100%;
  390.     height:100%
  391. }
  392. .fixed-bottom,.fixed-top{
  393.     position:fixed;
  394.     z-index:1030;
  395.     right:0;
  396.     left:0
  397. }
  398. .ratio-1x1{
  399.     --bs-aspect-ratio:100%
  400. }
  401. .ratio-4x3{
  402.     --bs-aspect-ratio:calc(3 / 4 * 100%)
  403. }
  404. .ratio-16x9{
  405.     --bs-aspect-ratio:calc(9 / 16 * 100%)
  406. }
  407. .ratio-21x9{
  408.     --bs-aspect-ratio:calc(9 / 21 * 100%)
  409. }
  410. .fixed-top{
  411.     top:0
  412. }
  413. .fixed-bottom{
  414.     bottom:0
  415. }
  416. .sticky-top{
  417.     position:-webkit-sticky;
  418.     position:sticky;
  419.     top:0;
  420.     z-index:1020
  421. }
  422. .visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){
  423.     position:absolute!important;
  424.     width:1px!important;
  425.     height:1px!important;
  426.     padding:0!important;
  427.     margin:-1px!important;
  428.     overflow:hidden!important;
  429.     clip:rect(0,0,0,0)!important;
  430.     white-space:nowrap!important;
  431.     border:0!important
  432. }
  433. .form-control[type=file],.text-truncate{
  434.     overflow:hidden
  435. }
  436. .stretched-link::after{
  437.     position:absolute;
  438.     top:0;
  439.     right:0;
  440.     bottom:0;
  441.     left:0;
  442.     z-index:1;
  443.     content:""
  444. }
  445. .text-truncate{
  446.     text-overflow:ellipsis;
  447.     white-space:nowrap
  448. }
  449. .align-baseline{
  450.     vertical-align:baseline!important
  451. }
  452. .align-top{
  453.     vertical-align:top!important
  454. }
  455. .align-middle{
  456.     vertical-align:middle!important
  457. }
  458. .align-bottom{
  459.     vertical-align:bottom!important
  460. }
  461. .align-text-bottom{
  462.     vertical-align:text-bottom!important
  463. }
  464. .align-text-top{
  465.     vertical-align:text-top!important
  466. }
  467. .float-start{
  468.     float:left!important
  469. }
  470. .float-end{
  471.     float:right!important
  472. }
  473. .float-none{
  474.     float:none!important
  475. }
  476. .overflow-auto{
  477.     overflow:auto!important
  478. }
  479. .overflow-hidden{
  480.     overflow:hidden!important
  481. }
  482. .overflow-visible{
  483.     overflow:visible!important
  484. }
  485. .overflow-scroll{
  486.     overflow:scroll!important
  487. }
  488. .d-inline{
  489.     display:inline!important
  490. }
  491. .d-inline-block{
  492.     display:inline-block!important
  493. }
  494. .d-block{
  495.     display:block!important
  496. }
  497. .d-grid{
  498.     display:grid!important
  499. }
  500. .d-table{
  501.     display:table!important
  502. }
  503. .d-table-row{
  504.     display:table-row!important
  505. }
  506. .d-table-cell{
  507.     display:table-cell!important
  508. }
  509. .d-flex{
  510.     display:flex!important
  511. }
  512. .d-inline-flex{
  513.     display:inline-flex!important
  514. }
  515. .d-none,[hidden]{
  516.     display:none!important
  517. }
  518. .shadow{
  519.     box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
  520. }
  521. .shadow-sm{
  522.     box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
  523. }
  524. .shadow-lg{
  525.     box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
  526. }
  527. .shadow-none{
  528.     box-shadow:none!important
  529. }
  530. .position-static{
  531.     position:static!important
  532. }
  533. .position-relative{
  534.     position:relative!important
  535. }
  536. .position-absolute{
  537.     position:absolute!important
  538. }
  539. .position-fixed{
  540.     position:fixed!important
  541. }
  542. .position-sticky{
  543.     position:-webkit-sticky!important;
  544.     position:sticky!important
  545. }
  546. .top-0{
  547.     top:0!important
  548. }
  549. .top-50{
  550.     top:50%!important
  551. }
  552. .top-100{
  553.     top:100%!important
  554. }
  555. .bottom-0{
  556.     bottom:0!important
  557. }
  558. .bottom-50{
  559.     bottom:50%!important
  560. }
  561. .bottom-100{
  562.     bottom:100%!important
  563. }
  564. .start-0{
  565.     left:0!important
  566. }
  567. .start-50{
  568.     left:50%!important
  569. }
  570. .start-100{
  571.     left:100%!important
  572. }
  573. .end-0{
  574.     right:0!important
  575. }
  576. .end-50{
  577.     right:50%!important
  578. }
  579. .end-100{
  580.     right:100%!important
  581. }
  582. .translate-middle{
  583.     transform:translate(-50%,-50%)!important
  584. }
  585. .translate-middle-x{
  586.     transform:translateX(-50%)!important
  587. }
  588. .translate-middle-y{
  589.     transform:translateY(-50%)!important
  590. }
  591. .border{
  592.     border:1px solid #dee2e6!important
  593. }
  594. .border-0{
  595.     border:0!important
  596. }
  597. .border-top{
  598.     border-top:1px solid #dee2e6!important
  599. }
  600. .border-top-0{
  601.     border-top:0!important
  602. }
  603. .border-end{
  604.     border-right:1px solid #dee2e6!important
  605. }
  606. .border-end-0{
  607.     border-right:0!important
  608. }
  609. .border-bottom{
  610.     border-bottom:1px solid #dee2e6!important
  611. }
  612. .border-bottom-0{
  613.     border-bottom:0!important
  614. }
  615. .border-start{
  616.     border-left:1px solid #dee2e6!important
  617. }
  618. .border-start-0{
  619.     border-left:0!important
  620. }
  621. .border-primary{
  622.     border-color:#0d6efd!important
  623. }
  624. .border-secondary{
  625.     border-color:#6c757d!important
  626. }
  627. .border-success{
  628.     border-color:#198754!important
  629. }
  630. .border-info{
  631.     border-color:#0dcaf0!important
  632. }
  633. .border-warning{
  634.     border-color:#ffc107!important
  635. }
  636. .border-danger{
  637.     border-color:#dc3545!important
  638. }
  639. .border-light{
  640.     border-color:#f8f9fa!important
  641. }
  642. .border-dark{
  643.     border-color:#212529!important
  644. }
  645. .border-white{
  646.     border-color:#fff!important
  647. }
  648. .border-1{
  649.     border-width:1px!important
  650. }
  651. .border-2{
  652.     border-width:2px!important
  653. }
  654. .border-3{
  655.     border-width:3px!important
  656. }
  657. .border-4{
  658.     border-width:4px!important
  659. }
  660. .border-5{
  661.     border-width:5px!important
  662. }
  663. .w-25{
  664.     width:25%!important
  665. }
  666. .w-50{
  667.     width:50%!important
  668. }
  669. .w-75{
  670.     width:75%!important
  671. }
  672. .w-100{
  673.     width:100%!important
  674. }
  675. .w-auto{
  676.     width:auto!important
  677. }
  678. .mw-100{
  679.     max-width:100%!important
  680. }
  681. .vw-100{
  682.     width:100vw!important
  683. }
  684. .min-vw-100{
  685.     min-width:100vw!important
  686. }
  687. .h-25{
  688.     height:25%!important
  689. }
  690. .h-50{
  691.     height:50%!important
  692. }
  693. .h-75{
  694.     height:75%!important
  695. }
  696. .h-100{
  697.     height:100%!important
  698. }
  699. .h-auto{
  700.     height:auto!important
  701. }
  702. .mh-100{
  703.     max-height:100%!important
  704. }
  705. .vh-100{
  706.     height:100vh!important
  707. }
  708. .min-vh-100{
  709.     min-height:100vh!important
  710. }
  711. .flex-fill{
  712.     flex:1 1 auto!important
  713. }
  714. .flex-row{
  715.     flex-direction:row!important
  716. }
  717. .flex-column{
  718.     flex-direction:column!important
  719. }
  720. .flex-row-reverse{
  721.     flex-direction:row-reverse!important
  722. }
  723. .flex-column-reverse{
  724.     flex-direction:column-reverse!important
  725. }
  726. .flex-grow-0{
  727.     flex-grow:0!important
  728. }
  729. .flex-grow-1{
  730.     flex-grow:1!important
  731. }
  732. .flex-shrink-0{
  733.     flex-shrink:0!important
  734. }
  735. .flex-shrink-1{
  736.     flex-shrink:1!important
  737. }
  738. .flex-wrap{
  739.     flex-wrap:wrap!important
  740. }
  741. .flex-nowrap{
  742.     flex-wrap:nowrap!important
  743. }
  744. .flex-wrap-reverse{
  745.     flex-wrap:wrap-reverse!important
  746. }
  747. .gap-0{
  748.     gap:0!important
  749. }
  750. .gap-1{
  751.     gap:.25rem!important
  752. }
  753. .gap-2{
  754.     gap:.5rem!important
  755. }
  756. .gap-3{
  757.     gap:1rem!important
  758. }
  759. .gap-4{
  760.     gap:1.5rem!important
  761. }
  762. .gap-5{
  763.     gap:3rem!important
  764. }
  765. .justify-content-start{
  766.     justify-content:flex-start!important
  767. }
  768. .justify-content-end{
  769.     justify-content:flex-end!important
  770. }
  771. .justify-content-center{
  772.     justify-content:center!important
  773. }
  774. .justify-content-between{
  775.     justify-content:space-between!important
  776. }
  777. .justify-content-around{
  778.     justify-content:space-around!important
  779. }
  780. .justify-content-evenly{
  781.     justify-content:space-evenly!important
  782. }
  783. .align-items-start{
  784.     align-items:flex-start!important
  785. }
  786. .align-items-end{
  787.     align-items:flex-end!important
  788. }
  789. .align-items-center{
  790.     align-items:center!important
  791. }
  792. .align-items-baseline{
  793.     align-items:baseline!important
  794. }
  795. .align-items-stretch{
  796.     align-items:stretch!important
  797. }
  798. .align-content-start{
  799.     align-content:flex-start!important
  800. }
  801. .align-content-end{
  802.     align-content:flex-end!important
  803. }
  804. .align-content-center{
  805.     align-content:center!important
  806. }
  807. .align-content-between{
  808.     align-content:space-between!important
  809. }
  810. .align-content-around{
  811.     align-content:space-around!important
  812. }
  813. .align-content-stretch{
  814.     align-content:stretch!important
  815. }
  816. .align-self-auto{
  817.     align-self:auto!important
  818. }
  819. .align-self-start{
  820.     align-self:flex-start!important
  821. }
  822. .align-self-end{
  823.     align-self:flex-end!important
  824. }
  825. .align-self-center{
  826.     align-self:center!important
  827. }
  828. .align-self-baseline{
  829.     align-self:baseline!important
  830. }
  831. .align-self-stretch{
  832.     align-self:stretch!important
  833. }
  834. .order-first{
  835.     order:-1!important
  836. }
  837. .order-0{
  838.     order:0!important
  839. }
  840. .order-1{
  841.     order:1!important
  842. }
  843. .order-2{
  844.     order:2!important
  845. }
  846. .order-3{
  847.     order:3!important
  848. }
  849. .order-4{
  850.     order:4!important
  851. }
  852. .order-5{
  853.     order:5!important
  854. }
  855. .order-last{
  856.     order:6!important
  857. }
  858. .m-0{
  859.     margin:0!important
  860. }
  861. .m-1{
  862.     margin:.25rem!important
  863. }
  864. .m-2{
  865.     margin:.5rem!important
  866. }
  867. .m-3{
  868.     margin:1rem!important
  869. }
  870. .m-4{
  871.     margin:1.5rem!important
  872. }
  873. .m-5{
  874.     margin:3rem!important
  875. }
  876. .m-auto{
  877.     margin:auto!important
  878. }
  879. .mx-0{
  880.     margin-right:0!important;
  881.     margin-left:0!important
  882. }
  883. .mx-1{
  884.     margin-right:.25rem!important;
  885.     margin-left:.25rem!important
  886. }
  887. .mx-2{
  888.     margin-right:.5rem!important;
  889.     margin-left:.5rem!important
  890. }
  891. .mx-3{
  892.     margin-right:1rem!important;
  893.     margin-left:1rem!important
  894. }
  895. .mx-4{
  896.     margin-right:1.5rem!important;
  897.     margin-left:1.5rem!important
  898. }
  899. .mx-5{
  900.     margin-right:3rem!important;
  901.     margin-left:3rem!important
  902. }
  903. .mx-auto{
  904.     margin-right:auto!important;
  905.     margin-left:auto!important
  906. }
  907. .my-0{
  908.     margin-top:0!important;
  909.     margin-bottom:0!important
  910. }
  911. .my-1{
  912.     margin-top:.25rem!important;
  913.     margin-bottom:.25rem!important
  914. }
  915. .my-2{
  916.     margin-top:.5rem!important;
  917.     margin-bottom:.5rem!important
  918. }
  919. .my-3{
  920.     margin-top:1rem!important;
  921.     margin-bottom:1rem!important
  922. }
  923. .my-4{
  924.     margin-top:1.5rem!important;
  925.     margin-bottom:1.5rem!important
  926. }
  927. .my-5{
  928.     margin-top:3rem!important;
  929.     margin-bottom:3rem!important
  930. }
  931. .my-auto{
  932.     margin-top:auto!important;
  933.     margin-bottom:auto!important
  934. }
  935. .mt-0{
  936.     margin-top:0!important
  937. }
  938. .mt-1{
  939.     margin-top:.25rem!important
  940. }
  941. .mt-2{
  942.     margin-top:.5rem!important
  943. }
  944. .mt-3{
  945.     margin-top:1rem!important
  946. }
  947. .mt-4{
  948.     margin-top:1.5rem!important
  949. }
  950. .mt-5{
  951.     margin-top:3rem!important
  952. }
  953. .mt-auto{
  954.     margin-top:auto!important
  955. }
  956. .me-0{
  957.     margin-right:0!important
  958. }
  959. .me-1{
  960.     margin-right:.25rem!important
  961. }
  962. .me-2{
  963.     margin-right:.5rem!important
  964. }
  965. .me-3{
  966.     margin-right:1rem!important
  967. }
  968. .me-4{
  969.     margin-right:1.5rem!important
  970. }
  971. .me-5{
  972.     margin-right:3rem!important
  973. }
  974. .me-auto{
  975.     margin-right:auto!important
  976. }
  977. .mb-0{
  978.     margin-bottom:0!important
  979. }
  980. .mb-1{
  981.     margin-bottom:.25rem!important
  982. }
  983. .mb-2{
  984.     margin-bottom:.5rem!important
  985. }
  986. .mb-3{
  987.     margin-bottom:1rem!important
  988. }
  989. .mb-4{
  990.     margin-bottom:1.5rem!important
  991. }
  992. .mb-5{
  993.     margin-bottom:3rem!important
  994. }
  995. .mb-auto{
  996.     margin-bottom:auto!important
  997. }
  998. .ms-0{
  999.     margin-left:0!important
  1000. }
  1001. .ms-1{
  1002.     margin-left:.25rem!important
  1003. }
  1004. .ms-2{
  1005.     margin-left:.5rem!important
  1006. }
  1007. .ms-3{
  1008.     margin-left:1rem!important
  1009. }
  1010. .ms-4{
  1011.     margin-left:1.5rem!important
  1012. }
  1013. .ms-5{
  1014.     margin-left:3rem!important
  1015. }
  1016. .ms-auto{
  1017.     margin-left:auto!important
  1018. }
  1019. .p-0{
  1020.     padding:0!important
  1021. }
  1022. .p-1{
  1023.     padding:.25rem!important
  1024. }
  1025. .p-2{
  1026.     padding:.5rem!important
  1027. }
  1028. .p-3{
  1029.     padding:1rem!important
  1030. }
  1031. .p-4{
  1032.     padding:1.5rem!important
  1033. }
  1034. .p-5{
  1035.     padding:3rem!important
  1036. }
  1037. .px-0{
  1038.     padding-right:0!important;
  1039.     padding-left:0!important
  1040. }
  1041. .px-1{
  1042.     padding-right:.25rem!important;
  1043.     padding-left:.25rem!important
  1044. }
  1045. .px-2{
  1046.     padding-right:.5rem!important;
  1047.     padding-left:.5rem!important
  1048. }
  1049. .px-3{
  1050.     padding-right:1rem!important;
  1051.     padding-left:1rem!important
  1052. }
  1053. .px-4{
  1054.     padding-right:1.5rem!important;
  1055.     padding-left:1.5rem!important
  1056. }
  1057. .px-5{
  1058.     padding-right:3rem!important;
  1059.     padding-left:3rem!important
  1060. }
  1061. .py-0{
  1062.     padding-top:0!important;
  1063.     padding-bottom:0!important
  1064. }
  1065. .py-1{
  1066.     padding-top:.25rem!important;
  1067.     padding-bottom:.25rem!important
  1068. }
  1069. .py-2{
  1070.     padding-top:.5rem!important;
  1071.     padding-bottom:.5rem!important
  1072. }
  1073. .py-3{
  1074.     padding-top:1rem!important;
  1075.     padding-bottom:1rem!important
  1076. }
  1077. .py-4{
  1078.     padding-top:1.5rem!important;
  1079.     padding-bottom:1.5rem!important
  1080. }
  1081. .py-5{
  1082.     padding-top:3rem!important;
  1083.     padding-bottom:3rem!important
  1084. }
  1085. .pt-0{
  1086.     padding-top:0!important
  1087. }
  1088. .pt-1{
  1089.     padding-top:.25rem!important
  1090. }
  1091. .pt-2{
  1092.     padding-top:.5rem!important
  1093. }
  1094. .pt-3{
  1095.     padding-top:1rem!important
  1096. }
  1097. .pt-4{
  1098.     padding-top:1.5rem!important
  1099. }
  1100. .pt-5{
  1101.     padding-top:3rem!important
  1102. }
  1103. .pe-0{
  1104.     padding-right:0!important
  1105. }
  1106. .pe-1{
  1107.     padding-right:.25rem!important
  1108. }
  1109. .pe-2{
  1110.     padding-right:.5rem!important
  1111. }
  1112. .pe-3{
  1113.     padding-right:1rem!important
  1114. }
  1115. .pe-4{
  1116.     padding-right:1.5rem!important
  1117. }
  1118. .pe-5{
  1119.     padding-right:3rem!important
  1120. }
  1121. .pb-0{
  1122.     padding-bottom:0!important
  1123. }
  1124. .pb-1{
  1125.     padding-bottom:.25rem!important
  1126. }
  1127. .pb-2{
  1128.     padding-bottom:.5rem!important
  1129. }
  1130. .pb-3{
  1131.     padding-bottom:1rem!important
  1132. }
  1133. .pb-4{
  1134.     padding-bottom:1.5rem!important
  1135. }
  1136. .pb-5{
  1137.     padding-bottom:3rem!important
  1138. }
  1139. .ps-0{
  1140.     padding-left:0!important
  1141. }
  1142. .ps-1{
  1143.     padding-left:.25rem!important
  1144. }
  1145. .ps-2{
  1146.     padding-left:.5rem!important
  1147. }
  1148. .ps-3{
  1149.     padding-left:1rem!important
  1150. }
  1151. .ps-4{
  1152.     padding-left:1.5rem!important
  1153. }
  1154. .ps-5{
  1155.     padding-left:3rem!important
  1156. }
  1157. .font-monospace{
  1158.     font-family:var(--bs-font-monospace)!important
  1159. }
  1160. .fs-1{
  1161.     font-size:calc(1.375rem + 1.5vw)!important
  1162. }
  1163. .fs-2{
  1164.     font-size:calc(1.325rem + .9vw)!important
  1165. }
  1166. .fs-3{
  1167.     font-size:calc(1.3rem + .6vw)!important
  1168. }
  1169. .fs-4{
  1170.     font-size:calc(1.275rem + .3vw)!important
  1171. }
  1172. .fs-5{
  1173.     font-size:1.25rem!important
  1174. }
  1175. .fs-6{
  1176.     font-size:1rem!important
  1177. }
  1178. .fst-italic{
  1179.     font-style:italic!important
  1180. }
  1181. .fst-normal{
  1182.     font-style:normal!important
  1183. }
  1184. .fw-light{
  1185.     font-weight:300!important
  1186. }
  1187. .fw-lighter{
  1188.     font-weight:lighter!important
  1189. }
  1190. .fw-normal{
  1191.     font-weight:400!important
  1192. }
  1193. .fw-bold{
  1194.     font-weight:700!important
  1195. }
  1196. .fw-bolder{
  1197.     font-weight:bolder!important
  1198. }
  1199. .lh-1{
  1200.     line-height:1!important
  1201. }
  1202. .lh-sm{
  1203.     line-height:1.25!important
  1204. }
  1205. .lh-base{
  1206.     line-height:1.5!important
  1207. }
  1208. .lh-lg{
  1209.     line-height:2!important
  1210. }
  1211. .text-start{
  1212.     text-align:left!important
  1213. }
  1214. .text-end{
  1215.     text-align:right!important
  1216. }
  1217. .text-center{
  1218.     text-align:center!important
  1219. }
  1220. .text-decoration-none{
  1221.     text-decoration:none!important
  1222. }
  1223. .text-decoration-underline{
  1224.     text-decoration:underline!important
  1225. }
  1226. .text-decoration-line-through{
  1227.     text-decoration:line-through!important
  1228. }
  1229. .text-lowercase{
  1230.     text-transform:lowercase!important
  1231. }
  1232. .text-uppercase{
  1233.     text-transform:uppercase!important
  1234. }
  1235. .text-capitalize{
  1236.     text-transform:capitalize!important
  1237. }
  1238. .text-wrap{
  1239.     white-space:normal!important
  1240. }
  1241. .text-nowrap{
  1242.     white-space:nowrap!important
  1243. }
  1244. .text-break{
  1245.     word-wrap:break-word!important;
  1246.     word-break:break-word!important
  1247. }
  1248. .text-primary{
  1249.     color:#0d6efd!important
  1250. }
  1251. .text-muted,.text-secondary{
  1252.     color:#6c757d!important
  1253. }
  1254. .text-success{
  1255.     color:#198754!important
  1256. }
  1257. .text-info{
  1258.     color:#0dcaf0!important
  1259. }
  1260. .text-warning{
  1261.     color:#ffc107!important
  1262. }
  1263. .text-danger{
  1264.     color:#dc3545!important
  1265. }
  1266. .text-light{
  1267.     color:#f8f9fa!important
  1268. }
  1269. .text-body,.text-dark{
  1270.     color:#212529!important
  1271. }
  1272. .text-white{
  1273.     color:#fff!important
  1274. }
  1275. .text-black-50{
  1276.     color:rgba(0,0,0,.5)!important
  1277. }
  1278. .text-white-50{
  1279.     color:rgba(255,255,255,.5)!important
  1280. }
  1281. .text-reset{
  1282.     color:inherit!important
  1283. }
  1284. .bg-primary{
  1285.     background-color:#0d6efd!important
  1286. }
  1287. .bg-secondary{
  1288.     background-color:#6c757d!important
  1289. }
  1290. .bg-success{
  1291.     background-color:#198754!important
  1292. }
  1293. .bg-info{
  1294.     background-color:#0dcaf0!important
  1295. }
  1296. .bg-warning{
  1297.     background-color:#ffc107!important
  1298. }
  1299. .bg-danger{
  1300.     background-color:#dc3545!important
  1301. }
  1302. .bg-light{
  1303.     background-color:#f8f9fa!important
  1304. }
  1305. .bg-dark{
  1306.     background-color:#212529!important
  1307. }
  1308. .bg-body,.bg-white{
  1309.     background-color:#fff!important
  1310. }
  1311. .bg-transparent{
  1312.     background-color:transparent!important
  1313. }
  1314. .form-control,.form-control:focus{
  1315.     color:#212529;
  1316.     background-color:#fff
  1317. }
  1318. .bg-gradient{
  1319.     background-image:var(--bs-gradient)!important
  1320. }
  1321. .user-select-all{
  1322.     -webkit-user-select:all!important;
  1323.     -moz-user-select:all!important;
  1324.     user-select:all!important
  1325. }
  1326. .user-select-auto{
  1327.     -webkit-user-select:auto!important;
  1328.     -moz-user-select:auto!important;
  1329.     user-select:auto!important
  1330. }
  1331. .user-select-none{
  1332.     -webkit-user-select:none!important;
  1333.     -moz-user-select:none!important;
  1334.     user-select:none!important
  1335. }
  1336. .pe-none{
  1337.     pointer-events:none!important
  1338. }
  1339. .pe-auto{
  1340.     pointer-events:auto!important
  1341. }
  1342. .rounded,.rounded-2{
  1343.     border-radius:.25rem!important
  1344. }
  1345. .rounded-0{
  1346.     border-radius:0!important
  1347. }
  1348. .rounded-1{
  1349.     border-radius:.2rem!important
  1350. }
  1351. .rounded-3{
  1352.     border-radius:.3rem!important
  1353. }
  1354. .rounded-circle{
  1355.     border-radius:50%!important
  1356. }
  1357. .rounded-pill{
  1358.     border-radius:50rem!important
  1359. }
  1360. .rounded-end,.rounded-top{
  1361.     border-top-right-radius:.25rem!important
  1362. }
  1363. .rounded-bottom,.rounded-end{
  1364.     border-bottom-right-radius:.25rem!important
  1365. }
  1366. .rounded-bottom,.rounded-start{
  1367.     border-bottom-left-radius:.25rem!important
  1368. }
  1369. .rounded-start,.rounded-top{
  1370.     border-top-left-radius:.25rem!important
  1371. }
  1372. .visible{
  1373.     visibility:visible!important
  1374. }
  1375. .invisible{
  1376.     visibility:hidden!important
  1377. }
  1378. @media (min-width:576px){
  1379.     .col-sm-auto{
  1380.         flex:0 0 auto;
  1381.         width:auto
  1382.     }
  1383.     .col-sm-1{
  1384.         flex:0 0 auto;
  1385.         width:8.33333333%
  1386.     }
  1387.     .col-sm-2{
  1388.         flex:0 0 auto;
  1389.         width:16.66666667%
  1390.     }
  1391.     .col-sm-3{
  1392.         flex:0 0 auto;
  1393.         width:25%
  1394.     }
  1395.     .col-sm-4{
  1396.         flex:0 0 auto;
  1397.         width:33.33333333%
  1398.     }
  1399.     .col-sm-5{
  1400.         flex:0 0 auto;
  1401.         width:41.66666667%
  1402.     }
  1403.     .col-sm-6{
  1404.         flex:0 0 auto;
  1405.         width:50%
  1406.     }
  1407.     .col-sm-7{
  1408.         flex:0 0 auto;
  1409.         width:58.33333333%
  1410.     }
  1411.     .col-sm-8{
  1412.         flex:0 0 auto;
  1413.         width:66.66666667%
  1414.     }
  1415.     .col-sm-9{
  1416.         flex:0 0 auto;
  1417.         width:75%
  1418.     }
  1419.     .col-sm-10{
  1420.         flex:0 0 auto;
  1421.         width:83.33333333%
  1422.     }
  1423.     .col-sm-11{
  1424.         flex:0 0 auto;
  1425.         width:91.66666667%
  1426.     }
  1427.     .col-sm-12{
  1428.         flex:0 0 auto;
  1429.         width:100%
  1430.     }
  1431.     .offset-sm-0{
  1432.         margin-left:0
  1433.     }
  1434.     .offset-sm-1{
  1435.         margin-left:8.33333333%
  1436.     }
  1437.     .offset-sm-2{
  1438.         margin-left:16.66666667%
  1439.     }
  1440.     .offset-sm-3{
  1441.         margin-left:25%
  1442.     }
  1443.     .offset-sm-4{
  1444.         margin-left:33.33333333%
  1445.     }
  1446.     .offset-sm-5{
  1447.         margin-left:41.66666667%
  1448.     }
  1449.     .offset-sm-6{
  1450.         margin-left:50%
  1451.     }
  1452.     .offset-sm-7{
  1453.         margin-left:58.33333333%
  1454.     }
  1455.     .offset-sm-8{
  1456.         margin-left:66.66666667%
  1457.     }
  1458.     .offset-sm-9{
  1459.         margin-left:75%
  1460.     }
  1461.     .offset-sm-10{
  1462.         margin-left:83.33333333%
  1463.     }
  1464.     .offset-sm-11{
  1465.         margin-left:91.66666667%
  1466.     }
  1467.     .g-sm-0,.gx-sm-0{
  1468.         --bs-gutter-x:0
  1469.     }
  1470.     .g-sm-0,.gy-sm-0{
  1471.         --bs-gutter-y:0
  1472.     }
  1473.     .g-sm-1,.gx-sm-1{
  1474.         --bs-gutter-x:0.25rem
  1475.     }
  1476.     .g-sm-1,.gy-sm-1{
  1477.         --bs-gutter-y:0.25rem
  1478.     }
  1479.     .g-sm-2,.gx-sm-2{
  1480.         --bs-gutter-x:0.5rem
  1481.     }
  1482.     .g-sm-2,.gy-sm-2{
  1483.         --bs-gutter-y:0.5rem
  1484.     }
  1485.     .g-sm-3,.gx-sm-3{
  1486.         --bs-gutter-x:1rem
  1487.     }
  1488.     .g-sm-3,.gy-sm-3{
  1489.         --bs-gutter-y:1rem
  1490.     }
  1491.     .g-sm-4,.gx-sm-4{
  1492.         --bs-gutter-x:1.5rem
  1493.     }
  1494.     .g-sm-4,.gy-sm-4{
  1495.         --bs-gutter-y:1.5rem
  1496.     }
  1497.     .g-sm-5,.gx-sm-5{
  1498.         --bs-gutter-x:3rem
  1499.     }
  1500.     .g-sm-5,.gy-sm-5{
  1501.         --bs-gutter-y:3rem
  1502.     }
  1503.     .sticky-sm-top{
  1504.         position:-webkit-sticky;
  1505.         position:sticky;
  1506.         top:0;
  1507.         z-index:1020
  1508.     }
  1509.     .float-sm-start{
  1510.         float:left!important
  1511.     }
  1512.     .float-sm-end{
  1513.         float:right!important
  1514.     }
  1515.     .float-sm-none{
  1516.         float:none!important
  1517.     }
  1518.     .d-sm-inline{
  1519.         display:inline!important
  1520.     }
  1521.     .d-sm-inline-block{
  1522.         display:inline-block!important
  1523.     }
  1524.     .d-sm-block{
  1525.         display:block!important
  1526.     }
  1527.     .d-sm-grid{
  1528.         display:grid!important
  1529.     }
  1530.     .d-sm-table{
  1531.         display:table!important
  1532.     }
  1533.     .d-sm-table-row{
  1534.         display:table-row!important
  1535.     }
  1536.     .d-sm-table-cell{
  1537.         display:table-cell!important
  1538.     }
  1539.     .d-sm-flex{
  1540.         display:flex!important
  1541.     }
  1542.     .d-sm-inline-flex{
  1543.         display:inline-flex!important
  1544.     }
  1545.     .d-sm-none{
  1546.         display:none!important
  1547.     }
  1548.     .flex-sm-fill{
  1549.         flex:1 1 auto!important
  1550.     }
  1551.     .flex-sm-row{
  1552.         flex-direction:row!important
  1553.     }
  1554.     .flex-sm-column{
  1555.         flex-direction:column!important
  1556.     }
  1557.     .flex-sm-row-reverse{
  1558.         flex-direction:row-reverse!important
  1559.     }
  1560.     .flex-sm-column-reverse{
  1561.         flex-direction:column-reverse!important
  1562.     }
  1563.     .flex-sm-grow-0{
  1564.         flex-grow:0!important
  1565.     }
  1566.     .flex-sm-grow-1{
  1567.         flex-grow:1!important
  1568.     }
  1569.     .flex-sm-shrink-0{
  1570.         flex-shrink:0!important
  1571.     }
  1572.     .flex-sm-shrink-1{
  1573.         flex-shrink:1!important
  1574.     }
  1575.     .flex-sm-wrap{
  1576.         flex-wrap:wrap!important
  1577.     }
  1578.     .flex-sm-nowrap{
  1579.         flex-wrap:nowrap!important
  1580.     }
  1581.     .flex-sm-wrap-reverse{
  1582.         flex-wrap:wrap-reverse!important
  1583.     }
  1584.     .gap-sm-0{
  1585.         gap:0!important
  1586.     }
  1587.     .gap-sm-1{
  1588.         gap:.25rem!important
  1589.     }
  1590.     .gap-sm-2{
  1591.         gap:.5rem!important
  1592.     }
  1593.     .gap-sm-3{
  1594.         gap:1rem!important
  1595.     }
  1596.     .gap-sm-4{
  1597.         gap:1.5rem!important
  1598.     }
  1599.     .gap-sm-5{
  1600.         gap:3rem!important
  1601.     }
  1602.     .justify-content-sm-start{
  1603.         justify-content:flex-start!important
  1604.     }
  1605.     .justify-content-sm-end{
  1606.         justify-content:flex-end!important
  1607.     }
  1608.     .justify-content-sm-center{
  1609.         justify-content:center!important
  1610.     }
  1611.     .justify-content-sm-between{
  1612.         justify-content:space-between!important
  1613.     }
  1614.     .justify-content-sm-around{
  1615.         justify-content:space-around!important
  1616.     }
  1617.     .justify-content-sm-evenly{
  1618.         justify-content:space-evenly!important
  1619.     }
  1620.     .align-items-sm-start{
  1621.         align-items:flex-start!important
  1622.     }
  1623.     .align-items-sm-end{
  1624.         align-items:flex-end!important
  1625.     }
  1626.     .align-items-sm-center{
  1627.         align-items:center!important
  1628.     }
  1629.     .align-items-sm-baseline{
  1630.         align-items:baseline!important
  1631.     }
  1632.     .align-items-sm-stretch{
  1633.         align-items:stretch!important
  1634.     }
  1635.     .align-content-sm-start{
  1636.         align-content:flex-start!important
  1637.     }
  1638.     .align-content-sm-end{
  1639.         align-content:flex-end!important
  1640.     }
  1641.     .align-content-sm-center{
  1642.         align-content:center!important
  1643.     }
  1644.     .align-content-sm-between{
  1645.         align-content:space-between!important
  1646.     }
  1647.     .align-content-sm-around{
  1648.         align-content:space-around!important
  1649.     }
  1650.     .align-content-sm-stretch{
  1651.         align-content:stretch!important
  1652.     }
  1653.     .align-self-sm-auto{
  1654.         align-self:auto!important
  1655.     }
  1656.     .align-self-sm-start{
  1657.         align-self:flex-start!important
  1658.     }
  1659.     .align-self-sm-end{
  1660.         align-self:flex-end!important
  1661.     }
  1662.     .align-self-sm-center{
  1663.         align-self:center!important
  1664.     }
  1665.     .align-self-sm-baseline{
  1666.         align-self:baseline!important
  1667.     }
  1668.     .align-self-sm-stretch{
  1669.         align-self:stretch!important
  1670.     }
  1671.     .order-sm-first{
  1672.         order:-1!important
  1673.     }
  1674.     .order-sm-0{
  1675.         order:0!important
  1676.     }
  1677.     .order-sm-1{
  1678.         order:1!important
  1679.     }
  1680.     .order-sm-2{
  1681.         order:2!important
  1682.     }
  1683.     .order-sm-3{
  1684.         order:3!important
  1685.     }
  1686.     .order-sm-4{
  1687.         order:4!important
  1688.     }
  1689.     .order-sm-5{
  1690.         order:5!important
  1691.     }
  1692.     .order-sm-last{
  1693.         order:6!important
  1694.     }
  1695.     .m-sm-0{
  1696.         margin:0!important
  1697.     }
  1698.     .m-sm-1{
  1699.         margin:.25rem!important
  1700.     }
  1701.     .m-sm-2{
  1702.         margin:.5rem!important
  1703.     }
  1704.     .m-sm-3{
  1705.         margin:1rem!important
  1706.     }
  1707.     .m-sm-4{
  1708.         margin:1.5rem!important
  1709.     }
  1710.     .m-sm-5{
  1711.         margin:3rem!important
  1712.     }
  1713.     .m-sm-auto{
  1714.         margin:auto!important
  1715.     }
  1716.     .mx-sm-0{
  1717.         margin-right:0!important;
  1718.         margin-left:0!important
  1719.     }
  1720.     .mx-sm-1{
  1721.         margin-right:.25rem!important;
  1722.         margin-left:.25rem!important
  1723.     }
  1724.     .mx-sm-2{
  1725.         margin-right:.5rem!important;
  1726.         margin-left:.5rem!important
  1727.     }
  1728.     .mx-sm-3{
  1729.         margin-right:1rem!important;
  1730.         margin-left:1rem!important
  1731.     }
  1732.     .mx-sm-4{
  1733.         margin-right:1.5rem!important;
  1734.         margin-left:1.5rem!important
  1735.     }
  1736.     .mx-sm-5{
  1737.         margin-right:3rem!important;
  1738.         margin-left:3rem!important
  1739.     }
  1740.     .mx-sm-auto{
  1741.         margin-right:auto!important;
  1742.         margin-left:auto!important
  1743.     }
  1744.     .my-sm-0{
  1745.         margin-top:0!important;
  1746.         margin-bottom:0!important
  1747.     }
  1748.     .my-sm-1{
  1749.         margin-top:.25rem!important;
  1750.         margin-bottom:.25rem!important
  1751.     }
  1752.     .my-sm-2{
  1753.         margin-top:.5rem!important;
  1754.         margin-bottom:.5rem!important
  1755.     }
  1756.     .my-sm-3{
  1757.         margin-top:1rem!important;
  1758.         margin-bottom:1rem!important
  1759.     }
  1760.     .my-sm-4{
  1761.         margin-top:1.5rem!important;
  1762.         margin-bottom:1.5rem!important
  1763.     }
  1764.     .my-sm-5{
  1765.         margin-top:3rem!important;
  1766.         margin-bottom:3rem!important
  1767.     }
  1768.     .my-sm-auto{
  1769.         margin-top:auto!important;
  1770.         margin-bottom:auto!important
  1771.     }
  1772.     .mt-sm-0{
  1773.         margin-top:0!important
  1774.     }
  1775.     .mt-sm-1{
  1776.         margin-top:.25rem!important
  1777.     }
  1778.     .mt-sm-2{
  1779.         margin-top:.5rem!important
  1780.     }
  1781.     .mt-sm-3{
  1782.         margin-top:1rem!important
  1783.     }
  1784.     .mt-sm-4{
  1785.         margin-top:1.5rem!important
  1786.     }
  1787.     .mt-sm-5{
  1788.         margin-top:3rem!important
  1789.     }
  1790.     .mt-sm-auto{
  1791.         margin-top:auto!important
  1792.     }
  1793.     .me-sm-0{
  1794.         margin-right:0!important
  1795.     }
  1796.     .me-sm-1{
  1797.         margin-right:.25rem!important
  1798.     }
  1799.     .me-sm-2{
  1800.         margin-right:.5rem!important
  1801.     }
  1802.     .me-sm-3{
  1803.         margin-right:1rem!important
  1804.     }
  1805.     .me-sm-4{
  1806.         margin-right:1.5rem!important
  1807.     }
  1808.     .me-sm-5{
  1809.         margin-right:3rem!important
  1810.     }
  1811.     .me-sm-auto{
  1812.         margin-right:auto!important
  1813.     }
  1814.     .mb-sm-0{
  1815.         margin-bottom:0!important
  1816.     }
  1817.     .mb-sm-1{
  1818.         margin-bottom:.25rem!important
  1819.     }
  1820.     .mb-sm-2{
  1821.         margin-bottom:.5rem!important
  1822.     }
  1823.     .mb-sm-3{
  1824.         margin-bottom:1rem!important
  1825.     }
  1826.     .mb-sm-4{
  1827.         margin-bottom:1.5rem!important
  1828.     }
  1829.     .mb-sm-5{
  1830.         margin-bottom:3rem!important
  1831.     }
  1832.     .mb-sm-auto{
  1833.         margin-bottom:auto!important
  1834.     }
  1835.     .ms-sm-0{
  1836.         margin-left:0!important
  1837.     }
  1838.     .ms-sm-1{
  1839.         margin-left:.25rem!important
  1840.     }
  1841.     .ms-sm-2{
  1842.         margin-left:.5rem!important
  1843.     }
  1844.     .ms-sm-3{
  1845.         margin-left:1rem!important
  1846.     }
  1847.     .ms-sm-4{
  1848.         margin-left:1.5rem!important
  1849.     }
  1850.     .ms-sm-5{
  1851.         margin-left:3rem!important
  1852.     }
  1853.     .ms-sm-auto{
  1854.         margin-left:auto!important
  1855.     }
  1856.     .p-sm-0{
  1857.         padding:0!important
  1858.     }
  1859.     .p-sm-1{
  1860.         padding:.25rem!important
  1861.     }
  1862.     .p-sm-2{
  1863.         padding:.5rem!important
  1864.     }
  1865.     .p-sm-3{
  1866.         padding:1rem!important
  1867.     }
  1868.     .p-sm-4{
  1869.         padding:1.5rem!important
  1870.     }
  1871.     .p-sm-5{
  1872.         padding:3rem!important
  1873.     }
  1874.     .px-sm-0{
  1875.         padding-right:0!important;
  1876.         padding-left:0!important
  1877.     }
  1878.     .px-sm-1{
  1879.         padding-right:.25rem!important;
  1880.         padding-left:.25rem!important
  1881.     }
  1882.     .px-sm-2{
  1883.         padding-right:.5rem!important;
  1884.         padding-left:.5rem!important
  1885.     }
  1886.     .px-sm-3{
  1887.         padding-right:1rem!important;
  1888.         padding-left:1rem!important
  1889.     }
  1890.     .px-sm-4{
  1891.         padding-right:1.5rem!important;
  1892.         padding-left:1.5rem!important
  1893.     }
  1894.     .px-sm-5{
  1895.         padding-right:3rem!important;
  1896.         padding-left:3rem!important
  1897.     }
  1898.     .py-sm-0{
  1899.         padding-top:0!important;
  1900.         padding-bottom:0!important
  1901.     }
  1902.     .py-sm-1{
  1903.         padding-top:.25rem!important;
  1904.         padding-bottom:.25rem!important
  1905.     }
  1906.     .py-sm-2{
  1907.         padding-top:.5rem!important;
  1908.         padding-bottom:.5rem!important
  1909.     }
  1910.     .py-sm-3{
  1911.         padding-top:1rem!important;
  1912.         padding-bottom:1rem!important
  1913.     }
  1914.     .py-sm-4{
  1915.         padding-top:1.5rem!important;
  1916.         padding-bottom:1.5rem!important
  1917.     }
  1918.     .py-sm-5{
  1919.         padding-top:3rem!important;
  1920.         padding-bottom:3rem!important
  1921.     }
  1922.     .pt-sm-0{
  1923.         padding-top:0!important
  1924.     }
  1925.     .pt-sm-1{
  1926.         padding-top:.25rem!important
  1927.     }
  1928.     .pt-sm-2{
  1929.         padding-top:.5rem!important
  1930.     }
  1931.     .pt-sm-3{
  1932.         padding-top:1rem!important
  1933.     }
  1934.     .pt-sm-4{
  1935.         padding-top:1.5rem!important
  1936.     }
  1937.     .pt-sm-5{
  1938.         padding-top:3rem!important
  1939.     }
  1940.     .pe-sm-0{
  1941.         padding-right:0!important
  1942.     }
  1943.     .pe-sm-1{
  1944.         padding-right:.25rem!important
  1945.     }
  1946.     .pe-sm-2{
  1947.         padding-right:.5rem!important
  1948.     }
  1949.     .pe-sm-3{
  1950.         padding-right:1rem!important
  1951.     }
  1952.     .pe-sm-4{
  1953.         padding-right:1.5rem!important
  1954.     }
  1955.     .pe-sm-5{
  1956.         padding-right:3rem!important
  1957.     }
  1958.     .pb-sm-0{
  1959.         padding-bottom:0!important
  1960.     }
  1961.     .pb-sm-1{
  1962.         padding-bottom:.25rem!important
  1963.     }
  1964.     .pb-sm-2{
  1965.         padding-bottom:.5rem!important
  1966.     }
  1967.     .pb-sm-3{
  1968.         padding-bottom:1rem!important
  1969.     }
  1970.     .pb-sm-4{
  1971.         padding-bottom:1.5rem!important
  1972.     }
  1973.     .pb-sm-5{
  1974.         padding-bottom:3rem!important
  1975.     }
  1976.     .ps-sm-0{
  1977.         padding-left:0!important
  1978.     }
  1979.     .ps-sm-1{
  1980.         padding-left:.25rem!important
  1981.     }
  1982.     .ps-sm-2{
  1983.         padding-left:.5rem!important
  1984.     }
  1985.     .ps-sm-3{
  1986.         padding-left:1rem!important
  1987.     }
  1988.     .ps-sm-4{
  1989.         padding-left:1.5rem!important
  1990.     }
  1991.     .ps-sm-5{
  1992.         padding-left:3rem!important
  1993.     }
  1994.     .text-sm-start{
  1995.         text-align:left!important
  1996.     }
  1997.     .text-sm-end{
  1998.         text-align:right!important
  1999.     }
  2000.     .text-sm-center{
  2001.         text-align:center!important
  2002.     }
  2003. }
  2004. @media (min-width:768px){
  2005.     .col-md-auto{
  2006.         flex:0 0 auto;
  2007.         width:auto
  2008.     }
  2009.     .col-md-1{
  2010.         flex:0 0 auto;
  2011.         width:8.33333333%
  2012.     }
  2013.     .col-md-2{
  2014.         flex:0 0 auto;
  2015.         width:16.66666667%
  2016.     }
  2017.     .col-md-3{
  2018.         flex:0 0 auto;
  2019.         width:25%
  2020.     }
  2021.     .col-md-4{
  2022.         flex:0 0 auto;
  2023.         width:33.33333333%
  2024.     }
  2025.     .col-md-5{
  2026.         flex:0 0 auto;
  2027.         width:41.66666667%
  2028.     }
  2029.     .col-md-6{
  2030.         flex:0 0 auto;
  2031.         width:50%
  2032.     }
  2033.     .col-md-7{
  2034.         flex:0 0 auto;
  2035.         width:58.33333333%
  2036.     }
  2037.     .col-md-8{
  2038.         flex:0 0 auto;
  2039.         width:66.66666667%
  2040.     }
  2041.     .col-md-9{
  2042.         flex:0 0 auto;
  2043.         width:75%
  2044.     }
  2045.     .col-md-10{
  2046.         flex:0 0 auto;
  2047.         width:83.33333333%
  2048.     }
  2049.     .col-md-11{
  2050.         flex:0 0 auto;
  2051.         width:91.66666667%
  2052.     }
  2053.     .col-md-12{
  2054.         flex:0 0 auto;
  2055.         width:100%
  2056.     }
  2057.     .offset-md-0{
  2058.         margin-left:0
  2059.     }
  2060.     .offset-md-1{
  2061.         margin-left:8.33333333%
  2062.     }
  2063.     .offset-md-2{
  2064.         margin-left:16.66666667%
  2065.     }
  2066.     .offset-md-3{
  2067.         margin-left:25%
  2068.     }
  2069.     .offset-md-4{
  2070.         margin-left:33.33333333%
  2071.     }
  2072.     .offset-md-5{
  2073.         margin-left:41.66666667%
  2074.     }
  2075.     .offset-md-6{
  2076.         margin-left:50%
  2077.     }
  2078.     .offset-md-7{
  2079.         margin-left:58.33333333%
  2080.     }
  2081.     .offset-md-8{
  2082.         margin-left:66.66666667%
  2083.     }
  2084.     .offset-md-9{
  2085.         margin-left:75%
  2086.     }
  2087.     .offset-md-10{
  2088.         margin-left:83.33333333%
  2089.     }
  2090.     .offset-md-11{
  2091.         margin-left:91.66666667%
  2092.     }
  2093.     .g-md-0,.gx-md-0{
  2094.         --bs-gutter-x:0
  2095.     }
  2096.     .g-md-0,.gy-md-0{
  2097.         --bs-gutter-y:0
  2098.     }
  2099.     .g-md-1,.gx-md-1{
  2100.         --bs-gutter-x:0.25rem
  2101.     }
  2102.     .g-md-1,.gy-md-1{
  2103.         --bs-gutter-y:0.25rem
  2104.     }
  2105.     .g-md-2,.gx-md-2{
  2106.         --bs-gutter-x:0.5rem
  2107.     }
  2108.     .g-md-2,.gy-md-2{
  2109.         --bs-gutter-y:0.5rem
  2110.     }
  2111.     .g-md-3,.gx-md-3{
  2112.         --bs-gutter-x:1rem
  2113.     }
  2114.     .g-md-3,.gy-md-3{
  2115.         --bs-gutter-y:1rem
  2116.     }
  2117.     .g-md-4,.gx-md-4{
  2118.         --bs-gutter-x:1.5rem
  2119.     }
  2120.     .g-md-4,.gy-md-4{
  2121.         --bs-gutter-y:1.5rem
  2122.     }
  2123.     .g-md-5,.gx-md-5{
  2124.         --bs-gutter-x:3rem
  2125.     }
  2126.     .g-md-5,.gy-md-5{
  2127.         --bs-gutter-y:3rem
  2128.     }
  2129.     .sticky-md-top{
  2130.         position:-webkit-sticky;
  2131.         position:sticky;
  2132.         top:0;
  2133.         z-index:1020
  2134.     }
  2135.     .float-md-start{
  2136.         float:left!important
  2137.     }
  2138.     .float-md-end{
  2139.         float:right!important
  2140.     }
  2141.     .float-md-none{
  2142.         float:none!important
  2143.     }
  2144.     .d-md-inline{
  2145.         display:inline!important
  2146.     }
  2147.     .d-md-inline-block{
  2148.         display:inline-block!important
  2149.     }
  2150.     .d-md-block{
  2151.         display:block!important
  2152.     }
  2153.     .d-md-grid{
  2154.         display:grid!important
  2155.     }
  2156.     .d-md-table{
  2157.         display:table!important
  2158.     }
  2159.     .d-md-table-row{
  2160.         display:table-row!important
  2161.     }
  2162.     .d-md-table-cell{
  2163.         display:table-cell!important
  2164.     }
  2165.     .d-md-flex{
  2166.         display:flex!important
  2167.     }
  2168.     .d-md-inline-flex{
  2169.         display:inline-flex!important
  2170.     }
  2171.     .d-md-none{
  2172.         display:none!important
  2173.     }
  2174.     .flex-md-fill{
  2175.         flex:1 1 auto!important
  2176.     }
  2177.     .flex-md-row{
  2178.         flex-direction:row!important
  2179.     }
  2180.     .flex-md-column{
  2181.         flex-direction:column!important
  2182.     }
  2183.     .flex-md-row-reverse{
  2184.         flex-direction:row-reverse!important
  2185.     }
  2186.     .flex-md-column-reverse{
  2187.         flex-direction:column-reverse!important
  2188.     }
  2189.     .flex-md-grow-0{
  2190.         flex-grow:0!important
  2191.     }
  2192.     .flex-md-grow-1{
  2193.         flex-grow:1!important
  2194.     }
  2195.     .flex-md-shrink-0{
  2196.         flex-shrink:0!important
  2197.     }
  2198.     .flex-md-shrink-1{
  2199.         flex-shrink:1!important
  2200.     }
  2201.     .flex-md-wrap{
  2202.         flex-wrap:wrap!important
  2203.     }
  2204.     .flex-md-nowrap{
  2205.         flex-wrap:nowrap!important
  2206.     }
  2207.     .flex-md-wrap-reverse{
  2208.         flex-wrap:wrap-reverse!important
  2209.     }
  2210.     .gap-md-0{
  2211.         gap:0!important
  2212.     }
  2213.     .gap-md-1{
  2214.         gap:.25rem!important
  2215.     }
  2216.     .gap-md-2{
  2217.         gap:.5rem!important
  2218.     }
  2219.     .gap-md-3{
  2220.         gap:1rem!important
  2221.     }
  2222.     .gap-md-4{
  2223.         gap:1.5rem!important
  2224.     }
  2225.     .gap-md-5{
  2226.         gap:3rem!important
  2227.     }
  2228.     .justify-content-md-start{
  2229.         justify-content:flex-start!important
  2230.     }
  2231.     .justify-content-md-end{
  2232.         justify-content:flex-end!important
  2233.     }
  2234.     .justify-content-md-center{
  2235.         justify-content:center!important
  2236.     }
  2237.     .justify-content-md-between{
  2238.         justify-content:space-between!important
  2239.     }
  2240.     .justify-content-md-around{
  2241.         justify-content:space-around!important
  2242.     }
  2243.     .justify-content-md-evenly{
  2244.         justify-content:space-evenly!important
  2245.     }
  2246.     .align-items-md-start{
  2247.         align-items:flex-start!important
  2248.     }
  2249.     .align-items-md-end{
  2250.         align-items:flex-end!important
  2251.     }
  2252.     .align-items-md-center{
  2253.         align-items:center!important
  2254.     }
  2255.     .align-items-md-baseline{
  2256.         align-items:baseline!important
  2257.     }
  2258.     .align-items-md-stretch{
  2259.         align-items:stretch!important
  2260.     }
  2261.     .align-content-md-start{
  2262.         align-content:flex-start!important
  2263.     }
  2264.     .align-content-md-end{
  2265.         align-content:flex-end!important
  2266.     }
  2267.     .align-content-md-center{
  2268.         align-content:center!important
  2269.     }
  2270.     .align-content-md-between{
  2271.         align-content:space-between!important
  2272.     }
  2273.     .align-content-md-around{
  2274.         align-content:space-around!important
  2275.     }
  2276.     .align-content-md-stretch{
  2277.         align-content:stretch!important
  2278.     }
  2279.     .align-self-md-auto{
  2280.         align-self:auto!important
  2281.     }
  2282.     .align-self-md-start{
  2283.         align-self:flex-start!important
  2284.     }
  2285.     .align-self-md-end{
  2286.         align-self:flex-end!important
  2287.     }
  2288.     .align-self-md-center{
  2289.         align-self:center!important
  2290.     }
  2291.     .align-self-md-baseline{
  2292.         align-self:baseline!important
  2293.     }
  2294.     .align-self-md-stretch{
  2295.         align-self:stretch!important
  2296.     }
  2297.     .order-md-first{
  2298.         order:-1!important
  2299.     }
  2300.     .order-md-0{
  2301.         order:0!important
  2302.     }
  2303.     .order-md-1{
  2304.         order:1!important
  2305.     }
  2306.     .order-md-2{
  2307.         order:2!important
  2308.     }
  2309.     .order-md-3{
  2310.         order:3!important
  2311.     }
  2312.     .order-md-4{
  2313.         order:4!important
  2314.     }
  2315.     .order-md-5{
  2316.         order:5!important
  2317.     }
  2318.     .order-md-last{
  2319.         order:6!important
  2320.     }
  2321.     .m-md-0{
  2322.         margin:0!important
  2323.     }
  2324.     .m-md-1{
  2325.         margin:.25rem!important
  2326.     }
  2327.     .m-md-2{
  2328.         margin:.5rem!important
  2329.     }
  2330.     .m-md-3{
  2331.         margin:1rem!important
  2332.     }
  2333.     .m-md-4{
  2334.         margin:1.5rem!important
  2335.     }
  2336.     .m-md-5{
  2337.         margin:3rem!important
  2338.     }
  2339.     .m-md-auto{
  2340.         margin:auto!important
  2341.     }
  2342.     .mx-md-0{
  2343.         margin-right:0!important;
  2344.         margin-left:0!important
  2345.     }
  2346.     .mx-md-1{
  2347.         margin-right:.25rem!important;
  2348.         margin-left:.25rem!important
  2349.     }
  2350.     .mx-md-2{
  2351.         margin-right:.5rem!important;
  2352.         margin-left:.5rem!important
  2353.     }
  2354.     .mx-md-3{
  2355.         margin-right:1rem!important;
  2356.         margin-left:1rem!important
  2357.     }
  2358.     .mx-md-4{
  2359.         margin-right:1.5rem!important;
  2360.         margin-left:1.5rem!important
  2361.     }
  2362.     .mx-md-5{
  2363.         margin-right:3rem!important;
  2364.         margin-left:3rem!important
  2365.     }
  2366.     .mx-md-auto{
  2367.         margin-right:auto!important;
  2368.         margin-left:auto!important
  2369.     }
  2370.     .my-md-0{
  2371.         margin-top:0!important;
  2372.         margin-bottom:0!important
  2373.     }
  2374.     .my-md-1{
  2375.         margin-top:.25rem!important;
  2376.         margin-bottom:.25rem!important
  2377.     }
  2378.     .my-md-2{
  2379.         margin-top:.5rem!important;
  2380.         margin-bottom:.5rem!important
  2381.     }
  2382.     .my-md-3{
  2383.         margin-top:1rem!important;
  2384.         margin-bottom:1rem!important
  2385.     }
  2386.     .my-md-4{
  2387.         margin-top:1.5rem!important;
  2388.         margin-bottom:1.5rem!important
  2389.     }
  2390.     .my-md-5{
  2391.         margin-top:3rem!important;
  2392.         margin-bottom:3rem!important
  2393.     }
  2394.     .my-md-auto{
  2395.         margin-top:auto!important;
  2396.         margin-bottom:auto!important
  2397.     }
  2398.     .mt-md-0{
  2399.         margin-top:0!important
  2400.     }
  2401.     .mt-md-1{
  2402.         margin-top:.25rem!important
  2403.     }
  2404.     .mt-md-2{
  2405.         margin-top:.5rem!important
  2406.     }
  2407.     .mt-md-3{
  2408.         margin-top:1rem!important
  2409.     }
  2410.     .mt-md-4{
  2411.         margin-top:1.5rem!important
  2412.     }
  2413.     .mt-md-5{
  2414.         margin-top:3rem!important
  2415.     }
  2416.     .mt-md-auto{
  2417.         margin-top:auto!important
  2418.     }
  2419.     .me-md-0{
  2420.         margin-right:0!important
  2421.     }
  2422.     .me-md-1{
  2423.         margin-right:.25rem!important
  2424.     }
  2425.     .me-md-2{
  2426.         margin-right:.5rem!important
  2427.     }
  2428.     .me-md-3{
  2429.         margin-right:1rem!important
  2430.     }
  2431.     .me-md-4{
  2432.         margin-right:1.5rem!important
  2433.     }
  2434.     .me-md-5{
  2435.         margin-right:3rem!important
  2436.     }
  2437.     .me-md-auto{
  2438.         margin-right:auto!important
  2439.     }
  2440.     .mb-md-0{
  2441.         margin-bottom:0!important
  2442.     }
  2443.     .mb-md-1{
  2444.         margin-bottom:.25rem!important
  2445.     }
  2446.     .mb-md-2{
  2447.         margin-bottom:.5rem!important
  2448.     }
  2449.     .mb-md-3{
  2450.         margin-bottom:1rem!important
  2451.     }
  2452.     .mb-md-4{
  2453.         margin-bottom:1.5rem!important
  2454.     }
  2455.     .mb-md-5{
  2456.         margin-bottom:3rem!important
  2457.     }
  2458.     .mb-md-auto{
  2459.         margin-bottom:auto!important
  2460.     }
  2461.     .ms-md-0{
  2462.         margin-left:0!important
  2463.     }
  2464.     .ms-md-1{
  2465.         margin-left:.25rem!important
  2466.     }
  2467.     .ms-md-2{
  2468.         margin-left:.5rem!important
  2469.     }
  2470.     .ms-md-3{
  2471.         margin-left:1rem!important
  2472.     }
  2473.     .ms-md-4{
  2474.         margin-left:1.5rem!important
  2475.     }
  2476.     .ms-md-5{
  2477.         margin-left:3rem!important
  2478.     }
  2479.     .ms-md-auto{
  2480.         margin-left:auto!important
  2481.     }
  2482.     .p-md-0{
  2483.         padding:0!important
  2484.     }
  2485.     .p-md-1{
  2486.         padding:.25rem!important
  2487.     }
  2488.     .p-md-2{
  2489.         padding:.5rem!important
  2490.     }
  2491.     .p-md-3{
  2492.         padding:1rem!important
  2493.     }
  2494.     .p-md-4{
  2495.         padding:1.5rem!important
  2496.     }
  2497.     .p-md-5{
  2498.         padding:3rem!important
  2499.     }
  2500.     .px-md-0{
  2501.         padding-right:0!important;
  2502.         padding-left:0!important
  2503.     }
  2504.     .px-md-1{
  2505.         padding-right:.25rem!important;
  2506.         padding-left:.25rem!important
  2507.     }
  2508.     .px-md-2{
  2509.         padding-right:.5rem!important;
  2510.         padding-left:.5rem!important
  2511.     }
  2512.     .px-md-3{
  2513.         padding-right:1rem!important;
  2514.         padding-left:1rem!important
  2515.     }
  2516.     .px-md-4{
  2517.         padding-right:1.5rem!important;
  2518.         padding-left:1.5rem!important
  2519.     }
  2520.     .px-md-5{
  2521.         padding-right:3rem!important;
  2522.         padding-left:3rem!important
  2523.     }
  2524.     .py-md-0{
  2525.         padding-top:0!important;
  2526.         padding-bottom:0!important
  2527.     }
  2528.     .py-md-1{
  2529.         padding-top:.25rem!important;
  2530.         padding-bottom:.25rem!important
  2531.     }
  2532.     .py-md-2{
  2533.         padding-top:.5rem!important;
  2534.         padding-bottom:.5rem!important
  2535.     }
  2536.     .py-md-3{
  2537.         padding-top:1rem!important;
  2538.         padding-bottom:1rem!important
  2539.     }
  2540.     .py-md-4{
  2541.         padding-top:1.5rem!important;
  2542.         padding-bottom:1.5rem!important
  2543.     }
  2544.     .py-md-5{
  2545.         padding-top:3rem!important;
  2546.         padding-bottom:3rem!important
  2547.     }
  2548.     .pt-md-0{
  2549.         padding-top:0!important
  2550.     }
  2551.     .pt-md-1{
  2552.         padding-top:.25rem!important
  2553.     }
  2554.     .pt-md-2{
  2555.         padding-top:.5rem!important
  2556.     }
  2557.     .pt-md-3{
  2558.         padding-top:1rem!important
  2559.     }
  2560.     .pt-md-4{
  2561.         padding-top:1.5rem!important
  2562.     }
  2563.     .pt-md-5{
  2564.         padding-top:3rem!important
  2565.     }
  2566.     .pe-md-0{
  2567.         padding-right:0!important
  2568.     }
  2569.     .pe-md-1{
  2570.         padding-right:.25rem!important
  2571.     }
  2572.     .pe-md-2{
  2573.         padding-right:.5rem!important
  2574.     }
  2575.     .pe-md-3{
  2576.         padding-right:1rem!important
  2577.     }
  2578.     .pe-md-4{
  2579.         padding-right:1.5rem!important
  2580.     }
  2581.     .pe-md-5{
  2582.         padding-right:3rem!important
  2583.     }
  2584.     .pb-md-0{
  2585.         padding-bottom:0!important
  2586.     }
  2587.     .pb-md-1{
  2588.         padding-bottom:.25rem!important
  2589.     }
  2590.     .pb-md-2{
  2591.         padding-bottom:.5rem!important
  2592.     }
  2593.     .pb-md-3{
  2594.         padding-bottom:1rem!important
  2595.     }
  2596.     .pb-md-4{
  2597.         padding-bottom:1.5rem!important
  2598.     }
  2599.     .pb-md-5{
  2600.         padding-bottom:3rem!important
  2601.     }
  2602.     .ps-md-0{
  2603.         padding-left:0!important
  2604.     }
  2605.     .ps-md-1{
  2606.         padding-left:.25rem!important
  2607.     }
  2608.     .ps-md-2{
  2609.         padding-left:.5rem!important
  2610.     }
  2611.     .ps-md-3{
  2612.         padding-left:1rem!important
  2613.     }
  2614.     .ps-md-4{
  2615.         padding-left:1.5rem!important
  2616.     }
  2617.     .ps-md-5{
  2618.         padding-left:3rem!important
  2619.     }
  2620.     .text-md-start{
  2621.         text-align:left!important
  2622.     }
  2623.     .text-md-end{
  2624.         text-align:right!important
  2625.     }
  2626.     .text-md-center{
  2627.         text-align:center!important
  2628.     }
  2629. }
  2630. @media (min-width:992px){
  2631.     .col-lg-auto{
  2632.         flex:0 0 auto;
  2633.         width:auto
  2634.     }
  2635.     .col-lg-1{
  2636.         flex:0 0 auto;
  2637.         width:8.33333333%
  2638.     }
  2639.     .col-lg-2{
  2640.         flex:0 0 auto;
  2641.         width:16.66666667%
  2642.     }
  2643.     .col-lg-3{
  2644.         flex:0 0 auto;
  2645.         width:25%
  2646.     }
  2647.     .col-lg-4{
  2648.         flex:0 0 auto;
  2649.         width:33.33333333%
  2650.     }
  2651.     .col-lg-5{
  2652.         flex:0 0 auto;
  2653.         width:41.66666667%
  2654.     }
  2655.     .col-lg-6{
  2656.         flex:0 0 auto;
  2657.         width:50%
  2658.     }
  2659.     .col-lg-7{
  2660.         flex:0 0 auto;
  2661.         width:58.33333333%
  2662.     }
  2663.     .col-lg-8{
  2664.         flex:0 0 auto;
  2665.         width:66.66666667%
  2666.     }
  2667.     .col-lg-9{
  2668.         flex:0 0 auto;
  2669.         width:75%
  2670.     }
  2671.     .col-lg-10{
  2672.         flex:0 0 auto;
  2673.         width:83.33333333%
  2674.     }
  2675.     .col-lg-11{
  2676.         flex:0 0 auto;
  2677.         width:91.66666667%
  2678.     }
  2679.     .col-lg-12{
  2680.         flex:0 0 auto;
  2681.         width:100%
  2682.     }
  2683.     .offset-lg-0{
  2684.         margin-left:0
  2685.     }
  2686.     .offset-lg-1{
  2687.         margin-left:8.33333333%
  2688.     }
  2689.     .offset-lg-2{
  2690.         margin-left:16.66666667%
  2691.     }
  2692.     .offset-lg-3{
  2693.         margin-left:25%
  2694.     }
  2695.     .offset-lg-4{
  2696.         margin-left:33.33333333%
  2697.     }
  2698.     .offset-lg-5{
  2699.         margin-left:41.66666667%
  2700.     }
  2701.     .offset-lg-6{
  2702.         margin-left:50%
  2703.     }
  2704.     .offset-lg-7{
  2705.         margin-left:58.33333333%
  2706.     }
  2707.     .offset-lg-8{
  2708.         margin-left:66.66666667%
  2709.     }
  2710.     .offset-lg-9{
  2711.         margin-left:75%
  2712.     }
  2713.     .offset-lg-10{
  2714.         margin-left:83.33333333%
  2715.     }
  2716.     .offset-lg-11{
  2717.         margin-left:91.66666667%
  2718.     }
  2719.     .g-lg-0,.gx-lg-0{
  2720.         --bs-gutter-x:0
  2721.     }
  2722.     .g-lg-0,.gy-lg-0{
  2723.         --bs-gutter-y:0
  2724.     }
  2725.     .g-lg-1,.gx-lg-1{
  2726.         --bs-gutter-x:0.25rem
  2727.     }
  2728.     .g-lg-1,.gy-lg-1{
  2729.         --bs-gutter-y:0.25rem
  2730.     }
  2731.     .g-lg-2,.gx-lg-2{
  2732.         --bs-gutter-x:0.5rem
  2733.     }
  2734.     .g-lg-2,.gy-lg-2{
  2735.         --bs-gutter-y:0.5rem
  2736.     }
  2737.     .g-lg-3,.gx-lg-3{
  2738.         --bs-gutter-x:1rem
  2739.     }
  2740.     .g-lg-3,.gy-lg-3{
  2741.         --bs-gutter-y:1rem
  2742.     }
  2743.     .g-lg-4,.gx-lg-4{
  2744.         --bs-gutter-x:1.5rem
  2745.     }
  2746.     .g-lg-4,.gy-lg-4{
  2747.         --bs-gutter-y:1.5rem
  2748.     }
  2749.     .g-lg-5,.gx-lg-5{
  2750.         --bs-gutter-x:3rem
  2751.     }
  2752.     .g-lg-5,.gy-lg-5{
  2753.         --bs-gutter-y:3rem
  2754.     }
  2755.     .sticky-lg-top{
  2756.         position:-webkit-sticky;
  2757.         position:sticky;
  2758.         top:0;
  2759.         z-index:1020
  2760.     }
  2761.     .float-lg-start{
  2762.         float:left!important
  2763.     }
  2764.     .float-lg-end{
  2765.         float:right!important
  2766.     }
  2767.     .float-lg-none{
  2768.         float:none!important
  2769.     }
  2770.     .d-lg-inline{
  2771.         display:inline!important
  2772.     }
  2773.     .d-lg-inline-block{
  2774.         display:inline-block!important
  2775.     }
  2776.     .d-lg-block{
  2777.         display:block!important
  2778.     }
  2779.     .d-lg-grid{
  2780.         display:grid!important
  2781.     }
  2782.     .d-lg-table{
  2783.         display:table!important
  2784.     }
  2785.     .d-lg-table-row{
  2786.         display:table-row!important
  2787.     }
  2788.     .d-lg-table-cell{
  2789.         display:table-cell!important
  2790.     }
  2791.     .d-lg-flex{
  2792.         display:flex!important
  2793.     }
  2794.     .d-lg-inline-flex{
  2795.         display:inline-flex!important
  2796.     }
  2797.     .d-lg-none{
  2798.         display:none!important
  2799.     }
  2800.     .flex-lg-fill{
  2801.         flex:1 1 auto!important
  2802.     }
  2803.     .flex-lg-row{
  2804.         flex-direction:row!important
  2805.     }
  2806.     .flex-lg-column{
  2807.         flex-direction:column!important
  2808.     }
  2809.     .flex-lg-row-reverse{
  2810.         flex-direction:row-reverse!important
  2811.     }
  2812.     .flex-lg-column-reverse{
  2813.         flex-direction:column-reverse!important
  2814.     }
  2815.     .flex-lg-grow-0{
  2816.         flex-grow:0!important
  2817.     }
  2818.     .flex-lg-grow-1{
  2819.         flex-grow:1!important
  2820.     }
  2821.     .flex-lg-shrink-0{
  2822.         flex-shrink:0!important
  2823.     }
  2824.     .flex-lg-shrink-1{
  2825.         flex-shrink:1!important
  2826.     }
  2827.     .flex-lg-wrap{
  2828.         flex-wrap:wrap!important
  2829.     }
  2830.     .flex-lg-nowrap{
  2831.         flex-wrap:nowrap!important
  2832.     }
  2833.     .flex-lg-wrap-reverse{
  2834.         flex-wrap:wrap-reverse!important
  2835.     }
  2836.     .gap-lg-0{
  2837.         gap:0!important
  2838.     }
  2839.     .gap-lg-1{
  2840.         gap:.25rem!important
  2841.     }
  2842.     .gap-lg-2{
  2843.         gap:.5rem!important
  2844.     }
  2845.     .gap-lg-3{
  2846.         gap:1rem!important
  2847.     }
  2848.     .gap-lg-4{
  2849.         gap:1.5rem!important
  2850.     }
  2851.     .gap-lg-5{
  2852.         gap:3rem!important
  2853.     }
  2854.     .justify-content-lg-start{
  2855.         justify-content:flex-start!important
  2856.     }
  2857.     .justify-content-lg-end{
  2858.         justify-content:flex-end!important
  2859.     }
  2860.     .justify-content-lg-center{
  2861.         justify-content:center!important
  2862.     }
  2863.     .justify-content-lg-between{
  2864.         justify-content:space-between!important
  2865.     }
  2866.     .justify-content-lg-around{
  2867.         justify-content:space-around!important
  2868.     }
  2869.     .justify-content-lg-evenly{
  2870.         justify-content:space-evenly!important
  2871.     }
  2872.     .align-items-lg-start{
  2873.         align-items:flex-start!important
  2874.     }
  2875.     .align-items-lg-end{
  2876.         align-items:flex-end!important
  2877.     }
  2878.     .align-items-lg-center{
  2879.         align-items:center!important
  2880.     }
  2881.     .align-items-lg-baseline{
  2882.         align-items:baseline!important
  2883.     }
  2884.     .align-items-lg-stretch{
  2885.         align-items:stretch!important
  2886.     }
  2887.     .align-content-lg-start{
  2888.         align-content:flex-start!important
  2889.     }
  2890.     .align-content-lg-end{
  2891.         align-content:flex-end!important
  2892.     }
  2893.     .align-content-lg-center{
  2894.         align-content:center!important
  2895.     }
  2896.     .align-content-lg-between{
  2897.         align-content:space-between!important
  2898.     }
  2899.     .align-content-lg-around{
  2900.         align-content:space-around!important
  2901.     }
  2902.     .align-content-lg-stretch{
  2903.         align-content:stretch!important
  2904.     }
  2905.     .align-self-lg-auto{
  2906.         align-self:auto!important
  2907.     }
  2908.     .align-self-lg-start{
  2909.         align-self:flex-start!important
  2910.     }
  2911.     .align-self-lg-end{
  2912.         align-self:flex-end!important
  2913.     }
  2914.     .align-self-lg-center{
  2915.         align-self:center!important
  2916.     }
  2917.     .align-self-lg-baseline{
  2918.         align-self:baseline!important
  2919.     }
  2920.     .align-self-lg-stretch{
  2921.         align-self:stretch!important
  2922.     }
  2923.     .order-lg-first{
  2924.         order:-1!important
  2925.     }
  2926.     .order-lg-0{
  2927.         order:0!important
  2928.     }
  2929.     .order-lg-1{
  2930.         order:1!important
  2931.     }
  2932.     .order-lg-2{
  2933.         order:2!important
  2934.     }
  2935.     .order-lg-3{
  2936.         order:3!important
  2937.     }
  2938.     .order-lg-4{
  2939.         order:4!important
  2940.     }
  2941.     .order-lg-5{
  2942.         order:5!important
  2943.     }
  2944.     .order-lg-last{
  2945.         order:6!important
  2946.     }
  2947.     .m-lg-0{
  2948.         margin:0!important
  2949.     }
  2950.     .m-lg-1{
  2951.         margin:.25rem!important
  2952.     }
  2953.     .m-lg-2{
  2954.         margin:.5rem!important
  2955.     }
  2956.     .m-lg-3{
  2957.         margin:1rem!important
  2958.     }
  2959.     .m-lg-4{
  2960.         margin:1.5rem!important
  2961.     }
  2962.     .m-lg-5{
  2963.         margin:3rem!important
  2964.     }
  2965.     .m-lg-auto{
  2966.         margin:auto!important
  2967.     }
  2968.     .mx-lg-0{
  2969.         margin-right:0!important;
  2970.         margin-left:0!important
  2971.     }
  2972.     .mx-lg-1{
  2973.         margin-right:.25rem!important;
  2974.         margin-left:.25rem!important
  2975.     }
  2976.     .mx-lg-2{
  2977.         margin-right:.5rem!important;
  2978.         margin-left:.5rem!important
  2979.     }
  2980.     .mx-lg-3{
  2981.         margin-right:1rem!important;
  2982.         margin-left:1rem!important
  2983.     }
  2984.     .mx-lg-4{
  2985.         margin-right:1.5rem!important;
  2986.         margin-left:1.5rem!important
  2987.     }
  2988.     .mx-lg-5{
  2989.         margin-right:3rem!important;
  2990.         margin-left:3rem!important
  2991.     }
  2992.     .mx-lg-auto{
  2993.         margin-right:auto!important;
  2994.         margin-left:auto!important
  2995.     }
  2996.     .my-lg-0{
  2997.         margin-top:0!important;
  2998.         margin-bottom:0!important
  2999.     }
  3000.     .my-lg-1{
  3001.         margin-top:.25rem!important;
  3002.         margin-bottom:.25rem!important
  3003.     }
  3004.     .my-lg-2{
  3005.         margin-top:.5rem!important;
  3006.         margin-bottom:.5rem!important
  3007.     }
  3008.     .my-lg-3{
  3009.         margin-top:1rem!important;
  3010.         margin-bottom:1rem!important
  3011.     }
  3012.     .my-lg-4{
  3013.         margin-top:1.5rem!important;
  3014.         margin-bottom:1.5rem!important
  3015.     }
  3016.     .my-lg-5{
  3017.         margin-top:3rem!important;
  3018.         margin-bottom:3rem!important
  3019.     }
  3020.     .my-lg-auto{
  3021.         margin-top:auto!important;
  3022.         margin-bottom:auto!important
  3023.     }
  3024.     .mt-lg-0{
  3025.         margin-top:0!important
  3026.     }
  3027.     .mt-lg-1{
  3028.         margin-top:.25rem!important
  3029.     }
  3030.     .mt-lg-2{
  3031.         margin-top:.5rem!important
  3032.     }
  3033.     .mt-lg-3{
  3034.         margin-top:1rem!important
  3035.     }
  3036.     .mt-lg-4{
  3037.         margin-top:1.5rem!important
  3038.     }
  3039.     .mt-lg-5{
  3040.         margin-top:3rem!important
  3041.     }
  3042.     .mt-lg-auto{
  3043.         margin-top:auto!important
  3044.     }
  3045.     .me-lg-0{
  3046.         margin-right:0!important
  3047.     }
  3048.     .me-lg-1{
  3049.         margin-right:.25rem!important
  3050.     }
  3051.     .me-lg-2{
  3052.         margin-right:.5rem!important
  3053.     }
  3054.     .me-lg-3{
  3055.         margin-right:1rem!important
  3056.     }
  3057.     .me-lg-4{
  3058.         margin-right:1.5rem!important
  3059.     }
  3060.     .me-lg-5{
  3061.         margin-right:3rem!important
  3062.     }
  3063.     .me-lg-auto{
  3064.         margin-right:auto!important
  3065.     }
  3066.     .mb-lg-0{
  3067.         margin-bottom:0!important
  3068.     }
  3069.     .mb-lg-1{
  3070.         margin-bottom:.25rem!important
  3071.     }
  3072.     .mb-lg-2{
  3073.         margin-bottom:.5rem!important
  3074.     }
  3075.     .mb-lg-3{
  3076.         margin-bottom:1rem!important
  3077.     }
  3078.     .mb-lg-4{
  3079.         margin-bottom:1.5rem!important
  3080.     }
  3081.     .mb-lg-5{
  3082.         margin-bottom:3rem!important
  3083.     }
  3084.     .mb-lg-auto{
  3085.         margin-bottom:auto!important
  3086.     }
  3087.     .ms-lg-0{
  3088.         margin-left:0!important
  3089.     }
  3090.     .ms-lg-1{
  3091.         margin-left:.25rem!important
  3092.     }
  3093.     .ms-lg-2{
  3094.         margin-left:.5rem!important
  3095.     }
  3096.     .ms-lg-3{
  3097.         margin-left:1rem!important
  3098.     }
  3099.     .ms-lg-4{
  3100.         margin-left:1.5rem!important
  3101.     }
  3102.     .ms-lg-5{
  3103.         margin-left:3rem!important
  3104.     }
  3105.     .ms-lg-auto{
  3106.         margin-left:auto!important
  3107.     }
  3108.     .p-lg-0{
  3109.         padding:0!important
  3110.     }
  3111.     .p-lg-1{
  3112.         padding:.25rem!important
  3113.     }
  3114.     .p-lg-2{
  3115.         padding:.5rem!important
  3116.     }
  3117.     .p-lg-3{
  3118.         padding:1rem!important
  3119.     }
  3120.     .p-lg-4{
  3121.         padding:1.5rem!important
  3122.     }
  3123.     .p-lg-5{
  3124.         padding:3rem!important
  3125.     }
  3126.     .px-lg-0{
  3127.         padding-right:0!important;
  3128.         padding-left:0!important
  3129.     }
  3130.     .px-lg-1{
  3131.         padding-right:.25rem!important;
  3132.         padding-left:.25rem!important
  3133.     }
  3134.     .px-lg-2{
  3135.         padding-right:.5rem!important;
  3136.         padding-left:.5rem!important
  3137.     }
  3138.     .px-lg-3{
  3139.         padding-right:1rem!important;
  3140.         padding-left:1rem!important
  3141.     }
  3142.     .px-lg-4{
  3143.         padding-right:1.5rem!important;
  3144.         padding-left:1.5rem!important
  3145.     }
  3146.     .px-lg-5{
  3147.         padding-right:3rem!important;
  3148.         padding-left:3rem!important
  3149.     }
  3150.     .py-lg-0{
  3151.         padding-top:0!important;
  3152.         padding-bottom:0!important
  3153.     }
  3154.     .py-lg-1{
  3155.         padding-top:.25rem!important;
  3156.         padding-bottom:.25rem!important
  3157.     }
  3158.     .py-lg-2{
  3159.         padding-top:.5rem!important;
  3160.         padding-bottom:.5rem!important
  3161.     }
  3162.     .py-lg-3{
  3163.         padding-top:1rem!important;
  3164.         padding-bottom:1rem!important
  3165.     }
  3166.     .py-lg-4{
  3167.         padding-top:1.5rem!important;
  3168.         padding-bottom:1.5rem!important
  3169.     }
  3170.     .py-lg-5{
  3171.         padding-top:3rem!important;
  3172.         padding-bottom:3rem!important
  3173.     }
  3174.     .pt-lg-0{
  3175.         padding-top:0!important
  3176.     }
  3177.     .pt-lg-1{
  3178.         padding-top:.25rem!important
  3179.     }
  3180.     .pt-lg-2{
  3181.         padding-top:.5rem!important
  3182.     }
  3183.     .pt-lg-3{
  3184.         padding-top:1rem!important
  3185.     }
  3186.     .pt-lg-4{
  3187.         padding-top:1.5rem!important
  3188.     }
  3189.     .pt-lg-5{
  3190.         padding-top:3rem!important
  3191.     }
  3192.     .pe-lg-0{
  3193.         padding-right:0!important
  3194.     }
  3195.     .pe-lg-1{
  3196.         padding-right:.25rem!important
  3197.     }
  3198.     .pe-lg-2{
  3199.         padding-right:.5rem!important
  3200.     }
  3201.     .pe-lg-3{
  3202.         padding-right:1rem!important
  3203.     }
  3204.     .pe-lg-4{
  3205.         padding-right:1.5rem!important
  3206.     }
  3207.     .pe-lg-5{
  3208.         padding-right:3rem!important
  3209.     }
  3210.     .pb-lg-0{
  3211.         padding-bottom:0!important
  3212.     }
  3213.     .pb-lg-1{
  3214.         padding-bottom:.25rem!important
  3215.     }
  3216.     .pb-lg-2{
  3217.         padding-bottom:.5rem!important
  3218.     }
  3219.     .pb-lg-3{
  3220.         padding-bottom:1rem!important
  3221.     }
  3222.     .pb-lg-4{
  3223.         padding-bottom:1.5rem!important
  3224.     }
  3225.     .pb-lg-5{
  3226.         padding-bottom:3rem!important
  3227.     }
  3228.     .ps-lg-0{
  3229.         padding-left:0!important
  3230.     }
  3231.     .ps-lg-1{
  3232.         padding-left:.25rem!important
  3233.     }
  3234.     .ps-lg-2{
  3235.         padding-left:.5rem!important
  3236.     }
  3237.     .ps-lg-3{
  3238.         padding-left:1rem!important
  3239.     }
  3240.     .ps-lg-4{
  3241.         padding-left:1.5rem!important
  3242.     }
  3243.     .ps-lg-5{
  3244.         padding-left:3rem!important
  3245.     }
  3246.     .text-lg-start{
  3247.         text-align:left!important
  3248.     }
  3249.     .text-lg-end{
  3250.         text-align:right!important
  3251.     }
  3252.     .text-lg-center{
  3253.         text-align:center!important
  3254.     }
  3255. }
  3256. @media (min-width:1400px){
  3257.     .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
  3258.         max-width:1320px
  3259.     }
  3260.     .col-xxl{
  3261.         flex:1 0 0%
  3262.     }
  3263.     .col-xxl-auto,.row-cols-xxl-auto>*{
  3264.         flex:0 0 auto;
  3265.         width:auto
  3266.     }
  3267.     .col-xxl-12,.row-cols-xxl-1>*{
  3268.         flex:0 0 auto;
  3269.         width:100%
  3270.     }
  3271.     .col-xxl-6,.row-cols-xxl-2>*{
  3272.         flex:0 0 auto;
  3273.         width:50%
  3274.     }
  3275.     .row-cols-xxl-3>*{
  3276.         flex:0 0 auto;
  3277.         width:33.3333333333%
  3278.     }
  3279.     .col-xxl-3,.row-cols-xxl-4>*{
  3280.         flex:0 0 auto;
  3281.         width:25%
  3282.     }
  3283.     .row-cols-xxl-5>*{
  3284.         flex:0 0 auto;
  3285.         width:20%
  3286.     }
  3287.     .row-cols-xxl-6>*{
  3288.         flex:0 0 auto;
  3289.         width:16.6666666667%
  3290.     }
  3291.     .col-xxl-1{
  3292.         flex:0 0 auto;
  3293.         width:8.33333333%
  3294.     }
  3295.     .col-xxl-2{
  3296.         flex:0 0 auto;
  3297.         width:16.66666667%
  3298.     }
  3299.     .col-xxl-4{
  3300.         flex:0 0 auto;
  3301.         width:33.33333333%
  3302.     }
  3303.     .col-xxl-5{
  3304.         flex:0 0 auto;
  3305.         width:41.66666667%
  3306.     }
  3307.     .col-xxl-7{
  3308.         flex:0 0 auto;
  3309.         width:58.33333333%
  3310.     }
  3311.     .col-xxl-8{
  3312.         flex:0 0 auto;
  3313.         width:66.66666667%
  3314.     }
  3315.     .col-xxl-9{
  3316.         flex:0 0 auto;
  3317.         width:75%
  3318.     }
  3319.     .col-xxl-10{
  3320.         flex:0 0 auto;
  3321.         width:83.33333333%
  3322.     }
  3323.     .col-xxl-11{
  3324.         flex:0 0 auto;
  3325.         width:91.66666667%
  3326.     }
  3327.     .offset-xxl-0{
  3328.         margin-left:0
  3329.     }
  3330.     .offset-xxl-1{
  3331.         margin-left:8.33333333%
  3332.     }
  3333.     .offset-xxl-2{
  3334.         margin-left:16.66666667%
  3335.     }
  3336.     .offset-xxl-3{
  3337.         margin-left:25%
  3338.     }
  3339.     .offset-xxl-4{
  3340.         margin-left:33.33333333%
  3341.     }
  3342.     .offset-xxl-5{
  3343.         margin-left:41.66666667%
  3344.     }
  3345.     .offset-xxl-6{
  3346.         margin-left:50%
  3347.     }
  3348.     .offset-xxl-7{
  3349.         margin-left:58.33333333%
  3350.     }
  3351.     .offset-xxl-8{
  3352.         margin-left:66.66666667%
  3353.     }
  3354.     .offset-xxl-9{
  3355.         margin-left:75%
  3356.     }
  3357.     .offset-xxl-10{
  3358.         margin-left:83.33333333%
  3359.     }
  3360.     .offset-xxl-11{
  3361.         margin-left:91.66666667%
  3362.     }
  3363.     .g-xxl-0,.gx-xxl-0{
  3364.         --bs-gutter-x:0
  3365.     }
  3366.     .g-xxl-0,.gy-xxl-0{
  3367.         --bs-gutter-y:0
  3368.     }
  3369.     .g-xxl-1,.gx-xxl-1{
  3370.         --bs-gutter-x:0.25rem
  3371.     }
  3372.     .g-xxl-1,.gy-xxl-1{
  3373.         --bs-gutter-y:0.25rem
  3374.     }
  3375.     .g-xxl-2,.gx-xxl-2{
  3376.         --bs-gutter-x:0.5rem
  3377.     }
  3378.     .g-xxl-2,.gy-xxl-2{
  3379.         --bs-gutter-y:0.5rem
  3380.     }
  3381.     .g-xxl-3,.gx-xxl-3{
  3382.         --bs-gutter-x:1rem
  3383.     }
  3384.     .g-xxl-3,.gy-xxl-3{
  3385.         --bs-gutter-y:1rem
  3386.     }
  3387.     .g-xxl-4,.gx-xxl-4{
  3388.         --bs-gutter-x:1.5rem
  3389.     }
  3390.     .g-xxl-4,.gy-xxl-4{
  3391.         --bs-gutter-y:1.5rem
  3392.     }
  3393.     .g-xxl-5,.gx-xxl-5{
  3394.         --bs-gutter-x:3rem
  3395.     }
  3396.     .g-xxl-5,.gy-xxl-5{
  3397.         --bs-gutter-y:3rem
  3398.     }
  3399.     .sticky-xxl-top{
  3400.         position:-webkit-sticky;
  3401.         position:sticky;
  3402.         top:0;
  3403.         z-index:1020
  3404.     }
  3405.     .float-xxl-start{
  3406.         float:left!important
  3407.     }
  3408.     .float-xxl-end{
  3409.         float:right!important
  3410.     }
  3411.     .float-xxl-none{
  3412.         float:none!important
  3413.     }
  3414.     .d-xxl-inline{
  3415.         display:inline!important
  3416.     }
  3417.     .d-xxl-inline-block{
  3418.         display:inline-block!important
  3419.     }
  3420.     .d-xxl-block{
  3421.         display:block!important
  3422.     }
  3423.     .d-xxl-grid{
  3424.         display:grid!important
  3425.     }
  3426.     .d-xxl-table{
  3427.         display:table!important
  3428.     }
  3429.     .d-xxl-table-row{
  3430.         display:table-row!important
  3431.     }
  3432.     .d-xxl-table-cell{
  3433.         display:table-cell!important
  3434.     }
  3435.     .d-xxl-flex{
  3436.         display:flex!important
  3437.     }
  3438.     .d-xxl-inline-flex{
  3439.         display:inline-flex!important
  3440.     }
  3441.     .d-xxl-none{
  3442.         display:none!important
  3443.     }
  3444.     .flex-xxl-fill{
  3445.         flex:1 1 auto!important
  3446.     }
  3447.     .flex-xxl-row{
  3448.         flex-direction:row!important
  3449.     }
  3450.     .flex-xxl-column{
  3451.         flex-direction:column!important
  3452.     }
  3453.     .flex-xxl-row-reverse{
  3454.         flex-direction:row-reverse!important
  3455.     }
  3456.     .flex-xxl-column-reverse{
  3457.         flex-direction:column-reverse!important
  3458.     }
  3459.     .flex-xxl-grow-0{
  3460.         flex-grow:0!important
  3461.     }
  3462.     .flex-xxl-grow-1{
  3463.         flex-grow:1!important
  3464.     }
  3465.     .flex-xxl-shrink-0{
  3466.         flex-shrink:0!important
  3467.     }
  3468.     .flex-xxl-shrink-1{
  3469.         flex-shrink:1!important
  3470.     }
  3471.     .flex-xxl-wrap{
  3472.         flex-wrap:wrap!important
  3473.     }
  3474.     .flex-xxl-nowrap{
  3475.         flex-wrap:nowrap!important
  3476.     }
  3477.     .flex-xxl-wrap-reverse{
  3478.         flex-wrap:wrap-reverse!important
  3479.     }
  3480.     .gap-xxl-0{
  3481.         gap:0!important
  3482.     }
  3483.     .gap-xxl-1{
  3484.         gap:.25rem!important
  3485.     }
  3486.     .gap-xxl-2{
  3487.         gap:.5rem!important
  3488.     }
  3489.     .gap-xxl-3{
  3490.         gap:1rem!important
  3491.     }
  3492.     .gap-xxl-4{
  3493.         gap:1.5rem!important
  3494.     }
  3495.     .gap-xxl-5{
  3496.         gap:3rem!important
  3497.     }
  3498.     .justify-content-xxl-start{
  3499.         justify-content:flex-start!important
  3500.     }
  3501.     .justify-content-xxl-end{
  3502.         justify-content:flex-end!important
  3503.     }
  3504.     .justify-content-xxl-center{
  3505.         justify-content:center!important
  3506.     }
  3507.     .justify-content-xxl-between{
  3508.         justify-content:space-between!important
  3509.     }
  3510.     .justify-content-xxl-around{
  3511.         justify-content:space-around!important
  3512.     }
  3513.     .justify-content-xxl-evenly{
  3514.         justify-content:space-evenly!important
  3515.     }
  3516.     .align-items-xxl-start{
  3517.         align-items:flex-start!important
  3518.     }
  3519.     .align-items-xxl-end{
  3520.         align-items:flex-end!important
  3521.     }
  3522.     .align-items-xxl-center{
  3523.         align-items:center!important
  3524.     }
  3525.     .align-items-xxl-baseline{
  3526.         align-items:baseline!important
  3527.     }
  3528.     .align-items-xxl-stretch{
  3529.         align-items:stretch!important
  3530.     }
  3531.     .align-content-xxl-start{
  3532.         align-content:flex-start!important
  3533.     }
  3534.     .align-content-xxl-end{
  3535.         align-content:flex-end!important
  3536.     }
  3537.     .align-content-xxl-center{
  3538.         align-content:center!important
  3539.     }
  3540.     .align-content-xxl-between{
  3541.         align-content:space-between!important
  3542.     }
  3543.     .align-content-xxl-around{
  3544.         align-content:space-around!important
  3545.     }
  3546.     .align-content-xxl-stretch{
  3547.         align-content:stretch!important
  3548.     }
  3549.     .align-self-xxl-auto{
  3550.         align-self:auto!important
  3551.     }
  3552.     .align-self-xxl-start{
  3553.         align-self:flex-start!important
  3554.     }
  3555.     .align-self-xxl-end{
  3556.         align-self:flex-end!important
  3557.     }
  3558.     .align-self-xxl-center{
  3559.         align-self:center!important
  3560.     }
  3561.     .align-self-xxl-baseline{
  3562.         align-self:baseline!important
  3563.     }
  3564.     .align-self-xxl-stretch{
  3565.         align-self:stretch!important
  3566.     }
  3567.     .order-xxl-first{
  3568.         order:-1!important
  3569.     }
  3570.     .order-xxl-0{
  3571.         order:0!important
  3572.     }
  3573.     .order-xxl-1{
  3574.         order:1!important
  3575.     }
  3576.     .order-xxl-2{
  3577.         order:2!important
  3578.     }
  3579.     .order-xxl-3{
  3580.         order:3!important
  3581.     }
  3582.     .order-xxl-4{
  3583.         order:4!important
  3584.     }
  3585.     .order-xxl-5{
  3586.         order:5!important
  3587.     }
  3588.     .order-xxl-last{
  3589.         order:6!important
  3590.     }
  3591.     .m-xxl-0{
  3592.         margin:0!important
  3593.     }
  3594.     .m-xxl-1{
  3595.         margin:.25rem!important
  3596.     }
  3597.     .m-xxl-2{
  3598.         margin:.5rem!important
  3599.     }
  3600.     .m-xxl-3{
  3601.         margin:1rem!important
  3602.     }
  3603.     .m-xxl-4{
  3604.         margin:1.5rem!important
  3605.     }
  3606.     .m-xxl-5{
  3607.         margin:3rem!important
  3608.     }
  3609.     .m-xxl-auto{
  3610.         margin:auto!important
  3611.     }
  3612.     .mx-xxl-0{
  3613.         margin-right:0!important;
  3614.         margin-left:0!important
  3615.     }
  3616.     .mx-xxl-1{
  3617.         margin-right:.25rem!important;
  3618.         margin-left:.25rem!important
  3619.     }
  3620.     .mx-xxl-2{
  3621.         margin-right:.5rem!important;
  3622.         margin-left:.5rem!important
  3623.     }
  3624.     .mx-xxl-3{
  3625.         margin-right:1rem!important;
  3626.         margin-left:1rem!important
  3627.     }
  3628.     .mx-xxl-4{
  3629.         margin-right:1.5rem!important;
  3630.         margin-left:1.5rem!important
  3631.     }
  3632.     .mx-xxl-5{
  3633.         margin-right:3rem!important;
  3634.         margin-left:3rem!important
  3635.     }
  3636.     .mx-xxl-auto{
  3637.         margin-right:auto!important;
  3638.         margin-left:auto!important
  3639.     }
  3640.     .my-xxl-0{
  3641.         margin-top:0!important;
  3642.         margin-bottom:0!important
  3643.     }
  3644.     .my-xxl-1{
  3645.         margin-top:.25rem!important;
  3646.         margin-bottom:.25rem!important
  3647.     }
  3648.     .my-xxl-2{
  3649.         margin-top:.5rem!important;
  3650.         margin-bottom:.5rem!important
  3651.     }
  3652.     .my-xxl-3{
  3653.         margin-top:1rem!important;
  3654.         margin-bottom:1rem!important
  3655.     }
  3656.     .my-xxl-4{
  3657.         margin-top:1.5rem!important;
  3658.         margin-bottom:1.5rem!important
  3659.     }
  3660.     .my-xxl-5{
  3661.         margin-top:3rem!important;
  3662.         margin-bottom:3rem!important
  3663.     }
  3664.     .my-xxl-auto{
  3665.         margin-top:auto!important;
  3666.         margin-bottom:auto!important
  3667.     }
  3668.     .mt-xxl-0{
  3669.         margin-top:0!important
  3670.     }
  3671.     .mt-xxl-1{
  3672.         margin-top:.25rem!important
  3673.     }
  3674.     .mt-xxl-2{
  3675.         margin-top:.5rem!important
  3676.     }
  3677.     .mt-xxl-3{
  3678.         margin-top:1rem!important
  3679.     }
  3680.     .mt-xxl-4{
  3681.         margin-top:1.5rem!important
  3682.     }
  3683.     .mt-xxl-5{
  3684.         margin-top:3rem!important
  3685.     }
  3686.     .mt-xxl-auto{
  3687.         margin-top:auto!important
  3688.     }
  3689.     .me-xxl-0{
  3690.         margin-right:0!important
  3691.     }
  3692.     .me-xxl-1{
  3693.         margin-right:.25rem!important
  3694.     }
  3695.     .me-xxl-2{
  3696.         margin-right:.5rem!important
  3697.     }
  3698.     .me-xxl-3{
  3699.         margin-right:1rem!important
  3700.     }
  3701.     .me-xxl-4{
  3702.         margin-right:1.5rem!important
  3703.     }
  3704.     .me-xxl-5{
  3705.         margin-right:3rem!important
  3706.     }
  3707.     .me-xxl-auto{
  3708.         margin-right:auto!important
  3709.     }
  3710.     .mb-xxl-0{
  3711.         margin-bottom:0!important
  3712.     }
  3713.     .mb-xxl-1{
  3714.         margin-bottom:.25rem!important
  3715.     }
  3716.     .mb-xxl-2{
  3717.         margin-bottom:.5rem!important
  3718.     }
  3719.     .mb-xxl-3{
  3720.         margin-bottom:1rem!important
  3721.     }
  3722.     .mb-xxl-4{
  3723.         margin-bottom:1.5rem!important
  3724.     }
  3725.     .mb-xxl-5{
  3726.         margin-bottom:3rem!important
  3727.     }
  3728.     .mb-xxl-auto{
  3729.         margin-bottom:auto!important
  3730.     }
  3731.     .ms-xxl-0{
  3732.         margin-left:0!important
  3733.     }
  3734.     .ms-xxl-1{
  3735.         margin-left:.25rem!important
  3736.     }
  3737.     .ms-xxl-2{
  3738.         margin-left:.5rem!important
  3739.     }
  3740.     .ms-xxl-3{
  3741.         margin-left:1rem!important
  3742.     }
  3743.     .ms-xxl-4{
  3744.         margin-left:1.5rem!important
  3745.     }
  3746.     .ms-xxl-5{
  3747.         margin-left:3rem!important
  3748.     }
  3749.     .ms-xxl-auto{
  3750.         margin-left:auto!important
  3751.     }
  3752.     .p-xxl-0{
  3753.         padding:0!important
  3754.     }
  3755.     .p-xxl-1{
  3756.         padding:.25rem!important
  3757.     }
  3758.     .p-xxl-2{
  3759.         padding:.5rem!important
  3760.     }
  3761.     .p-xxl-3{
  3762.         padding:1rem!important
  3763.     }
  3764.     .p-xxl-4{
  3765.         padding:1.5rem!important
  3766.     }
  3767.     .p-xxl-5{
  3768.         padding:3rem!important
  3769.     }
  3770.     .px-xxl-0{
  3771.         padding-right:0!important;
  3772.         padding-left:0!important
  3773.     }
  3774.     .px-xxl-1{
  3775.         padding-right:.25rem!important;
  3776.         padding-left:.25rem!important
  3777.     }
  3778.     .px-xxl-2{
  3779.         padding-right:.5rem!important;
  3780.         padding-left:.5rem!important
  3781.     }
  3782.     .px-xxl-3{
  3783.         padding-right:1rem!important;
  3784.         padding-left:1rem!important
  3785.     }
  3786.     .px-xxl-4{
  3787.         padding-right:1.5rem!important;
  3788.         padding-left:1.5rem!important
  3789.     }
  3790.     .px-xxl-5{
  3791.         padding-right:3rem!important;
  3792.         padding-left:3rem!important
  3793.     }
  3794.     .py-xxl-0{
  3795.         padding-top:0!important;
  3796.         padding-bottom:0!important
  3797.     }
  3798.     .py-xxl-1{
  3799.         padding-top:.25rem!important;
  3800.         padding-bottom:.25rem!important
  3801.     }
  3802.     .py-xxl-2{
  3803.         padding-top:.5rem!important;
  3804.         padding-bottom:.5rem!important
  3805.     }
  3806.     .py-xxl-3{
  3807.         padding-top:1rem!important;
  3808.         padding-bottom:1rem!important
  3809.     }
  3810.     .py-xxl-4{
  3811.         padding-top:1.5rem!important;
  3812.         padding-bottom:1.5rem!important
  3813.     }
  3814.     .py-xxl-5{
  3815.         padding-top:3rem!important;
  3816.         padding-bottom:3rem!important
  3817.     }
  3818.     .pt-xxl-0{
  3819.         padding-top:0!important
  3820.     }
  3821.     .pt-xxl-1{
  3822.         padding-top:.25rem!important
  3823.     }
  3824.     .pt-xxl-2{
  3825.         padding-top:.5rem!important
  3826.     }
  3827.     .pt-xxl-3{
  3828.         padding-top:1rem!important
  3829.     }
  3830.     .pt-xxl-4{
  3831.         padding-top:1.5rem!important
  3832.     }
  3833.     .pt-xxl-5{
  3834.         padding-top:3rem!important
  3835.     }
  3836.     .pe-xxl-0{
  3837.         padding-right:0!important
  3838.     }
  3839.     .pe-xxl-1{
  3840.         padding-right:.25rem!important
  3841.     }
  3842.     .pe-xxl-2{
  3843.         padding-right:.5rem!important
  3844.     }
  3845.     .pe-xxl-3{
  3846.         padding-right:1rem!important
  3847.     }
  3848.     .pe-xxl-4{
  3849.         padding-right:1.5rem!important
  3850.     }
  3851.     .pe-xxl-5{
  3852.         padding-right:3rem!important
  3853.     }
  3854.     .pb-xxl-0{
  3855.         padding-bottom:0!important
  3856.     }
  3857.     .pb-xxl-1{
  3858.         padding-bottom:.25rem!important
  3859.     }
  3860.     .pb-xxl-2{
  3861.         padding-bottom:.5rem!important
  3862.     }
  3863.     .pb-xxl-3{
  3864.         padding-bottom:1rem!important
  3865.     }
  3866.     .pb-xxl-4{
  3867.         padding-bottom:1.5rem!important
  3868.     }
  3869.     .pb-xxl-5{
  3870.         padding-bottom:3rem!important
  3871.     }
  3872.     .ps-xxl-0{
  3873.         padding-left:0!important
  3874.     }
  3875.     .ps-xxl-1{
  3876.         padding-left:.25rem!important
  3877.     }
  3878.     .ps-xxl-2{
  3879.         padding-left:.5rem!important
  3880.     }
  3881.     .ps-xxl-3{
  3882.         padding-left:1rem!important
  3883.     }
  3884.     .ps-xxl-4{
  3885.         padding-left:1.5rem!important
  3886.     }
  3887.     .ps-xxl-5{
  3888.         padding-left:3rem!important
  3889.     }
  3890.     .text-xxl-start{
  3891.         text-align:left!important
  3892.     }
  3893.     .text-xxl-end{
  3894.         text-align:right!important
  3895.     }
  3896.     .text-xxl-center{
  3897.         text-align:center!important
  3898.     }
  3899. }
  3900. dl,ol,p,pre,ul{
  3901.     margin-top:0
  3902. }
  3903. @media print{
  3904.     .d-print-inline{
  3905.         display:inline!important
  3906.     }
  3907.     .d-print-inline-block{
  3908.         display:inline-block!important
  3909.     }
  3910.     .d-print-block{
  3911.         display:block!important
  3912.     }
  3913.     .d-print-grid{
  3914.         display:grid!important
  3915.     }
  3916.     .d-print-table{
  3917.         display:table!important
  3918.     }
  3919.     .d-print-table-row{
  3920.         display:table-row!important
  3921.     }
  3922.     .d-print-table-cell{
  3923.         display:table-cell!important
  3924.     }
  3925.     .d-print-flex{
  3926.         display:flex!important
  3927.     }
  3928.     .d-print-inline-flex{
  3929.         display:inline-flex!important
  3930.     }
  3931.     .d-print-none{
  3932.         display:none!important
  3933.     }
  3934. }
  3935. .form-control{
  3936.     display:block;
  3937.     width:100%;
  3938.     padding:.375rem .75rem;
  3939.     font-size:1rem;
  3940.     font-weight:400;
  3941.     line-height:1.5;
  3942.     background-clip:padding-box;
  3943.     border:1px solid #ced4da;
  3944.     -webkit-appearance:none;
  3945.     -moz-appearance:none;
  3946.     appearance:none;
  3947.     border-radius:.25rem;
  3948.     transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
  3949. }
  3950. .form-control:focus{
  3951.     border-color:#86b7fe;
  3952.     outline:0;
  3953.     box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
  3954. }
  3955. .form-control::-webkit-date-and-time-value{
  3956.     height:1.5em
  3957. }
  3958. .form-control::-moz-placeholder{
  3959.     color:#6c757d;
  3960.     opacity:1
  3961. }
  3962. .form-control::placeholder{
  3963.     color:#6c757d;
  3964.     opacity:1
  3965. }
  3966. .form-control:disabled,.form-control[readonly]{
  3967.     background-color:#e9ecef;
  3968.     opacity:1
  3969. }
  3970. .form-control::file-selector-button{
  3971.     padding:.375rem .75rem;
  3972.     margin:-.375rem -.75rem;
  3973.     -webkit-margin-end:.75rem;
  3974.     margin-inline-end:.75rem;
  3975.     color:#212529;
  3976.     background-color:#e9ecef;
  3977.     pointer-events:none;
  3978.     border:0 solid;
  3979.     border-inline-end-width:1px;
  3980.     border-radius:0;
  3981.     transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  3982.     border-color:inherit
  3983. }
  3984. .form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  3985.     background-color:#dde0e3
  3986. }
  3987. .form-control::-webkit-file-upload-button{
  3988.     padding:.375rem .75rem;
  3989.     margin:-.375rem -.75rem;
  3990.     -webkit-margin-end:.75rem;
  3991.     margin-inline-end:.75rem;
  3992.     color:#212529;
  3993.     background-color:#e9ecef;
  3994.     pointer-events:none;
  3995.     border:0 solid;
  3996.     border-inline-end-width:1px;
  3997.     border-radius:0;
  3998.     -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  3999.     transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  4000.     border-color:inherit
  4001. }
  4002. @media (prefers-reduced-motion:reduce){
  4003.     .form-control{
  4004.         transition:none
  4005.     }
  4006.     .form-control::file-selector-button{
  4007.         transition:none
  4008.     }
  4009.     .form-control::-webkit-file-upload-button{
  4010.         -webkit-transition:none;
  4011.         transition:none
  4012.     }
  4013. }
  4014. .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  4015.     background-color:#dde0e3
  4016. }
  4017. .form-control-plaintext{
  4018.     display:block;
  4019.     width:100%;
  4020.     padding:.375rem 0;
  4021.     margin-bottom:0;
  4022.     line-height:1.5;
  4023.     color:#212529;
  4024.     background-color:transparent;
  4025.     border:solid transparent;
  4026.     border-width:1px 0
  4027. }
  4028. dd,legend{
  4029.     margin-bottom:.5rem
  4030. }
  4031. .form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
  4032.     padding-right:0;
  4033.     padding-left:0
  4034. }
  4035. .form-control-sm{
  4036.     min-height:calc(1.5em + (.5rem + 2px));
  4037.     padding:.25rem .5rem;
  4038.     font-size:.875rem;
  4039.     border-radius:.2rem
  4040. }
  4041. .form-control-sm::file-selector-button{
  4042.     padding:.25rem .5rem;
  4043.     margin:-.25rem -.5rem;
  4044.     -webkit-margin-end:.5rem;
  4045.     margin-inline-end:.5rem
  4046. }
  4047. .form-control-sm::-webkit-file-upload-button{
  4048.     padding:.25rem .5rem;
  4049.     margin:-.25rem -.5rem;
  4050.     -webkit-margin-end:.5rem;
  4051.     margin-inline-end:.5rem
  4052. }
  4053. .form-control-lg{
  4054.     min-height:calc(1.5em + (1rem + 2px));
  4055.     padding:.5rem 1rem;
  4056.     font-size:1.25rem;
  4057.     border-radius:.3rem
  4058. }
  4059. .form-control-lg::file-selector-button{
  4060.     padding:.5rem 1rem;
  4061.     margin:-.5rem -1rem;
  4062.     -webkit-margin-end:1rem;
  4063.     margin-inline-end:1rem
  4064. }
  4065. .form-control-lg::-webkit-file-upload-button{
  4066.     padding:.5rem 1rem;
  4067.     margin:-.5rem -1rem;
  4068.     -webkit-margin-end:1rem;
  4069.     margin-inline-end:1rem
  4070. }
  4071. textarea.form-control{
  4072.     min-height:calc(1.5em + (.75rem + 2px))
  4073. }
  4074. textarea.form-control-sm{
  4075.     min-height:calc(1.5em + (.5rem + 2px))
  4076. }
  4077. textarea.form-control-lg{
  4078.     min-height:calc(1.5em + (1rem + 2px))
  4079. }
  4080. .form-control-color{
  4081.     max-width:3rem;
  4082.     height:auto;
  4083.     padding:.375rem
  4084. }
  4085. .form-control-color::-moz-color-swatch{
  4086.     height:1.5em;
  4087.     border-radius:.25rem
  4088. }
  4089. .form-control-color::-webkit-color-swatch{
  4090.     height:1.5em;
  4091.     border-radius:.25rem
  4092. }
  4093. hr{
  4094.     margin:1rem 0;
  4095.     background-color:currentColor;
  4096.     border:0;
  4097.     opacity:.25
  4098. }
  4099. hr:not([size]){
  4100.     height:1px
  4101. }
  4102. .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  4103.     margin-top:0;
  4104.     margin-bottom:.5rem;
  4105.     font-weight:500;
  4106.     line-height:1.2
  4107. }
  4108. address,dl,ol,p,ul{
  4109.     margin-bottom:1rem
  4110. }
  4111. dt,kbd kbd{
  4112.     font-weight:700
  4113. }
  4114. address,legend{
  4115.     line-height:inherit
  4116. }
  4117. .h1,h1{
  4118.     font-size:calc(1.375rem + 1.5vw)
  4119. }
  4120. .h2,h2{
  4121.     font-size:calc(1.325rem + .9vw)
  4122. }
  4123. .h3,h3{
  4124.     font-size:calc(1.3rem + .6vw)
  4125. }
  4126. .h4,h4{
  4127.     font-size:calc(1.275rem + .3vw)
  4128. }
  4129. .h5,h5{
  4130.     font-size:1.25rem
  4131. }
  4132. .h6,h6{
  4133.     font-size:1rem
  4134. }
  4135. abbr[data-bs-original-title],abbr[title]{
  4136.     -webkit-text-decoration:underline dotted;
  4137.     text-decoration:underline dotted;
  4138.     cursor:help;
  4139.     -webkit-text-decoration-skip-ink:none;
  4140.     text-decoration-skip-ink:none
  4141. }
  4142. address{
  4143.     font-style:normal
  4144. }
  4145. ol,ul{
  4146.     padding-left:2rem
  4147. }
  4148. ol ol,ol ul,ul ol,ul ul{
  4149.     margin-bottom:0
  4150. }
  4151. dd{
  4152.     margin-left:0
  4153. }
  4154. blockquote,figure{
  4155.     margin:0 0 1rem
  4156. }
  4157. .table,pre{
  4158.     margin-bottom:1rem
  4159. }
  4160. b,strong{
  4161.     font-weight:bolder
  4162. }
  4163. .small,small{
  4164.     font-size:.875em
  4165. }
  4166. .mark,mark{
  4167.     padding:.2em;
  4168.     background-color:#fcf8e3
  4169. }
  4170. sub,sup{
  4171.     font-size:.75em;
  4172.     line-height:0
  4173. }
  4174. sub{
  4175.     bottom:-.25em
  4176. }
  4177. sup{
  4178.     top:-.5em
  4179. }
  4180. a{
  4181.     text-decoration:underline
  4182. }
  4183. .table,body{
  4184.     color:#212529
  4185. }
  4186. a:not([href]):not([class]),a:not([href]):not([class]):hover{
  4187.     color:inherit;
  4188.     text-decoration:none
  4189. }
  4190. code,kbd,pre,samp{
  4191.     font-family:var(--bs-font-monospace);
  4192.     font-size:1em;
  4193.     direction:ltr;
  4194.     unicode-bidi:bidi-override
  4195. }
  4196. pre{
  4197.     display:block;
  4198.     overflow:auto;
  4199.     font-size:.875em
  4200. }
  4201. pre code{
  4202.     font-size:inherit;
  4203.     word-break:normal
  4204. }
  4205. @media (prefers-reduced-motion:no-preference){
  4206.     :root{
  4207.         scroll-behavior:smooth
  4208.     }
  4209. }
  4210. body{
  4211.     margin:0;
  4212.     font-family:var(--bs-font-sans-serif);
  4213.     font-size:1rem;
  4214.     font-weight:400;
  4215.     line-height:1.5;
  4216.     background-color:#fff;
  4217.     -webkit-text-size-adjust:100%;
  4218.     -webkit-tap-highlight-color:transparent
  4219. }
  4220. code,kbd{
  4221.     font-size:.875em
  4222. }
  4223. code{
  4224.     color:#d63384;
  4225.     word-wrap:break-word
  4226. }
  4227. kbd{
  4228.     padding:.2rem .4rem;
  4229.     color:#fff;
  4230.     background-color:#212529;
  4231.     border-radius:.2rem
  4232. }
  4233. kbd kbd{
  4234.     padding:0;
  4235.     font-size:1em
  4236. }
  4237. img,svg{
  4238.     vertical-align:middle
  4239. }
  4240. table{
  4241.     caption-side:bottom;
  4242.     border-collapse:collapse
  4243. }
  4244. caption{
  4245.     padding-top:.5rem;
  4246.     padding-bottom:.5rem;
  4247.     color:#6c757d;
  4248.     text-align:left
  4249. }
  4250. th{
  4251.     text-align:inherit;
  4252.     text-align:-webkit-match-parent
  4253. }
  4254. tbody,td,tfoot,th,thead,tr{
  4255.     border:0 solid;
  4256.     border-color:inherit
  4257. }
  4258. label,output{
  4259.     display:inline-block
  4260. }
  4261. button{
  4262.     border-radius:0
  4263. }
  4264. fieldset,iframe{
  4265.     border:0
  4266. }
  4267. button:focus:not(:focus-visible){
  4268.     outline:0
  4269. }
  4270. button,input,optgroup,select,textarea{
  4271.     margin:0;
  4272.     font-family:inherit;
  4273.     font-size:inherit;
  4274.     line-height:inherit
  4275. }
  4276. button,select{
  4277.     text-transform:none
  4278. }
  4279. select{
  4280.     word-wrap:normal
  4281. }
  4282. select:disabled{
  4283.     opacity:1
  4284. }
  4285. [list]::-webkit-calendar-picker-indicator{
  4286.     display:none
  4287. }
  4288. [type=button],[type=reset],[type=submit],button{
  4289.     -webkit-appearance:button
  4290. }
  4291. ::-moz-focus-inner{
  4292.     padding:0;
  4293.     border-style:none
  4294. }
  4295. textarea{
  4296.     resize:vertical
  4297. }
  4298. fieldset{
  4299.     min-width:0;
  4300.     padding:0;
  4301.     margin:0
  4302. }
  4303. legend{
  4304.     float:left;
  4305.     width:100%;
  4306.     padding:0;
  4307.     font-size:calc(1.275rem + .3vw)
  4308. }
  4309. @media (min-width:1200px){
  4310.     .col-xl-auto{
  4311.         flex:0 0 auto;
  4312.         width:auto
  4313.     }
  4314.     .col-xl-1{
  4315.         flex:0 0 auto;
  4316.         width:8.33333333%
  4317.     }
  4318.     .col-xl-2{
  4319.         flex:0 0 auto;
  4320.         width:16.66666667%
  4321.     }
  4322.     .col-xl-3{
  4323.         flex:0 0 auto;
  4324.         width:25%
  4325.     }
  4326.     .col-xl-4{
  4327.         flex:0 0 auto;
  4328.         width:33.33333333%
  4329.     }
  4330.     .col-xl-5{
  4331.         flex:0 0 auto;
  4332.         width:41.66666667%
  4333.     }
  4334.     .col-xl-6{
  4335.         flex:0 0 auto;
  4336.         width:50%
  4337.     }
  4338.     .col-xl-7{
  4339.         flex:0 0 auto;
  4340.         width:58.33333333%
  4341.     }
  4342.     .col-xl-8{
  4343.         flex:0 0 auto;
  4344.         width:66.66666667%
  4345.     }
  4346.     .col-xl-9{
  4347.         flex:0 0 auto;
  4348.         width:75%
  4349.     }
  4350.     .col-xl-10{
  4351.         flex:0 0 auto;
  4352.         width:83.33333333%
  4353.     }
  4354.     .col-xl-11{
  4355.         flex:0 0 auto;
  4356.         width:91.66666667%
  4357.     }
  4358.     .col-xl-12{
  4359.         flex:0 0 auto;
  4360.         width:100%
  4361.     }
  4362.     .offset-xl-0{
  4363.         margin-left:0
  4364.     }
  4365.     .offset-xl-1{
  4366.         margin-left:8.33333333%
  4367.     }
  4368.     .offset-xl-2{
  4369.         margin-left:16.66666667%
  4370.     }
  4371.     .offset-xl-3{
  4372.         margin-left:25%
  4373.     }
  4374.     .offset-xl-4{
  4375.         margin-left:33.33333333%
  4376.     }
  4377.     .offset-xl-5{
  4378.         margin-left:41.66666667%
  4379.     }
  4380.     .offset-xl-6{
  4381.         margin-left:50%
  4382.     }
  4383.     .offset-xl-7{
  4384.         margin-left:58.33333333%
  4385.     }
  4386.     .offset-xl-8{
  4387.         margin-left:66.66666667%
  4388.     }
  4389.     .offset-xl-9{
  4390.         margin-left:75%
  4391.     }
  4392.     .offset-xl-10{
  4393.         margin-left:83.33333333%
  4394.     }
  4395.     .offset-xl-11{
  4396.         margin-left:91.66666667%
  4397.     }
  4398.     .g-xl-0,.gx-xl-0{
  4399.         --bs-gutter-x:0
  4400.     }
  4401.     .g-xl-0,.gy-xl-0{
  4402.         --bs-gutter-y:0
  4403.     }
  4404.     .g-xl-1,.gx-xl-1{
  4405.         --bs-gutter-x:0.25rem
  4406.     }
  4407.     .g-xl-1,.gy-xl-1{
  4408.         --bs-gutter-y:0.25rem
  4409.     }
  4410.     .g-xl-2,.gx-xl-2{
  4411.         --bs-gutter-x:0.5rem
  4412.     }
  4413.     .g-xl-2,.gy-xl-2{
  4414.         --bs-gutter-y:0.5rem
  4415.     }
  4416.     .g-xl-3,.gx-xl-3{
  4417.         --bs-gutter-x:1rem
  4418.     }
  4419.     .g-xl-3,.gy-xl-3{
  4420.         --bs-gutter-y:1rem
  4421.     }
  4422.     .g-xl-4,.gx-xl-4{
  4423.         --bs-gutter-x:1.5rem
  4424.     }
  4425.     .g-xl-4,.gy-xl-4{
  4426.         --bs-gutter-y:1.5rem
  4427.     }
  4428.     .g-xl-5,.gx-xl-5{
  4429.         --bs-gutter-x:3rem
  4430.     }
  4431.     .g-xl-5,.gy-xl-5{
  4432.         --bs-gutter-y:3rem
  4433.     }
  4434.     .sticky-xl-top{
  4435.         position:-webkit-sticky;
  4436.         position:sticky;
  4437.         top:0;
  4438.         z-index:1020
  4439.     }
  4440.     .float-xl-start{
  4441.         float:left!important
  4442.     }
  4443.     .float-xl-end{
  4444.         float:right!important
  4445.     }
  4446.     .float-xl-none{
  4447.         float:none!important
  4448.     }
  4449.     .d-xl-inline{
  4450.         display:inline!important
  4451.     }
  4452.     .d-xl-inline-block{
  4453.         display:inline-block!important
  4454.     }
  4455.     .d-xl-block{
  4456.         display:block!important
  4457.     }
  4458.     .d-xl-grid{
  4459.         display:grid!important
  4460.     }
  4461.     .d-xl-table{
  4462.         display:table!important
  4463.     }
  4464.     .d-xl-table-row{
  4465.         display:table-row!important
  4466.     }
  4467.     .d-xl-table-cell{
  4468.         display:table-cell!important
  4469.     }
  4470.     .d-xl-flex{
  4471.         display:flex!important
  4472.     }
  4473.     .d-xl-inline-flex{
  4474.         display:inline-flex!important
  4475.     }
  4476.     .d-xl-none{
  4477.         display:none!important
  4478.     }
  4479.     .flex-xl-fill{
  4480.         flex:1 1 auto!important
  4481.     }
  4482.     .flex-xl-row{
  4483.         flex-direction:row!important
  4484.     }
  4485.     .flex-xl-column{
  4486.         flex-direction:column!important
  4487.     }
  4488.     .flex-xl-row-reverse{
  4489.         flex-direction:row-reverse!important
  4490.     }
  4491.     .flex-xl-column-reverse{
  4492.         flex-direction:column-reverse!important
  4493.     }
  4494.     .flex-xl-grow-0{
  4495.         flex-grow:0!important
  4496.     }
  4497.     .flex-xl-grow-1{
  4498.         flex-grow:1!important
  4499.     }
  4500.     .flex-xl-shrink-0{
  4501.         flex-shrink:0!important
  4502.     }
  4503.     .flex-xl-shrink-1{
  4504.         flex-shrink:1!important
  4505.     }
  4506.     .flex-xl-wrap{
  4507.         flex-wrap:wrap!important
  4508.     }
  4509.     .flex-xl-nowrap{
  4510.         flex-wrap:nowrap!important
  4511.     }
  4512.     .flex-xl-wrap-reverse{
  4513.         flex-wrap:wrap-reverse!important
  4514.     }
  4515.     .gap-xl-0{
  4516.         gap:0!important
  4517.     }
  4518.     .gap-xl-1{
  4519.         gap:.25rem!important
  4520.     }
  4521.     .gap-xl-2{
  4522.         gap:.5rem!important
  4523.     }
  4524.     .gap-xl-3{
  4525.         gap:1rem!important
  4526.     }
  4527.     .gap-xl-4{
  4528.         gap:1.5rem!important
  4529.     }
  4530.     .gap-xl-5{
  4531.         gap:3rem!important
  4532.     }
  4533.     .justify-content-xl-start{
  4534.         justify-content:flex-start!important
  4535.     }
  4536.     .justify-content-xl-end{
  4537.         justify-content:flex-end!important
  4538.     }
  4539.     .justify-content-xl-center{
  4540.         justify-content:center!important
  4541.     }
  4542.     .justify-content-xl-between{
  4543.         justify-content:space-between!important
  4544.     }
  4545.     .justify-content-xl-around{
  4546.         justify-content:space-around!important
  4547.     }
  4548.     .justify-content-xl-evenly{
  4549.         justify-content:space-evenly!important
  4550.     }
  4551.     .align-items-xl-start{
  4552.         align-items:flex-start!important
  4553.     }
  4554.     .align-items-xl-end{
  4555.         align-items:flex-end!important
  4556.     }
  4557.     .align-items-xl-center{
  4558.         align-items:center!important
  4559.     }
  4560.     .align-items-xl-baseline{
  4561.         align-items:baseline!important
  4562.     }
  4563.     .align-items-xl-stretch{
  4564.         align-items:stretch!important
  4565.     }
  4566.     .align-content-xl-start{
  4567.         align-content:flex-start!important
  4568.     }
  4569.     .align-content-xl-end{
  4570.         align-content:flex-end!important
  4571.     }
  4572.     .align-content-xl-center{
  4573.         align-content:center!important
  4574.     }
  4575.     .align-content-xl-between{
  4576.         align-content:space-between!important
  4577.     }
  4578.     .align-content-xl-around{
  4579.         align-content:space-around!important
  4580.     }
  4581.     .align-content-xl-stretch{
  4582.         align-content:stretch!important
  4583.     }
  4584.     .align-self-xl-auto{
  4585.         align-self:auto!important
  4586.     }
  4587.     .align-self-xl-start{
  4588.         align-self:flex-start!important
  4589.     }
  4590.     .align-self-xl-end{
  4591.         align-self:flex-end!important
  4592.     }
  4593.     .align-self-xl-center{
  4594.         align-self:center!important
  4595.     }
  4596.     .align-self-xl-baseline{
  4597.         align-self:baseline!important
  4598.     }
  4599.     .align-self-xl-stretch{
  4600.         align-self:stretch!important
  4601.     }
  4602.     .order-xl-first{
  4603.         order:-1!important
  4604.     }
  4605.     .order-xl-0{
  4606.         order:0!important
  4607.     }
  4608.     .order-xl-1{
  4609.         order:1!important
  4610.     }
  4611.     .order-xl-2{
  4612.         order:2!important
  4613.     }
  4614.     .order-xl-3{
  4615.         order:3!important
  4616.     }
  4617.     .order-xl-4{
  4618.         order:4!important
  4619.     }
  4620.     .order-xl-5{
  4621.         order:5!important
  4622.     }
  4623.     .order-xl-last{
  4624.         order:6!important
  4625.     }
  4626.     .m-xl-0{
  4627.         margin:0!important
  4628.     }
  4629.     .m-xl-1{
  4630.         margin:.25rem!important
  4631.     }
  4632.     .m-xl-2{
  4633.         margin:.5rem!important
  4634.     }
  4635.     .m-xl-3{
  4636.         margin:1rem!important
  4637.     }
  4638.     .m-xl-4{
  4639.         margin:1.5rem!important
  4640.     }
  4641.     .m-xl-5{
  4642.         margin:3rem!important
  4643.     }
  4644.     .m-xl-auto{
  4645.         margin:auto!important
  4646.     }
  4647.     .mx-xl-0{
  4648.         margin-right:0!important;
  4649.         margin-left:0!important
  4650.     }
  4651.     .mx-xl-1{
  4652.         margin-right:.25rem!important;
  4653.         margin-left:.25rem!important
  4654.     }
  4655.     .mx-xl-2{
  4656.         margin-right:.5rem!important;
  4657.         margin-left:.5rem!important
  4658.     }
  4659.     .mx-xl-3{
  4660.         margin-right:1rem!important;
  4661.         margin-left:1rem!important
  4662.     }
  4663.     .mx-xl-4{
  4664.         margin-right:1.5rem!important;
  4665.         margin-left:1.5rem!important
  4666.     }
  4667.     .mx-xl-5{
  4668.         margin-right:3rem!important;
  4669.         margin-left:3rem!important
  4670.     }
  4671.     .mx-xl-auto{
  4672.         margin-right:auto!important;
  4673.         margin-left:auto!important
  4674.     }
  4675.     .my-xl-0{
  4676.         margin-top:0!important;
  4677.         margin-bottom:0!important
  4678.     }
  4679.     .my-xl-1{
  4680.         margin-top:.25rem!important;
  4681.         margin-bottom:.25rem!important
  4682.     }
  4683.     .my-xl-2{
  4684.         margin-top:.5rem!important;
  4685.         margin-bottom:.5rem!important
  4686.     }
  4687.     .my-xl-3{
  4688.         margin-top:1rem!important;
  4689.         margin-bottom:1rem!important
  4690.     }
  4691.     .my-xl-4{
  4692.         margin-top:1.5rem!important;
  4693.         margin-bottom:1.5rem!important
  4694.     }
  4695.     .my-xl-5{
  4696.         margin-top:3rem!important;
  4697.         margin-bottom:3rem!important
  4698.     }
  4699.     .my-xl-auto{
  4700.         margin-top:auto!important;
  4701.         margin-bottom:auto!important
  4702.     }
  4703.     .mt-xl-0{
  4704.         margin-top:0!important
  4705.     }
  4706.     .mt-xl-1{
  4707.         margin-top:.25rem!important
  4708.     }
  4709.     .mt-xl-2{
  4710.         margin-top:.5rem!important
  4711.     }
  4712.     .mt-xl-3{
  4713.         margin-top:1rem!important
  4714.     }
  4715.     .mt-xl-4{
  4716.         margin-top:1.5rem!important
  4717.     }
  4718.     .mt-xl-5{
  4719.         margin-top:3rem!important
  4720.     }
  4721.     .mt-xl-auto{
  4722.         margin-top:auto!important
  4723.     }
  4724.     .me-xl-0{
  4725.         margin-right:0!important
  4726.     }
  4727.     .me-xl-1{
  4728.         margin-right:.25rem!important
  4729.     }
  4730.     .me-xl-2{
  4731.         margin-right:.5rem!important
  4732.     }
  4733.     .me-xl-3{
  4734.         margin-right:1rem!important
  4735.     }
  4736.     .me-xl-4{
  4737.         margin-right:1.5rem!important
  4738.     }
  4739.     .me-xl-5{
  4740.         margin-right:3rem!important
  4741.     }
  4742.     .me-xl-auto{
  4743.         margin-right:auto!important
  4744.     }
  4745.     .mb-xl-0{
  4746.         margin-bottom:0!important
  4747.     }
  4748.     .mb-xl-1{
  4749.         margin-bottom:.25rem!important
  4750.     }
  4751.     .mb-xl-2{
  4752.         margin-bottom:.5rem!important
  4753.     }
  4754.     .mb-xl-3{
  4755.         margin-bottom:1rem!important
  4756.     }
  4757.     .mb-xl-4{
  4758.         margin-bottom:1.5rem!important
  4759.     }
  4760.     .mb-xl-5{
  4761.         margin-bottom:3rem!important
  4762.     }
  4763.     .mb-xl-auto{
  4764.         margin-bottom:auto!important
  4765.     }
  4766.     .ms-xl-0{
  4767.         margin-left:0!important
  4768.     }
  4769.     .ms-xl-1{
  4770.         margin-left:.25rem!important
  4771.     }
  4772.     .ms-xl-2{
  4773.         margin-left:.5rem!important
  4774.     }
  4775.     .ms-xl-3{
  4776.         margin-left:1rem!important
  4777.     }
  4778.     .ms-xl-4{
  4779.         margin-left:1.5rem!important
  4780.     }
  4781.     .ms-xl-5{
  4782.         margin-left:3rem!important
  4783.     }
  4784.     .ms-xl-auto{
  4785.         margin-left:auto!important
  4786.     }
  4787.     .p-xl-0{
  4788.         padding:0!important
  4789.     }
  4790.     .p-xl-1{
  4791.         padding:.25rem!important
  4792.     }
  4793.     .p-xl-2{
  4794.         padding:.5rem!important
  4795.     }
  4796.     .p-xl-3{
  4797.         padding:1rem!important
  4798.     }
  4799.     .p-xl-4{
  4800.         padding:1.5rem!important
  4801.     }
  4802.     .p-xl-5{
  4803.         padding:3rem!important
  4804.     }
  4805.     .px-xl-0{
  4806.         padding-right:0!important;
  4807.         padding-left:0!important
  4808.     }
  4809.     .px-xl-1{
  4810.         padding-right:.25rem!important;
  4811.         padding-left:.25rem!important
  4812.     }
  4813.     .px-xl-2{
  4814.         padding-right:.5rem!important;
  4815.         padding-left:.5rem!important
  4816.     }
  4817.     .px-xl-3{
  4818.         padding-right:1rem!important;
  4819.         padding-left:1rem!important
  4820.     }
  4821.     .px-xl-4{
  4822.         padding-right:1.5rem!important;
  4823.         padding-left:1.5rem!important
  4824.     }
  4825.     .px-xl-5{
  4826.         padding-right:3rem!important;
  4827.         padding-left:3rem!important
  4828.     }
  4829.     .py-xl-0{
  4830.         padding-top:0!important;
  4831.         padding-bottom:0!important
  4832.     }
  4833.     .py-xl-1{
  4834.         padding-top:.25rem!important;
  4835.         padding-bottom:.25rem!important
  4836.     }
  4837.     .py-xl-2{
  4838.         padding-top:.5rem!important;
  4839.         padding-bottom:.5rem!important
  4840.     }
  4841.     .py-xl-3{
  4842.         padding-top:1rem!important;
  4843.         padding-bottom:1rem!important
  4844.     }
  4845.     .py-xl-4{
  4846.         padding-top:1.5rem!important;
  4847.         padding-bottom:1.5rem!important
  4848.     }
  4849.     .py-xl-5{
  4850.         padding-top:3rem!important;
  4851.         padding-bottom:3rem!important
  4852.     }
  4853.     .pt-xl-0{
  4854.         padding-top:0!important
  4855.     }
  4856.     .pt-xl-1{
  4857.         padding-top:.25rem!important
  4858.     }
  4859.     .pt-xl-2{
  4860.         padding-top:.5rem!important
  4861.     }
  4862.     .pt-xl-3{
  4863.         padding-top:1rem!important
  4864.     }
  4865.     .pt-xl-4{
  4866.         padding-top:1.5rem!important
  4867.     }
  4868.     .pt-xl-5{
  4869.         padding-top:3rem!important
  4870.     }
  4871.     .pe-xl-0{
  4872.         padding-right:0!important
  4873.     }
  4874.     .pe-xl-1{
  4875.         padding-right:.25rem!important
  4876.     }
  4877.     .pe-xl-2{
  4878.         padding-right:.5rem!important
  4879.     }
  4880.     .pe-xl-3{
  4881.         padding-right:1rem!important
  4882.     }
  4883.     .pe-xl-4{
  4884.         padding-right:1.5rem!important
  4885.     }
  4886.     .pe-xl-5{
  4887.         padding-right:3rem!important
  4888.     }
  4889.     .pb-xl-0{
  4890.         padding-bottom:0!important
  4891.     }
  4892.     .pb-xl-1{
  4893.         padding-bottom:.25rem!important
  4894.     }
  4895.     .pb-xl-2{
  4896.         padding-bottom:.5rem!important
  4897.     }
  4898.     .pb-xl-3{
  4899.         padding-bottom:1rem!important
  4900.     }
  4901.     .pb-xl-4{
  4902.         padding-bottom:1.5rem!important
  4903.     }
  4904.     .pb-xl-5{
  4905.         padding-bottom:3rem!important
  4906.     }
  4907.     .ps-xl-0{
  4908.         padding-left:0!important
  4909.     }
  4910.     .ps-xl-1{
  4911.         padding-left:.25rem!important
  4912.     }
  4913.     .ps-xl-2{
  4914.         padding-left:.5rem!important
  4915.     }
  4916.     .ps-xl-3{
  4917.         padding-left:1rem!important
  4918.     }
  4919.     .ps-xl-4{
  4920.         padding-left:1.5rem!important
  4921.     }
  4922.     .ps-xl-5{
  4923.         padding-left:3rem!important
  4924.     }
  4925.     .text-xl-start{
  4926.         text-align:left!important
  4927.     }
  4928.     .text-xl-end{
  4929.         text-align:right!important
  4930.     }
  4931.     .text-xl-center{
  4932.         text-align:center!important
  4933.     }
  4934.     .fs-1{
  4935.         font-size:2.5rem!important
  4936.     }
  4937.     .fs-2{
  4938.         font-size:2rem!important
  4939.     }
  4940.     .fs-3{
  4941.         font-size:1.75rem!important
  4942.     }
  4943.     .fs-4{
  4944.         font-size:1.5rem!important
  4945.     }
  4946.     .h1,h1{
  4947.         font-size:2.5rem
  4948.     }
  4949.     .h2,h2{
  4950.         font-size:2rem
  4951.     }
  4952.     .h3,h3{
  4953.         font-size:1.75rem
  4954.     }
  4955.     .h4,h4,legend{
  4956.         font-size:1.5rem
  4957.     }
  4958. }
  4959. legend+*{
  4960.     clear:left
  4961. }
  4962. ::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{
  4963.     padding:0
  4964. }
  4965. ::-webkit-inner-spin-button{
  4966.     height:auto
  4967. }
  4968. [type=search]{
  4969.     outline-offset:-2px;
  4970.     -webkit-appearance:textfield
  4971. }
  4972. ::-webkit-search-decoration{
  4973.     -webkit-appearance:none
  4974. }
  4975. ::-webkit-color-swatch-wrapper{
  4976.     padding:0
  4977. }
  4978. ::file-selector-button{
  4979.     font:inherit
  4980. }
  4981. ::-webkit-file-upload-button{
  4982.     font:inherit;
  4983.     -webkit-appearance:button
  4984. }
  4985. summary{
  4986.     display:list-item
  4987. }
  4988. .table{
  4989.     --bs-table-bg:transparent;
  4990.     --bs-table-accent-bg:transparent;
  4991.     --bs-table-striped-color:#212529;
  4992.     --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  4993.     --bs-table-active-color:#212529;
  4994.     --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  4995.     --bs-table-hover-color:#212529;
  4996.     --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  4997.     width:100%;
  4998.     vertical-align:top;
  4999.     border-color:#dee2e6
  5000. }
  5001. .table>:not(caption)>*>*{
  5002.     padding:.5rem;
  5003.     background-color:var(--bs-table-bg);
  5004.     border-bottom-width:1px;
  5005.     box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)
  5006. }
  5007. .table>tbody{
  5008.     vertical-align:inherit
  5009. }
  5010. .table>thead{
  5011.     vertical-align:bottom
  5012. }
  5013. .table>:not(:last-child)>:last-child>*{
  5014.     border-bottom-color:currentColor
  5015. }
  5016. .caption-top{
  5017.     caption-side:top
  5018. }
  5019. .table-sm>:not(caption)>*>*{
  5020.     padding:.25rem
  5021. }
  5022. .table-bordered>:not(caption)>*{
  5023.     border-width:1px 0
  5024. }
  5025. .table-bordered>:not(caption)>*>*{
  5026.     border-width:0 1px
  5027. }
  5028. .table-borderless>:not(caption)>*>*{
  5029.     border-bottom-width:0
  5030. }
  5031. .table-striped>tbody>tr:nth-of-type(odd){
  5032.     --bs-table-accent-bg:var(--bs-table-striped-bg);
  5033.     color:var(--bs-table-striped-color)
  5034. }
  5035. .table-active{
  5036.     --bs-table-accent-bg:var(--bs-table-active-bg);
  5037.     color:var(--bs-table-active-color)
  5038. }
  5039. .table-danger,.table-info,.table-light,.table-primary,.table-secondary,.table-success,.table-warning{
  5040.     --bs-table-striped-color:#000;
  5041.     --bs-table-active-color:#000;
  5042.     --bs-table-hover-color:#000;
  5043.     color:#000
  5044. }
  5045. .table-hover>tbody>tr:hover{
  5046.     --bs-table-accent-bg:var(--bs-table-hover-bg);
  5047.     color:var(--bs-table-hover-color)
  5048. }
  5049. .table-primary{
  5050.     --bs-table-bg:#cfe2ff;
  5051.     --bs-table-striped-bg:#c5d7f2;
  5052.     --bs-table-active-bg:#bacbe6;
  5053.     --bs-table-hover-bg:#bfd1ec;
  5054.     border-color:#bacbe6
  5055. }
  5056. .table-secondary{
  5057.     --bs-table-bg:#e2e3e5;
  5058.     --bs-table-striped-bg:#d7d8da;
  5059.     --bs-table-active-bg:#cbccce;
  5060.     --bs-table-hover-bg:#d1d2d4;
  5061.     border-color:#cbccce
  5062. }
  5063. .table-success{
  5064.     --bs-table-bg:#d1e7dd;
  5065.     --bs-table-striped-bg:#c7dbd2;
  5066.     --bs-table-active-bg:#bcd0c7;
  5067.     --bs-table-hover-bg:#c1d6cc;
  5068.     border-color:#bcd0c7
  5069. }
  5070. .table-info{
  5071.     --bs-table-bg:#cff4fc;
  5072.     --bs-table-striped-bg:#c5e8ef;
  5073.     --bs-table-active-bg:#badce3;
  5074.     --bs-table-hover-bg:#bfe2e9;
  5075.     border-color:#badce3
  5076. }
  5077. .table-warning{
  5078.     --bs-table-bg:#fff3cd;
  5079.     --bs-table-striped-bg:#f2e7c3;
  5080.     --bs-table-active-bg:#e6dbb9;
  5081.     --bs-table-hover-bg:#ece1be;
  5082.     border-color:#e6dbb9
  5083. }
  5084. .table-danger{
  5085.     --bs-table-bg:#f8d7da;
  5086.     --bs-table-striped-bg:#eccccf;
  5087.     --bs-table-active-bg:#dfc2c4;
  5088.     --bs-table-hover-bg:#e5c7ca;
  5089.     border-color:#dfc2c4
  5090. }
  5091. .table-light{
  5092.     --bs-table-bg:#f8f9fa;
  5093.     --bs-table-striped-bg:#ecedee;
  5094.     --bs-table-active-bg:#dfe0e1;
  5095.     --bs-table-hover-bg:#e5e6e7;
  5096.     border-color:#dfe0e1
  5097. }
  5098. .table-dark{
  5099.     --bs-table-bg:#212529;
  5100.     --bs-table-striped-bg:#2c3034;
  5101.     --bs-table-striped-color:#fff;
  5102.     --bs-table-active-bg:#373b3e;
  5103.     --bs-table-active-color:#fff;
  5104.     --bs-table-hover-bg:#323539;
  5105.     --bs-table-hover-color:#fff;
  5106.     color:#fff;
  5107.     border-color:#373b3e
  5108. }
  5109. .table-responsive{
  5110.     overflow-x:auto;
  5111.     -webkit-overflow-scrolling:touch
  5112. }
  5113. @media (max-width:575.98px){
  5114.     .table-responsive-sm{
  5115.         overflow-x:auto;
  5116.         -webkit-overflow-scrolling:touch
  5117.     }
  5118. }
  5119. @media (max-width:767.98px){
  5120.     .table-responsive-md{
  5121.         overflow-x:auto;
  5122.         -webkit-overflow-scrolling:touch
  5123.     }
  5124. }
  5125. @media (max-width:991.98px){
  5126.     .table-responsive-lg{
  5127.         overflow-x:auto;
  5128.         -webkit-overflow-scrolling:touch
  5129.     }
  5130. }
  5131. @media (max-width:1199.98px){
  5132.     .table-responsive-xl{
  5133.         overflow-x:auto;
  5134.         -webkit-overflow-scrolling:touch
  5135.     }
  5136. }
  5137. @media (max-width:1399.98px){
  5138.     .table-responsive-xxl{
  5139.         overflow-x:auto;
  5140.         -webkit-overflow-scrolling:touch
  5141.     }
  5142. }
  5143.  .alert {
  5144.      position: relative;
  5145.      padding: 1rem 1rem;
  5146.      margin-bottom: 1rem;
  5147.      border: 1px solid transparent;
  5148.      border-radius: 0.25rem;
  5149. }
  5150.  .alert-heading {
  5151.      color: inherit;
  5152. }
  5153.  .alert-link {
  5154.      font-weight: 700;
  5155. }
  5156.  .alert-dismissible {
  5157.      padding-right: 3rem;
  5158. }
  5159.  .alert-dismissible .btn-close {
  5160.      position: absolute;
  5161.      top: 0;
  5162.      right: 0;
  5163.      z-index: 2;
  5164.      padding: 1.25rem 1rem;
  5165. }
  5166.  .alert-primary {
  5167.      color: #084298;
  5168.      background-color: #cfe2ff;
  5169.      border-color: #b6d4fe;
  5170. }
  5171.  .alert-primary .alert-link {
  5172.      color: #06357a;
  5173. }
  5174.  .alert-secondary {
  5175.      color: #41464b;
  5176.      background-color: #e2e3e5;
  5177.      border-color: #d3d6d8;
  5178. }
  5179.  .alert-secondary .alert-link {
  5180.      color: #34383c;
  5181. }
  5182.  .alert-success {
  5183.      color: #0f5132;
  5184.      background-color: #d1e7dd;
  5185.      border-color: #badbcc;
  5186. }
  5187.  .alert-success .alert-link {
  5188.      color: #0c4128;
  5189. }
  5190.  .alert-info {
  5191.      color: #055160;
  5192.      background-color: #cff4fc;
  5193.      border-color: #b6effb;
  5194. }
  5195.  .alert-info .alert-link {
  5196.      color: #04414d;
  5197. }
  5198.  .alert-warning {
  5199.      color: #664d03;
  5200.      background-color: #fff3cd;
  5201.      border-color: #ffecb5;
  5202. }
  5203.  .alert-warning .alert-link {
  5204.      color: #523e02;
  5205. }
  5206.  .alert-danger {
  5207.      color: #842029;
  5208.      background-color: #f8d7da;
  5209.      border-color: #f5c2c7;
  5210. }
  5211.  .alert-danger .alert-link {
  5212.      color: #6a1a21;
  5213. }
  5214.  .alert-light {
  5215.      color: #636464;
  5216.      background-color: #fefefe;
  5217.      border-color: #fdfdfe;
  5218. }
  5219.  .alert-light .alert-link {
  5220.      color: #4f5050;
  5221. }
  5222.  .alert-dark {
  5223.      color: #141619;
  5224.      background-color: #d3d3d4;
  5225.      border-color: #bcbebf;
  5226. }
  5227.  .alert-dark .alert-link {
  5228.      color: #101214;
  5229. }
  5230.  .pagination {
  5231.      display: flex;
  5232.      padding-left: 0;
  5233.      list-style: none;
  5234. }
  5235.  .card-body {
  5236.      -webkit-box-flex: 1;
  5237.      -webkit-flex: 1 1 auto;
  5238.      -moz-box-flex: 1;
  5239.      -ms-flex: 1 1 auto;
  5240.      flex: 1 1 auto;
  5241.      padding: 1rem;
  5242. }
  5243.  .input-group {
  5244.      position: relative;
  5245.      display: flex;
  5246.      flex-wrap: wrap;
  5247.      align-items: stretch;
  5248.      width: 100%;
  5249. }
  5250.  .input-group > .form-control, .input-group > .form-select {
  5251.      position: relative;
  5252.      flex: 1 1 auto;
  5253.      width: 1%;
  5254.      min-width: 0;
  5255. }
  5256.  .input-group > .form-control:focus, .input-group > .form-select:focus {
  5257.      z-index: 3;
  5258. }
  5259.  .input-group .btn {
  5260.      position: relative;
  5261.      z-index: 2;
  5262. }
  5263.  .input-group .btn:focus {
  5264.      z-index: 3;
  5265. }
  5266.  .input-group-text {
  5267.      display: flex;
  5268.      align-items: center;
  5269.      padding: 0.375rem 0.75rem;
  5270.      font-size: 1rem;
  5271.      font-weight: 400;
  5272.      line-height: 1.5;
  5273.      color: #212529;
  5274.      text-align: center;
  5275.      white-space: nowrap;
  5276.      background-color: #e9ecef;
  5277.      border: 1px solid #ced4da;
  5278.      border-radius: 0.25rem;
  5279. }
  5280.  .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  5281.      padding: 0.5rem 1rem;
  5282.      font-size: 1.25rem;
  5283.      border-radius: 0.3rem;
  5284. }
  5285.  .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  5286.      padding: 0.25rem 0.5rem;
  5287.      font-size: 0.875rem;
  5288.      border-radius: 0.2rem;
  5289. }
  5290.  .input-group-lg > .form-select, .input-group-sm > .form-select {
  5291.      padding-right: 3rem;
  5292. }
  5293.  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  5294.      border-top-right-radius: 0;
  5295.      border-bottom-right-radius: 0;
  5296. }
  5297.  .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  5298.      border-top-right-radius: 0;
  5299.      border-bottom-right-radius: 0;
  5300. }
  5301.  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  5302.      margin-left: -1px;
  5303.      border-top-left-radius: 0;
  5304.      border-bottom-left-radius: 0;
  5305. }
  5306.  .form-check {
  5307.      display: block;
  5308.      min-height: 1.5rem;
  5309.      padding-left: 1.5em;
  5310.      margin-bottom: 0.125rem;
  5311. }
  5312.  .form-check .form-check-input {
  5313.      float: left;
  5314.      margin-left: -1.5em;
  5315. }
  5316.  .form-check-input {
  5317.      width: 1em;
  5318.      height: 1em;
  5319.      margin-top: 0.25em;
  5320.      vertical-align: top;
  5321.      background-color: #fff;
  5322.      background-repeat: no-repeat;
  5323.      background-position: center;
  5324.      background-size: contain;
  5325.      border: 1px solid rgba(0, 0, 0, 0.25);
  5326.      -webkit-appearance: none;
  5327.      -moz-appearance: none;
  5328.      appearance: none;
  5329.      -webkit-print-color-adjust: exact;
  5330.      color-adjust: exact;
  5331. }
  5332.  .form-check-input[type=checkbox] {
  5333.      border-radius: 0.25em;
  5334. }
  5335.  .form-check-input[type=radio] {
  5336.      border-radius: 50%;
  5337. }
  5338.  .form-check-input:active {
  5339.      filter: brightness(90%);
  5340. }
  5341.  .form-check-input:focus {
  5342.      border-color: #86b7fe;
  5343.      outline: 0;
  5344.      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  5345. }
  5346.  .form-check-input:checked {
  5347.      background-color: #0d6efd;
  5348.      border-color: #0d6efd;
  5349. }
  5350.  .form-check-input:checked[type=checkbox] {
  5351.      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  5352. }
  5353.  .form-check-input:checked[type=radio] {
  5354.      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  5355. }
  5356.  .form-check-input[type=checkbox]:indeterminate {
  5357.      background-color: #0d6efd;
  5358.      border-color: #0d6efd;
  5359.      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  5360. }
  5361.  .form-check-input:disabled {
  5362.      pointer-events: none;
  5363.      filter: none;
  5364.      opacity: 0.5;
  5365. }
  5366.  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  5367.      opacity: 0.5;
  5368. }
  5369.  
Add Comment
Please, Sign In to add comment