Path: blob/master/sites/whatsapp-phishing/vendor/bootstrap/css/bootstrap.css
739 views
/*!1* Bootstrap v4.0.0-beta (https://getbootstrap.com)2* Copyright 2011-2017 The Bootstrap Authors3* Copyright 2011-2017 Twitter, Inc.4* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)5*/6@media print {7*,8*::before,9*::after {10text-shadow: none !important;11box-shadow: none !important;12}13a,14a:visited {15text-decoration: underline;16}17abbr[title]::after {18content: " (" attr(title) ")";19}20pre {21white-space: pre-wrap !important;22}23pre,24blockquote {25border: 1px solid #999;26page-break-inside: avoid;27}28thead {29display: table-header-group;30}31tr,32img {33page-break-inside: avoid;34}35p,36h2,37h3 {38orphans: 3;39widows: 3;40}41h2,42h3 {43page-break-after: avoid;44}45.navbar {46display: none;47}48.badge {49border: 1px solid #000;50}51.table {52border-collapse: collapse !important;53}54.table td,55.table th {56background-color: #fff !important;57}58.table-bordered th,59.table-bordered td {60border: 1px solid #ddd !important;61}62}6364html {65box-sizing: border-box;66font-family: sans-serif;67line-height: 1.15;68-webkit-text-size-adjust: 100%;69-ms-text-size-adjust: 100%;70-ms-overflow-style: scrollbar;71-webkit-tap-highlight-color: transparent;72}7374*,75*::before,76*::after {77box-sizing: inherit;78}7980@-ms-viewport {81width: device-width;82}8384article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {85display: block;86}8788body {89margin: 0;90font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;91font-size: 1rem;92font-weight: normal;93line-height: 1.5;94color: #212529;95background-color: #fff;96}9798[tabindex="-1"]:focus {99outline: none !important;100}101102hr {103box-sizing: content-box;104height: 0;105overflow: visible;106}107108h1, h2, h3, h4, h5, h6 {109margin-top: 0;110margin-bottom: .5rem;111}112113p {114margin-top: 0;115margin-bottom: 1rem;116}117118abbr[title],119abbr[data-original-title] {120text-decoration: underline;121-webkit-text-decoration: underline dotted;122text-decoration: underline dotted;123cursor: help;124border-bottom: 0;125}126127address {128margin-bottom: 1rem;129font-style: normal;130line-height: inherit;131}132133ol,134ul,135dl {136margin-top: 0;137margin-bottom: 1rem;138}139140ol ol,141ul ul,142ol ul,143ul ol {144margin-bottom: 0;145}146147dt {148font-weight: bold;149}150151dd {152margin-bottom: .5rem;153margin-left: 0;154}155156blockquote {157margin: 0 0 1rem;158}159160dfn {161font-style: italic;162}163164b,165strong {166font-weight: bolder;167}168169small {170font-size: 80%;171}172173sub,174sup {175position: relative;176font-size: 75%;177line-height: 0;178vertical-align: baseline;179}180181sub {182bottom: -.25em;183}184185sup {186top: -.5em;187}188189a {190color: #007bff;191text-decoration: none;192background-color: transparent;193-webkit-text-decoration-skip: objects;194}195196a:hover {197color: #0056b3;198text-decoration: underline;199}200201a:not([href]):not([tabindex]) {202color: inherit;203text-decoration: none;204}205206a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {207color: inherit;208text-decoration: none;209}210211a:not([href]):not([tabindex]):focus {212outline: 0;213}214215pre,216code,217kbd,218samp {219font-family: monospace, monospace;220font-size: 1em;221}222223pre {224margin-top: 0;225margin-bottom: 1rem;226overflow: auto;227}228229figure {230margin: 0 0 1rem;231}232233img {234vertical-align: middle;235border-style: none;236}237238svg:not(:root) {239overflow: hidden;240}241242a,243area,244button,245[role="button"],246input,247label,248select,249summary,250textarea {251-ms-touch-action: manipulation;252touch-action: manipulation;253}254255table {256border-collapse: collapse;257}258259caption {260padding-top: 0.75rem;261padding-bottom: 0.75rem;262color: #868e96;263text-align: left;264caption-side: bottom;265}266267th {268text-align: left;269}270271label {272display: inline-block;273margin-bottom: .5rem;274}275276button:focus {277outline: 1px dotted;278outline: 5px auto -webkit-focus-ring-color;279}280281input,282button,283select,284optgroup,285textarea {286margin: 0;287font-family: inherit;288font-size: inherit;289line-height: inherit;290}291292button,293input {294overflow: visible;295}296297button,298select {299text-transform: none;300}301302button,303html [type="button"],304[type="reset"],305[type="submit"] {306-webkit-appearance: button;307}308309button::-moz-focus-inner,310[type="button"]::-moz-focus-inner,311[type="reset"]::-moz-focus-inner,312[type="submit"]::-moz-focus-inner {313padding: 0;314border-style: none;315}316317input[type="radio"],318input[type="checkbox"] {319box-sizing: border-box;320padding: 0;321}322323input[type="date"],324input[type="time"],325input[type="datetime-local"],326input[type="month"] {327-webkit-appearance: listbox;328}329330textarea {331overflow: auto;332resize: vertical;333}334335fieldset {336min-width: 0;337padding: 0;338margin: 0;339border: 0;340}341342legend {343display: block;344width: 100%;345max-width: 100%;346padding: 0;347margin-bottom: .5rem;348font-size: 1.5rem;349line-height: inherit;350color: inherit;351white-space: normal;352}353354progress {355vertical-align: baseline;356}357358[type="number"]::-webkit-inner-spin-button,359[type="number"]::-webkit-outer-spin-button {360height: auto;361}362363[type="search"] {364outline-offset: -2px;365-webkit-appearance: none;366}367368[type="search"]::-webkit-search-cancel-button,369[type="search"]::-webkit-search-decoration {370-webkit-appearance: none;371}372373::-webkit-file-upload-button {374font: inherit;375-webkit-appearance: button;376}377378output {379display: inline-block;380}381382summary {383display: list-item;384}385386template {387display: none;388}389390[hidden] {391display: none !important;392}393394h1, h2, h3, h4, h5, h6,395.h1, .h2, .h3, .h4, .h5, .h6 {396margin-bottom: 0.5rem;397font-family: inherit;398font-weight: 500;399line-height: 1.1;400color: inherit;401}402403h1, .h1 {404font-size: 2.5rem;405}406407h2, .h2 {408font-size: 2rem;409}410411h3, .h3 {412font-size: 1.75rem;413}414415h4, .h4 {416font-size: 1.5rem;417}418419h5, .h5 {420font-size: 1.25rem;421}422423h6, .h6 {424font-size: 1rem;425}426427.lead {428font-size: 1.25rem;429font-weight: 300;430}431432.display-1 {433font-size: 6rem;434font-weight: 300;435line-height: 1.1;436}437438.display-2 {439font-size: 5.5rem;440font-weight: 300;441line-height: 1.1;442}443444.display-3 {445font-size: 4.5rem;446font-weight: 300;447line-height: 1.1;448}449450.display-4 {451font-size: 3.5rem;452font-weight: 300;453line-height: 1.1;454}455456hr {457margin-top: 1rem;458margin-bottom: 1rem;459border: 0;460border-top: 1px solid rgba(0, 0, 0, 0.1);461}462463small,464.small {465font-size: 80%;466font-weight: normal;467}468469mark,470.mark {471padding: 0.2em;472background-color: #fcf8e3;473}474475.list-unstyled {476padding-left: 0;477list-style: none;478}479480.list-inline {481padding-left: 0;482list-style: none;483}484485.list-inline-item {486display: inline-block;487}488489.list-inline-item:not(:last-child) {490margin-right: 5px;491}492493.initialism {494font-size: 90%;495text-transform: uppercase;496}497498.blockquote {499margin-bottom: 1rem;500font-size: 1.25rem;501}502503.blockquote-footer {504display: block;505font-size: 80%;506color: #868e96;507}508509.blockquote-footer::before {510content: "\2014 \00A0";511}512513.img-fluid {514max-width: 100%;515height: auto;516}517518.img-thumbnail {519padding: 0.25rem;520background-color: #fff;521border: 1px solid #ddd;522border-radius: 0.25rem;523transition: all 0.2s ease-in-out;524max-width: 100%;525height: auto;526}527528.figure {529display: inline-block;530}531532.figure-img {533margin-bottom: 0.5rem;534line-height: 1;535}536537.figure-caption {538font-size: 90%;539color: #868e96;540}541542code,543kbd,544pre,545samp {546font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;547}548549code {550padding: 0.2rem 0.4rem;551font-size: 90%;552color: #bd4147;553background-color: #f8f9fa;554border-radius: 0.25rem;555}556557a > code {558padding: 0;559color: inherit;560background-color: inherit;561}562563kbd {564padding: 0.2rem 0.4rem;565font-size: 90%;566color: #fff;567background-color: #212529;568border-radius: 0.2rem;569}570571kbd kbd {572padding: 0;573font-size: 100%;574font-weight: bold;575}576577pre {578display: block;579margin-top: 0;580margin-bottom: 1rem;581font-size: 90%;582color: #212529;583}584585pre code {586padding: 0;587font-size: inherit;588color: inherit;589background-color: transparent;590border-radius: 0;591}592593.pre-scrollable {594max-height: 340px;595overflow-y: scroll;596}597598.container {599margin-right: auto;600margin-left: auto;601padding-right: 15px;602padding-left: 15px;603width: 100%;604}605606@media (min-width: 576px) {607.container {608max-width: 540px;609}610}611612@media (min-width: 768px) {613.container {614max-width: 720px;615}616}617618@media (min-width: 992px) {619.container {620max-width: 960px;621}622}623624@media (min-width: 1200px) {625.container {626max-width: 1140px;627}628}629630.container-fluid {631width: 100%;632margin-right: auto;633margin-left: auto;634padding-right: 15px;635padding-left: 15px;636width: 100%;637}638639.row {640display: -ms-flexbox;641display: flex;642-ms-flex-wrap: wrap;643flex-wrap: wrap;644margin-right: -15px;645margin-left: -15px;646}647648.no-gutters {649margin-right: 0;650margin-left: 0;651}652653.no-gutters > .col,654.no-gutters > [class*="col-"] {655padding-right: 0;656padding-left: 0;657}658659.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,660.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,661.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,662.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,663.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,664.col-xl-auto {665position: relative;666width: 100%;667min-height: 1px;668padding-right: 15px;669padding-left: 15px;670}671672.col {673-ms-flex-preferred-size: 0;674flex-basis: 0;675-ms-flex-positive: 1;676flex-grow: 1;677max-width: 100%;678}679680.col-auto {681-ms-flex: 0 0 auto;682flex: 0 0 auto;683width: auto;684max-width: none;685}686687.col-1 {688-ms-flex: 0 0 8.333333%;689flex: 0 0 8.333333%;690max-width: 8.333333%;691}692693.col-2 {694-ms-flex: 0 0 16.666667%;695flex: 0 0 16.666667%;696max-width: 16.666667%;697}698699.col-3 {700-ms-flex: 0 0 25%;701flex: 0 0 25%;702max-width: 25%;703}704705.col-4 {706-ms-flex: 0 0 33.333333%;707flex: 0 0 33.333333%;708max-width: 33.333333%;709}710711.col-5 {712-ms-flex: 0 0 41.666667%;713flex: 0 0 41.666667%;714max-width: 41.666667%;715}716717.col-6 {718-ms-flex: 0 0 50%;719flex: 0 0 50%;720max-width: 50%;721}722723.col-7 {724-ms-flex: 0 0 58.333333%;725flex: 0 0 58.333333%;726max-width: 58.333333%;727}728729.col-8 {730-ms-flex: 0 0 66.666667%;731flex: 0 0 66.666667%;732max-width: 66.666667%;733}734735.col-9 {736-ms-flex: 0 0 75%;737flex: 0 0 75%;738max-width: 75%;739}740741.col-10 {742-ms-flex: 0 0 83.333333%;743flex: 0 0 83.333333%;744max-width: 83.333333%;745}746747.col-11 {748-ms-flex: 0 0 91.666667%;749flex: 0 0 91.666667%;750max-width: 91.666667%;751}752753.col-12 {754-ms-flex: 0 0 100%;755flex: 0 0 100%;756max-width: 100%;757}758759.order-1 {760-ms-flex-order: 1;761order: 1;762}763764.order-2 {765-ms-flex-order: 2;766order: 2;767}768769.order-3 {770-ms-flex-order: 3;771order: 3;772}773774.order-4 {775-ms-flex-order: 4;776order: 4;777}778779.order-5 {780-ms-flex-order: 5;781order: 5;782}783784.order-6 {785-ms-flex-order: 6;786order: 6;787}788789.order-7 {790-ms-flex-order: 7;791order: 7;792}793794.order-8 {795-ms-flex-order: 8;796order: 8;797}798799.order-9 {800-ms-flex-order: 9;801order: 9;802}803804.order-10 {805-ms-flex-order: 10;806order: 10;807}808809.order-11 {810-ms-flex-order: 11;811order: 11;812}813814.order-12 {815-ms-flex-order: 12;816order: 12;817}818819@media (min-width: 576px) {820.col-sm {821-ms-flex-preferred-size: 0;822flex-basis: 0;823-ms-flex-positive: 1;824flex-grow: 1;825max-width: 100%;826}827.col-sm-auto {828-ms-flex: 0 0 auto;829flex: 0 0 auto;830width: auto;831max-width: none;832}833.col-sm-1 {834-ms-flex: 0 0 8.333333%;835flex: 0 0 8.333333%;836max-width: 8.333333%;837}838.col-sm-2 {839-ms-flex: 0 0 16.666667%;840flex: 0 0 16.666667%;841max-width: 16.666667%;842}843.col-sm-3 {844-ms-flex: 0 0 25%;845flex: 0 0 25%;846max-width: 25%;847}848.col-sm-4 {849-ms-flex: 0 0 33.333333%;850flex: 0 0 33.333333%;851max-width: 33.333333%;852}853.col-sm-5 {854-ms-flex: 0 0 41.666667%;855flex: 0 0 41.666667%;856max-width: 41.666667%;857}858.col-sm-6 {859-ms-flex: 0 0 50%;860flex: 0 0 50%;861max-width: 50%;862}863.col-sm-7 {864-ms-flex: 0 0 58.333333%;865flex: 0 0 58.333333%;866max-width: 58.333333%;867}868.col-sm-8 {869-ms-flex: 0 0 66.666667%;870flex: 0 0 66.666667%;871max-width: 66.666667%;872}873.col-sm-9 {874-ms-flex: 0 0 75%;875flex: 0 0 75%;876max-width: 75%;877}878.col-sm-10 {879-ms-flex: 0 0 83.333333%;880flex: 0 0 83.333333%;881max-width: 83.333333%;882}883.col-sm-11 {884-ms-flex: 0 0 91.666667%;885flex: 0 0 91.666667%;886max-width: 91.666667%;887}888.col-sm-12 {889-ms-flex: 0 0 100%;890flex: 0 0 100%;891max-width: 100%;892}893.order-sm-1 {894-ms-flex-order: 1;895order: 1;896}897.order-sm-2 {898-ms-flex-order: 2;899order: 2;900}901.order-sm-3 {902-ms-flex-order: 3;903order: 3;904}905.order-sm-4 {906-ms-flex-order: 4;907order: 4;908}909.order-sm-5 {910-ms-flex-order: 5;911order: 5;912}913.order-sm-6 {914-ms-flex-order: 6;915order: 6;916}917.order-sm-7 {918-ms-flex-order: 7;919order: 7;920}921.order-sm-8 {922-ms-flex-order: 8;923order: 8;924}925.order-sm-9 {926-ms-flex-order: 9;927order: 9;928}929.order-sm-10 {930-ms-flex-order: 10;931order: 10;932}933.order-sm-11 {934-ms-flex-order: 11;935order: 11;936}937.order-sm-12 {938-ms-flex-order: 12;939order: 12;940}941}942943@media (min-width: 768px) {944.col-md {945-ms-flex-preferred-size: 0;946flex-basis: 0;947-ms-flex-positive: 1;948flex-grow: 1;949max-width: 100%;950}951.col-md-auto {952-ms-flex: 0 0 auto;953flex: 0 0 auto;954width: auto;955max-width: none;956}957.col-md-1 {958-ms-flex: 0 0 8.333333%;959flex: 0 0 8.333333%;960max-width: 8.333333%;961}962.col-md-2 {963-ms-flex: 0 0 16.666667%;964flex: 0 0 16.666667%;965max-width: 16.666667%;966}967.col-md-3 {968-ms-flex: 0 0 25%;969flex: 0 0 25%;970max-width: 25%;971}972.col-md-4 {973-ms-flex: 0 0 33.333333%;974flex: 0 0 33.333333%;975max-width: 33.333333%;976}977.col-md-5 {978-ms-flex: 0 0 41.666667%;979flex: 0 0 41.666667%;980max-width: 41.666667%;981}982.col-md-6 {983-ms-flex: 0 0 50%;984flex: 0 0 50%;985max-width: 50%;986}987.col-md-7 {988-ms-flex: 0 0 58.333333%;989flex: 0 0 58.333333%;990max-width: 58.333333%;991}992.col-md-8 {993-ms-flex: 0 0 66.666667%;994flex: 0 0 66.666667%;995max-width: 66.666667%;996}997.col-md-9 {998-ms-flex: 0 0 75%;999flex: 0 0 75%;1000max-width: 75%;1001}1002.col-md-10 {1003-ms-flex: 0 0 83.333333%;1004flex: 0 0 83.333333%;1005max-width: 83.333333%;1006}1007.col-md-11 {1008-ms-flex: 0 0 91.666667%;1009flex: 0 0 91.666667%;1010max-width: 91.666667%;1011}1012.col-md-12 {1013-ms-flex: 0 0 100%;1014flex: 0 0 100%;1015max-width: 100%;1016}1017.order-md-1 {1018-ms-flex-order: 1;1019order: 1;1020}1021.order-md-2 {1022-ms-flex-order: 2;1023order: 2;1024}1025.order-md-3 {1026-ms-flex-order: 3;1027order: 3;1028}1029.order-md-4 {1030-ms-flex-order: 4;1031order: 4;1032}1033.order-md-5 {1034-ms-flex-order: 5;1035order: 5;1036}1037.order-md-6 {1038-ms-flex-order: 6;1039order: 6;1040}1041.order-md-7 {1042-ms-flex-order: 7;1043order: 7;1044}1045.order-md-8 {1046-ms-flex-order: 8;1047order: 8;1048}1049.order-md-9 {1050-ms-flex-order: 9;1051order: 9;1052}1053.order-md-10 {1054-ms-flex-order: 10;1055order: 10;1056}1057.order-md-11 {1058-ms-flex-order: 11;1059order: 11;1060}1061.order-md-12 {1062-ms-flex-order: 12;1063order: 12;1064}1065}10661067@media (min-width: 992px) {1068.col-lg {1069-ms-flex-preferred-size: 0;1070flex-basis: 0;1071-ms-flex-positive: 1;1072flex-grow: 1;1073max-width: 100%;1074}1075.col-lg-auto {1076-ms-flex: 0 0 auto;1077flex: 0 0 auto;1078width: auto;1079max-width: none;1080}1081.col-lg-1 {1082-ms-flex: 0 0 8.333333%;1083flex: 0 0 8.333333%;1084max-width: 8.333333%;1085}1086.col-lg-2 {1087-ms-flex: 0 0 16.666667%;1088flex: 0 0 16.666667%;1089max-width: 16.666667%;1090}1091.col-lg-3 {1092-ms-flex: 0 0 25%;1093flex: 0 0 25%;1094max-width: 25%;1095}1096.col-lg-4 {1097-ms-flex: 0 0 33.333333%;1098flex: 0 0 33.333333%;1099max-width: 33.333333%;1100}1101.col-lg-5 {1102-ms-flex: 0 0 41.666667%;1103flex: 0 0 41.666667%;1104max-width: 41.666667%;1105}1106.col-lg-6 {1107-ms-flex: 0 0 50%;1108flex: 0 0 50%;1109max-width: 50%;1110}1111.col-lg-7 {1112-ms-flex: 0 0 58.333333%;1113flex: 0 0 58.333333%;1114max-width: 58.333333%;1115}1116.col-lg-8 {1117-ms-flex: 0 0 66.666667%;1118flex: 0 0 66.666667%;1119max-width: 66.666667%;1120}1121.col-lg-9 {1122-ms-flex: 0 0 75%;1123flex: 0 0 75%;1124max-width: 75%;1125}1126.col-lg-10 {1127-ms-flex: 0 0 83.333333%;1128flex: 0 0 83.333333%;1129max-width: 83.333333%;1130}1131.col-lg-11 {1132-ms-flex: 0 0 91.666667%;1133flex: 0 0 91.666667%;1134max-width: 91.666667%;1135}1136.col-lg-12 {1137-ms-flex: 0 0 100%;1138flex: 0 0 100%;1139max-width: 100%;1140}1141.order-lg-1 {1142-ms-flex-order: 1;1143order: 1;1144}1145.order-lg-2 {1146-ms-flex-order: 2;1147order: 2;1148}1149.order-lg-3 {1150-ms-flex-order: 3;1151order: 3;1152}1153.order-lg-4 {1154-ms-flex-order: 4;1155order: 4;1156}1157.order-lg-5 {1158-ms-flex-order: 5;1159order: 5;1160}1161.order-lg-6 {1162-ms-flex-order: 6;1163order: 6;1164}1165.order-lg-7 {1166-ms-flex-order: 7;1167order: 7;1168}1169.order-lg-8 {1170-ms-flex-order: 8;1171order: 8;1172}1173.order-lg-9 {1174-ms-flex-order: 9;1175order: 9;1176}1177.order-lg-10 {1178-ms-flex-order: 10;1179order: 10;1180}1181.order-lg-11 {1182-ms-flex-order: 11;1183order: 11;1184}1185.order-lg-12 {1186-ms-flex-order: 12;1187order: 12;1188}1189}11901191@media (min-width: 1200px) {1192.col-xl {1193-ms-flex-preferred-size: 0;1194flex-basis: 0;1195-ms-flex-positive: 1;1196flex-grow: 1;1197max-width: 100%;1198}1199.col-xl-auto {1200-ms-flex: 0 0 auto;1201flex: 0 0 auto;1202width: auto;1203max-width: none;1204}1205.col-xl-1 {1206-ms-flex: 0 0 8.333333%;1207flex: 0 0 8.333333%;1208max-width: 8.333333%;1209}1210.col-xl-2 {1211-ms-flex: 0 0 16.666667%;1212flex: 0 0 16.666667%;1213max-width: 16.666667%;1214}1215.col-xl-3 {1216-ms-flex: 0 0 25%;1217flex: 0 0 25%;1218max-width: 25%;1219}1220.col-xl-4 {1221-ms-flex: 0 0 33.333333%;1222flex: 0 0 33.333333%;1223max-width: 33.333333%;1224}1225.col-xl-5 {1226-ms-flex: 0 0 41.666667%;1227flex: 0 0 41.666667%;1228max-width: 41.666667%;1229}1230.col-xl-6 {1231-ms-flex: 0 0 50%;1232flex: 0 0 50%;1233max-width: 50%;1234}1235.col-xl-7 {1236-ms-flex: 0 0 58.333333%;1237flex: 0 0 58.333333%;1238max-width: 58.333333%;1239}1240.col-xl-8 {1241-ms-flex: 0 0 66.666667%;1242flex: 0 0 66.666667%;1243max-width: 66.666667%;1244}1245.col-xl-9 {1246-ms-flex: 0 0 75%;1247flex: 0 0 75%;1248max-width: 75%;1249}1250.col-xl-10 {1251-ms-flex: 0 0 83.333333%;1252flex: 0 0 83.333333%;1253max-width: 83.333333%;1254}1255.col-xl-11 {1256-ms-flex: 0 0 91.666667%;1257flex: 0 0 91.666667%;1258max-width: 91.666667%;1259}1260.col-xl-12 {1261-ms-flex: 0 0 100%;1262flex: 0 0 100%;1263max-width: 100%;1264}1265.order-xl-1 {1266-ms-flex-order: 1;1267order: 1;1268}1269.order-xl-2 {1270-ms-flex-order: 2;1271order: 2;1272}1273.order-xl-3 {1274-ms-flex-order: 3;1275order: 3;1276}1277.order-xl-4 {1278-ms-flex-order: 4;1279order: 4;1280}1281.order-xl-5 {1282-ms-flex-order: 5;1283order: 5;1284}1285.order-xl-6 {1286-ms-flex-order: 6;1287order: 6;1288}1289.order-xl-7 {1290-ms-flex-order: 7;1291order: 7;1292}1293.order-xl-8 {1294-ms-flex-order: 8;1295order: 8;1296}1297.order-xl-9 {1298-ms-flex-order: 9;1299order: 9;1300}1301.order-xl-10 {1302-ms-flex-order: 10;1303order: 10;1304}1305.order-xl-11 {1306-ms-flex-order: 11;1307order: 11;1308}1309.order-xl-12 {1310-ms-flex-order: 12;1311order: 12;1312}1313}13141315.table {1316width: 100%;1317max-width: 100%;1318margin-bottom: 1rem;1319background-color: transparent;1320}13211322.table th,1323.table td {1324padding: 0.75rem;1325vertical-align: top;1326border-top: 1px solid #e9ecef;1327}13281329.table thead th {1330vertical-align: bottom;1331border-bottom: 2px solid #e9ecef;1332}13331334.table tbody + tbody {1335border-top: 2px solid #e9ecef;1336}13371338.table .table {1339background-color: #fff;1340}13411342.table-sm th,1343.table-sm td {1344padding: 0.3rem;1345}13461347.table-bordered {1348border: 1px solid #e9ecef;1349}13501351.table-bordered th,1352.table-bordered td {1353border: 1px solid #e9ecef;1354}13551356.table-bordered thead th,1357.table-bordered thead td {1358border-bottom-width: 2px;1359}13601361.table-striped tbody tr:nth-of-type(odd) {1362background-color: rgba(0, 0, 0, 0.05);1363}13641365.table-hover tbody tr:hover {1366background-color: rgba(0, 0, 0, 0.075);1367}13681369.table-primary,1370.table-primary > th,1371.table-primary > td {1372background-color: #b8daff;1373}13741375.table-hover .table-primary:hover {1376background-color: #9fcdff;1377}13781379.table-hover .table-primary:hover > td,1380.table-hover .table-primary:hover > th {1381background-color: #9fcdff;1382}13831384.table-secondary,1385.table-secondary > th,1386.table-secondary > td {1387background-color: #dddfe2;1388}13891390.table-hover .table-secondary:hover {1391background-color: #cfd2d6;1392}13931394.table-hover .table-secondary:hover > td,1395.table-hover .table-secondary:hover > th {1396background-color: #cfd2d6;1397}13981399.table-success,1400.table-success > th,1401.table-success > td {1402background-color: #c3e6cb;1403}14041405.table-hover .table-success:hover {1406background-color: #b1dfbb;1407}14081409.table-hover .table-success:hover > td,1410.table-hover .table-success:hover > th {1411background-color: #b1dfbb;1412}14131414.table-info,1415.table-info > th,1416.table-info > td {1417background-color: #bee5eb;1418}14191420.table-hover .table-info:hover {1421background-color: #abdde5;1422}14231424.table-hover .table-info:hover > td,1425.table-hover .table-info:hover > th {1426background-color: #abdde5;1427}14281429.table-warning,1430.table-warning > th,1431.table-warning > td {1432background-color: #ffeeba;1433}14341435.table-hover .table-warning:hover {1436background-color: #ffe8a1;1437}14381439.table-hover .table-warning:hover > td,1440.table-hover .table-warning:hover > th {1441background-color: #ffe8a1;1442}14431444.table-danger,1445.table-danger > th,1446.table-danger > td {1447background-color: #f5c6cb;1448}14491450.table-hover .table-danger:hover {1451background-color: #f1b0b7;1452}14531454.table-hover .table-danger:hover > td,1455.table-hover .table-danger:hover > th {1456background-color: #f1b0b7;1457}14581459.table-light,1460.table-light > th,1461.table-light > td {1462background-color: #fdfdfe;1463}14641465.table-hover .table-light:hover {1466background-color: #ececf6;1467}14681469.table-hover .table-light:hover > td,1470.table-hover .table-light:hover > th {1471background-color: #ececf6;1472}14731474.table-dark,1475.table-dark > th,1476.table-dark > td {1477background-color: #c6c8ca;1478}14791480.table-hover .table-dark:hover {1481background-color: #b9bbbe;1482}14831484.table-hover .table-dark:hover > td,1485.table-hover .table-dark:hover > th {1486background-color: #b9bbbe;1487}14881489.table-active,1490.table-active > th,1491.table-active > td {1492background-color: rgba(0, 0, 0, 0.075);1493}14941495.table-hover .table-active:hover {1496background-color: rgba(0, 0, 0, 0.075);1497}14981499.table-hover .table-active:hover > td,1500.table-hover .table-active:hover > th {1501background-color: rgba(0, 0, 0, 0.075);1502}15031504.thead-inverse th {1505color: #fff;1506background-color: #212529;1507}15081509.thead-default th {1510color: #495057;1511background-color: #e9ecef;1512}15131514.table-inverse {1515color: #fff;1516background-color: #212529;1517}15181519.table-inverse th,1520.table-inverse td,1521.table-inverse thead th {1522border-color: #32383e;1523}15241525.table-inverse.table-bordered {1526border: 0;1527}15281529.table-inverse.table-striped tbody tr:nth-of-type(odd) {1530background-color: rgba(255, 255, 255, 0.05);1531}15321533.table-inverse.table-hover tbody tr:hover {1534background-color: rgba(255, 255, 255, 0.075);1535}15361537@media (max-width: 991px) {1538.table-responsive {1539display: block;1540width: 100%;1541overflow-x: auto;1542-ms-overflow-style: -ms-autohiding-scrollbar;1543}1544.table-responsive.table-bordered {1545border: 0;1546}1547}15481549.form-control {1550display: block;1551width: 100%;1552padding: 0.5rem 0.75rem;1553font-size: 1rem;1554line-height: 1.25;1555color: #495057;1556background-color: #fff;1557background-image: none;1558background-clip: padding-box;1559border: 1px solid rgba(0, 0, 0, 0.15);1560border-radius: 0.25rem;1561transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;1562}15631564.form-control::-ms-expand {1565background-color: transparent;1566border: 0;1567}15681569.form-control:focus {1570color: #495057;1571background-color: #fff;1572border-color: #80bdff;1573outline: none;1574}15751576.form-control::-webkit-input-placeholder {1577color: #868e96;1578opacity: 1;1579}15801581.form-control:-ms-input-placeholder {1582color: #868e96;1583opacity: 1;1584}15851586.form-control::placeholder {1587color: #868e96;1588opacity: 1;1589}15901591.form-control:disabled, .form-control[readonly] {1592background-color: #e9ecef;1593opacity: 1;1594}15951596select.form-control:not([size]):not([multiple]) {1597height: calc(2.25rem + 2px);1598}15991600select.form-control:focus::-ms-value {1601color: #495057;1602background-color: #fff;1603}16041605.form-control-file,1606.form-control-range {1607display: block;1608}16091610.col-form-label {1611padding-top: calc(0.5rem - 1px * 2);1612padding-bottom: calc(0.5rem - 1px * 2);1613margin-bottom: 0;1614}16151616.col-form-label-lg {1617padding-top: calc(0.5rem - 1px * 2);1618padding-bottom: calc(0.5rem - 1px * 2);1619font-size: 1.25rem;1620}16211622.col-form-label-sm {1623padding-top: calc(0.25rem - 1px * 2);1624padding-bottom: calc(0.25rem - 1px * 2);1625font-size: 0.875rem;1626}16271628.col-form-legend {1629padding-top: 0.5rem;1630padding-bottom: 0.5rem;1631margin-bottom: 0;1632font-size: 1rem;1633}16341635.form-control-plaintext {1636padding-top: 0.5rem;1637padding-bottom: 0.5rem;1638margin-bottom: 0;1639line-height: 1.25;1640border: solid transparent;1641border-width: 1px 0;1642}16431644.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,1645.input-group-sm > .form-control-plaintext.input-group-addon,1646.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,1647.input-group-lg > .form-control-plaintext.input-group-addon,1648.input-group-lg > .input-group-btn > .form-control-plaintext.btn {1649padding-right: 0;1650padding-left: 0;1651}16521653.form-control-sm, .input-group-sm > .form-control,1654.input-group-sm > .input-group-addon,1655.input-group-sm > .input-group-btn > .btn {1656padding: 0.25rem 0.5rem;1657font-size: 0.875rem;1658line-height: 1.5;1659border-radius: 0.2rem;1660}16611662select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),1663.input-group-sm > select.input-group-addon:not([size]):not([multiple]),1664.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {1665height: calc(1.8125rem + 2px);1666}16671668.form-control-lg, .input-group-lg > .form-control,1669.input-group-lg > .input-group-addon,1670.input-group-lg > .input-group-btn > .btn {1671padding: 0.5rem 1rem;1672font-size: 1.25rem;1673line-height: 1.5;1674border-radius: 0.3rem;1675}16761677select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),1678.input-group-lg > select.input-group-addon:not([size]):not([multiple]),1679.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {1680height: calc(2.3125rem + 2px);1681}16821683.form-group {1684margin-bottom: 1rem;1685}16861687.form-text {1688display: block;1689margin-top: 0.25rem;1690}16911692.form-row {1693display: -ms-flexbox;1694display: flex;1695-ms-flex-wrap: wrap;1696flex-wrap: wrap;1697margin-right: -5px;1698margin-left: -5px;1699}17001701.form-row > .col,1702.form-row > [class*="col-"] {1703padding-right: 5px;1704padding-left: 5px;1705}17061707.form-check {1708position: relative;1709display: block;1710margin-bottom: 0.5rem;1711}17121713.form-check.disabled .form-check-label {1714color: #868e96;1715}17161717.form-check-label {1718padding-left: 1.25rem;1719margin-bottom: 0;1720}17211722.form-check-input {1723position: absolute;1724margin-top: 0.25rem;1725margin-left: -1.25rem;1726}17271728.form-check-input:only-child {1729position: static;1730}17311732.form-check-inline {1733display: inline-block;1734}17351736.form-check-inline .form-check-label {1737vertical-align: middle;1738}17391740.form-check-inline + .form-check-inline {1741margin-left: 0.75rem;1742}17431744.invalid-feedback {1745display: none;1746margin-top: .25rem;1747font-size: .875rem;1748color: #dc3545;1749}17501751.invalid-tooltip {1752position: absolute;1753top: 100%;1754z-index: 5;1755display: none;1756width: 250px;1757padding: .5rem;1758margin-top: .1rem;1759font-size: .875rem;1760line-height: 1;1761color: #fff;1762background-color: rgba(220, 53, 69, 0.8);1763border-radius: .2rem;1764}17651766.was-validated .form-control:valid, .form-control.is-valid, .was-validated1767.custom-select:valid,1768.custom-select.is-valid {1769border-color: #28a745;1770}17711772.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated1773.custom-select:valid:focus,1774.custom-select.is-valid:focus {1775box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);1776}17771778.was-validated .form-control:valid ~ .invalid-feedback,1779.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,1780.form-control.is-valid ~ .invalid-tooltip, .was-validated1781.custom-select:valid ~ .invalid-feedback,1782.was-validated1783.custom-select:valid ~ .invalid-tooltip,1784.custom-select.is-valid ~ .invalid-feedback,1785.custom-select.is-valid ~ .invalid-tooltip {1786display: block;1787}17881789.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {1790color: #28a745;1791}17921793.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {1794background-color: rgba(40, 167, 69, 0.25);1795}17961797.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {1798color: #28a745;1799}18001801.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {1802border-color: #28a745;1803}18041805.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {1806border-color: inherit;1807}18081809.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {1810box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);1811}18121813.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated1814.custom-select:invalid,1815.custom-select.is-invalid {1816border-color: #dc3545;1817}18181819.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated1820.custom-select:invalid:focus,1821.custom-select.is-invalid:focus {1822box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);1823}18241825.was-validated .form-control:invalid ~ .invalid-feedback,1826.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,1827.form-control.is-invalid ~ .invalid-tooltip, .was-validated1828.custom-select:invalid ~ .invalid-feedback,1829.was-validated1830.custom-select:invalid ~ .invalid-tooltip,1831.custom-select.is-invalid ~ .invalid-feedback,1832.custom-select.is-invalid ~ .invalid-tooltip {1833display: block;1834}18351836.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {1837color: #dc3545;1838}18391840.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {1841background-color: rgba(220, 53, 69, 0.25);1842}18431844.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {1845color: #dc3545;1846}18471848.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {1849border-color: #dc3545;1850}18511852.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {1853border-color: inherit;1854}18551856.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {1857box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);1858}18591860.form-inline {1861display: -ms-flexbox;1862display: flex;1863-ms-flex-flow: row wrap;1864flex-flow: row wrap;1865-ms-flex-align: center;1866align-items: center;1867}18681869.form-inline .form-check {1870width: 100%;1871}18721873@media (min-width: 576px) {1874.form-inline label {1875display: -ms-flexbox;1876display: flex;1877-ms-flex-align: center;1878align-items: center;1879-ms-flex-pack: center;1880justify-content: center;1881margin-bottom: 0;1882}1883.form-inline .form-group {1884display: -ms-flexbox;1885display: flex;1886-ms-flex: 0 0 auto;1887flex: 0 0 auto;1888-ms-flex-flow: row wrap;1889flex-flow: row wrap;1890-ms-flex-align: center;1891align-items: center;1892margin-bottom: 0;1893}1894.form-inline .form-control {1895display: inline-block;1896width: auto;1897vertical-align: middle;1898}1899.form-inline .form-control-plaintext {1900display: inline-block;1901}1902.form-inline .input-group {1903width: auto;1904}1905.form-inline .form-control-label {1906margin-bottom: 0;1907vertical-align: middle;1908}1909.form-inline .form-check {1910display: -ms-flexbox;1911display: flex;1912-ms-flex-align: center;1913align-items: center;1914-ms-flex-pack: center;1915justify-content: center;1916width: auto;1917margin-top: 0;1918margin-bottom: 0;1919}1920.form-inline .form-check-label {1921padding-left: 0;1922}1923.form-inline .form-check-input {1924position: relative;1925margin-top: 0;1926margin-right: 0.25rem;1927margin-left: 0;1928}1929.form-inline .custom-control {1930display: -ms-flexbox;1931display: flex;1932-ms-flex-align: center;1933align-items: center;1934-ms-flex-pack: center;1935justify-content: center;1936padding-left: 0;1937}1938.form-inline .custom-control-indicator {1939position: static;1940display: inline-block;1941margin-right: 0.25rem;1942vertical-align: text-bottom;1943}1944.form-inline .has-feedback .form-control-feedback {1945top: 0;1946}1947}19481949.btn {1950display: inline-block;1951font-weight: normal;1952text-align: center;1953white-space: nowrap;1954vertical-align: middle;1955-webkit-user-select: none;1956-moz-user-select: none;1957-ms-user-select: none;1958user-select: none;1959border: 1px solid transparent;1960padding: 0.5rem 0.75rem;1961font-size: 1rem;1962line-height: 1.25;1963border-radius: 0.25rem;1964transition: all 0.15s ease-in-out;1965}19661967.btn:focus, .btn:hover {1968text-decoration: none;1969}19701971.btn:focus, .btn.focus {1972outline: 0;1973box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);1974}19751976.btn.disabled, .btn:disabled {1977opacity: .65;1978}19791980.btn:active, .btn.active {1981background-image: none;1982}19831984a.btn.disabled,1985fieldset[disabled] a.btn {1986pointer-events: none;1987}19881989.btn-primary {1990color: #fff;1991background-color: #007bff;1992border-color: #007bff;1993}19941995.btn-primary:hover {1996color: #fff;1997background-color: #0069d9;1998border-color: #0062cc;1999}20002001.btn-primary:focus, .btn-primary.focus {2002box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);2003}20042005.btn-primary.disabled, .btn-primary:disabled {2006background-color: #007bff;2007border-color: #007bff;2008}20092010.btn-primary:active, .btn-primary.active,2011.show > .btn-primary.dropdown-toggle {2012background-color: #0069d9;2013background-image: none;2014border-color: #0062cc;2015}20162017.btn-secondary {2018color: #fff;2019background-color: #868e96;2020border-color: #868e96;2021}20222023.btn-secondary:hover {2024color: #fff;2025background-color: #727b84;2026border-color: #6c757d;2027}20282029.btn-secondary:focus, .btn-secondary.focus {2030box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);2031}20322033.btn-secondary.disabled, .btn-secondary:disabled {2034background-color: #868e96;2035border-color: #868e96;2036}20372038.btn-secondary:active, .btn-secondary.active,2039.show > .btn-secondary.dropdown-toggle {2040background-color: #727b84;2041background-image: none;2042border-color: #6c757d;2043}20442045.btn-success {2046color: #fff;2047background-color: #28a745;2048border-color: #28a745;2049}20502051.btn-success:hover {2052color: #fff;2053background-color: #218838;2054border-color: #1e7e34;2055}20562057.btn-success:focus, .btn-success.focus {2058box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);2059}20602061.btn-success.disabled, .btn-success:disabled {2062background-color: #28a745;2063border-color: #28a745;2064}20652066.btn-success:active, .btn-success.active,2067.show > .btn-success.dropdown-toggle {2068background-color: #218838;2069background-image: none;2070border-color: #1e7e34;2071}20722073.btn-info {2074color: #fff;2075background-color: #17a2b8;2076border-color: #17a2b8;2077}20782079.btn-info:hover {2080color: #fff;2081background-color: #138496;2082border-color: #117a8b;2083}20842085.btn-info:focus, .btn-info.focus {2086box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);2087}20882089.btn-info.disabled, .btn-info:disabled {2090background-color: #17a2b8;2091border-color: #17a2b8;2092}20932094.btn-info:active, .btn-info.active,2095.show > .btn-info.dropdown-toggle {2096background-color: #138496;2097background-image: none;2098border-color: #117a8b;2099}21002101.btn-warning {2102color: #111;2103background-color: #ffc107;2104border-color: #ffc107;2105}21062107.btn-warning:hover {2108color: #111;2109background-color: #e0a800;2110border-color: #d39e00;2111}21122113.btn-warning:focus, .btn-warning.focus {2114box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);2115}21162117.btn-warning.disabled, .btn-warning:disabled {2118background-color: #ffc107;2119border-color: #ffc107;2120}21212122.btn-warning:active, .btn-warning.active,2123.show > .btn-warning.dropdown-toggle {2124background-color: #e0a800;2125background-image: none;2126border-color: #d39e00;2127}21282129.btn-danger {2130color: #fff;2131background-color: #dc3545;2132border-color: #dc3545;2133}21342135.btn-danger:hover {2136color: #fff;2137background-color: #c82333;2138border-color: #bd2130;2139}21402141.btn-danger:focus, .btn-danger.focus {2142box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);2143}21442145.btn-danger.disabled, .btn-danger:disabled {2146background-color: #dc3545;2147border-color: #dc3545;2148}21492150.btn-danger:active, .btn-danger.active,2151.show > .btn-danger.dropdown-toggle {2152background-color: #c82333;2153background-image: none;2154border-color: #bd2130;2155}21562157.btn-light {2158color: #111;2159background-color: #f8f9fa;2160border-color: #f8f9fa;2161}21622163.btn-light:hover {2164color: #111;2165background-color: #e2e6ea;2166border-color: #dae0e5;2167}21682169.btn-light:focus, .btn-light.focus {2170box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);2171}21722173.btn-light.disabled, .btn-light:disabled {2174background-color: #f8f9fa;2175border-color: #f8f9fa;2176}21772178.btn-light:active, .btn-light.active,2179.show > .btn-light.dropdown-toggle {2180background-color: #e2e6ea;2181background-image: none;2182border-color: #dae0e5;2183}21842185.btn-dark {2186color: #fff;2187background-color: #343a40;2188border-color: #343a40;2189}21902191.btn-dark:hover {2192color: #fff;2193background-color: #23272b;2194border-color: #1d2124;2195}21962197.btn-dark:focus, .btn-dark.focus {2198box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);2199}22002201.btn-dark.disabled, .btn-dark:disabled {2202background-color: #343a40;2203border-color: #343a40;2204}22052206.btn-dark:active, .btn-dark.active,2207.show > .btn-dark.dropdown-toggle {2208background-color: #23272b;2209background-image: none;2210border-color: #1d2124;2211}22122213.btn-outline-primary {2214color: #007bff;2215background-color: transparent;2216background-image: none;2217border-color: #007bff;2218}22192220.btn-outline-primary:hover {2221color: #fff;2222background-color: #007bff;2223border-color: #007bff;2224}22252226.btn-outline-primary:focus, .btn-outline-primary.focus {2227box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);2228}22292230.btn-outline-primary.disabled, .btn-outline-primary:disabled {2231color: #007bff;2232background-color: transparent;2233}22342235.btn-outline-primary:active, .btn-outline-primary.active,2236.show > .btn-outline-primary.dropdown-toggle {2237color: #fff;2238background-color: #007bff;2239border-color: #007bff;2240}22412242.btn-outline-secondary {2243color: #868e96;2244background-color: transparent;2245background-image: none;2246border-color: #868e96;2247}22482249.btn-outline-secondary:hover {2250color: #fff;2251background-color: #868e96;2252border-color: #868e96;2253}22542255.btn-outline-secondary:focus, .btn-outline-secondary.focus {2256box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);2257}22582259.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {2260color: #868e96;2261background-color: transparent;2262}22632264.btn-outline-secondary:active, .btn-outline-secondary.active,2265.show > .btn-outline-secondary.dropdown-toggle {2266color: #fff;2267background-color: #868e96;2268border-color: #868e96;2269}22702271.btn-outline-success {2272color: #28a745;2273background-color: transparent;2274background-image: none;2275border-color: #28a745;2276}22772278.btn-outline-success:hover {2279color: #fff;2280background-color: #28a745;2281border-color: #28a745;2282}22832284.btn-outline-success:focus, .btn-outline-success.focus {2285box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);2286}22872288.btn-outline-success.disabled, .btn-outline-success:disabled {2289color: #28a745;2290background-color: transparent;2291}22922293.btn-outline-success:active, .btn-outline-success.active,2294.show > .btn-outline-success.dropdown-toggle {2295color: #fff;2296background-color: #28a745;2297border-color: #28a745;2298}22992300.btn-outline-info {2301color: #17a2b8;2302background-color: transparent;2303background-image: none;2304border-color: #17a2b8;2305}23062307.btn-outline-info:hover {2308color: #fff;2309background-color: #17a2b8;2310border-color: #17a2b8;2311}23122313.btn-outline-info:focus, .btn-outline-info.focus {2314box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);2315}23162317.btn-outline-info.disabled, .btn-outline-info:disabled {2318color: #17a2b8;2319background-color: transparent;2320}23212322.btn-outline-info:active, .btn-outline-info.active,2323.show > .btn-outline-info.dropdown-toggle {2324color: #fff;2325background-color: #17a2b8;2326border-color: #17a2b8;2327}23282329.btn-outline-warning {2330color: #ffc107;2331background-color: transparent;2332background-image: none;2333border-color: #ffc107;2334}23352336.btn-outline-warning:hover {2337color: #fff;2338background-color: #ffc107;2339border-color: #ffc107;2340}23412342.btn-outline-warning:focus, .btn-outline-warning.focus {2343box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);2344}23452346.btn-outline-warning.disabled, .btn-outline-warning:disabled {2347color: #ffc107;2348background-color: transparent;2349}23502351.btn-outline-warning:active, .btn-outline-warning.active,2352.show > .btn-outline-warning.dropdown-toggle {2353color: #fff;2354background-color: #ffc107;2355border-color: #ffc107;2356}23572358.btn-outline-danger {2359color: #dc3545;2360background-color: transparent;2361background-image: none;2362border-color: #dc3545;2363}23642365.btn-outline-danger:hover {2366color: #fff;2367background-color: #dc3545;2368border-color: #dc3545;2369}23702371.btn-outline-danger:focus, .btn-outline-danger.focus {2372box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);2373}23742375.btn-outline-danger.disabled, .btn-outline-danger:disabled {2376color: #dc3545;2377background-color: transparent;2378}23792380.btn-outline-danger:active, .btn-outline-danger.active,2381.show > .btn-outline-danger.dropdown-toggle {2382color: #fff;2383background-color: #dc3545;2384border-color: #dc3545;2385}23862387.btn-outline-light {2388color: #f8f9fa;2389background-color: transparent;2390background-image: none;2391border-color: #f8f9fa;2392}23932394.btn-outline-light:hover {2395color: #fff;2396background-color: #f8f9fa;2397border-color: #f8f9fa;2398}23992400.btn-outline-light:focus, .btn-outline-light.focus {2401box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);2402}24032404.btn-outline-light.disabled, .btn-outline-light:disabled {2405color: #f8f9fa;2406background-color: transparent;2407}24082409.btn-outline-light:active, .btn-outline-light.active,2410.show > .btn-outline-light.dropdown-toggle {2411color: #fff;2412background-color: #f8f9fa;2413border-color: #f8f9fa;2414}24152416.btn-outline-dark {2417color: #343a40;2418background-color: transparent;2419background-image: none;2420border-color: #343a40;2421}24222423.btn-outline-dark:hover {2424color: #fff;2425background-color: #343a40;2426border-color: #343a40;2427}24282429.btn-outline-dark:focus, .btn-outline-dark.focus {2430box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);2431}24322433.btn-outline-dark.disabled, .btn-outline-dark:disabled {2434color: #343a40;2435background-color: transparent;2436}24372438.btn-outline-dark:active, .btn-outline-dark.active,2439.show > .btn-outline-dark.dropdown-toggle {2440color: #fff;2441background-color: #343a40;2442border-color: #343a40;2443}24442445.btn-link {2446font-weight: normal;2447color: #007bff;2448border-radius: 0;2449}24502451.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {2452background-color: transparent;2453}24542455.btn-link, .btn-link:focus, .btn-link:active {2456border-color: transparent;2457box-shadow: none;2458}24592460.btn-link:hover {2461border-color: transparent;2462}24632464.btn-link:focus, .btn-link:hover {2465color: #0056b3;2466text-decoration: underline;2467background-color: transparent;2468}24692470.btn-link:disabled {2471color: #868e96;2472}24732474.btn-link:disabled:focus, .btn-link:disabled:hover {2475text-decoration: none;2476}24772478.btn-lg, .btn-group-lg > .btn {2479padding: 0.5rem 1rem;2480font-size: 1.25rem;2481line-height: 1.5;2482border-radius: 0.3rem;2483}24842485.btn-sm, .btn-group-sm > .btn {2486padding: 0.25rem 0.5rem;2487font-size: 0.875rem;2488line-height: 1.5;2489border-radius: 0.2rem;2490}24912492.btn-block {2493display: block;2494width: 100%;2495}24962497.btn-block + .btn-block {2498margin-top: 0.5rem;2499}25002501input[type="submit"].btn-block,2502input[type="reset"].btn-block,2503input[type="button"].btn-block {2504width: 100%;2505}25062507.fade {2508opacity: 0;2509transition: opacity 0.15s linear;2510}25112512.fade.show {2513opacity: 1;2514}25152516.collapse {2517display: none;2518}25192520.collapse.show {2521display: block;2522}25232524tr.collapse.show {2525display: table-row;2526}25272528tbody.collapse.show {2529display: table-row-group;2530}25312532.collapsing {2533position: relative;2534height: 0;2535overflow: hidden;2536transition: height 0.35s ease;2537}25382539.dropup,2540.dropdown {2541position: relative;2542}25432544.dropdown-toggle::after {2545display: inline-block;2546width: 0;2547height: 0;2548margin-left: 0.255em;2549vertical-align: 0.255em;2550content: "";2551border-top: 0.3em solid;2552border-right: 0.3em solid transparent;2553border-left: 0.3em solid transparent;2554}25552556.dropdown-toggle:empty::after {2557margin-left: 0;2558}25592560.dropup .dropdown-menu {2561margin-top: 0;2562margin-bottom: 0.125rem;2563}25642565.dropup .dropdown-toggle::after {2566border-top: 0;2567border-bottom: 0.3em solid;2568}25692570.dropdown-menu {2571position: absolute;2572top: 100%;2573left: 0;2574z-index: 1000;2575display: none;2576float: left;2577min-width: 10rem;2578padding: 0.5rem 0;2579margin: 0.125rem 0 0;2580font-size: 1rem;2581color: #212529;2582text-align: left;2583list-style: none;2584background-color: #fff;2585background-clip: padding-box;2586border: 1px solid rgba(0, 0, 0, 0.15);2587border-radius: 0.25rem;2588}25892590.dropdown-divider {2591height: 0;2592margin: 0.5rem 0;2593overflow: hidden;2594border-top: 1px solid #e9ecef;2595}25962597.dropdown-item {2598display: block;2599width: 100%;2600padding: 0.25rem 1.5rem;2601clear: both;2602font-weight: normal;2603color: #212529;2604text-align: inherit;2605white-space: nowrap;2606background: none;2607border: 0;2608}26092610.dropdown-item:focus, .dropdown-item:hover {2611color: #16181b;2612text-decoration: none;2613background-color: #f8f9fa;2614}26152616.dropdown-item.active, .dropdown-item:active {2617color: #fff;2618text-decoration: none;2619background-color: #007bff;2620}26212622.dropdown-item.disabled, .dropdown-item:disabled {2623color: #868e96;2624background-color: transparent;2625}26262627.show > a {2628outline: 0;2629}26302631.dropdown-menu.show {2632display: block;2633}26342635.dropdown-header {2636display: block;2637padding: 0.5rem 1.5rem;2638margin-bottom: 0;2639font-size: 0.875rem;2640color: #868e96;2641white-space: nowrap;2642}26432644.btn-group,2645.btn-group-vertical {2646position: relative;2647display: -ms-inline-flexbox;2648display: inline-flex;2649vertical-align: middle;2650}26512652.btn-group > .btn,2653.btn-group-vertical > .btn {2654position: relative;2655-ms-flex: 0 1 auto;2656flex: 0 1 auto;2657margin-bottom: 0;2658}26592660.btn-group > .btn:hover,2661.btn-group-vertical > .btn:hover {2662z-index: 2;2663}26642665.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,2666.btn-group-vertical > .btn:focus,2667.btn-group-vertical > .btn:active,2668.btn-group-vertical > .btn.active {2669z-index: 2;2670}26712672.btn-group .btn + .btn,2673.btn-group .btn + .btn-group,2674.btn-group .btn-group + .btn,2675.btn-group .btn-group + .btn-group,2676.btn-group-vertical .btn + .btn,2677.btn-group-vertical .btn + .btn-group,2678.btn-group-vertical .btn-group + .btn,2679.btn-group-vertical .btn-group + .btn-group {2680margin-left: -1px;2681}26822683.btn-toolbar {2684display: -ms-flexbox;2685display: flex;2686-ms-flex-wrap: wrap;2687flex-wrap: wrap;2688-ms-flex-pack: start;2689justify-content: flex-start;2690}26912692.btn-toolbar .input-group {2693width: auto;2694}26952696.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {2697border-radius: 0;2698}26992700.btn-group > .btn:first-child {2701margin-left: 0;2702}27032704.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {2705border-top-right-radius: 0;2706border-bottom-right-radius: 0;2707}27082709.btn-group > .btn:last-child:not(:first-child),2710.btn-group > .dropdown-toggle:not(:first-child) {2711border-top-left-radius: 0;2712border-bottom-left-radius: 0;2713}27142715.btn-group > .btn-group {2716float: left;2717}27182719.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {2720border-radius: 0;2721}27222723.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,2724.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {2725border-top-right-radius: 0;2726border-bottom-right-radius: 0;2727}27282729.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {2730border-top-left-radius: 0;2731border-bottom-left-radius: 0;2732}27332734.btn + .dropdown-toggle-split {2735padding-right: 0.5625rem;2736padding-left: 0.5625rem;2737}27382739.btn + .dropdown-toggle-split::after {2740margin-left: 0;2741}27422743.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {2744padding-right: 0.375rem;2745padding-left: 0.375rem;2746}27472748.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {2749padding-right: 0.75rem;2750padding-left: 0.75rem;2751}27522753.btn-group-vertical {2754display: -ms-inline-flexbox;2755display: inline-flex;2756-ms-flex-direction: column;2757flex-direction: column;2758-ms-flex-align: start;2759align-items: flex-start;2760-ms-flex-pack: center;2761justify-content: center;2762}27632764.btn-group-vertical .btn,2765.btn-group-vertical .btn-group {2766width: 100%;2767}27682769.btn-group-vertical > .btn + .btn,2770.btn-group-vertical > .btn + .btn-group,2771.btn-group-vertical > .btn-group + .btn,2772.btn-group-vertical > .btn-group + .btn-group {2773margin-top: -1px;2774margin-left: 0;2775}27762777.btn-group-vertical > .btn:not(:first-child):not(:last-child) {2778border-radius: 0;2779}27802781.btn-group-vertical > .btn:first-child:not(:last-child) {2782border-bottom-right-radius: 0;2783border-bottom-left-radius: 0;2784}27852786.btn-group-vertical > .btn:last-child:not(:first-child) {2787border-top-left-radius: 0;2788border-top-right-radius: 0;2789}27902791.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {2792border-radius: 0;2793}27942795.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,2796.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {2797border-bottom-right-radius: 0;2798border-bottom-left-radius: 0;2799}28002801.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {2802border-top-left-radius: 0;2803border-top-right-radius: 0;2804}28052806[data-toggle="buttons"] > .btn input[type="radio"],2807[data-toggle="buttons"] > .btn input[type="checkbox"],2808[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],2809[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {2810position: absolute;2811clip: rect(0, 0, 0, 0);2812pointer-events: none;2813}28142815.input-group {2816position: relative;2817display: -ms-flexbox;2818display: flex;2819width: 100%;2820}28212822.input-group .form-control {2823position: relative;2824z-index: 2;2825-ms-flex: 1 1 auto;2826flex: 1 1 auto;2827width: 1%;2828margin-bottom: 0;2829}28302831.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {2832z-index: 3;2833}28342835.input-group-addon,2836.input-group-btn,2837.input-group .form-control {2838display: -ms-flexbox;2839display: flex;2840-ms-flex-align: center;2841align-items: center;2842}28432844.input-group-addon:not(:first-child):not(:last-child),2845.input-group-btn:not(:first-child):not(:last-child),2846.input-group .form-control:not(:first-child):not(:last-child) {2847border-radius: 0;2848}28492850.input-group-addon,2851.input-group-btn {2852white-space: nowrap;2853vertical-align: middle;2854}28552856.input-group-addon {2857padding: 0.5rem 0.75rem;2858margin-bottom: 0;2859font-size: 1rem;2860font-weight: normal;2861line-height: 1.25;2862color: #495057;2863text-align: center;2864background-color: #e9ecef;2865border: 1px solid rgba(0, 0, 0, 0.15);2866border-radius: 0.25rem;2867}28682869.input-group-addon.form-control-sm,2870.input-group-sm > .input-group-addon,2871.input-group-sm > .input-group-btn > .input-group-addon.btn {2872padding: 0.25rem 0.5rem;2873font-size: 0.875rem;2874border-radius: 0.2rem;2875}28762877.input-group-addon.form-control-lg,2878.input-group-lg > .input-group-addon,2879.input-group-lg > .input-group-btn > .input-group-addon.btn {2880padding: 0.5rem 1rem;2881font-size: 1.25rem;2882border-radius: 0.3rem;2883}28842885.input-group-addon input[type="radio"],2886.input-group-addon input[type="checkbox"] {2887margin-top: 0;2888}28892890.input-group .form-control:not(:last-child),2891.input-group-addon:not(:last-child),2892.input-group-btn:not(:last-child) > .btn,2893.input-group-btn:not(:last-child) > .btn-group > .btn,2894.input-group-btn:not(:last-child) > .dropdown-toggle,2895.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),2896.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {2897border-top-right-radius: 0;2898border-bottom-right-radius: 0;2899}29002901.input-group-addon:not(:last-child) {2902border-right: 0;2903}29042905.input-group .form-control:not(:first-child),2906.input-group-addon:not(:first-child),2907.input-group-btn:not(:first-child) > .btn,2908.input-group-btn:not(:first-child) > .btn-group > .btn,2909.input-group-btn:not(:first-child) > .dropdown-toggle,2910.input-group-btn:not(:last-child) > .btn:not(:first-child),2911.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {2912border-top-left-radius: 0;2913border-bottom-left-radius: 0;2914}29152916.form-control + .input-group-addon:not(:first-child) {2917border-left: 0;2918}29192920.input-group-btn {2921position: relative;2922font-size: 0;2923white-space: nowrap;2924}29252926.input-group-btn > .btn {2927position: relative;2928}29292930.input-group-btn > .btn + .btn {2931margin-left: -1px;2932}29332934.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {2935z-index: 3;2936}29372938.input-group-btn:not(:last-child) > .btn,2939.input-group-btn:not(:last-child) > .btn-group {2940margin-right: -1px;2941}29422943.input-group-btn:not(:first-child) > .btn,2944.input-group-btn:not(:first-child) > .btn-group {2945z-index: 2;2946margin-left: -1px;2947}29482949.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,2950.input-group-btn:not(:first-child) > .btn-group:focus,2951.input-group-btn:not(:first-child) > .btn-group:active,2952.input-group-btn:not(:first-child) > .btn-group:hover {2953z-index: 3;2954}29552956.custom-control {2957position: relative;2958display: -ms-inline-flexbox;2959display: inline-flex;2960min-height: 1.5rem;2961padding-left: 1.5rem;2962margin-right: 1rem;2963}29642965.custom-control-input {2966position: absolute;2967z-index: -1;2968opacity: 0;2969}29702971.custom-control-input:checked ~ .custom-control-indicator {2972color: #fff;2973background-color: #007bff;2974}29752976.custom-control-input:focus ~ .custom-control-indicator {2977box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;2978}29792980.custom-control-input:active ~ .custom-control-indicator {2981color: #fff;2982background-color: #b3d7ff;2983}29842985.custom-control-input:disabled ~ .custom-control-indicator {2986background-color: #e9ecef;2987}29882989.custom-control-input:disabled ~ .custom-control-description {2990color: #868e96;2991}29922993.custom-control-indicator {2994position: absolute;2995top: 0.25rem;2996left: 0;2997display: block;2998width: 1rem;2999height: 1rem;3000pointer-events: none;3001-webkit-user-select: none;3002-moz-user-select: none;3003-ms-user-select: none;3004user-select: none;3005background-color: #ddd;3006background-repeat: no-repeat;3007background-position: center center;3008background-size: 50% 50%;3009}30103011.custom-checkbox .custom-control-indicator {3012border-radius: 0.25rem;3013}30143015.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {3016background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");3017}30183019.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {3020background-color: #007bff;3021background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");3022}30233024.custom-radio .custom-control-indicator {3025border-radius: 50%;3026}30273028.custom-radio .custom-control-input:checked ~ .custom-control-indicator {3029background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");3030}30313032.custom-controls-stacked {3033display: -ms-flexbox;3034display: flex;3035-ms-flex-direction: column;3036flex-direction: column;3037}30383039.custom-controls-stacked .custom-control {3040margin-bottom: 0.25rem;3041}30423043.custom-controls-stacked .custom-control + .custom-control {3044margin-left: 0;3045}30463047.custom-select {3048display: inline-block;3049max-width: 100%;3050height: calc(2.25rem + 2px);3051padding: 0.375rem 1.75rem 0.375rem 0.75rem;3052line-height: 1.25;3053color: #495057;3054vertical-align: middle;3055background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;3056background-size: 8px 10px;3057border: 1px solid rgba(0, 0, 0, 0.15);3058border-radius: 0.25rem;3059-webkit-appearance: none;3060-moz-appearance: none;3061appearance: none;3062}30633064.custom-select:focus {3065border-color: #80bdff;3066outline: none;3067}30683069.custom-select:focus::-ms-value {3070color: #495057;3071background-color: #fff;3072}30733074.custom-select:disabled {3075color: #868e96;3076background-color: #e9ecef;3077}30783079.custom-select::-ms-expand {3080opacity: 0;3081}30823083.custom-select-sm {3084height: calc(1.8125rem + 2px);3085padding-top: 0.375rem;3086padding-bottom: 0.375rem;3087font-size: 75%;3088}30893090.custom-file {3091position: relative;3092display: inline-block;3093max-width: 100%;3094height: 2.5rem;3095margin-bottom: 0;3096}30973098.custom-file-input {3099min-width: 14rem;3100max-width: 100%;3101height: 2.5rem;3102margin: 0;3103opacity: 0;3104}31053106.custom-file-control {3107position: absolute;3108top: 0;3109right: 0;3110left: 0;3111z-index: 5;3112height: 2.5rem;3113padding: 0.5rem 1rem;3114line-height: 1.5;3115color: #495057;3116pointer-events: none;3117-webkit-user-select: none;3118-moz-user-select: none;3119-ms-user-select: none;3120user-select: none;3121background-color: #fff;3122border: 1px solid rgba(0, 0, 0, 0.15);3123border-radius: 0.25rem;3124}31253126.custom-file-control:lang(en):empty::after {3127content: "Choose file...";3128}31293130.custom-file-control::before {3131position: absolute;3132top: -1px;3133right: -1px;3134bottom: -1px;3135z-index: 6;3136display: block;3137height: 2.5rem;3138padding: 0.5rem 1rem;3139line-height: 1.5;3140color: #495057;3141background-color: #e9ecef;3142border: 1px solid rgba(0, 0, 0, 0.15);3143border-radius: 0 0.25rem 0.25rem 0;3144}31453146.custom-file-control:lang(en)::before {3147content: "Browse";3148}31493150.nav {3151display: -ms-flexbox;3152display: flex;3153-ms-flex-wrap: wrap;3154flex-wrap: wrap;3155padding-left: 0;3156margin-bottom: 0;3157list-style: none;3158}31593160.nav-link {3161display: block;3162padding: 0.5rem 1rem;3163}31643165.nav-link:focus, .nav-link:hover {3166text-decoration: none;3167}31683169.nav-link.disabled {3170color: #868e96;3171}31723173.nav-tabs {3174border-bottom: 1px solid #ddd;3175}31763177.nav-tabs .nav-item {3178margin-bottom: -1px;3179}31803181.nav-tabs .nav-link {3182border: 1px solid transparent;3183border-top-left-radius: 0.25rem;3184border-top-right-radius: 0.25rem;3185}31863187.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {3188border-color: #e9ecef #e9ecef #ddd;3189}31903191.nav-tabs .nav-link.disabled {3192color: #868e96;3193background-color: transparent;3194border-color: transparent;3195}31963197.nav-tabs .nav-link.active,3198.nav-tabs .nav-item.show .nav-link {3199color: #495057;3200background-color: #fff;3201border-color: #ddd #ddd #fff;3202}32033204.nav-tabs .dropdown-menu {3205margin-top: -1px;3206border-top-left-radius: 0;3207border-top-right-radius: 0;3208}32093210.nav-pills .nav-link {3211border-radius: 0.25rem;3212}32133214.nav-pills .nav-link.active,3215.show > .nav-pills .nav-link {3216color: #fff;3217background-color: #007bff;3218}32193220.nav-fill .nav-item {3221-ms-flex: 1 1 auto;3222flex: 1 1 auto;3223text-align: center;3224}32253226.nav-justified .nav-item {3227-ms-flex-preferred-size: 0;3228flex-basis: 0;3229-ms-flex-positive: 1;3230flex-grow: 1;3231text-align: center;3232}32333234.tab-content > .tab-pane {3235display: none;3236}32373238.tab-content > .active {3239display: block;3240}32413242.navbar {3243position: relative;3244display: -ms-flexbox;3245display: flex;3246-ms-flex-wrap: wrap;3247flex-wrap: wrap;3248-ms-flex-align: center;3249align-items: center;3250-ms-flex-pack: justify;3251justify-content: space-between;3252padding: 0.5rem 1rem;3253}32543255.navbar > .container,3256.navbar > .container-fluid {3257display: -ms-flexbox;3258display: flex;3259-ms-flex-wrap: wrap;3260flex-wrap: wrap;3261-ms-flex-align: center;3262align-items: center;3263-ms-flex-pack: justify;3264justify-content: space-between;3265}32663267.navbar-brand {3268display: inline-block;3269padding-top: 0.3125rem;3270padding-bottom: 0.3125rem;3271margin-right: 1rem;3272font-size: 1.25rem;3273line-height: inherit;3274white-space: nowrap;3275}32763277.navbar-brand:focus, .navbar-brand:hover {3278text-decoration: none;3279}32803281.navbar-nav {3282display: -ms-flexbox;3283display: flex;3284-ms-flex-direction: column;3285flex-direction: column;3286padding-left: 0;3287margin-bottom: 0;3288list-style: none;3289}32903291.navbar-nav .nav-link {3292padding-right: 0;3293padding-left: 0;3294}32953296.navbar-nav .dropdown-menu {3297position: static;3298float: none;3299}33003301.navbar-text {3302display: inline-block;3303padding-top: 0.5rem;3304padding-bottom: 0.5rem;3305}33063307.navbar-collapse {3308-ms-flex-preferred-size: 100%;3309flex-basis: 100%;3310-ms-flex-align: center;3311align-items: center;3312}33133314.navbar-toggler {3315padding: 0.25rem 0.75rem;3316font-size: 1.25rem;3317line-height: 1;3318background: transparent;3319border: 1px solid transparent;3320border-radius: 0.25rem;3321}33223323.navbar-toggler:focus, .navbar-toggler:hover {3324text-decoration: none;3325}33263327.navbar-toggler-icon {3328display: inline-block;3329width: 1.5em;3330height: 1.5em;3331vertical-align: middle;3332content: "";3333background: no-repeat center center;3334background-size: 100% 100%;3335}33363337@media (max-width: 575px) {3338.navbar-expand-sm > .container,3339.navbar-expand-sm > .container-fluid {3340padding-right: 0;3341padding-left: 0;3342}3343}33443345@media (min-width: 576px) {3346.navbar-expand-sm {3347-ms-flex-direction: row;3348flex-direction: row;3349-ms-flex-wrap: nowrap;3350flex-wrap: nowrap;3351-ms-flex-pack: start;3352justify-content: flex-start;3353}3354.navbar-expand-sm .navbar-nav {3355-ms-flex-direction: row;3356flex-direction: row;3357}3358.navbar-expand-sm .navbar-nav .dropdown-menu {3359position: absolute;3360}3361.navbar-expand-sm .navbar-nav .dropdown-menu-right {3362right: 0;3363left: auto;3364}3365.navbar-expand-sm .navbar-nav .nav-link {3366padding-right: .5rem;3367padding-left: .5rem;3368}3369.navbar-expand-sm > .container,3370.navbar-expand-sm > .container-fluid {3371-ms-flex-wrap: nowrap;3372flex-wrap: nowrap;3373}3374.navbar-expand-sm .navbar-collapse {3375display: -ms-flexbox !important;3376display: flex !important;3377}3378.navbar-expand-sm .navbar-toggler {3379display: none;3380}3381}33823383@media (max-width: 767px) {3384.navbar-expand-md > .container,3385.navbar-expand-md > .container-fluid {3386padding-right: 0;3387padding-left: 0;3388}3389}33903391@media (min-width: 768px) {3392.navbar-expand-md {3393-ms-flex-direction: row;3394flex-direction: row;3395-ms-flex-wrap: nowrap;3396flex-wrap: nowrap;3397-ms-flex-pack: start;3398justify-content: flex-start;3399}3400.navbar-expand-md .navbar-nav {3401-ms-flex-direction: row;3402flex-direction: row;3403}3404.navbar-expand-md .navbar-nav .dropdown-menu {3405position: absolute;3406}3407.navbar-expand-md .navbar-nav .dropdown-menu-right {3408right: 0;3409left: auto;3410}3411.navbar-expand-md .navbar-nav .nav-link {3412padding-right: .5rem;3413padding-left: .5rem;3414}3415.navbar-expand-md > .container,3416.navbar-expand-md > .container-fluid {3417-ms-flex-wrap: nowrap;3418flex-wrap: nowrap;3419}3420.navbar-expand-md .navbar-collapse {3421display: -ms-flexbox !important;3422display: flex !important;3423}3424.navbar-expand-md .navbar-toggler {3425display: none;3426}3427}34283429@media (max-width: 991px) {3430.navbar-expand-lg > .container,3431.navbar-expand-lg > .container-fluid {3432padding-right: 0;3433padding-left: 0;3434}3435}34363437@media (min-width: 992px) {3438.navbar-expand-lg {3439-ms-flex-direction: row;3440flex-direction: row;3441-ms-flex-wrap: nowrap;3442flex-wrap: nowrap;3443-ms-flex-pack: start;3444justify-content: flex-start;3445}3446.navbar-expand-lg .navbar-nav {3447-ms-flex-direction: row;3448flex-direction: row;3449}3450.navbar-expand-lg .navbar-nav .dropdown-menu {3451position: absolute;3452}3453.navbar-expand-lg .navbar-nav .dropdown-menu-right {3454right: 0;3455left: auto;3456}3457.navbar-expand-lg .navbar-nav .nav-link {3458padding-right: .5rem;3459padding-left: .5rem;3460}3461.navbar-expand-lg > .container,3462.navbar-expand-lg > .container-fluid {3463-ms-flex-wrap: nowrap;3464flex-wrap: nowrap;3465}3466.navbar-expand-lg .navbar-collapse {3467display: -ms-flexbox !important;3468display: flex !important;3469}3470.navbar-expand-lg .navbar-toggler {3471display: none;3472}3473}34743475@media (max-width: 1199px) {3476.navbar-expand-xl > .container,3477.navbar-expand-xl > .container-fluid {3478padding-right: 0;3479padding-left: 0;3480}3481}34823483@media (min-width: 1200px) {3484.navbar-expand-xl {3485-ms-flex-direction: row;3486flex-direction: row;3487-ms-flex-wrap: nowrap;3488flex-wrap: nowrap;3489-ms-flex-pack: start;3490justify-content: flex-start;3491}3492.navbar-expand-xl .navbar-nav {3493-ms-flex-direction: row;3494flex-direction: row;3495}3496.navbar-expand-xl .navbar-nav .dropdown-menu {3497position: absolute;3498}3499.navbar-expand-xl .navbar-nav .dropdown-menu-right {3500right: 0;3501left: auto;3502}3503.navbar-expand-xl .navbar-nav .nav-link {3504padding-right: .5rem;3505padding-left: .5rem;3506}3507.navbar-expand-xl > .container,3508.navbar-expand-xl > .container-fluid {3509-ms-flex-wrap: nowrap;3510flex-wrap: nowrap;3511}3512.navbar-expand-xl .navbar-collapse {3513display: -ms-flexbox !important;3514display: flex !important;3515}3516.navbar-expand-xl .navbar-toggler {3517display: none;3518}3519}35203521.navbar-expand {3522-ms-flex-direction: row;3523flex-direction: row;3524-ms-flex-wrap: nowrap;3525flex-wrap: nowrap;3526-ms-flex-pack: start;3527justify-content: flex-start;3528}35293530.navbar-expand > .container,3531.navbar-expand > .container-fluid {3532padding-right: 0;3533padding-left: 0;3534}35353536.navbar-expand .navbar-nav {3537-ms-flex-direction: row;3538flex-direction: row;3539}35403541.navbar-expand .navbar-nav .dropdown-menu {3542position: absolute;3543}35443545.navbar-expand .navbar-nav .dropdown-menu-right {3546right: 0;3547left: auto;3548}35493550.navbar-expand .navbar-nav .nav-link {3551padding-right: .5rem;3552padding-left: .5rem;3553}35543555.navbar-expand > .container,3556.navbar-expand > .container-fluid {3557-ms-flex-wrap: nowrap;3558flex-wrap: nowrap;3559}35603561.navbar-expand .navbar-collapse {3562display: -ms-flexbox !important;3563display: flex !important;3564}35653566.navbar-expand .navbar-toggler {3567display: none;3568}35693570.navbar-light .navbar-brand {3571color: rgba(0, 0, 0, 0.9);3572}35733574.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {3575color: rgba(0, 0, 0, 0.9);3576}35773578.navbar-light .navbar-nav .nav-link {3579color: rgba(0, 0, 0, 0.5);3580}35813582.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {3583color: rgba(0, 0, 0, 0.7);3584}35853586.navbar-light .navbar-nav .nav-link.disabled {3587color: rgba(0, 0, 0, 0.3);3588}35893590.navbar-light .navbar-nav .show > .nav-link,3591.navbar-light .navbar-nav .active > .nav-link,3592.navbar-light .navbar-nav .nav-link.show,3593.navbar-light .navbar-nav .nav-link.active {3594color: rgba(0, 0, 0, 0.9);3595}35963597.navbar-light .navbar-toggler {3598color: rgba(0, 0, 0, 0.5);3599border-color: rgba(0, 0, 0, 0.1);3600}36013602.navbar-light .navbar-toggler-icon {3603background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");3604}36053606.navbar-light .navbar-text {3607color: rgba(0, 0, 0, 0.5);3608}36093610.navbar-dark .navbar-brand {3611color: white;3612}36133614.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {3615color: white;3616}36173618.navbar-dark .navbar-nav .nav-link {3619color: rgba(255, 255, 255, 0.5);3620}36213622.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {3623color: rgba(255, 255, 255, 0.75);3624}36253626.navbar-dark .navbar-nav .nav-link.disabled {3627color: rgba(255, 255, 255, 0.25);3628}36293630.navbar-dark .navbar-nav .show > .nav-link,3631.navbar-dark .navbar-nav .active > .nav-link,3632.navbar-dark .navbar-nav .nav-link.show,3633.navbar-dark .navbar-nav .nav-link.active {3634color: white;3635}36363637.navbar-dark .navbar-toggler {3638color: rgba(255, 255, 255, 0.5);3639border-color: rgba(255, 255, 255, 0.1);3640}36413642.navbar-dark .navbar-toggler-icon {3643background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");3644}36453646.navbar-dark .navbar-text {3647color: rgba(255, 255, 255, 0.5);3648}36493650.card {3651position: relative;3652display: -ms-flexbox;3653display: flex;3654-ms-flex-direction: column;3655flex-direction: column;3656min-width: 0;3657word-wrap: break-word;3658background-color: #fff;3659background-clip: border-box;3660border: 1px solid rgba(0, 0, 0, 0.125);3661border-radius: 0.25rem;3662}36633664.card-body {3665-ms-flex: 1 1 auto;3666flex: 1 1 auto;3667padding: 1.25rem;3668}36693670.card-title {3671margin-bottom: 0.75rem;3672}36733674.card-subtitle {3675margin-top: -0.375rem;3676margin-bottom: 0;3677}36783679.card-text:last-child {3680margin-bottom: 0;3681}36823683.card-link:hover {3684text-decoration: none;3685}36863687.card-link + .card-link {3688margin-left: 1.25rem;3689}36903691.card > .list-group:first-child .list-group-item:first-child {3692border-top-left-radius: 0.25rem;3693border-top-right-radius: 0.25rem;3694}36953696.card > .list-group:last-child .list-group-item:last-child {3697border-bottom-right-radius: 0.25rem;3698border-bottom-left-radius: 0.25rem;3699}37003701.card-header {3702padding: 0.75rem 1.25rem;3703margin-bottom: 0;3704background-color: rgba(0, 0, 0, 0.03);3705border-bottom: 1px solid rgba(0, 0, 0, 0.125);3706}37073708.card-header:first-child {3709border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;3710}37113712.card-footer {3713padding: 0.75rem 1.25rem;3714background-color: rgba(0, 0, 0, 0.03);3715border-top: 1px solid rgba(0, 0, 0, 0.125);3716}37173718.card-footer:last-child {3719border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);3720}37213722.card-header-tabs {3723margin-right: -0.625rem;3724margin-bottom: -0.75rem;3725margin-left: -0.625rem;3726border-bottom: 0;3727}37283729.card-header-pills {3730margin-right: -0.625rem;3731margin-left: -0.625rem;3732}37333734.card-img-overlay {3735position: absolute;3736top: 0;3737right: 0;3738bottom: 0;3739left: 0;3740padding: 1.25rem;3741}37423743.card-img {3744width: 100%;3745border-radius: calc(0.25rem - 1px);3746}37473748.card-img-top {3749width: 100%;3750border-top-left-radius: calc(0.25rem - 1px);3751border-top-right-radius: calc(0.25rem - 1px);3752}37533754.card-img-bottom {3755width: 100%;3756border-bottom-right-radius: calc(0.25rem - 1px);3757border-bottom-left-radius: calc(0.25rem - 1px);3758}37593760@media (min-width: 576px) {3761.card-deck {3762display: -ms-flexbox;3763display: flex;3764-ms-flex-flow: row wrap;3765flex-flow: row wrap;3766margin-right: -15px;3767margin-left: -15px;3768}3769.card-deck .card {3770display: -ms-flexbox;3771display: flex;3772-ms-flex: 1 0 0%;3773flex: 1 0 0%;3774-ms-flex-direction: column;3775flex-direction: column;3776margin-right: 15px;3777margin-left: 15px;3778}3779}37803781@media (min-width: 576px) {3782.card-group {3783display: -ms-flexbox;3784display: flex;3785-ms-flex-flow: row wrap;3786flex-flow: row wrap;3787}3788.card-group .card {3789-ms-flex: 1 0 0%;3790flex: 1 0 0%;3791}3792.card-group .card + .card {3793margin-left: 0;3794border-left: 0;3795}3796.card-group .card:first-child {3797border-top-right-radius: 0;3798border-bottom-right-radius: 0;3799}3800.card-group .card:first-child .card-img-top {3801border-top-right-radius: 0;3802}3803.card-group .card:first-child .card-img-bottom {3804border-bottom-right-radius: 0;3805}3806.card-group .card:last-child {3807border-top-left-radius: 0;3808border-bottom-left-radius: 0;3809}3810.card-group .card:last-child .card-img-top {3811border-top-left-radius: 0;3812}3813.card-group .card:last-child .card-img-bottom {3814border-bottom-left-radius: 0;3815}3816.card-group .card:not(:first-child):not(:last-child) {3817border-radius: 0;3818}3819.card-group .card:not(:first-child):not(:last-child) .card-img-top,3820.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {3821border-radius: 0;3822}3823}38243825.card-columns .card {3826margin-bottom: 0.75rem;3827}38283829@media (min-width: 576px) {3830.card-columns {3831-webkit-column-count: 3;3832column-count: 3;3833-webkit-column-gap: 1.25rem;3834column-gap: 1.25rem;3835}3836.card-columns .card {3837display: inline-block;3838width: 100%;3839}3840}38413842.breadcrumb {3843padding: 0.75rem 1rem;3844margin-bottom: 1rem;3845list-style: none;3846background-color: #e9ecef;3847border-radius: 0.25rem;3848}38493850.breadcrumb::after {3851display: block;3852clear: both;3853content: "";3854}38553856.breadcrumb-item {3857float: left;3858}38593860.breadcrumb-item + .breadcrumb-item::before {3861display: inline-block;3862padding-right: 0.5rem;3863padding-left: 0.5rem;3864color: #868e96;3865content: "/";3866}38673868.breadcrumb-item + .breadcrumb-item:hover::before {3869text-decoration: underline;3870}38713872.breadcrumb-item + .breadcrumb-item:hover::before {3873text-decoration: none;3874}38753876.breadcrumb-item.active {3877color: #868e96;3878}38793880.pagination {3881display: -ms-flexbox;3882display: flex;3883padding-left: 0;3884list-style: none;3885border-radius: 0.25rem;3886}38873888.page-item:first-child .page-link {3889margin-left: 0;3890border-top-left-radius: 0.25rem;3891border-bottom-left-radius: 0.25rem;3892}38933894.page-item:last-child .page-link {3895border-top-right-radius: 0.25rem;3896border-bottom-right-radius: 0.25rem;3897}38983899.page-item.active .page-link {3900z-index: 2;3901color: #fff;3902background-color: #007bff;3903border-color: #007bff;3904}39053906.page-item.disabled .page-link {3907color: #868e96;3908pointer-events: none;3909background-color: #fff;3910border-color: #ddd;3911}39123913.page-link {3914position: relative;3915display: block;3916padding: 0.5rem 0.75rem;3917margin-left: -1px;3918line-height: 1.25;3919color: #007bff;3920background-color: #fff;3921border: 1px solid #ddd;3922}39233924.page-link:focus, .page-link:hover {3925color: #0056b3;3926text-decoration: none;3927background-color: #e9ecef;3928border-color: #ddd;3929}39303931.pagination-lg .page-link {3932padding: 0.75rem 1.5rem;3933font-size: 1.25rem;3934line-height: 1.5;3935}39363937.pagination-lg .page-item:first-child .page-link {3938border-top-left-radius: 0.3rem;3939border-bottom-left-radius: 0.3rem;3940}39413942.pagination-lg .page-item:last-child .page-link {3943border-top-right-radius: 0.3rem;3944border-bottom-right-radius: 0.3rem;3945}39463947.pagination-sm .page-link {3948padding: 0.25rem 0.5rem;3949font-size: 0.875rem;3950line-height: 1.5;3951}39523953.pagination-sm .page-item:first-child .page-link {3954border-top-left-radius: 0.2rem;3955border-bottom-left-radius: 0.2rem;3956}39573958.pagination-sm .page-item:last-child .page-link {3959border-top-right-radius: 0.2rem;3960border-bottom-right-radius: 0.2rem;3961}39623963.badge {3964display: inline-block;3965padding: 0.25em 0.4em;3966font-size: 75%;3967font-weight: bold;3968line-height: 1;3969color: #fff;3970text-align: center;3971white-space: nowrap;3972vertical-align: baseline;3973border-radius: 0.25rem;3974}39753976.badge:empty {3977display: none;3978}39793980.btn .badge {3981position: relative;3982top: -1px;3983}39843985.badge-pill {3986padding-right: 0.6em;3987padding-left: 0.6em;3988border-radius: 10rem;3989}39903991.badge-primary {3992color: #fff;3993background-color: #007bff;3994}39953996.badge-primary[href]:focus, .badge-primary[href]:hover {3997color: #fff;3998text-decoration: none;3999background-color: #0062cc;4000}40014002.badge-secondary {4003color: #fff;4004background-color: #868e96;4005}40064007.badge-secondary[href]:focus, .badge-secondary[href]:hover {4008color: #fff;4009text-decoration: none;4010background-color: #6c757d;4011}40124013.badge-success {4014color: #fff;4015background-color: #28a745;4016}40174018.badge-success[href]:focus, .badge-success[href]:hover {4019color: #fff;4020text-decoration: none;4021background-color: #1e7e34;4022}40234024.badge-info {4025color: #fff;4026background-color: #17a2b8;4027}40284029.badge-info[href]:focus, .badge-info[href]:hover {4030color: #fff;4031text-decoration: none;4032background-color: #117a8b;4033}40344035.badge-warning {4036color: #111;4037background-color: #ffc107;4038}40394040.badge-warning[href]:focus, .badge-warning[href]:hover {4041color: #111;4042text-decoration: none;4043background-color: #d39e00;4044}40454046.badge-danger {4047color: #fff;4048background-color: #dc3545;4049}40504051.badge-danger[href]:focus, .badge-danger[href]:hover {4052color: #fff;4053text-decoration: none;4054background-color: #bd2130;4055}40564057.badge-light {4058color: #111;4059background-color: #f8f9fa;4060}40614062.badge-light[href]:focus, .badge-light[href]:hover {4063color: #111;4064text-decoration: none;4065background-color: #dae0e5;4066}40674068.badge-dark {4069color: #fff;4070background-color: #343a40;4071}40724073.badge-dark[href]:focus, .badge-dark[href]:hover {4074color: #fff;4075text-decoration: none;4076background-color: #1d2124;4077}40784079.jumbotron {4080padding: 2rem 1rem;4081margin-bottom: 2rem;4082background-color: #e9ecef;4083border-radius: 0.3rem;4084}40854086@media (min-width: 576px) {4087.jumbotron {4088padding: 4rem 2rem;4089}4090}40914092.jumbotron-fluid {4093padding-right: 0;4094padding-left: 0;4095border-radius: 0;4096}40974098.alert {4099padding: 0.75rem 1.25rem;4100margin-bottom: 1rem;4101border: 1px solid transparent;4102border-radius: 0.25rem;4103}41044105.alert-heading {4106color: inherit;4107}41084109.alert-link {4110font-weight: bold;4111}41124113.alert-dismissible .close {4114position: relative;4115top: -0.75rem;4116right: -1.25rem;4117padding: 0.75rem 1.25rem;4118color: inherit;4119}41204121.alert-primary {4122color: #004085;4123background-color: #cce5ff;4124border-color: #b8daff;4125}41264127.alert-primary hr {4128border-top-color: #9fcdff;4129}41304131.alert-primary .alert-link {4132color: #002752;4133}41344135.alert-secondary {4136color: #464a4e;4137background-color: #e7e8ea;4138border-color: #dddfe2;4139}41404141.alert-secondary hr {4142border-top-color: #cfd2d6;4143}41444145.alert-secondary .alert-link {4146color: #2e3133;4147}41484149.alert-success {4150color: #155724;4151background-color: #d4edda;4152border-color: #c3e6cb;4153}41544155.alert-success hr {4156border-top-color: #b1dfbb;4157}41584159.alert-success .alert-link {4160color: #0b2e13;4161}41624163.alert-info {4164color: #0c5460;4165background-color: #d1ecf1;4166border-color: #bee5eb;4167}41684169.alert-info hr {4170border-top-color: #abdde5;4171}41724173.alert-info .alert-link {4174color: #062c33;4175}41764177.alert-warning {4178color: #856404;4179background-color: #fff3cd;4180border-color: #ffeeba;4181}41824183.alert-warning hr {4184border-top-color: #ffe8a1;4185}41864187.alert-warning .alert-link {4188color: #533f03;4189}41904191.alert-danger {4192color: #721c24;4193background-color: #f8d7da;4194border-color: #f5c6cb;4195}41964197.alert-danger hr {4198border-top-color: #f1b0b7;4199}42004201.alert-danger .alert-link {4202color: #491217;4203}42044205.alert-light {4206color: #818182;4207background-color: #fefefe;4208border-color: #fdfdfe;4209}42104211.alert-light hr {4212border-top-color: #ececf6;4213}42144215.alert-light .alert-link {4216color: #686868;4217}42184219.alert-dark {4220color: #1b1e21;4221background-color: #d6d8d9;4222border-color: #c6c8ca;4223}42244225.alert-dark hr {4226border-top-color: #b9bbbe;4227}42284229.alert-dark .alert-link {4230color: #040505;4231}42324233@-webkit-keyframes progress-bar-stripes {4234from {4235background-position: 1rem 0;4236}4237to {4238background-position: 0 0;4239}4240}42414242@keyframes progress-bar-stripes {4243from {4244background-position: 1rem 0;4245}4246to {4247background-position: 0 0;4248}4249}42504251.progress {4252display: -ms-flexbox;4253display: flex;4254overflow: hidden;4255font-size: 0.75rem;4256line-height: 1rem;4257text-align: center;4258background-color: #e9ecef;4259border-radius: 0.25rem;4260}42614262.progress-bar {4263height: 1rem;4264line-height: 1rem;4265color: #fff;4266background-color: #007bff;4267transition: width 0.6s ease;4268}42694270.progress-bar-striped {4271background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);4272background-size: 1rem 1rem;4273}42744275.progress-bar-animated {4276-webkit-animation: progress-bar-stripes 1s linear infinite;4277animation: progress-bar-stripes 1s linear infinite;4278}42794280.media {4281display: -ms-flexbox;4282display: flex;4283-ms-flex-align: start;4284align-items: flex-start;4285}42864287.media-body {4288-ms-flex: 1;4289flex: 1;4290}42914292.list-group {4293display: -ms-flexbox;4294display: flex;4295-ms-flex-direction: column;4296flex-direction: column;4297padding-left: 0;4298margin-bottom: 0;4299}43004301.list-group-item-action {4302width: 100%;4303color: #495057;4304text-align: inherit;4305}43064307.list-group-item-action:focus, .list-group-item-action:hover {4308color: #495057;4309text-decoration: none;4310background-color: #f8f9fa;4311}43124313.list-group-item-action:active {4314color: #212529;4315background-color: #e9ecef;4316}43174318.list-group-item {4319position: relative;4320display: block;4321padding: 0.75rem 1.25rem;4322margin-bottom: -1px;4323background-color: #fff;4324border: 1px solid rgba(0, 0, 0, 0.125);4325}43264327.list-group-item:first-child {4328border-top-left-radius: 0.25rem;4329border-top-right-radius: 0.25rem;4330}43314332.list-group-item:last-child {4333margin-bottom: 0;4334border-bottom-right-radius: 0.25rem;4335border-bottom-left-radius: 0.25rem;4336}43374338.list-group-item:focus, .list-group-item:hover {4339text-decoration: none;4340}43414342.list-group-item.disabled, .list-group-item:disabled {4343color: #868e96;4344background-color: #fff;4345}43464347.list-group-item.active {4348z-index: 2;4349color: #fff;4350background-color: #007bff;4351border-color: #007bff;4352}43534354.list-group-flush .list-group-item {4355border-right: 0;4356border-left: 0;4357border-radius: 0;4358}43594360.list-group-flush:first-child .list-group-item:first-child {4361border-top: 0;4362}43634364.list-group-flush:last-child .list-group-item:last-child {4365border-bottom: 0;4366}43674368.list-group-item-primary {4369color: #004085;4370background-color: #b8daff;4371}43724373a.list-group-item-primary,4374button.list-group-item-primary {4375color: #004085;4376}43774378a.list-group-item-primary:focus, a.list-group-item-primary:hover,4379button.list-group-item-primary:focus,4380button.list-group-item-primary:hover {4381color: #004085;4382background-color: #9fcdff;4383}43844385a.list-group-item-primary.active,4386button.list-group-item-primary.active {4387color: #fff;4388background-color: #004085;4389border-color: #004085;4390}43914392.list-group-item-secondary {4393color: #464a4e;4394background-color: #dddfe2;4395}43964397a.list-group-item-secondary,4398button.list-group-item-secondary {4399color: #464a4e;4400}44014402a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,4403button.list-group-item-secondary:focus,4404button.list-group-item-secondary:hover {4405color: #464a4e;4406background-color: #cfd2d6;4407}44084409a.list-group-item-secondary.active,4410button.list-group-item-secondary.active {4411color: #fff;4412background-color: #464a4e;4413border-color: #464a4e;4414}44154416.list-group-item-success {4417color: #155724;4418background-color: #c3e6cb;4419}44204421a.list-group-item-success,4422button.list-group-item-success {4423color: #155724;4424}44254426a.list-group-item-success:focus, a.list-group-item-success:hover,4427button.list-group-item-success:focus,4428button.list-group-item-success:hover {4429color: #155724;4430background-color: #b1dfbb;4431}44324433a.list-group-item-success.active,4434button.list-group-item-success.active {4435color: #fff;4436background-color: #155724;4437border-color: #155724;4438}44394440.list-group-item-info {4441color: #0c5460;4442background-color: #bee5eb;4443}44444445a.list-group-item-info,4446button.list-group-item-info {4447color: #0c5460;4448}44494450a.list-group-item-info:focus, a.list-group-item-info:hover,4451button.list-group-item-info:focus,4452button.list-group-item-info:hover {4453color: #0c5460;4454background-color: #abdde5;4455}44564457a.list-group-item-info.active,4458button.list-group-item-info.active {4459color: #fff;4460background-color: #0c5460;4461border-color: #0c5460;4462}44634464.list-group-item-warning {4465color: #856404;4466background-color: #ffeeba;4467}44684469a.list-group-item-warning,4470button.list-group-item-warning {4471color: #856404;4472}44734474a.list-group-item-warning:focus, a.list-group-item-warning:hover,4475button.list-group-item-warning:focus,4476button.list-group-item-warning:hover {4477color: #856404;4478background-color: #ffe8a1;4479}44804481a.list-group-item-warning.active,4482button.list-group-item-warning.active {4483color: #fff;4484background-color: #856404;4485border-color: #856404;4486}44874488.list-group-item-danger {4489color: #721c24;4490background-color: #f5c6cb;4491}44924493a.list-group-item-danger,4494button.list-group-item-danger {4495color: #721c24;4496}44974498a.list-group-item-danger:focus, a.list-group-item-danger:hover,4499button.list-group-item-danger:focus,4500button.list-group-item-danger:hover {4501color: #721c24;4502background-color: #f1b0b7;4503}45044505a.list-group-item-danger.active,4506button.list-group-item-danger.active {4507color: #fff;4508background-color: #721c24;4509border-color: #721c24;4510}45114512.list-group-item-light {4513color: #818182;4514background-color: #fdfdfe;4515}45164517a.list-group-item-light,4518button.list-group-item-light {4519color: #818182;4520}45214522a.list-group-item-light:focus, a.list-group-item-light:hover,4523button.list-group-item-light:focus,4524button.list-group-item-light:hover {4525color: #818182;4526background-color: #ececf6;4527}45284529a.list-group-item-light.active,4530button.list-group-item-light.active {4531color: #fff;4532background-color: #818182;4533border-color: #818182;4534}45354536.list-group-item-dark {4537color: #1b1e21;4538background-color: #c6c8ca;4539}45404541a.list-group-item-dark,4542button.list-group-item-dark {4543color: #1b1e21;4544}45454546a.list-group-item-dark:focus, a.list-group-item-dark:hover,4547button.list-group-item-dark:focus,4548button.list-group-item-dark:hover {4549color: #1b1e21;4550background-color: #b9bbbe;4551}45524553a.list-group-item-dark.active,4554button.list-group-item-dark.active {4555color: #fff;4556background-color: #1b1e21;4557border-color: #1b1e21;4558}45594560.close {4561float: right;4562font-size: 1.5rem;4563font-weight: bold;4564line-height: 1;4565color: #000;4566text-shadow: 0 1px 0 #fff;4567opacity: .5;4568}45694570.close:focus, .close:hover {4571color: #000;4572text-decoration: none;4573opacity: .75;4574}45754576button.close {4577padding: 0;4578background: transparent;4579border: 0;4580-webkit-appearance: none;4581}45824583.modal-open {4584overflow: hidden;4585}45864587.modal {4588position: fixed;4589top: 0;4590right: 0;4591bottom: 0;4592left: 0;4593z-index: 1050;4594display: none;4595overflow: hidden;4596outline: 0;4597}45984599.modal.fade .modal-dialog {4600transition: -webkit-transform 0.3s ease-out;4601transition: transform 0.3s ease-out;4602transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;4603-webkit-transform: translate(0, -25%);4604transform: translate(0, -25%);4605}46064607.modal.show .modal-dialog {4608-webkit-transform: translate(0, 0);4609transform: translate(0, 0);4610}46114612.modal-open .modal {4613overflow-x: hidden;4614overflow-y: auto;4615}46164617.modal-dialog {4618position: relative;4619width: auto;4620margin: 10px;4621}46224623.modal-content {4624position: relative;4625display: -ms-flexbox;4626display: flex;4627-ms-flex-direction: column;4628flex-direction: column;4629background-color: #fff;4630background-clip: padding-box;4631border: 1px solid rgba(0, 0, 0, 0.2);4632border-radius: 0.3rem;4633outline: 0;4634}46354636.modal-backdrop {4637position: fixed;4638top: 0;4639right: 0;4640bottom: 0;4641left: 0;4642z-index: 1040;4643background-color: #000;4644}46454646.modal-backdrop.fade {4647opacity: 0;4648}46494650.modal-backdrop.show {4651opacity: 0.5;4652}46534654.modal-header {4655display: -ms-flexbox;4656display: flex;4657-ms-flex-align: center;4658align-items: center;4659-ms-flex-pack: justify;4660justify-content: space-between;4661padding: 15px;4662border-bottom: 1px solid #e9ecef;4663}46644665.modal-title {4666margin-bottom: 0;4667line-height: 1.5;4668}46694670.modal-body {4671position: relative;4672-ms-flex: 1 1 auto;4673flex: 1 1 auto;4674padding: 15px;4675}46764677.modal-footer {4678display: -ms-flexbox;4679display: flex;4680-ms-flex-align: center;4681align-items: center;4682-ms-flex-pack: end;4683justify-content: flex-end;4684padding: 15px;4685border-top: 1px solid #e9ecef;4686}46874688.modal-footer > :not(:first-child) {4689margin-left: .25rem;4690}46914692.modal-footer > :not(:last-child) {4693margin-right: .25rem;4694}46954696.modal-scrollbar-measure {4697position: absolute;4698top: -9999px;4699width: 50px;4700height: 50px;4701overflow: scroll;4702}47034704@media (min-width: 576px) {4705.modal-dialog {4706max-width: 500px;4707margin: 30px auto;4708}4709.modal-sm {4710max-width: 300px;4711}4712}47134714@media (min-width: 992px) {4715.modal-lg {4716max-width: 800px;4717}4718}47194720.tooltip {4721position: absolute;4722z-index: 1070;4723display: block;4724margin: 0;4725font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;4726font-style: normal;4727font-weight: normal;4728line-height: 1.5;4729text-align: left;4730text-align: start;4731text-decoration: none;4732text-shadow: none;4733text-transform: none;4734letter-spacing: normal;4735word-break: normal;4736word-spacing: normal;4737white-space: normal;4738line-break: auto;4739font-size: 0.875rem;4740word-wrap: break-word;4741opacity: 0;4742}47434744.tooltip.show {4745opacity: 0.9;4746}47474748.tooltip .arrow {4749position: absolute;4750display: block;4751width: 5px;4752height: 5px;4753}47544755.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {4756padding: 5px 0;4757}47584759.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {4760bottom: 0;4761}47624763.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {4764margin-left: -3px;4765content: "";4766border-width: 5px 5px 0;4767border-top-color: #000;4768}47694770.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {4771padding: 0 5px;4772}47734774.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {4775left: 0;4776}47774778.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {4779margin-top: -3px;4780content: "";4781border-width: 5px 5px 5px 0;4782border-right-color: #000;4783}47844785.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {4786padding: 5px 0;4787}47884789.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {4790top: 0;4791}47924793.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {4794margin-left: -3px;4795content: "";4796border-width: 0 5px 5px;4797border-bottom-color: #000;4798}47994800.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {4801padding: 0 5px;4802}48034804.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {4805right: 0;4806}48074808.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {4809right: 0;4810margin-top: -3px;4811content: "";4812border-width: 5px 0 5px 5px;4813border-left-color: #000;4814}48154816.tooltip .arrow::before {4817position: absolute;4818border-color: transparent;4819border-style: solid;4820}48214822.tooltip-inner {4823max-width: 200px;4824padding: 3px 8px;4825color: #fff;4826text-align: center;4827background-color: #000;4828border-radius: 0.25rem;4829}48304831.popover {4832position: absolute;4833top: 0;4834left: 0;4835z-index: 1060;4836display: block;4837max-width: 276px;4838padding: 1px;4839font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;4840font-style: normal;4841font-weight: normal;4842line-height: 1.5;4843text-align: left;4844text-align: start;4845text-decoration: none;4846text-shadow: none;4847text-transform: none;4848letter-spacing: normal;4849word-break: normal;4850word-spacing: normal;4851white-space: normal;4852line-break: auto;4853font-size: 0.875rem;4854word-wrap: break-word;4855background-color: #fff;4856background-clip: padding-box;4857border: 1px solid rgba(0, 0, 0, 0.2);4858border-radius: 0.3rem;4859}48604861.popover .arrow {4862position: absolute;4863display: block;4864width: 10px;4865height: 5px;4866}48674868.popover .arrow::before,4869.popover .arrow::after {4870position: absolute;4871display: block;4872border-color: transparent;4873border-style: solid;4874}48754876.popover .arrow::before {4877content: "";4878border-width: 11px;4879}48804881.popover .arrow::after {4882content: "";4883border-width: 11px;4884}48854886.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {4887margin-bottom: 10px;4888}48894890.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {4891bottom: 0;4892}48934894.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,4895.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {4896border-bottom-width: 0;4897}48984899.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {4900bottom: -11px;4901margin-left: -6px;4902border-top-color: rgba(0, 0, 0, 0.25);4903}49044905.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {4906bottom: -10px;4907margin-left: -6px;4908border-top-color: #fff;4909}49104911.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {4912margin-left: 10px;4913}49144915.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {4916left: 0;4917}49184919.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,4920.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {4921margin-top: -8px;4922border-left-width: 0;4923}49244925.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {4926left: -11px;4927border-right-color: rgba(0, 0, 0, 0.25);4928}49294930.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {4931left: -10px;4932border-right-color: #fff;4933}49344935.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {4936margin-top: 10px;4937}49384939.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {4940top: 0;4941}49424943.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,4944.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {4945margin-left: -7px;4946border-top-width: 0;4947}49484949.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {4950top: -11px;4951border-bottom-color: rgba(0, 0, 0, 0.25);4952}49534954.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {4955top: -10px;4956border-bottom-color: #fff;4957}49584959.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {4960position: absolute;4961top: 0;4962left: 50%;4963display: block;4964width: 20px;4965margin-left: -10px;4966content: "";4967border-bottom: 1px solid #f7f7f7;4968}49694970.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {4971margin-right: 10px;4972}49734974.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {4975right: 0;4976}49774978.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,4979.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {4980margin-top: -8px;4981border-right-width: 0;4982}49834984.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {4985right: -11px;4986border-left-color: rgba(0, 0, 0, 0.25);4987}49884989.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {4990right: -10px;4991border-left-color: #fff;4992}49934994.popover-header {4995padding: 8px 14px;4996margin-bottom: 0;4997font-size: 1rem;4998color: inherit;4999background-color: #f7f7f7;5000border-bottom: 1px solid #ebebeb;5001border-top-left-radius: calc(0.3rem - 1px);5002border-top-right-radius: calc(0.3rem - 1px);5003}50045005.popover-header:empty {5006display: none;5007}50085009.popover-body {5010padding: 9px 14px;5011color: #212529;5012}50135014.carousel {5015position: relative;5016}50175018.carousel-inner {5019position: relative;5020width: 100%;5021overflow: hidden;5022}50235024.carousel-item {5025position: relative;5026display: none;5027-ms-flex-align: center;5028align-items: center;5029width: 100%;5030transition: -webkit-transform 0.6s ease;5031transition: transform 0.6s ease;5032transition: transform 0.6s ease, -webkit-transform 0.6s ease;5033-webkit-backface-visibility: hidden;5034backface-visibility: hidden;5035-webkit-perspective: 1000px;5036perspective: 1000px;5037}50385039.carousel-item.active,5040.carousel-item-next,5041.carousel-item-prev {5042display: block;5043}50445045.carousel-item-next,5046.carousel-item-prev {5047position: absolute;5048top: 0;5049}50505051.carousel-item-next.carousel-item-left,5052.carousel-item-prev.carousel-item-right {5053-webkit-transform: translateX(0);5054transform: translateX(0);5055}50565057@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {5058.carousel-item-next.carousel-item-left,5059.carousel-item-prev.carousel-item-right {5060-webkit-transform: translate3d(0, 0, 0);5061transform: translate3d(0, 0, 0);5062}5063}50645065.carousel-item-next,5066.active.carousel-item-right {5067-webkit-transform: translateX(100%);5068transform: translateX(100%);5069}50705071@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {5072.carousel-item-next,5073.active.carousel-item-right {5074-webkit-transform: translate3d(100%, 0, 0);5075transform: translate3d(100%, 0, 0);5076}5077}50785079.carousel-item-prev,5080.active.carousel-item-left {5081-webkit-transform: translateX(-100%);5082transform: translateX(-100%);5083}50845085@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {5086.carousel-item-prev,5087.active.carousel-item-left {5088-webkit-transform: translate3d(-100%, 0, 0);5089transform: translate3d(-100%, 0, 0);5090}5091}50925093.carousel-control-prev,5094.carousel-control-next {5095position: absolute;5096top: 0;5097bottom: 0;5098display: -ms-flexbox;5099display: flex;5100-ms-flex-align: center;5101align-items: center;5102-ms-flex-pack: center;5103justify-content: center;5104width: 15%;5105color: #fff;5106text-align: center;5107opacity: 0.5;5108}51095110.carousel-control-prev:focus, .carousel-control-prev:hover,5111.carousel-control-next:focus,5112.carousel-control-next:hover {5113color: #fff;5114text-decoration: none;5115outline: 0;5116opacity: .9;5117}51185119.carousel-control-prev {5120left: 0;5121}51225123.carousel-control-next {5124right: 0;5125}51265127.carousel-control-prev-icon,5128.carousel-control-next-icon {5129display: inline-block;5130width: 20px;5131height: 20px;5132background: transparent no-repeat center center;5133background-size: 100% 100%;5134}51355136.carousel-control-prev-icon {5137background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");5138}51395140.carousel-control-next-icon {5141background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");5142}51435144.carousel-indicators {5145position: absolute;5146right: 0;5147bottom: 10px;5148left: 0;5149z-index: 15;5150display: -ms-flexbox;5151display: flex;5152-ms-flex-pack: center;5153justify-content: center;5154padding-left: 0;5155margin-right: 15%;5156margin-left: 15%;5157list-style: none;5158}51595160.carousel-indicators li {5161position: relative;5162-ms-flex: 0 1 auto;5163flex: 0 1 auto;5164width: 30px;5165height: 3px;5166margin-right: 3px;5167margin-left: 3px;5168text-indent: -999px;5169background-color: rgba(255, 255, 255, 0.5);5170}51715172.carousel-indicators li::before {5173position: absolute;5174top: -10px;5175left: 0;5176display: inline-block;5177width: 100%;5178height: 10px;5179content: "";5180}51815182.carousel-indicators li::after {5183position: absolute;5184bottom: -10px;5185left: 0;5186display: inline-block;5187width: 100%;5188height: 10px;5189content: "";5190}51915192.carousel-indicators .active {5193background-color: #fff;5194}51955196.carousel-caption {5197position: absolute;5198right: 15%;5199bottom: 20px;5200left: 15%;5201z-index: 10;5202padding-top: 20px;5203padding-bottom: 20px;5204color: #fff;5205text-align: center;5206}52075208.align-baseline {5209vertical-align: baseline !important;5210}52115212.align-top {5213vertical-align: top !important;5214}52155216.align-middle {5217vertical-align: middle !important;5218}52195220.align-bottom {5221vertical-align: bottom !important;5222}52235224.align-text-bottom {5225vertical-align: text-bottom !important;5226}52275228.align-text-top {5229vertical-align: text-top !important;5230}52315232.bg-primary {5233background-color: #007bff !important;5234}52355236a.bg-primary:focus, a.bg-primary:hover {5237background-color: #0062cc !important;5238}52395240.bg-secondary {5241background-color: #868e96 !important;5242}52435244a.bg-secondary:focus, a.bg-secondary:hover {5245background-color: #6c757d !important;5246}52475248.bg-success {5249background-color: #28a745 !important;5250}52515252a.bg-success:focus, a.bg-success:hover {5253background-color: #1e7e34 !important;5254}52555256.bg-info {5257background-color: #17a2b8 !important;5258}52595260a.bg-info:focus, a.bg-info:hover {5261background-color: #117a8b !important;5262}52635264.bg-warning {5265background-color: #ffc107 !important;5266}52675268a.bg-warning:focus, a.bg-warning:hover {5269background-color: #d39e00 !important;5270}52715272.bg-danger {5273background-color: #dc3545 !important;5274}52755276a.bg-danger:focus, a.bg-danger:hover {5277background-color: #bd2130 !important;5278}52795280.bg-light {5281background-color: #f8f9fa !important;5282}52835284a.bg-light:focus, a.bg-light:hover {5285background-color: #dae0e5 !important;5286}52875288.bg-dark {5289background-color: #343a40 !important;5290}52915292a.bg-dark:focus, a.bg-dark:hover {5293background-color: #1d2124 !important;5294}52955296.bg-white {5297background-color: #fff !important;5298}52995300.bg-transparent {5301background-color: transparent !important;5302}53035304.border {5305border: 1px solid #e9ecef !important;5306}53075308.border-0 {5309border: 0 !important;5310}53115312.border-top-0 {5313border-top: 0 !important;5314}53155316.border-right-0 {5317border-right: 0 !important;5318}53195320.border-bottom-0 {5321border-bottom: 0 !important;5322}53235324.border-left-0 {5325border-left: 0 !important;5326}53275328.border-primary {5329border-color: #007bff !important;5330}53315332.border-secondary {5333border-color: #868e96 !important;5334}53355336.border-success {5337border-color: #28a745 !important;5338}53395340.border-info {5341border-color: #17a2b8 !important;5342}53435344.border-warning {5345border-color: #ffc107 !important;5346}53475348.border-danger {5349border-color: #dc3545 !important;5350}53515352.border-light {5353border-color: #f8f9fa !important;5354}53555356.border-dark {5357border-color: #343a40 !important;5358}53595360.border-white {5361border-color: #fff !important;5362}53635364.rounded {5365border-radius: 0.25rem !important;5366}53675368.rounded-top {5369border-top-left-radius: 0.25rem !important;5370border-top-right-radius: 0.25rem !important;5371}53725373.rounded-right {5374border-top-right-radius: 0.25rem !important;5375border-bottom-right-radius: 0.25rem !important;5376}53775378.rounded-bottom {5379border-bottom-right-radius: 0.25rem !important;5380border-bottom-left-radius: 0.25rem !important;5381}53825383.rounded-left {5384border-top-left-radius: 0.25rem !important;5385border-bottom-left-radius: 0.25rem !important;5386}53875388.rounded-circle {5389border-radius: 50%;5390}53915392.rounded-0 {5393border-radius: 0;5394}53955396.clearfix::after {5397display: block;5398clear: both;5399content: "";5400}54015402.d-none {5403display: none !important;5404}54055406.d-inline {5407display: inline !important;5408}54095410.d-inline-block {5411display: inline-block !important;5412}54135414.d-block {5415display: block !important;5416}54175418.d-table {5419display: table !important;5420}54215422.d-table-cell {5423display: table-cell !important;5424}54255426.d-flex {5427display: -ms-flexbox !important;5428display: flex !important;5429}54305431.d-inline-flex {5432display: -ms-inline-flexbox !important;5433display: inline-flex !important;5434}54355436@media (min-width: 576px) {5437.d-sm-none {5438display: none !important;5439}5440.d-sm-inline {5441display: inline !important;5442}5443.d-sm-inline-block {5444display: inline-block !important;5445}5446.d-sm-block {5447display: block !important;5448}5449.d-sm-table {5450display: table !important;5451}5452.d-sm-table-cell {5453display: table-cell !important;5454}5455.d-sm-flex {5456display: -ms-flexbox !important;5457display: flex !important;5458}5459.d-sm-inline-flex {5460display: -ms-inline-flexbox !important;5461display: inline-flex !important;5462}5463}54645465@media (min-width: 768px) {5466.d-md-none {5467display: none !important;5468}5469.d-md-inline {5470display: inline !important;5471}5472.d-md-inline-block {5473display: inline-block !important;5474}5475.d-md-block {5476display: block !important;5477}5478.d-md-table {5479display: table !important;5480}5481.d-md-table-cell {5482display: table-cell !important;5483}5484.d-md-flex {5485display: -ms-flexbox !important;5486display: flex !important;5487}5488.d-md-inline-flex {5489display: -ms-inline-flexbox !important;5490display: inline-flex !important;5491}5492}54935494@media (min-width: 992px) {5495.d-lg-none {5496display: none !important;5497}5498.d-lg-inline {5499display: inline !important;5500}5501.d-lg-inline-block {5502display: inline-block !important;5503}5504.d-lg-block {5505display: block !important;5506}5507.d-lg-table {5508display: table !important;5509}5510.d-lg-table-cell {5511display: table-cell !important;5512}5513.d-lg-flex {5514display: -ms-flexbox !important;5515display: flex !important;5516}5517.d-lg-inline-flex {5518display: -ms-inline-flexbox !important;5519display: inline-flex !important;5520}5521}55225523@media (min-width: 1200px) {5524.d-xl-none {5525display: none !important;5526}5527.d-xl-inline {5528display: inline !important;5529}5530.d-xl-inline-block {5531display: inline-block !important;5532}5533.d-xl-block {5534display: block !important;5535}5536.d-xl-table {5537display: table !important;5538}5539.d-xl-table-cell {5540display: table-cell !important;5541}5542.d-xl-flex {5543display: -ms-flexbox !important;5544display: flex !important;5545}5546.d-xl-inline-flex {5547display: -ms-inline-flexbox !important;5548display: inline-flex !important;5549}5550}55515552.d-print-block {5553display: none !important;5554}55555556@media print {5557.d-print-block {5558display: block !important;5559}5560}55615562.d-print-inline {5563display: none !important;5564}55655566@media print {5567.d-print-inline {5568display: inline !important;5569}5570}55715572.d-print-inline-block {5573display: none !important;5574}55755576@media print {5577.d-print-inline-block {5578display: inline-block !important;5579}5580}55815582@media print {5583.d-print-none {5584display: none !important;5585}5586}55875588.embed-responsive {5589position: relative;5590display: block;5591width: 100%;5592padding: 0;5593overflow: hidden;5594}55955596.embed-responsive::before {5597display: block;5598content: "";5599}56005601.embed-responsive .embed-responsive-item,5602.embed-responsive iframe,5603.embed-responsive embed,5604.embed-responsive object,5605.embed-responsive video {5606position: absolute;5607top: 0;5608bottom: 0;5609left: 0;5610width: 100%;5611height: 100%;5612border: 0;5613}56145615.embed-responsive-21by9::before {5616padding-top: 42.857143%;5617}56185619.embed-responsive-16by9::before {5620padding-top: 56.25%;5621}56225623.embed-responsive-4by3::before {5624padding-top: 75%;5625}56265627.embed-responsive-1by1::before {5628padding-top: 100%;5629}56305631.flex-row {5632-ms-flex-direction: row !important;5633flex-direction: row !important;5634}56355636.flex-column {5637-ms-flex-direction: column !important;5638flex-direction: column !important;5639}56405641.flex-row-reverse {5642-ms-flex-direction: row-reverse !important;5643flex-direction: row-reverse !important;5644}56455646.flex-column-reverse {5647-ms-flex-direction: column-reverse !important;5648flex-direction: column-reverse !important;5649}56505651.flex-wrap {5652-ms-flex-wrap: wrap !important;5653flex-wrap: wrap !important;5654}56555656.flex-nowrap {5657-ms-flex-wrap: nowrap !important;5658flex-wrap: nowrap !important;5659}56605661.flex-wrap-reverse {5662-ms-flex-wrap: wrap-reverse !important;5663flex-wrap: wrap-reverse !important;5664}56655666.justify-content-start {5667-ms-flex-pack: start !important;5668justify-content: flex-start !important;5669}56705671.justify-content-end {5672-ms-flex-pack: end !important;5673justify-content: flex-end !important;5674}56755676.justify-content-center {5677-ms-flex-pack: center !important;5678justify-content: center !important;5679}56805681.justify-content-between {5682-ms-flex-pack: justify !important;5683justify-content: space-between !important;5684}56855686.justify-content-around {5687-ms-flex-pack: distribute !important;5688justify-content: space-around !important;5689}56905691.align-items-start {5692-ms-flex-align: start !important;5693align-items: flex-start !important;5694}56955696.align-items-end {5697-ms-flex-align: end !important;5698align-items: flex-end !important;5699}57005701.align-items-center {5702-ms-flex-align: center !important;5703align-items: center !important;5704}57055706.align-items-baseline {5707-ms-flex-align: baseline !important;5708align-items: baseline !important;5709}57105711.align-items-stretch {5712-ms-flex-align: stretch !important;5713align-items: stretch !important;5714}57155716.align-content-start {5717-ms-flex-line-pack: start !important;5718align-content: flex-start !important;5719}57205721.align-content-end {5722-ms-flex-line-pack: end !important;5723align-content: flex-end !important;5724}57255726.align-content-center {5727-ms-flex-line-pack: center !important;5728align-content: center !important;5729}57305731.align-content-between {5732-ms-flex-line-pack: justify !important;5733align-content: space-between !important;5734}57355736.align-content-around {5737-ms-flex-line-pack: distribute !important;5738align-content: space-around !important;5739}57405741.align-content-stretch {5742-ms-flex-line-pack: stretch !important;5743align-content: stretch !important;5744}57455746.align-self-auto {5747-ms-flex-item-align: auto !important;5748align-self: auto !important;5749}57505751.align-self-start {5752-ms-flex-item-align: start !important;5753align-self: flex-start !important;5754}57555756.align-self-end {5757-ms-flex-item-align: end !important;5758align-self: flex-end !important;5759}57605761.align-self-center {5762-ms-flex-item-align: center !important;5763align-self: center !important;5764}57655766.align-self-baseline {5767-ms-flex-item-align: baseline !important;5768align-self: baseline !important;5769}57705771.align-self-stretch {5772-ms-flex-item-align: stretch !important;5773align-self: stretch !important;5774}57755776@media (min-width: 576px) {5777.flex-sm-row {5778-ms-flex-direction: row !important;5779flex-direction: row !important;5780}5781.flex-sm-column {5782-ms-flex-direction: column !important;5783flex-direction: column !important;5784}5785.flex-sm-row-reverse {5786-ms-flex-direction: row-reverse !important;5787flex-direction: row-reverse !important;5788}5789.flex-sm-column-reverse {5790-ms-flex-direction: column-reverse !important;5791flex-direction: column-reverse !important;5792}5793.flex-sm-wrap {5794-ms-flex-wrap: wrap !important;5795flex-wrap: wrap !important;5796}5797.flex-sm-nowrap {5798-ms-flex-wrap: nowrap !important;5799flex-wrap: nowrap !important;5800}5801.flex-sm-wrap-reverse {5802-ms-flex-wrap: wrap-reverse !important;5803flex-wrap: wrap-reverse !important;5804}5805.justify-content-sm-start {5806-ms-flex-pack: start !important;5807justify-content: flex-start !important;5808}5809.justify-content-sm-end {5810-ms-flex-pack: end !important;5811justify-content: flex-end !important;5812}5813.justify-content-sm-center {5814-ms-flex-pack: center !important;5815justify-content: center !important;5816}5817.justify-content-sm-between {5818-ms-flex-pack: justify !important;5819justify-content: space-between !important;5820}5821.justify-content-sm-around {5822-ms-flex-pack: distribute !important;5823justify-content: space-around !important;5824}5825.align-items-sm-start {5826-ms-flex-align: start !important;5827align-items: flex-start !important;5828}5829.align-items-sm-end {5830-ms-flex-align: end !important;5831align-items: flex-end !important;5832}5833.align-items-sm-center {5834-ms-flex-align: center !important;5835align-items: center !important;5836}5837.align-items-sm-baseline {5838-ms-flex-align: baseline !important;5839align-items: baseline !important;5840}5841.align-items-sm-stretch {5842-ms-flex-align: stretch !important;5843align-items: stretch !important;5844}5845.align-content-sm-start {5846-ms-flex-line-pack: start !important;5847align-content: flex-start !important;5848}5849.align-content-sm-end {5850-ms-flex-line-pack: end !important;5851align-content: flex-end !important;5852}5853.align-content-sm-center {5854-ms-flex-line-pack: center !important;5855align-content: center !important;5856}5857.align-content-sm-between {5858-ms-flex-line-pack: justify !important;5859align-content: space-between !important;5860}5861.align-content-sm-around {5862-ms-flex-line-pack: distribute !important;5863align-content: space-around !important;5864}5865.align-content-sm-stretch {5866-ms-flex-line-pack: stretch !important;5867align-content: stretch !important;5868}5869.align-self-sm-auto {5870-ms-flex-item-align: auto !important;5871align-self: auto !important;5872}5873.align-self-sm-start {5874-ms-flex-item-align: start !important;5875align-self: flex-start !important;5876}5877.align-self-sm-end {5878-ms-flex-item-align: end !important;5879align-self: flex-end !important;5880}5881.align-self-sm-center {5882-ms-flex-item-align: center !important;5883align-self: center !important;5884}5885.align-self-sm-baseline {5886-ms-flex-item-align: baseline !important;5887align-self: baseline !important;5888}5889.align-self-sm-stretch {5890-ms-flex-item-align: stretch !important;5891align-self: stretch !important;5892}5893}58945895@media (min-width: 768px) {5896.flex-md-row {5897-ms-flex-direction: row !important;5898flex-direction: row !important;5899}5900.flex-md-column {5901-ms-flex-direction: column !important;5902flex-direction: column !important;5903}5904.flex-md-row-reverse {5905-ms-flex-direction: row-reverse !important;5906flex-direction: row-reverse !important;5907}5908.flex-md-column-reverse {5909-ms-flex-direction: column-reverse !important;5910flex-direction: column-reverse !important;5911}5912.flex-md-wrap {5913-ms-flex-wrap: wrap !important;5914flex-wrap: wrap !important;5915}5916.flex-md-nowrap {5917-ms-flex-wrap: nowrap !important;5918flex-wrap: nowrap !important;5919}5920.flex-md-wrap-reverse {5921-ms-flex-wrap: wrap-reverse !important;5922flex-wrap: wrap-reverse !important;5923}5924.justify-content-md-start {5925-ms-flex-pack: start !important;5926justify-content: flex-start !important;5927}5928.justify-content-md-end {5929-ms-flex-pack: end !important;5930justify-content: flex-end !important;5931}5932.justify-content-md-center {5933-ms-flex-pack: center !important;5934justify-content: center !important;5935}5936.justify-content-md-between {5937-ms-flex-pack: justify !important;5938justify-content: space-between !important;5939}5940.justify-content-md-around {5941-ms-flex-pack: distribute !important;5942justify-content: space-around !important;5943}5944.align-items-md-start {5945-ms-flex-align: start !important;5946align-items: flex-start !important;5947}5948.align-items-md-end {5949-ms-flex-align: end !important;5950align-items: flex-end !important;5951}5952.align-items-md-center {5953-ms-flex-align: center !important;5954align-items: center !important;5955}5956.align-items-md-baseline {5957-ms-flex-align: baseline !important;5958align-items: baseline !important;5959}5960.align-items-md-stretch {5961-ms-flex-align: stretch !important;5962align-items: stretch !important;5963}5964.align-content-md-start {5965-ms-flex-line-pack: start !important;5966align-content: flex-start !important;5967}5968.align-content-md-end {5969-ms-flex-line-pack: end !important;5970align-content: flex-end !important;5971}5972.align-content-md-center {5973-ms-flex-line-pack: center !important;5974align-content: center !important;5975}5976.align-content-md-between {5977-ms-flex-line-pack: justify !important;5978align-content: space-between !important;5979}5980.align-content-md-around {5981-ms-flex-line-pack: distribute !important;5982align-content: space-around !important;5983}5984.align-content-md-stretch {5985-ms-flex-line-pack: stretch !important;5986align-content: stretch !important;5987}5988.align-self-md-auto {5989-ms-flex-item-align: auto !important;5990align-self: auto !important;5991}5992.align-self-md-start {5993-ms-flex-item-align: start !important;5994align-self: flex-start !important;5995}5996.align-self-md-end {5997-ms-flex-item-align: end !important;5998align-self: flex-end !important;5999}6000.align-self-md-center {6001-ms-flex-item-align: center !important;6002align-self: center !important;6003}6004.align-self-md-baseline {6005-ms-flex-item-align: baseline !important;6006align-self: baseline !important;6007}6008.align-self-md-stretch {6009-ms-flex-item-align: stretch !important;6010align-self: stretch !important;6011}6012}60136014@media (min-width: 992px) {6015.flex-lg-row {6016-ms-flex-direction: row !important;6017flex-direction: row !important;6018}6019.flex-lg-column {6020-ms-flex-direction: column !important;6021flex-direction: column !important;6022}6023.flex-lg-row-reverse {6024-ms-flex-direction: row-reverse !important;6025flex-direction: row-reverse !important;6026}6027.flex-lg-column-reverse {6028-ms-flex-direction: column-reverse !important;6029flex-direction: column-reverse !important;6030}6031.flex-lg-wrap {6032-ms-flex-wrap: wrap !important;6033flex-wrap: wrap !important;6034}6035.flex-lg-nowrap {6036-ms-flex-wrap: nowrap !important;6037flex-wrap: nowrap !important;6038}6039.flex-lg-wrap-reverse {6040-ms-flex-wrap: wrap-reverse !important;6041flex-wrap: wrap-reverse !important;6042}6043.justify-content-lg-start {6044-ms-flex-pack: start !important;6045justify-content: flex-start !important;6046}6047.justify-content-lg-end {6048-ms-flex-pack: end !important;6049justify-content: flex-end !important;6050}6051.justify-content-lg-center {6052-ms-flex-pack: center !important;6053justify-content: center !important;6054}6055.justify-content-lg-between {6056-ms-flex-pack: justify !important;6057justify-content: space-between !important;6058}6059.justify-content-lg-around {6060-ms-flex-pack: distribute !important;6061justify-content: space-around !important;6062}6063.align-items-lg-start {6064-ms-flex-align: start !important;6065align-items: flex-start !important;6066}6067.align-items-lg-end {6068-ms-flex-align: end !important;6069align-items: flex-end !important;6070}6071.align-items-lg-center {6072-ms-flex-align: center !important;6073align-items: center !important;6074}6075.align-items-lg-baseline {6076-ms-flex-align: baseline !important;6077align-items: baseline !important;6078}6079.align-items-lg-stretch {6080-ms-flex-align: stretch !important;6081align-items: stretch !important;6082}6083.align-content-lg-start {6084-ms-flex-line-pack: start !important;6085align-content: flex-start !important;6086}6087.align-content-lg-end {6088-ms-flex-line-pack: end !important;6089align-content: flex-end !important;6090}6091.align-content-lg-center {6092-ms-flex-line-pack: center !important;6093align-content: center !important;6094}6095.align-content-lg-between {6096-ms-flex-line-pack: justify !important;6097align-content: space-between !important;6098}6099.align-content-lg-around {6100-ms-flex-line-pack: distribute !important;6101align-content: space-around !important;6102}6103.align-content-lg-stretch {6104-ms-flex-line-pack: stretch !important;6105align-content: stretch !important;6106}6107.align-self-lg-auto {6108-ms-flex-item-align: auto !important;6109align-self: auto !important;6110}6111.align-self-lg-start {6112-ms-flex-item-align: start !important;6113align-self: flex-start !important;6114}6115.align-self-lg-end {6116-ms-flex-item-align: end !important;6117align-self: flex-end !important;6118}6119.align-self-lg-center {6120-ms-flex-item-align: center !important;6121align-self: center !important;6122}6123.align-self-lg-baseline {6124-ms-flex-item-align: baseline !important;6125align-self: baseline !important;6126}6127.align-self-lg-stretch {6128-ms-flex-item-align: stretch !important;6129align-self: stretch !important;6130}6131}61326133@media (min-width: 1200px) {6134.flex-xl-row {6135-ms-flex-direction: row !important;6136flex-direction: row !important;6137}6138.flex-xl-column {6139-ms-flex-direction: column !important;6140flex-direction: column !important;6141}6142.flex-xl-row-reverse {6143-ms-flex-direction: row-reverse !important;6144flex-direction: row-reverse !important;6145}6146.flex-xl-column-reverse {6147-ms-flex-direction: column-reverse !important;6148flex-direction: column-reverse !important;6149}6150.flex-xl-wrap {6151-ms-flex-wrap: wrap !important;6152flex-wrap: wrap !important;6153}6154.flex-xl-nowrap {6155-ms-flex-wrap: nowrap !important;6156flex-wrap: nowrap !important;6157}6158.flex-xl-wrap-reverse {6159-ms-flex-wrap: wrap-reverse !important;6160flex-wrap: wrap-reverse !important;6161}6162.justify-content-xl-start {6163-ms-flex-pack: start !important;6164justify-content: flex-start !important;6165}6166.justify-content-xl-end {6167-ms-flex-pack: end !important;6168justify-content: flex-end !important;6169}6170.justify-content-xl-center {6171-ms-flex-pack: center !important;6172justify-content: center !important;6173}6174.justify-content-xl-between {6175-ms-flex-pack: justify !important;6176justify-content: space-between !important;6177}6178.justify-content-xl-around {6179-ms-flex-pack: distribute !important;6180justify-content: space-around !important;6181}6182.align-items-xl-start {6183-ms-flex-align: start !important;6184align-items: flex-start !important;6185}6186.align-items-xl-end {6187-ms-flex-align: end !important;6188align-items: flex-end !important;6189}6190.align-items-xl-center {6191-ms-flex-align: center !important;6192align-items: center !important;6193}6194.align-items-xl-baseline {6195-ms-flex-align: baseline !important;6196align-items: baseline !important;6197}6198.align-items-xl-stretch {6199-ms-flex-align: stretch !important;6200align-items: stretch !important;6201}6202.align-content-xl-start {6203-ms-flex-line-pack: start !important;6204align-content: flex-start !important;6205}6206.align-content-xl-end {6207-ms-flex-line-pack: end !important;6208align-content: flex-end !important;6209}6210.align-content-xl-center {6211-ms-flex-line-pack: center !important;6212align-content: center !important;6213}6214.align-content-xl-between {6215-ms-flex-line-pack: justify !important;6216align-content: space-between !important;6217}6218.align-content-xl-around {6219-ms-flex-line-pack: distribute !important;6220align-content: space-around !important;6221}6222.align-content-xl-stretch {6223-ms-flex-line-pack: stretch !important;6224align-content: stretch !important;6225}6226.align-self-xl-auto {6227-ms-flex-item-align: auto !important;6228align-self: auto !important;6229}6230.align-self-xl-start {6231-ms-flex-item-align: start !important;6232align-self: flex-start !important;6233}6234.align-self-xl-end {6235-ms-flex-item-align: end !important;6236align-self: flex-end !important;6237}6238.align-self-xl-center {6239-ms-flex-item-align: center !important;6240align-self: center !important;6241}6242.align-self-xl-baseline {6243-ms-flex-item-align: baseline !important;6244align-self: baseline !important;6245}6246.align-self-xl-stretch {6247-ms-flex-item-align: stretch !important;6248align-self: stretch !important;6249}6250}62516252.float-left {6253float: left !important;6254}62556256.float-right {6257float: right !important;6258}62596260.float-none {6261float: none !important;6262}62636264@media (min-width: 576px) {6265.float-sm-left {6266float: left !important;6267}6268.float-sm-right {6269float: right !important;6270}6271.float-sm-none {6272float: none !important;6273}6274}62756276@media (min-width: 768px) {6277.float-md-left {6278float: left !important;6279}6280.float-md-right {6281float: right !important;6282}6283.float-md-none {6284float: none !important;6285}6286}62876288@media (min-width: 992px) {6289.float-lg-left {6290float: left !important;6291}6292.float-lg-right {6293float: right !important;6294}6295.float-lg-none {6296float: none !important;6297}6298}62996300@media (min-width: 1200px) {6301.float-xl-left {6302float: left !important;6303}6304.float-xl-right {6305float: right !important;6306}6307.float-xl-none {6308float: none !important;6309}6310}63116312.fixed-top {6313position: fixed;6314top: 0;6315right: 0;6316left: 0;6317z-index: 1030;6318}63196320.fixed-bottom {6321position: fixed;6322right: 0;6323bottom: 0;6324left: 0;6325z-index: 1030;6326}63276328@supports ((position: -webkit-sticky) or (position: sticky)) {6329.sticky-top {6330position: -webkit-sticky;6331position: sticky;6332top: 0;6333z-index: 1020;6334}6335}63366337.sr-only {6338position: absolute;6339width: 1px;6340height: 1px;6341padding: 0;6342overflow: hidden;6343clip: rect(0, 0, 0, 0);6344white-space: nowrap;6345-webkit-clip-path: inset(50%);6346clip-path: inset(50%);6347border: 0;6348}63496350.sr-only-focusable:active, .sr-only-focusable:focus {6351position: static;6352width: auto;6353height: auto;6354overflow: visible;6355clip: auto;6356white-space: normal;6357-webkit-clip-path: none;6358clip-path: none;6359}63606361.w-25 {6362width: 25% !important;6363}63646365.w-50 {6366width: 50% !important;6367}63686369.w-75 {6370width: 75% !important;6371}63726373.w-100 {6374width: 100% !important;6375}63766377.h-25 {6378height: 25% !important;6379}63806381.h-50 {6382height: 50% !important;6383}63846385.h-75 {6386height: 75% !important;6387}63886389.h-100 {6390height: 100% !important;6391}63926393.mw-100 {6394max-width: 100% !important;6395}63966397.mh-100 {6398max-height: 100% !important;6399}64006401.m-0 {6402margin: 0 !important;6403}64046405.mt-0 {6406margin-top: 0 !important;6407}64086409.mr-0 {6410margin-right: 0 !important;6411}64126413.mb-0 {6414margin-bottom: 0 !important;6415}64166417.ml-0 {6418margin-left: 0 !important;6419}64206421.mx-0 {6422margin-right: 0 !important;6423margin-left: 0 !important;6424}64256426.my-0 {6427margin-top: 0 !important;6428margin-bottom: 0 !important;6429}64306431.m-1 {6432margin: 0.25rem !important;6433}64346435.mt-1 {6436margin-top: 0.25rem !important;6437}64386439.mr-1 {6440margin-right: 0.25rem !important;6441}64426443.mb-1 {6444margin-bottom: 0.25rem !important;6445}64466447.ml-1 {6448margin-left: 0.25rem !important;6449}64506451.mx-1 {6452margin-right: 0.25rem !important;6453margin-left: 0.25rem !important;6454}64556456.my-1 {6457margin-top: 0.25rem !important;6458margin-bottom: 0.25rem !important;6459}64606461.m-2 {6462margin: 0.5rem !important;6463}64646465.mt-2 {6466margin-top: 0.5rem !important;6467}64686469.mr-2 {6470margin-right: 0.5rem !important;6471}64726473.mb-2 {6474margin-bottom: 0.5rem !important;6475}64766477.ml-2 {6478margin-left: 0.5rem !important;6479}64806481.mx-2 {6482margin-right: 0.5rem !important;6483margin-left: 0.5rem !important;6484}64856486.my-2 {6487margin-top: 0.5rem !important;6488margin-bottom: 0.5rem !important;6489}64906491.m-3 {6492margin: 1rem !important;6493}64946495.mt-3 {6496margin-top: 1rem !important;6497}64986499.mr-3 {6500margin-right: 1rem !important;6501}65026503.mb-3 {6504margin-bottom: 1rem !important;6505}65066507.ml-3 {6508margin-left: 1rem !important;6509}65106511.mx-3 {6512margin-right: 1rem !important;6513margin-left: 1rem !important;6514}65156516.my-3 {6517margin-top: 1rem !important;6518margin-bottom: 1rem !important;6519}65206521.m-4 {6522margin: 1.5rem !important;6523}65246525.mt-4 {6526margin-top: 1.5rem !important;6527}65286529.mr-4 {6530margin-right: 1.5rem !important;6531}65326533.mb-4 {6534margin-bottom: 1.5rem !important;6535}65366537.ml-4 {6538margin-left: 1.5rem !important;6539}65406541.mx-4 {6542margin-right: 1.5rem !important;6543margin-left: 1.5rem !important;6544}65456546.my-4 {6547margin-top: 1.5rem !important;6548margin-bottom: 1.5rem !important;6549}65506551.m-5 {6552margin: 3rem !important;6553}65546555.mt-5 {6556margin-top: 3rem !important;6557}65586559.mr-5 {6560margin-right: 3rem !important;6561}65626563.mb-5 {6564margin-bottom: 3rem !important;6565}65666567.ml-5 {6568margin-left: 3rem !important;6569}65706571.mx-5 {6572margin-right: 3rem !important;6573margin-left: 3rem !important;6574}65756576.my-5 {6577margin-top: 3rem !important;6578margin-bottom: 3rem !important;6579}65806581.p-0 {6582padding: 0 !important;6583}65846585.pt-0 {6586padding-top: 0 !important;6587}65886589.pr-0 {6590padding-right: 0 !important;6591}65926593.pb-0 {6594padding-bottom: 0 !important;6595}65966597.pl-0 {6598padding-left: 0 !important;6599}66006601.px-0 {6602padding-right: 0 !important;6603padding-left: 0 !important;6604}66056606.py-0 {6607padding-top: 0 !important;6608padding-bottom: 0 !important;6609}66106611.p-1 {6612padding: 0.25rem !important;6613}66146615.pt-1 {6616padding-top: 0.25rem !important;6617}66186619.pr-1 {6620padding-right: 0.25rem !important;6621}66226623.pb-1 {6624padding-bottom: 0.25rem !important;6625}66266627.pl-1 {6628padding-left: 0.25rem !important;6629}66306631.px-1 {6632padding-right: 0.25rem !important;6633padding-left: 0.25rem !important;6634}66356636.py-1 {6637padding-top: 0.25rem !important;6638padding-bottom: 0.25rem !important;6639}66406641.p-2 {6642padding: 0.5rem !important;6643}66446645.pt-2 {6646padding-top: 0.5rem !important;6647}66486649.pr-2 {6650padding-right: 0.5rem !important;6651}66526653.pb-2 {6654padding-bottom: 0.5rem !important;6655}66566657.pl-2 {6658padding-left: 0.5rem !important;6659}66606661.px-2 {6662padding-right: 0.5rem !important;6663padding-left: 0.5rem !important;6664}66656666.py-2 {6667padding-top: 0.5rem !important;6668padding-bottom: 0.5rem !important;6669}66706671.p-3 {6672padding: 1rem !important;6673}66746675.pt-3 {6676padding-top: 1rem !important;6677}66786679.pr-3 {6680padding-right: 1rem !important;6681}66826683.pb-3 {6684padding-bottom: 1rem !important;6685}66866687.pl-3 {6688padding-left: 1rem !important;6689}66906691.px-3 {6692padding-right: 1rem !important;6693padding-left: 1rem !important;6694}66956696.py-3 {6697padding-top: 1rem !important;6698padding-bottom: 1rem !important;6699}67006701.p-4 {6702padding: 1.5rem !important;6703}67046705.pt-4 {6706padding-top: 1.5rem !important;6707}67086709.pr-4 {6710padding-right: 1.5rem !important;6711}67126713.pb-4 {6714padding-bottom: 1.5rem !important;6715}67166717.pl-4 {6718padding-left: 1.5rem !important;6719}67206721.px-4 {6722padding-right: 1.5rem !important;6723padding-left: 1.5rem !important;6724}67256726.py-4 {6727padding-top: 1.5rem !important;6728padding-bottom: 1.5rem !important;6729}67306731.p-5 {6732padding: 3rem !important;6733}67346735.pt-5 {6736padding-top: 3rem !important;6737}67386739.pr-5 {6740padding-right: 3rem !important;6741}67426743.pb-5 {6744padding-bottom: 3rem !important;6745}67466747.pl-5 {6748padding-left: 3rem !important;6749}67506751.px-5 {6752padding-right: 3rem !important;6753padding-left: 3rem !important;6754}67556756.py-5 {6757padding-top: 3rem !important;6758padding-bottom: 3rem !important;6759}67606761.m-auto {6762margin: auto !important;6763}67646765.mt-auto {6766margin-top: auto !important;6767}67686769.mr-auto {6770margin-right: auto !important;6771}67726773.mb-auto {6774margin-bottom: auto !important;6775}67766777.ml-auto {6778margin-left: auto !important;6779}67806781.mx-auto {6782margin-right: auto !important;6783margin-left: auto !important;6784}67856786.my-auto {6787margin-top: auto !important;6788margin-bottom: auto !important;6789}67906791@media (min-width: 576px) {6792.m-sm-0 {6793margin: 0 !important;6794}6795.mt-sm-0 {6796margin-top: 0 !important;6797}6798.mr-sm-0 {6799margin-right: 0 !important;6800}6801.mb-sm-0 {6802margin-bottom: 0 !important;6803}6804.ml-sm-0 {6805margin-left: 0 !important;6806}6807.mx-sm-0 {6808margin-right: 0 !important;6809margin-left: 0 !important;6810}6811.my-sm-0 {6812margin-top: 0 !important;6813margin-bottom: 0 !important;6814}6815.m-sm-1 {6816margin: 0.25rem !important;6817}6818.mt-sm-1 {6819margin-top: 0.25rem !important;6820}6821.mr-sm-1 {6822margin-right: 0.25rem !important;6823}6824.mb-sm-1 {6825margin-bottom: 0.25rem !important;6826}6827.ml-sm-1 {6828margin-left: 0.25rem !important;6829}6830.mx-sm-1 {6831margin-right: 0.25rem !important;6832margin-left: 0.25rem !important;6833}6834.my-sm-1 {6835margin-top: 0.25rem !important;6836margin-bottom: 0.25rem !important;6837}6838.m-sm-2 {6839margin: 0.5rem !important;6840}6841.mt-sm-2 {6842margin-top: 0.5rem !important;6843}6844.mr-sm-2 {6845margin-right: 0.5rem !important;6846}6847.mb-sm-2 {6848margin-bottom: 0.5rem !important;6849}6850.ml-sm-2 {6851margin-left: 0.5rem !important;6852}6853.mx-sm-2 {6854margin-right: 0.5rem !important;6855margin-left: 0.5rem !important;6856}6857.my-sm-2 {6858margin-top: 0.5rem !important;6859margin-bottom: 0.5rem !important;6860}6861.m-sm-3 {6862margin: 1rem !important;6863}6864.mt-sm-3 {6865margin-top: 1rem !important;6866}6867.mr-sm-3 {6868margin-right: 1rem !important;6869}6870.mb-sm-3 {6871margin-bottom: 1rem !important;6872}6873.ml-sm-3 {6874margin-left: 1rem !important;6875}6876.mx-sm-3 {6877margin-right: 1rem !important;6878margin-left: 1rem !important;6879}6880.my-sm-3 {6881margin-top: 1rem !important;6882margin-bottom: 1rem !important;6883}6884.m-sm-4 {6885margin: 1.5rem !important;6886}6887.mt-sm-4 {6888margin-top: 1.5rem !important;6889}6890.mr-sm-4 {6891margin-right: 1.5rem !important;6892}6893.mb-sm-4 {6894margin-bottom: 1.5rem !important;6895}6896.ml-sm-4 {6897margin-left: 1.5rem !important;6898}6899.mx-sm-4 {6900margin-right: 1.5rem !important;6901margin-left: 1.5rem !important;6902}6903.my-sm-4 {6904margin-top: 1.5rem !important;6905margin-bottom: 1.5rem !important;6906}6907.m-sm-5 {6908margin: 3rem !important;6909}6910.mt-sm-5 {6911margin-top: 3rem !important;6912}6913.mr-sm-5 {6914margin-right: 3rem !important;6915}6916.mb-sm-5 {6917margin-bottom: 3rem !important;6918}6919.ml-sm-5 {6920margin-left: 3rem !important;6921}6922.mx-sm-5 {6923margin-right: 3rem !important;6924margin-left: 3rem !important;6925}6926.my-sm-5 {6927margin-top: 3rem !important;6928margin-bottom: 3rem !important;6929}6930.p-sm-0 {6931padding: 0 !important;6932}6933.pt-sm-0 {6934padding-top: 0 !important;6935}6936.pr-sm-0 {6937padding-right: 0 !important;6938}6939.pb-sm-0 {6940padding-bottom: 0 !important;6941}6942.pl-sm-0 {6943padding-left: 0 !important;6944}6945.px-sm-0 {6946padding-right: 0 !important;6947padding-left: 0 !important;6948}6949.py-sm-0 {6950padding-top: 0 !important;6951padding-bottom: 0 !important;6952}6953.p-sm-1 {6954padding: 0.25rem !important;6955}6956.pt-sm-1 {6957padding-top: 0.25rem !important;6958}6959.pr-sm-1 {6960padding-right: 0.25rem !important;6961}6962.pb-sm-1 {6963padding-bottom: 0.25rem !important;6964}6965.pl-sm-1 {6966padding-left: 0.25rem !important;6967}6968.px-sm-1 {6969padding-right: 0.25rem !important;6970padding-left: 0.25rem !important;6971}6972.py-sm-1 {6973padding-top: 0.25rem !important;6974padding-bottom: 0.25rem !important;6975}6976.p-sm-2 {6977padding: 0.5rem !important;6978}6979.pt-sm-2 {6980padding-top: 0.5rem !important;6981}6982.pr-sm-2 {6983padding-right: 0.5rem !important;6984}6985.pb-sm-2 {6986padding-bottom: 0.5rem !important;6987}6988.pl-sm-2 {6989padding-left: 0.5rem !important;6990}6991.px-sm-2 {6992padding-right: 0.5rem !important;6993padding-left: 0.5rem !important;6994}6995.py-sm-2 {6996padding-top: 0.5rem !important;6997padding-bottom: 0.5rem !important;6998}6999.p-sm-3 {7000padding: 1rem !important;7001}7002.pt-sm-3 {7003padding-top: 1rem !important;7004}7005.pr-sm-3 {7006padding-right: 1rem !important;7007}7008.pb-sm-3 {7009padding-bottom: 1rem !important;7010}7011.pl-sm-3 {7012padding-left: 1rem !important;7013}7014.px-sm-3 {7015padding-right: 1rem !important;7016padding-left: 1rem !important;7017}7018.py-sm-3 {7019padding-top: 1rem !important;7020padding-bottom: 1rem !important;7021}7022.p-sm-4 {7023padding: 1.5rem !important;7024}7025.pt-sm-4 {7026padding-top: 1.5rem !important;7027}7028.pr-sm-4 {7029padding-right: 1.5rem !important;7030}7031.pb-sm-4 {7032padding-bottom: 1.5rem !important;7033}7034.pl-sm-4 {7035padding-left: 1.5rem !important;7036}7037.px-sm-4 {7038padding-right: 1.5rem !important;7039padding-left: 1.5rem !important;7040}7041.py-sm-4 {7042padding-top: 1.5rem !important;7043padding-bottom: 1.5rem !important;7044}7045.p-sm-5 {7046padding: 3rem !important;7047}7048.pt-sm-5 {7049padding-top: 3rem !important;7050}7051.pr-sm-5 {7052padding-right: 3rem !important;7053}7054.pb-sm-5 {7055padding-bottom: 3rem !important;7056}7057.pl-sm-5 {7058padding-left: 3rem !important;7059}7060.px-sm-5 {7061padding-right: 3rem !important;7062padding-left: 3rem !important;7063}7064.py-sm-5 {7065padding-top: 3rem !important;7066padding-bottom: 3rem !important;7067}7068.m-sm-auto {7069margin: auto !important;7070}7071.mt-sm-auto {7072margin-top: auto !important;7073}7074.mr-sm-auto {7075margin-right: auto !important;7076}7077.mb-sm-auto {7078margin-bottom: auto !important;7079}7080.ml-sm-auto {7081margin-left: auto !important;7082}7083.mx-sm-auto {7084margin-right: auto !important;7085margin-left: auto !important;7086}7087.my-sm-auto {7088margin-top: auto !important;7089margin-bottom: auto !important;7090}7091}70927093@media (min-width: 768px) {7094.m-md-0 {7095margin: 0 !important;7096}7097.mt-md-0 {7098margin-top: 0 !important;7099}7100.mr-md-0 {7101margin-right: 0 !important;7102}7103.mb-md-0 {7104margin-bottom: 0 !important;7105}7106.ml-md-0 {7107margin-left: 0 !important;7108}7109.mx-md-0 {7110margin-right: 0 !important;7111margin-left: 0 !important;7112}7113.my-md-0 {7114margin-top: 0 !important;7115margin-bottom: 0 !important;7116}7117.m-md-1 {7118margin: 0.25rem !important;7119}7120.mt-md-1 {7121margin-top: 0.25rem !important;7122}7123.mr-md-1 {7124margin-right: 0.25rem !important;7125}7126.mb-md-1 {7127margin-bottom: 0.25rem !important;7128}7129.ml-md-1 {7130margin-left: 0.25rem !important;7131}7132.mx-md-1 {7133margin-right: 0.25rem !important;7134margin-left: 0.25rem !important;7135}7136.my-md-1 {7137margin-top: 0.25rem !important;7138margin-bottom: 0.25rem !important;7139}7140.m-md-2 {7141margin: 0.5rem !important;7142}7143.mt-md-2 {7144margin-top: 0.5rem !important;7145}7146.mr-md-2 {7147margin-right: 0.5rem !important;7148}7149.mb-md-2 {7150margin-bottom: 0.5rem !important;7151}7152.ml-md-2 {7153margin-left: 0.5rem !important;7154}7155.mx-md-2 {7156margin-right: 0.5rem !important;7157margin-left: 0.5rem !important;7158}7159.my-md-2 {7160margin-top: 0.5rem !important;7161margin-bottom: 0.5rem !important;7162}7163.m-md-3 {7164margin: 1rem !important;7165}7166.mt-md-3 {7167margin-top: 1rem !important;7168}7169.mr-md-3 {7170margin-right: 1rem !important;7171}7172.mb-md-3 {7173margin-bottom: 1rem !important;7174}7175.ml-md-3 {7176margin-left: 1rem !important;7177}7178.mx-md-3 {7179margin-right: 1rem !important;7180margin-left: 1rem !important;7181}7182.my-md-3 {7183margin-top: 1rem !important;7184margin-bottom: 1rem !important;7185}7186.m-md-4 {7187margin: 1.5rem !important;7188}7189.mt-md-4 {7190margin-top: 1.5rem !important;7191}7192.mr-md-4 {7193margin-right: 1.5rem !important;7194}7195.mb-md-4 {7196margin-bottom: 1.5rem !important;7197}7198.ml-md-4 {7199margin-left: 1.5rem !important;7200}7201.mx-md-4 {7202margin-right: 1.5rem !important;7203margin-left: 1.5rem !important;7204}7205.my-md-4 {7206margin-top: 1.5rem !important;7207margin-bottom: 1.5rem !important;7208}7209.m-md-5 {7210margin: 3rem !important;7211}7212.mt-md-5 {7213margin-top: 3rem !important;7214}7215.mr-md-5 {7216margin-right: 3rem !important;7217}7218.mb-md-5 {7219margin-bottom: 3rem !important;7220}7221.ml-md-5 {7222margin-left: 3rem !important;7223}7224.mx-md-5 {7225margin-right: 3rem !important;7226margin-left: 3rem !important;7227}7228.my-md-5 {7229margin-top: 3rem !important;7230margin-bottom: 3rem !important;7231}7232.p-md-0 {7233padding: 0 !important;7234}7235.pt-md-0 {7236padding-top: 0 !important;7237}7238.pr-md-0 {7239padding-right: 0 !important;7240}7241.pb-md-0 {7242padding-bottom: 0 !important;7243}7244.pl-md-0 {7245padding-left: 0 !important;7246}7247.px-md-0 {7248padding-right: 0 !important;7249padding-left: 0 !important;7250}7251.py-md-0 {7252padding-top: 0 !important;7253padding-bottom: 0 !important;7254}7255.p-md-1 {7256padding: 0.25rem !important;7257}7258.pt-md-1 {7259padding-top: 0.25rem !important;7260}7261.pr-md-1 {7262padding-right: 0.25rem !important;7263}7264.pb-md-1 {7265padding-bottom: 0.25rem !important;7266}7267.pl-md-1 {7268padding-left: 0.25rem !important;7269}7270.px-md-1 {7271padding-right: 0.25rem !important;7272padding-left: 0.25rem !important;7273}7274.py-md-1 {7275padding-top: 0.25rem !important;7276padding-bottom: 0.25rem !important;7277}7278.p-md-2 {7279padding: 0.5rem !important;7280}7281.pt-md-2 {7282padding-top: 0.5rem !important;7283}7284.pr-md-2 {7285padding-right: 0.5rem !important;7286}7287.pb-md-2 {7288padding-bottom: 0.5rem !important;7289}7290.pl-md-2 {7291padding-left: 0.5rem !important;7292}7293.px-md-2 {7294padding-right: 0.5rem !important;7295padding-left: 0.5rem !important;7296}7297.py-md-2 {7298padding-top: 0.5rem !important;7299padding-bottom: 0.5rem !important;7300}7301.p-md-3 {7302padding: 1rem !important;7303}7304.pt-md-3 {7305padding-top: 1rem !important;7306}7307.pr-md-3 {7308padding-right: 1rem !important;7309}7310.pb-md-3 {7311padding-bottom: 1rem !important;7312}7313.pl-md-3 {7314padding-left: 1rem !important;7315}7316.px-md-3 {7317padding-right: 1rem !important;7318padding-left: 1rem !important;7319}7320.py-md-3 {7321padding-top: 1rem !important;7322padding-bottom: 1rem !important;7323}7324.p-md-4 {7325padding: 1.5rem !important;7326}7327.pt-md-4 {7328padding-top: 1.5rem !important;7329}7330.pr-md-4 {7331padding-right: 1.5rem !important;7332}7333.pb-md-4 {7334padding-bottom: 1.5rem !important;7335}7336.pl-md-4 {7337padding-left: 1.5rem !important;7338}7339.px-md-4 {7340padding-right: 1.5rem !important;7341padding-left: 1.5rem !important;7342}7343.py-md-4 {7344padding-top: 1.5rem !important;7345padding-bottom: 1.5rem !important;7346}7347.p-md-5 {7348padding: 3rem !important;7349}7350.pt-md-5 {7351padding-top: 3rem !important;7352}7353.pr-md-5 {7354padding-right: 3rem !important;7355}7356.pb-md-5 {7357padding-bottom: 3rem !important;7358}7359.pl-md-5 {7360padding-left: 3rem !important;7361}7362.px-md-5 {7363padding-right: 3rem !important;7364padding-left: 3rem !important;7365}7366.py-md-5 {7367padding-top: 3rem !important;7368padding-bottom: 3rem !important;7369}7370.m-md-auto {7371margin: auto !important;7372}7373.mt-md-auto {7374margin-top: auto !important;7375}7376.mr-md-auto {7377margin-right: auto !important;7378}7379.mb-md-auto {7380margin-bottom: auto !important;7381}7382.ml-md-auto {7383margin-left: auto !important;7384}7385.mx-md-auto {7386margin-right: auto !important;7387margin-left: auto !important;7388}7389.my-md-auto {7390margin-top: auto !important;7391margin-bottom: auto !important;7392}7393}73947395@media (min-width: 992px) {7396.m-lg-0 {7397margin: 0 !important;7398}7399.mt-lg-0 {7400margin-top: 0 !important;7401}7402.mr-lg-0 {7403margin-right: 0 !important;7404}7405.mb-lg-0 {7406margin-bottom: 0 !important;7407}7408.ml-lg-0 {7409margin-left: 0 !important;7410}7411.mx-lg-0 {7412margin-right: 0 !important;7413margin-left: 0 !important;7414}7415.my-lg-0 {7416margin-top: 0 !important;7417margin-bottom: 0 !important;7418}7419.m-lg-1 {7420margin: 0.25rem !important;7421}7422.mt-lg-1 {7423margin-top: 0.25rem !important;7424}7425.mr-lg-1 {7426margin-right: 0.25rem !important;7427}7428.mb-lg-1 {7429margin-bottom: 0.25rem !important;7430}7431.ml-lg-1 {7432margin-left: 0.25rem !important;7433}7434.mx-lg-1 {7435margin-right: 0.25rem !important;7436margin-left: 0.25rem !important;7437}7438.my-lg-1 {7439margin-top: 0.25rem !important;7440margin-bottom: 0.25rem !important;7441}7442.m-lg-2 {7443margin: 0.5rem !important;7444}7445.mt-lg-2 {7446margin-top: 0.5rem !important;7447}7448.mr-lg-2 {7449margin-right: 0.5rem !important;7450}7451.mb-lg-2 {7452margin-bottom: 0.5rem !important;7453}7454.ml-lg-2 {7455margin-left: 0.5rem !important;7456}7457.mx-lg-2 {7458margin-right: 0.5rem !important;7459margin-left: 0.5rem !important;7460}7461.my-lg-2 {7462margin-top: 0.5rem !important;7463margin-bottom: 0.5rem !important;7464}7465.m-lg-3 {7466margin: 1rem !important;7467}7468.mt-lg-3 {7469margin-top: 1rem !important;7470}7471.mr-lg-3 {7472margin-right: 1rem !important;7473}7474.mb-lg-3 {7475margin-bottom: 1rem !important;7476}7477.ml-lg-3 {7478margin-left: 1rem !important;7479}7480.mx-lg-3 {7481margin-right: 1rem !important;7482margin-left: 1rem !important;7483}7484.my-lg-3 {7485margin-top: 1rem !important;7486margin-bottom: 1rem !important;7487}7488.m-lg-4 {7489margin: 1.5rem !important;7490}7491.mt-lg-4 {7492margin-top: 1.5rem !important;7493}7494.mr-lg-4 {7495margin-right: 1.5rem !important;7496}7497.mb-lg-4 {7498margin-bottom: 1.5rem !important;7499}7500.ml-lg-4 {7501margin-left: 1.5rem !important;7502}7503.mx-lg-4 {7504margin-right: 1.5rem !important;7505margin-left: 1.5rem !important;7506}7507.my-lg-4 {7508margin-top: 1.5rem !important;7509margin-bottom: 1.5rem !important;7510}7511.m-lg-5 {7512margin: 3rem !important;7513}7514.mt-lg-5 {7515margin-top: 3rem !important;7516}7517.mr-lg-5 {7518margin-right: 3rem !important;7519}7520.mb-lg-5 {7521margin-bottom: 3rem !important;7522}7523.ml-lg-5 {7524margin-left: 3rem !important;7525}7526.mx-lg-5 {7527margin-right: 3rem !important;7528margin-left: 3rem !important;7529}7530.my-lg-5 {7531margin-top: 3rem !important;7532margin-bottom: 3rem !important;7533}7534.p-lg-0 {7535padding: 0 !important;7536}7537.pt-lg-0 {7538padding-top: 0 !important;7539}7540.pr-lg-0 {7541padding-right: 0 !important;7542}7543.pb-lg-0 {7544padding-bottom: 0 !important;7545}7546.pl-lg-0 {7547padding-left: 0 !important;7548}7549.px-lg-0 {7550padding-right: 0 !important;7551padding-left: 0 !important;7552}7553.py-lg-0 {7554padding-top: 0 !important;7555padding-bottom: 0 !important;7556}7557.p-lg-1 {7558padding: 0.25rem !important;7559}7560.pt-lg-1 {7561padding-top: 0.25rem !important;7562}7563.pr-lg-1 {7564padding-right: 0.25rem !important;7565}7566.pb-lg-1 {7567padding-bottom: 0.25rem !important;7568}7569.pl-lg-1 {7570padding-left: 0.25rem !important;7571}7572.px-lg-1 {7573padding-right: 0.25rem !important;7574padding-left: 0.25rem !important;7575}7576.py-lg-1 {7577padding-top: 0.25rem !important;7578padding-bottom: 0.25rem !important;7579}7580.p-lg-2 {7581padding: 0.5rem !important;7582}7583.pt-lg-2 {7584padding-top: 0.5rem !important;7585}7586.pr-lg-2 {7587padding-right: 0.5rem !important;7588}7589.pb-lg-2 {7590padding-bottom: 0.5rem !important;7591}7592.pl-lg-2 {7593padding-left: 0.5rem !important;7594}7595.px-lg-2 {7596padding-right: 0.5rem !important;7597padding-left: 0.5rem !important;7598}7599.py-lg-2 {7600padding-top: 0.5rem !important;7601padding-bottom: 0.5rem !important;7602}7603.p-lg-3 {7604padding: 1rem !important;7605}7606.pt-lg-3 {7607padding-top: 1rem !important;7608}7609.pr-lg-3 {7610padding-right: 1rem !important;7611}7612.pb-lg-3 {7613padding-bottom: 1rem !important;7614}7615.pl-lg-3 {7616padding-left: 1rem !important;7617}7618.px-lg-3 {7619padding-right: 1rem !important;7620padding-left: 1rem !important;7621}7622.py-lg-3 {7623padding-top: 1rem !important;7624padding-bottom: 1rem !important;7625}7626.p-lg-4 {7627padding: 1.5rem !important;7628}7629.pt-lg-4 {7630padding-top: 1.5rem !important;7631}7632.pr-lg-4 {7633padding-right: 1.5rem !important;7634}7635.pb-lg-4 {7636padding-bottom: 1.5rem !important;7637}7638.pl-lg-4 {7639padding-left: 1.5rem !important;7640}7641.px-lg-4 {7642padding-right: 1.5rem !important;7643padding-left: 1.5rem !important;7644}7645.py-lg-4 {7646padding-top: 1.5rem !important;7647padding-bottom: 1.5rem !important;7648}7649.p-lg-5 {7650padding: 3rem !important;7651}7652.pt-lg-5 {7653padding-top: 3rem !important;7654}7655.pr-lg-5 {7656padding-right: 3rem !important;7657}7658.pb-lg-5 {7659padding-bottom: 3rem !important;7660}7661.pl-lg-5 {7662padding-left: 3rem !important;7663}7664.px-lg-5 {7665padding-right: 3rem !important;7666padding-left: 3rem !important;7667}7668.py-lg-5 {7669padding-top: 3rem !important;7670padding-bottom: 3rem !important;7671}7672.m-lg-auto {7673margin: auto !important;7674}7675.mt-lg-auto {7676margin-top: auto !important;7677}7678.mr-lg-auto {7679margin-right: auto !important;7680}7681.mb-lg-auto {7682margin-bottom: auto !important;7683}7684.ml-lg-auto {7685margin-left: auto !important;7686}7687.mx-lg-auto {7688margin-right: auto !important;7689margin-left: auto !important;7690}7691.my-lg-auto {7692margin-top: auto !important;7693margin-bottom: auto !important;7694}7695}76967697@media (min-width: 1200px) {7698.m-xl-0 {7699margin: 0 !important;7700}7701.mt-xl-0 {7702margin-top: 0 !important;7703}7704.mr-xl-0 {7705margin-right: 0 !important;7706}7707.mb-xl-0 {7708margin-bottom: 0 !important;7709}7710.ml-xl-0 {7711margin-left: 0 !important;7712}7713.mx-xl-0 {7714margin-right: 0 !important;7715margin-left: 0 !important;7716}7717.my-xl-0 {7718margin-top: 0 !important;7719margin-bottom: 0 !important;7720}7721.m-xl-1 {7722margin: 0.25rem !important;7723}7724.mt-xl-1 {7725margin-top: 0.25rem !important;7726}7727.mr-xl-1 {7728margin-right: 0.25rem !important;7729}7730.mb-xl-1 {7731margin-bottom: 0.25rem !important;7732}7733.ml-xl-1 {7734margin-left: 0.25rem !important;7735}7736.mx-xl-1 {7737margin-right: 0.25rem !important;7738margin-left: 0.25rem !important;7739}7740.my-xl-1 {7741margin-top: 0.25rem !important;7742margin-bottom: 0.25rem !important;7743}7744.m-xl-2 {7745margin: 0.5rem !important;7746}7747.mt-xl-2 {7748margin-top: 0.5rem !important;7749}7750.mr-xl-2 {7751margin-right: 0.5rem !important;7752}7753.mb-xl-2 {7754margin-bottom: 0.5rem !important;7755}7756.ml-xl-2 {7757margin-left: 0.5rem !important;7758}7759.mx-xl-2 {7760margin-right: 0.5rem !important;7761margin-left: 0.5rem !important;7762}7763.my-xl-2 {7764margin-top: 0.5rem !important;7765margin-bottom: 0.5rem !important;7766}7767.m-xl-3 {7768margin: 1rem !important;7769}7770.mt-xl-3 {7771margin-top: 1rem !important;7772}7773.mr-xl-3 {7774margin-right: 1rem !important;7775}7776.mb-xl-3 {7777margin-bottom: 1rem !important;7778}7779.ml-xl-3 {7780margin-left: 1rem !important;7781}7782.mx-xl-3 {7783margin-right: 1rem !important;7784margin-left: 1rem !important;7785}7786.my-xl-3 {7787margin-top: 1rem !important;7788margin-bottom: 1rem !important;7789}7790.m-xl-4 {7791margin: 1.5rem !important;7792}7793.mt-xl-4 {7794margin-top: 1.5rem !important;7795}7796.mr-xl-4 {7797margin-right: 1.5rem !important;7798}7799.mb-xl-4 {7800margin-bottom: 1.5rem !important;7801}7802.ml-xl-4 {7803margin-left: 1.5rem !important;7804}7805.mx-xl-4 {7806margin-right: 1.5rem !important;7807margin-left: 1.5rem !important;7808}7809.my-xl-4 {7810margin-top: 1.5rem !important;7811margin-bottom: 1.5rem !important;7812}7813.m-xl-5 {7814margin: 3rem !important;7815}7816.mt-xl-5 {7817margin-top: 3rem !important;7818}7819.mr-xl-5 {7820margin-right: 3rem !important;7821}7822.mb-xl-5 {7823margin-bottom: 3rem !important;7824}7825.ml-xl-5 {7826margin-left: 3rem !important;7827}7828.mx-xl-5 {7829margin-right: 3rem !important;7830margin-left: 3rem !important;7831}7832.my-xl-5 {7833margin-top: 3rem !important;7834margin-bottom: 3rem !important;7835}7836.p-xl-0 {7837padding: 0 !important;7838}7839.pt-xl-0 {7840padding-top: 0 !important;7841}7842.pr-xl-0 {7843padding-right: 0 !important;7844}7845.pb-xl-0 {7846padding-bottom: 0 !important;7847}7848.pl-xl-0 {7849padding-left: 0 !important;7850}7851.px-xl-0 {7852padding-right: 0 !important;7853padding-left: 0 !important;7854}7855.py-xl-0 {7856padding-top: 0 !important;7857padding-bottom: 0 !important;7858}7859.p-xl-1 {7860padding: 0.25rem !important;7861}7862.pt-xl-1 {7863padding-top: 0.25rem !important;7864}7865.pr-xl-1 {7866padding-right: 0.25rem !important;7867}7868.pb-xl-1 {7869padding-bottom: 0.25rem !important;7870}7871.pl-xl-1 {7872padding-left: 0.25rem !important;7873}7874.px-xl-1 {7875padding-right: 0.25rem !important;7876padding-left: 0.25rem !important;7877}7878.py-xl-1 {7879padding-top: 0.25rem !important;7880padding-bottom: 0.25rem !important;7881}7882.p-xl-2 {7883padding: 0.5rem !important;7884}7885.pt-xl-2 {7886padding-top: 0.5rem !important;7887}7888.pr-xl-2 {7889padding-right: 0.5rem !important;7890}7891.pb-xl-2 {7892padding-bottom: 0.5rem !important;7893}7894.pl-xl-2 {7895padding-left: 0.5rem !important;7896}7897.px-xl-2 {7898padding-right: 0.5rem !important;7899padding-left: 0.5rem !important;7900}7901.py-xl-2 {7902padding-top: 0.5rem !important;7903padding-bottom: 0.5rem !important;7904}7905.p-xl-3 {7906padding: 1rem !important;7907}7908.pt-xl-3 {7909padding-top: 1rem !important;7910}7911.pr-xl-3 {7912padding-right: 1rem !important;7913}7914.pb-xl-3 {7915padding-bottom: 1rem !important;7916}7917.pl-xl-3 {7918padding-left: 1rem !important;7919}7920.px-xl-3 {7921padding-right: 1rem !important;7922padding-left: 1rem !important;7923}7924.py-xl-3 {7925padding-top: 1rem !important;7926padding-bottom: 1rem !important;7927}7928.p-xl-4 {7929padding: 1.5rem !important;7930}7931.pt-xl-4 {7932padding-top: 1.5rem !important;7933}7934.pr-xl-4 {7935padding-right: 1.5rem !important;7936}7937.pb-xl-4 {7938padding-bottom: 1.5rem !important;7939}7940.pl-xl-4 {7941padding-left: 1.5rem !important;7942}7943.px-xl-4 {7944padding-right: 1.5rem !important;7945padding-left: 1.5rem !important;7946}7947.py-xl-4 {7948padding-top: 1.5rem !important;7949padding-bottom: 1.5rem !important;7950}7951.p-xl-5 {7952padding: 3rem !important;7953}7954.pt-xl-5 {7955padding-top: 3rem !important;7956}7957.pr-xl-5 {7958padding-right: 3rem !important;7959}7960.pb-xl-5 {7961padding-bottom: 3rem !important;7962}7963.pl-xl-5 {7964padding-left: 3rem !important;7965}7966.px-xl-5 {7967padding-right: 3rem !important;7968padding-left: 3rem !important;7969}7970.py-xl-5 {7971padding-top: 3rem !important;7972padding-bottom: 3rem !important;7973}7974.m-xl-auto {7975margin: auto !important;7976}7977.mt-xl-auto {7978margin-top: auto !important;7979}7980.mr-xl-auto {7981margin-right: auto !important;7982}7983.mb-xl-auto {7984margin-bottom: auto !important;7985}7986.ml-xl-auto {7987margin-left: auto !important;7988}7989.mx-xl-auto {7990margin-right: auto !important;7991margin-left: auto !important;7992}7993.my-xl-auto {7994margin-top: auto !important;7995margin-bottom: auto !important;7996}7997}79987999.text-justify {8000text-align: justify !important;8001}80028003.text-nowrap {8004white-space: nowrap !important;8005}80068007.text-truncate {8008overflow: hidden;8009text-overflow: ellipsis;8010white-space: nowrap;8011}80128013.text-left {8014text-align: left !important;8015}80168017.text-right {8018text-align: right !important;8019}80208021.text-center {8022text-align: center !important;8023}80248025@media (min-width: 576px) {8026.text-sm-left {8027text-align: left !important;8028}8029.text-sm-right {8030text-align: right !important;8031}8032.text-sm-center {8033text-align: center !important;8034}8035}80368037@media (min-width: 768px) {8038.text-md-left {8039text-align: left !important;8040}8041.text-md-right {8042text-align: right !important;8043}8044.text-md-center {8045text-align: center !important;8046}8047}80488049@media (min-width: 992px) {8050.text-lg-left {8051text-align: left !important;8052}8053.text-lg-right {8054text-align: right !important;8055}8056.text-lg-center {8057text-align: center !important;8058}8059}80608061@media (min-width: 1200px) {8062.text-xl-left {8063text-align: left !important;8064}8065.text-xl-right {8066text-align: right !important;8067}8068.text-xl-center {8069text-align: center !important;8070}8071}80728073.text-lowercase {8074text-transform: lowercase !important;8075}80768077.text-uppercase {8078text-transform: uppercase !important;8079}80808081.text-capitalize {8082text-transform: capitalize !important;8083}80848085.font-weight-normal {8086font-weight: normal;8087}80888089.font-weight-bold {8090font-weight: bold;8091}80928093.font-italic {8094font-style: italic;8095}80968097.text-white {8098color: #fff !important;8099}81008101.text-primary {8102color: #007bff !important;8103}81048105a.text-primary:focus, a.text-primary:hover {8106color: #0062cc !important;8107}81088109.text-secondary {8110color: #868e96 !important;8111}81128113a.text-secondary:focus, a.text-secondary:hover {8114color: #6c757d !important;8115}81168117.text-success {8118color: #28a745 !important;8119}81208121a.text-success:focus, a.text-success:hover {8122color: #1e7e34 !important;8123}81248125.text-info {8126color: #17a2b8 !important;8127}81288129a.text-info:focus, a.text-info:hover {8130color: #117a8b !important;8131}81328133.text-warning {8134color: #ffc107 !important;8135}81368137a.text-warning:focus, a.text-warning:hover {8138color: #d39e00 !important;8139}81408141.text-danger {8142color: #dc3545 !important;8143}81448145a.text-danger:focus, a.text-danger:hover {8146color: #bd2130 !important;8147}81488149.text-light {8150color: #f8f9fa !important;8151}81528153a.text-light:focus, a.text-light:hover {8154color: #dae0e5 !important;8155}81568157.text-dark {8158color: #343a40 !important;8159}81608161a.text-dark:focus, a.text-dark:hover {8162color: #1d2124 !important;8163}81648165.text-muted {8166color: #868e96 !important;8167}81688169.text-hide {8170font: 0/0 a;8171color: transparent;8172text-shadow: none;8173background-color: transparent;8174border: 0;8175}81768177.visible {8178visibility: visible !important;8179}81808181.invisible {8182visibility: hidden !important;8183}8184/*# sourceMappingURL=bootstrap.css.map */81858186