From: Louis Jeckel Date: Thu, 15 Oct 2020 13:29:08 +0000 (+0200) Subject: stripe test mode X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=46e4d8158a318d07af81ccead423182ee3aac59f;p=psq.git stripe test mode --- diff --git a/config/services.php b/config/services.php index 07a3a10..fc4fe19 100644 --- a/config/services.php +++ b/config/services.php @@ -31,7 +31,8 @@ return [ ], 'stripe' => [ - 'enable' => env('STRIPE_ENABLE', false) + 'enable' => env('STRIPE_ENABLE', false), + 'test_social_id' => env('STRIPE_TEST_SOCIAL_ID', null) ] ]; diff --git a/public/admin/css/admin.css b/public/admin/css/admin.css index 9da946d..a5d6e56 100644 --- a/public/admin/css/admin.css +++ b/public/admin/css/admin.css @@ -1,9196 +1,7 @@ -@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8"; -article .ck-content h2, article .ck-content .ck-heading_heading1.ck.ck-button.ck-button_with-text span, .ck-article .ck-editor h2, .ck-article .ck-editor .ck-heading_heading1.ck.ck-button.ck-button_with-text span { - font-weight: 500; - font-size: 22px; - text-transform: uppercase; - color: #074e9c; - margin-bottom: 0.5rem; - line-height: 1.2; - text-align: center; -} -article .ck-content h3, article .ck-content .ck-heading_heading2.ck.ck-button.ck-button_with-text span, .ck-article .ck-editor h3, .ck-article .ck-editor .ck-heading_heading2.ck.ck-button.ck-button_with-text span { - font-weight: 500; - font-size: 18px; - text-transform: uppercase; - color: #074e9c; - margin-bottom: 0.5rem; - line-height: 1.2; -} -article .ck-content p, .ck-article .ck-editor p { - margin-bottom: 1rem; - font-family: "Avenir Next", sans-serif; - font-size: 17px; - line-height: 1.6; -} -article .ck-content .chapo, .ck-article .ck-editor .chapo { - text-transform: uppercase; - font-size: large; -} - -.ck-email .ck-editor { - /* Typography */ -} -.ck-email .ck-editor p, -.ck-email .ck-editor ul, -.ck-email .ck-editor ol, -.ck-email .ck-editor blockquote { - line-height: 1.4; - text-align: left; -} -.ck-email .ck-editor a { - color: #074e9c; -} -.ck-email .ck-editor a img { - border: none; -} -.ck-email .ck-editor h2, .ck-email .ck-editor .ck-heading_heading1.ck.ck-button.ck-button_with-text span { - color: #d04d4a; - font-size: 16px; - font-weight: bold; - margin-top: 0; - text-align: left; -} -.ck-email .ck-editor h3, .ck-email .ck-editor .ck-heading_heading2.ck.ck-button.ck-button_with-text span { - font-size: 14px; - font-weight: bold; - margin-top: 10px; - text-align: left; - text-transform: uppercase; - color: #074e9c; - margin-bottom: 0; -} -.ck-email .ck-editor p { - font-size: 16px; - line-height: 1.5em; - margin-top: 0; - text-align: left; -} - -@font-face { - font-family: "Avenir Next"; - src: url("/fonts/avenir/AvenirNext-Medium.eot"); - src: url("/fonts/avenir/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Medium.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Medium.woff") format("woff"), url("/fonts/avenir/AvenirNext-Medium.ttf") format("truetype"); - font-weight: 500; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: "Avenir Next"; - src: url("/fonts/avenir/AvenirNext-Regular.eot"); - src: url("/fonts/avenir/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/AvenirNext-Regular.woff2") format("woff2"), url("/fonts/avenir/AvenirNext-Regular.woff") format("woff"), url("/fonts/avenir/AvenirNext-Regular.ttf") format("truetype"); - font-weight: normal; - font-style: normal; - font-display: swap; -} -.bootstrap { +@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";.ck-article .ck-editor .ck-heading_heading1.ck.ck-button.ck-button_with-text span,.ck-article .ck-editor h2,article .ck-content .ck-heading_heading1.ck.ck-button.ck-button_with-text span,article .ck-content h2{font-weight:500;font-size:22px;text-transform:uppercase;color:#074e9c;margin-bottom:.5rem;line-height:1.2;text-align:center}.ck-article .ck-editor .ck-heading_heading2.ck.ck-button.ck-button_with-text span,.ck-article .ck-editor h3,article .ck-content .ck-heading_heading2.ck.ck-button.ck-button_with-text span,article .ck-content h3{font-weight:500;font-size:18px;text-transform:uppercase;color:#074e9c;margin-bottom:.5rem;line-height:1.2}.ck-article .ck-editor p,article .ck-content p{margin-bottom:1rem;font-family:Avenir Next,sans-serif;font-size:17px;line-height:1.6}.ck-article .ck-editor .chapo,article .ck-content .chapo{text-transform:uppercase;font-size:large}.ck-email .ck-editor blockquote,.ck-email .ck-editor ol,.ck-email .ck-editor p,.ck-email .ck-editor ul{line-height:1.4;text-align:left}.ck-email .ck-editor a{color:#074e9c}.ck-email .ck-editor a img{border:none}.ck-email .ck-editor .ck-heading_heading1.ck.ck-button.ck-button_with-text span,.ck-email .ck-editor h2{color:#d04d4a;font-size:16px;font-weight:700;margin-top:0;text-align:left}.ck-email .ck-editor .ck-heading_heading2.ck.ck-button.ck-button_with-text span,.ck-email .ck-editor h3{font-size:14px;font-weight:700;margin-top:10px;text-align:left;text-transform:uppercase;color:#074e9c;margin-bottom:0}.ck-email .ck-editor p{font-size:16px;line-height:1.5em;margin-top:0;text-align:left}@font-face{font-family:Avenir Next;src:url(/fonts/avenir/AvenirNext-Medium.eot);src:url(/fonts/avenir/AvenirNext-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/avenir/AvenirNext-Medium.woff2) format("woff2"),url(/fonts/avenir/AvenirNext-Medium.woff) format("woff"),url(/fonts/avenir/AvenirNext-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(/fonts/avenir/AvenirNext-Regular.eot);src:url(/fonts/avenir/AvenirNext-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/avenir/AvenirNext-Regular.woff2) format("woff2"),url(/fonts/avenir/AvenirNext-Regular.woff) format("woff"),url(/fonts/avenir/AvenirNext-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.bootstrap{ /*! * Bootstrap v4.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -} -.bootstrap :root { - --blue: #3490dc; - --indigo: #6574cd; - --purple: #9561e2; - --pink: #f66d9b; - --red: #e3342f; - --orange: #f6993f; - --yellow: #ffed4a; - --green: #38c172; - --teal: #4dc0b5; - --cyan: #6cb2eb; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #3490dc; - --secondary: #6c757d; - --success: #38c172; - --info: #6cb2eb; - --warning: #ffed4a; - --danger: #e3342f; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: "Avenir Next", sans-serif; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} -.bootstrap *, -.bootstrap *::before, -.bootstrap *::after { - box-sizing: border-box; -} -.bootstrap html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -.bootstrap article, .bootstrap aside, .bootstrap figcaption, .bootstrap figure, .bootstrap footer, .bootstrap header, .bootstrap hgroup, .bootstrap main, .bootstrap nav, .bootstrap section { - display: block; -} -.bootstrap body { - margin: 0; - font-family: "Avenir Next", sans-serif; - font-size: 0.9rem; - font-weight: 400; - line-height: 1.6; - color: #212529; - text-align: left; - background-color: #f8fafc; -} -.bootstrap [tabindex="-1"]:focus:not(:focus-visible) { - outline: 0 !important; -} -.bootstrap hr { - box-sizing: content-box; - height: 0; - overflow: visible; -} -.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6 { - margin-top: 0; - margin-bottom: 0.5rem; -} -.bootstrap p { - margin-top: 0; - margin-bottom: 1rem; -} -.bootstrap abbr[title], -.bootstrap abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; -} -.bootstrap address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} -.bootstrap ol, -.bootstrap ul, -.bootstrap dl { - margin-top: 0; - margin-bottom: 1rem; -} -.bootstrap ol ol, -.bootstrap ul ul, -.bootstrap ol ul, -.bootstrap ul ol { - margin-bottom: 0; -} -.bootstrap dt { - font-weight: 700; -} -.bootstrap dd { - margin-bottom: 0.5rem; - margin-left: 0; -} -.bootstrap blockquote { - margin: 0 0 1rem; -} -.bootstrap b, -.bootstrap strong { - font-weight: bolder; -} -.bootstrap small { - font-size: 80%; -} -.bootstrap sub, -.bootstrap sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -.bootstrap sub { - bottom: -0.25em; -} -.bootstrap sup { - top: -0.5em; -} -.bootstrap a { - color: #3490dc; - text-decoration: none; - background-color: transparent; -} -.bootstrap a:hover { - color: #1d68a7; - text-decoration: underline; -} -.bootstrap a:not([href]) { - color: inherit; - text-decoration: none; -} -.bootstrap a:not([href]):hover { - color: inherit; - text-decoration: none; -} -.bootstrap pre, -.bootstrap code, -.bootstrap kbd, -.bootstrap samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; -} -.bootstrap pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; -} -.bootstrap figure { - margin: 0 0 1rem; -} -.bootstrap img { - vertical-align: middle; - border-style: none; -} -.bootstrap svg { - overflow: hidden; - vertical-align: middle; -} -.bootstrap table { - border-collapse: collapse; -} -.bootstrap caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; -} -.bootstrap th { - text-align: inherit; -} -.bootstrap label { - display: inline-block; - margin-bottom: 0.5rem; -} -.bootstrap button { - border-radius: 0; -} -.bootstrap button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; -} -.bootstrap input, -.bootstrap button, -.bootstrap select, -.bootstrap optgroup, -.bootstrap textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -.bootstrap button, -.bootstrap input { - overflow: visible; -} -.bootstrap button, -.bootstrap select { - text-transform: none; -} -.bootstrap select { - word-wrap: normal; -} -.bootstrap button, -.bootstrap [type=button], -.bootstrap [type=reset], -.bootstrap [type=submit] { - -webkit-appearance: button; -} -.bootstrap button:not(:disabled), -.bootstrap [type=button]:not(:disabled), -.bootstrap [type=reset]:not(:disabled), -.bootstrap [type=submit]:not(:disabled) { - cursor: pointer; -} -.bootstrap button::-moz-focus-inner, -.bootstrap [type=button]::-moz-focus-inner, -.bootstrap [type=reset]::-moz-focus-inner, -.bootstrap [type=submit]::-moz-focus-inner { - padding: 0; - border-style: none; -} -.bootstrap input[type=radio], -.bootstrap input[type=checkbox] { - box-sizing: border-box; - padding: 0; -} -.bootstrap input[type=date], -.bootstrap input[type=time], -.bootstrap input[type=datetime-local], -.bootstrap input[type=month] { - -webkit-appearance: listbox; -} -.bootstrap textarea { - overflow: auto; - resize: vertical; -} -.bootstrap fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} -.bootstrap legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; -} -.bootstrap progress { - vertical-align: baseline; -} -.bootstrap [type=number]::-webkit-inner-spin-button, -.bootstrap [type=number]::-webkit-outer-spin-button { - height: auto; -} -.bootstrap [type=search] { - outline-offset: -2px; - -webkit-appearance: none; -} -.bootstrap [type=search]::-webkit-search-decoration { - -webkit-appearance: none; -} -.bootstrap ::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} -.bootstrap output { - display: inline-block; -} -.bootstrap summary { - display: list-item; - cursor: pointer; -} -.bootstrap template { - display: none; -} -.bootstrap [hidden] { - display: none !important; -} -.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6, -.bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 { - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} -.bootstrap h1, .bootstrap .h1 { - font-size: 2.25rem; -} -.bootstrap h2, .bootstrap .h2 { - font-size: 1.8rem; -} -.bootstrap h3, .bootstrap .h3 { - font-size: 1.575rem; -} -.bootstrap h4, .bootstrap .h4 { - font-size: 1.35rem; -} -.bootstrap h5, .bootstrap .h5 { - font-size: 1.125rem; -} -.bootstrap h6, .bootstrap .h6 { - font-size: 0.9rem; -} -.bootstrap .lead { - font-size: 1.125rem; - font-weight: 300; -} -.bootstrap .display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); -} -.bootstrap small, -.bootstrap .small { - font-size: 80%; - font-weight: 400; -} -.bootstrap mark, -.bootstrap .mark { - padding: 0.2em; - background-color: #fcf8e3; -} -.bootstrap .list-unstyled { - padding-left: 0; - list-style: none; -} -.bootstrap .list-inline { - padding-left: 0; - list-style: none; -} -.bootstrap .list-inline-item { - display: inline-block; -} -.bootstrap .list-inline-item:not(:last-child) { - margin-right: 0.5rem; -} -.bootstrap .initialism { - font-size: 90%; - text-transform: uppercase; -} -.bootstrap .blockquote { - margin-bottom: 1rem; - font-size: 1.125rem; -} -.bootstrap .blockquote-footer { - display: block; - font-size: 80%; - color: #6c757d; -} -.bootstrap .blockquote-footer::before { - content: "— "; -} -.bootstrap .img-fluid { - max-width: 100%; - height: auto; -} -.bootstrap .img-thumbnail { - padding: 0.25rem; - background-color: #f8fafc; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} -.bootstrap .figure { - display: inline-block; -} -.bootstrap .figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} -.bootstrap .figure-caption { - font-size: 90%; - color: #6c757d; -} -.bootstrap code { - font-size: 87.5%; - color: #f66d9b; - word-wrap: break-word; -} -a > .bootstrap code { - color: inherit; -} -.bootstrap kbd { - padding: 0.2rem 0.4rem; - font-size: 87.5%; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} -.bootstrap kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700; -} -.bootstrap pre { - display: block; - font-size: 87.5%; - color: #212529; -} -.bootstrap pre code { - font-size: inherit; - color: inherit; - word-break: normal; -} -.bootstrap .pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.bootstrap .container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -@media (min-width: 576px) { - .bootstrap .container { - max-width: 540px; - } -} -@media (min-width: 768px) { - .bootstrap .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .bootstrap .container { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .bootstrap .container { - max-width: 1140px; - } -} -.bootstrap .container-fluid, .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -@media (min-width: 576px) { - .bootstrap .container-sm, .bootstrap .container { - max-width: 540px; - } -} -@media (min-width: 768px) { - .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container { - max-width: 1140px; - } -} -.bootstrap .row { - display: flex; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} -.bootstrap .no-gutters { - margin-right: 0; - margin-left: 0; -} -.bootstrap .no-gutters > .col, -.bootstrap .no-gutters > [class*=col-] { - padding-right: 0; - padding-left: 0; -} -.bootstrap .col-xl, -.bootstrap .col-xl-auto, .bootstrap .col-xl-12, .bootstrap .col-xl-11, .bootstrap .col-xl-10, .bootstrap .col-xl-9, .bootstrap .col-xl-8, .bootstrap .col-xl-7, .bootstrap .col-xl-6, .bootstrap .col-xl-5, .bootstrap .col-xl-4, .bootstrap .col-xl-3, .bootstrap .col-xl-2, .bootstrap .col-xl-1, .bootstrap .col-lg, -.bootstrap .col-lg-auto, .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1, .bootstrap .col-md, -.bootstrap .col-md-auto, .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1, .bootstrap .col-sm, -.bootstrap .col-sm-auto, .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1, .bootstrap .col, -.bootstrap .col-auto, .bootstrap .col-12, .bootstrap .col-11, .bootstrap .col-10, .bootstrap .col-9, .bootstrap .col-8, .bootstrap .col-7, .bootstrap .col-6, .bootstrap .col-5, .bootstrap .col-4, .bootstrap .col-3, .bootstrap .col-2, .bootstrap .col-1 { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; -} -.bootstrap .col { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; -} -.bootstrap .row-cols-1 > * { - flex: 0 0 100%; - max-width: 100%; -} -.bootstrap .row-cols-2 > * { - flex: 0 0 50%; - max-width: 50%; -} -.bootstrap .row-cols-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; -} -.bootstrap .row-cols-4 > * { - flex: 0 0 25%; - max-width: 25%; -} -.bootstrap .row-cols-5 > * { - flex: 0 0 20%; - max-width: 20%; -} -.bootstrap .row-cols-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; -} -.bootstrap .col-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; -} -.bootstrap .col-1 { - flex: 0 0 8.3333333333%; - max-width: 8.3333333333%; -} -.bootstrap .col-2 { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; -} -.bootstrap .col-3 { - flex: 0 0 25%; - max-width: 25%; -} -.bootstrap .col-4 { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; -} -.bootstrap .col-5 { - flex: 0 0 41.6666666667%; - max-width: 41.6666666667%; -} -.bootstrap .col-6 { - flex: 0 0 50%; - max-width: 50%; -} -.bootstrap .col-7 { - flex: 0 0 58.3333333333%; - max-width: 58.3333333333%; -} -.bootstrap .col-8 { - flex: 0 0 66.6666666667%; - max-width: 66.6666666667%; -} -.bootstrap .col-9 { - flex: 0 0 75%; - max-width: 75%; -} -.bootstrap .col-10 { - flex: 0 0 83.3333333333%; - max-width: 83.3333333333%; -} -.bootstrap .col-11 { - flex: 0 0 91.6666666667%; - max-width: 91.6666666667%; -} -.bootstrap .col-12 { - flex: 0 0 100%; - max-width: 100%; -} -.bootstrap .order-first { - order: -1; -} -.bootstrap .order-last { - order: 13; -} -.bootstrap .order-0 { - order: 0; -} -.bootstrap .order-1 { - order: 1; -} -.bootstrap .order-2 { - order: 2; -} -.bootstrap .order-3 { - order: 3; -} -.bootstrap .order-4 { - order: 4; -} -.bootstrap .order-5 { - order: 5; -} -.bootstrap .order-6 { - order: 6; -} -.bootstrap .order-7 { - order: 7; -} -.bootstrap .order-8 { - order: 8; -} -.bootstrap .order-9 { - order: 9; -} -.bootstrap .order-10 { - order: 10; -} -.bootstrap .order-11 { - order: 11; -} -.bootstrap .order-12 { - order: 12; -} -.bootstrap .offset-1 { - margin-left: 8.3333333333%; -} -.bootstrap .offset-2 { - margin-left: 16.6666666667%; -} -.bootstrap .offset-3 { - margin-left: 25%; -} -.bootstrap .offset-4 { - margin-left: 33.3333333333%; -} -.bootstrap .offset-5 { - margin-left: 41.6666666667%; -} -.bootstrap .offset-6 { - margin-left: 50%; -} -.bootstrap .offset-7 { - margin-left: 58.3333333333%; -} -.bootstrap .offset-8 { - margin-left: 66.6666666667%; -} -.bootstrap .offset-9 { - margin-left: 75%; -} -.bootstrap .offset-10 { - margin-left: 83.3333333333%; -} -.bootstrap .offset-11 { - margin-left: 91.6666666667%; -} -@media (min-width: 576px) { - .bootstrap .col-sm { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .row-cols-sm-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .row-cols-sm-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .row-cols-sm-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .row-cols-sm-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .row-cols-sm-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .bootstrap .row-cols-sm-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-sm-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .bootstrap .col-sm-1 { - flex: 0 0 8.3333333333%; - max-width: 8.3333333333%; - } - .bootstrap .col-sm-2 { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-sm-3 { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-sm-4 { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .col-sm-5 { - flex: 0 0 41.6666666667%; - max-width: 41.6666666667%; - } - .bootstrap .col-sm-6 { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-sm-7 { - flex: 0 0 58.3333333333%; - max-width: 58.3333333333%; - } - .bootstrap .col-sm-8 { - flex: 0 0 66.6666666667%; - max-width: 66.6666666667%; - } - .bootstrap .col-sm-9 { - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-sm-10 { - flex: 0 0 83.3333333333%; - max-width: 83.3333333333%; - } - .bootstrap .col-sm-11 { - flex: 0 0 91.6666666667%; - max-width: 91.6666666667%; - } - .bootstrap .col-sm-12 { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-sm-first { - order: -1; - } - .bootstrap .order-sm-last { - order: 13; - } - .bootstrap .order-sm-0 { - order: 0; - } - .bootstrap .order-sm-1 { - order: 1; - } - .bootstrap .order-sm-2 { - order: 2; - } - .bootstrap .order-sm-3 { - order: 3; - } - .bootstrap .order-sm-4 { - order: 4; - } - .bootstrap .order-sm-5 { - order: 5; - } - .bootstrap .order-sm-6 { - order: 6; - } - .bootstrap .order-sm-7 { - order: 7; - } - .bootstrap .order-sm-8 { - order: 8; - } - .bootstrap .order-sm-9 { - order: 9; - } - .bootstrap .order-sm-10 { - order: 10; - } - .bootstrap .order-sm-11 { - order: 11; - } - .bootstrap .order-sm-12 { - order: 12; - } - .bootstrap .offset-sm-0 { - margin-left: 0; - } - .bootstrap .offset-sm-1 { - margin-left: 8.3333333333%; - } - .bootstrap .offset-sm-2 { - margin-left: 16.6666666667%; - } - .bootstrap .offset-sm-3 { - margin-left: 25%; - } - .bootstrap .offset-sm-4 { - margin-left: 33.3333333333%; - } - .bootstrap .offset-sm-5 { - margin-left: 41.6666666667%; - } - .bootstrap .offset-sm-6 { - margin-left: 50%; - } - .bootstrap .offset-sm-7 { - margin-left: 58.3333333333%; - } - .bootstrap .offset-sm-8 { - margin-left: 66.6666666667%; - } - .bootstrap .offset-sm-9 { - margin-left: 75%; - } - .bootstrap .offset-sm-10 { - margin-left: 83.3333333333%; - } - .bootstrap .offset-sm-11 { - margin-left: 91.6666666667%; - } -} -@media (min-width: 768px) { - .bootstrap .col-md { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .row-cols-md-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .row-cols-md-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .row-cols-md-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .row-cols-md-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .row-cols-md-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .bootstrap .row-cols-md-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-md-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .bootstrap .col-md-1 { - flex: 0 0 8.3333333333%; - max-width: 8.3333333333%; - } - .bootstrap .col-md-2 { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-md-3 { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-md-4 { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .col-md-5 { - flex: 0 0 41.6666666667%; - max-width: 41.6666666667%; - } - .bootstrap .col-md-6 { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-md-7 { - flex: 0 0 58.3333333333%; - max-width: 58.3333333333%; - } - .bootstrap .col-md-8 { - flex: 0 0 66.6666666667%; - max-width: 66.6666666667%; - } - .bootstrap .col-md-9 { - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-md-10 { - flex: 0 0 83.3333333333%; - max-width: 83.3333333333%; - } - .bootstrap .col-md-11 { - flex: 0 0 91.6666666667%; - max-width: 91.6666666667%; - } - .bootstrap .col-md-12 { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-md-first { - order: -1; - } - .bootstrap .order-md-last { - order: 13; - } - .bootstrap .order-md-0 { - order: 0; - } - .bootstrap .order-md-1 { - order: 1; - } - .bootstrap .order-md-2 { - order: 2; - } - .bootstrap .order-md-3 { - order: 3; - } - .bootstrap .order-md-4 { - order: 4; - } - .bootstrap .order-md-5 { - order: 5; - } - .bootstrap .order-md-6 { - order: 6; - } - .bootstrap .order-md-7 { - order: 7; - } - .bootstrap .order-md-8 { - order: 8; - } - .bootstrap .order-md-9 { - order: 9; - } - .bootstrap .order-md-10 { - order: 10; - } - .bootstrap .order-md-11 { - order: 11; - } - .bootstrap .order-md-12 { - order: 12; - } - .bootstrap .offset-md-0 { - margin-left: 0; - } - .bootstrap .offset-md-1 { - margin-left: 8.3333333333%; - } - .bootstrap .offset-md-2 { - margin-left: 16.6666666667%; - } - .bootstrap .offset-md-3 { - margin-left: 25%; - } - .bootstrap .offset-md-4 { - margin-left: 33.3333333333%; - } - .bootstrap .offset-md-5 { - margin-left: 41.6666666667%; - } - .bootstrap .offset-md-6 { - margin-left: 50%; - } - .bootstrap .offset-md-7 { - margin-left: 58.3333333333%; - } - .bootstrap .offset-md-8 { - margin-left: 66.6666666667%; - } - .bootstrap .offset-md-9 { - margin-left: 75%; - } - .bootstrap .offset-md-10 { - margin-left: 83.3333333333%; - } - .bootstrap .offset-md-11 { - margin-left: 91.6666666667%; - } -} -@media (min-width: 992px) { - .bootstrap .col-lg { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .row-cols-lg-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .row-cols-lg-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .row-cols-lg-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .row-cols-lg-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .row-cols-lg-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .bootstrap .row-cols-lg-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-lg-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .bootstrap .col-lg-1 { - flex: 0 0 8.3333333333%; - max-width: 8.3333333333%; - } - .bootstrap .col-lg-2 { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-lg-3 { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-lg-4 { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .col-lg-5 { - flex: 0 0 41.6666666667%; - max-width: 41.6666666667%; - } - .bootstrap .col-lg-6 { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-lg-7 { - flex: 0 0 58.3333333333%; - max-width: 58.3333333333%; - } - .bootstrap .col-lg-8 { - flex: 0 0 66.6666666667%; - max-width: 66.6666666667%; - } - .bootstrap .col-lg-9 { - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-lg-10 { - flex: 0 0 83.3333333333%; - max-width: 83.3333333333%; - } - .bootstrap .col-lg-11 { - flex: 0 0 91.6666666667%; - max-width: 91.6666666667%; - } - .bootstrap .col-lg-12 { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-lg-first { - order: -1; - } - .bootstrap .order-lg-last { - order: 13; - } - .bootstrap .order-lg-0 { - order: 0; - } - .bootstrap .order-lg-1 { - order: 1; - } - .bootstrap .order-lg-2 { - order: 2; - } - .bootstrap .order-lg-3 { - order: 3; - } - .bootstrap .order-lg-4 { - order: 4; - } - .bootstrap .order-lg-5 { - order: 5; - } - .bootstrap .order-lg-6 { - order: 6; - } - .bootstrap .order-lg-7 { - order: 7; - } - .bootstrap .order-lg-8 { - order: 8; - } - .bootstrap .order-lg-9 { - order: 9; - } - .bootstrap .order-lg-10 { - order: 10; - } - .bootstrap .order-lg-11 { - order: 11; - } - .bootstrap .order-lg-12 { - order: 12; - } - .bootstrap .offset-lg-0 { - margin-left: 0; - } - .bootstrap .offset-lg-1 { - margin-left: 8.3333333333%; - } - .bootstrap .offset-lg-2 { - margin-left: 16.6666666667%; - } - .bootstrap .offset-lg-3 { - margin-left: 25%; - } - .bootstrap .offset-lg-4 { - margin-left: 33.3333333333%; - } - .bootstrap .offset-lg-5 { - margin-left: 41.6666666667%; - } - .bootstrap .offset-lg-6 { - margin-left: 50%; - } - .bootstrap .offset-lg-7 { - margin-left: 58.3333333333%; - } - .bootstrap .offset-lg-8 { - margin-left: 66.6666666667%; - } - .bootstrap .offset-lg-9 { - margin-left: 75%; - } - .bootstrap .offset-lg-10 { - margin-left: 83.3333333333%; - } - .bootstrap .offset-lg-11 { - margin-left: 91.6666666667%; - } -} -@media (min-width: 1200px) { - .bootstrap .col-xl { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .row-cols-xl-1 > * { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .row-cols-xl-2 > * { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .row-cols-xl-3 > * { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .row-cols-xl-4 > * { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .row-cols-xl-5 > * { - flex: 0 0 20%; - max-width: 20%; - } - .bootstrap .row-cols-xl-6 > * { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-xl-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; - } - .bootstrap .col-xl-1 { - flex: 0 0 8.3333333333%; - max-width: 8.3333333333%; - } - .bootstrap .col-xl-2 { - flex: 0 0 16.6666666667%; - max-width: 16.6666666667%; - } - .bootstrap .col-xl-3 { - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-xl-4 { - flex: 0 0 33.3333333333%; - max-width: 33.3333333333%; - } - .bootstrap .col-xl-5 { - flex: 0 0 41.6666666667%; - max-width: 41.6666666667%; - } - .bootstrap .col-xl-6 { - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-xl-7 { - flex: 0 0 58.3333333333%; - max-width: 58.3333333333%; - } - .bootstrap .col-xl-8 { - flex: 0 0 66.6666666667%; - max-width: 66.6666666667%; - } - .bootstrap .col-xl-9 { - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-xl-10 { - flex: 0 0 83.3333333333%; - max-width: 83.3333333333%; - } - .bootstrap .col-xl-11 { - flex: 0 0 91.6666666667%; - max-width: 91.6666666667%; - } - .bootstrap .col-xl-12 { - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-xl-first { - order: -1; - } - .bootstrap .order-xl-last { - order: 13; - } - .bootstrap .order-xl-0 { - order: 0; - } - .bootstrap .order-xl-1 { - order: 1; - } - .bootstrap .order-xl-2 { - order: 2; - } - .bootstrap .order-xl-3 { - order: 3; - } - .bootstrap .order-xl-4 { - order: 4; - } - .bootstrap .order-xl-5 { - order: 5; - } - .bootstrap .order-xl-6 { - order: 6; - } - .bootstrap .order-xl-7 { - order: 7; - } - .bootstrap .order-xl-8 { - order: 8; - } - .bootstrap .order-xl-9 { - order: 9; - } - .bootstrap .order-xl-10 { - order: 10; - } - .bootstrap .order-xl-11 { - order: 11; - } - .bootstrap .order-xl-12 { - order: 12; - } - .bootstrap .offset-xl-0 { - margin-left: 0; - } - .bootstrap .offset-xl-1 { - margin-left: 8.3333333333%; - } - .bootstrap .offset-xl-2 { - margin-left: 16.6666666667%; - } - .bootstrap .offset-xl-3 { - margin-left: 25%; - } - .bootstrap .offset-xl-4 { - margin-left: 33.3333333333%; - } - .bootstrap .offset-xl-5 { - margin-left: 41.6666666667%; - } - .bootstrap .offset-xl-6 { - margin-left: 50%; - } - .bootstrap .offset-xl-7 { - margin-left: 58.3333333333%; - } - .bootstrap .offset-xl-8 { - margin-left: 66.6666666667%; - } - .bootstrap .offset-xl-9 { - margin-left: 75%; - } - .bootstrap .offset-xl-10 { - margin-left: 83.3333333333%; - } - .bootstrap .offset-xl-11 { - margin-left: 91.6666666667%; - } -} -.bootstrap .table { - width: 100%; - margin-bottom: 1rem; - color: #212529; -} -.bootstrap .table th, -.bootstrap .table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #dee2e6; -} -.bootstrap .table thead th { - vertical-align: bottom; - border-bottom: 2px solid #dee2e6; -} -.bootstrap .table tbody + tbody { - border-top: 2px solid #dee2e6; -} -.bootstrap .table-sm th, -.bootstrap .table-sm td { - padding: 0.3rem; -} -.bootstrap .table-bordered { - border: 1px solid #dee2e6; -} -.bootstrap .table-bordered th, -.bootstrap .table-bordered td { - border: 1px solid #dee2e6; -} -.bootstrap .table-bordered thead th, -.bootstrap .table-bordered thead td { - border-bottom-width: 2px; -} -.bootstrap .table-borderless th, -.bootstrap .table-borderless td, -.bootstrap .table-borderless thead th, -.bootstrap .table-borderless tbody + tbody { - border: 0; -} -.bootstrap .table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); -} -.bootstrap .table-hover tbody tr:hover { - color: #212529; - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-primary, -.bootstrap .table-primary > th, -.bootstrap .table-primary > td { - background-color: #c6e0f5; -} -.bootstrap .table-primary th, -.bootstrap .table-primary td, -.bootstrap .table-primary thead th, -.bootstrap .table-primary tbody + tbody { - border-color: #95c5ed; -} -.bootstrap .table-hover .table-primary:hover { - background-color: #b0d4f1; -} -.bootstrap .table-hover .table-primary:hover > td, -.bootstrap .table-hover .table-primary:hover > th { - background-color: #b0d4f1; -} -.bootstrap .table-secondary, -.bootstrap .table-secondary > th, -.bootstrap .table-secondary > td { - background-color: #d6d8db; -} -.bootstrap .table-secondary th, -.bootstrap .table-secondary td, -.bootstrap .table-secondary thead th, -.bootstrap .table-secondary tbody + tbody { - border-color: #b3b7bb; -} -.bootstrap .table-hover .table-secondary:hover { - background-color: #c8cbcf; -} -.bootstrap .table-hover .table-secondary:hover > td, -.bootstrap .table-hover .table-secondary:hover > th { - background-color: #c8cbcf; -} -.bootstrap .table-success, -.bootstrap .table-success > th, -.bootstrap .table-success > td { - background-color: #c7eed8; -} -.bootstrap .table-success th, -.bootstrap .table-success td, -.bootstrap .table-success thead th, -.bootstrap .table-success tbody + tbody { - border-color: #98dfb6; -} -.bootstrap .table-hover .table-success:hover { - background-color: #b3e8ca; -} -.bootstrap .table-hover .table-success:hover > td, -.bootstrap .table-hover .table-success:hover > th { - background-color: #b3e8ca; -} -.bootstrap .table-info, -.bootstrap .table-info > th, -.bootstrap .table-info > td { - background-color: #d6e9f9; -} -.bootstrap .table-info th, -.bootstrap .table-info td, -.bootstrap .table-info thead th, -.bootstrap .table-info tbody + tbody { - border-color: #b3d7f5; -} -.bootstrap .table-hover .table-info:hover { - background-color: #c0ddf6; -} -.bootstrap .table-hover .table-info:hover > td, -.bootstrap .table-hover .table-info:hover > th { - background-color: #c0ddf6; -} -.bootstrap .table-warning, -.bootstrap .table-warning > th, -.bootstrap .table-warning > td { - background-color: #fffacc; -} -.bootstrap .table-warning th, -.bootstrap .table-warning td, -.bootstrap .table-warning thead th, -.bootstrap .table-warning tbody + tbody { - border-color: #fff6a1; -} -.bootstrap .table-hover .table-warning:hover { - background-color: #fff8b3; -} -.bootstrap .table-hover .table-warning:hover > td, -.bootstrap .table-hover .table-warning:hover > th { - background-color: #fff8b3; -} -.bootstrap .table-danger, -.bootstrap .table-danger > th, -.bootstrap .table-danger > td { - background-color: #f7c6c5; -} -.bootstrap .table-danger th, -.bootstrap .table-danger td, -.bootstrap .table-danger thead th, -.bootstrap .table-danger tbody + tbody { - border-color: #f09593; -} -.bootstrap .table-hover .table-danger:hover { - background-color: #f4b0af; -} -.bootstrap .table-hover .table-danger:hover > td, -.bootstrap .table-hover .table-danger:hover > th { - background-color: #f4b0af; -} -.bootstrap .table-light, -.bootstrap .table-light > th, -.bootstrap .table-light > td { - background-color: #fdfdfe; -} -.bootstrap .table-light th, -.bootstrap .table-light td, -.bootstrap .table-light thead th, -.bootstrap .table-light tbody + tbody { - border-color: #fbfcfc; -} -.bootstrap .table-hover .table-light:hover { - background-color: #ececf6; -} -.bootstrap .table-hover .table-light:hover > td, -.bootstrap .table-hover .table-light:hover > th { - background-color: #ececf6; -} -.bootstrap .table-dark, -.bootstrap .table-dark > th, -.bootstrap .table-dark > td { - background-color: #c6c8ca; -} -.bootstrap .table-dark th, -.bootstrap .table-dark td, -.bootstrap .table-dark thead th, -.bootstrap .table-dark tbody + tbody { - border-color: #95999c; -} -.bootstrap .table-hover .table-dark:hover { - background-color: #b9bbbe; -} -.bootstrap .table-hover .table-dark:hover > td, -.bootstrap .table-hover .table-dark:hover > th { - background-color: #b9bbbe; -} -.bootstrap .table-active, -.bootstrap .table-active > th, -.bootstrap .table-active > td { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-hover .table-active:hover > td, -.bootstrap .table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table .thead-dark th { - color: #fff; - background-color: #343a40; - border-color: #454d55; -} -.bootstrap .table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6; -} -.bootstrap .table-dark { - color: #fff; - background-color: #343a40; -} -.bootstrap .table-dark th, -.bootstrap .table-dark td, -.bootstrap .table-dark thead th { - border-color: #454d55; -} -.bootstrap .table-dark.table-bordered { - border: 0; -} -.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); -} -.bootstrap .table-dark.table-hover tbody tr:hover { - color: #fff; - background-color: rgba(255, 255, 255, 0.075); -} -@media (max-width: 575.98px) { - .bootstrap .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .bootstrap .table-responsive-sm > .table-bordered { - border: 0; - } -} -@media (max-width: 767.98px) { - .bootstrap .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .bootstrap .table-responsive-md > .table-bordered { - border: 0; - } -} -@media (max-width: 991.98px) { - .bootstrap .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .bootstrap .table-responsive-lg > .table-bordered { - border: 0; - } -} -@media (max-width: 1199.98px) { - .bootstrap .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .bootstrap .table-responsive-xl > .table-bordered { - border: 0; - } -} -.bootstrap .table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; -} -.bootstrap .table-responsive > .table-bordered { - border: 0; -} -.bootstrap .form-control { - display: block; - width: 100%; - height: calc(1.6em + 0.75rem + 2px); - padding: 0.375rem 0.75rem; - font-size: 0.9rem; - font-weight: 400; - line-height: 1.6; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .form-control { - transition: none; - } -} -.bootstrap .form-control::-ms-expand { - background-color: transparent; - border: 0; -} -.bootstrap .form-control:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; -} -.bootstrap .form-control:focus { - color: #495057; - background-color: #fff; - border-color: #a1cbef; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control::placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; -} -.bootstrap select.form-control:focus::-ms-value { - color: #495057; - background-color: #fff; -} -.bootstrap .form-control-file, -.bootstrap .form-control-range { - display: block; - width: 100%; -} -.bootstrap .col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.6; -} -.bootstrap .col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.125rem; - line-height: 1.5; -} -.bootstrap .col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.7875rem; - line-height: 1.5; -} -.bootstrap .form-control-plaintext { - display: block; - width: 100%; - padding: 0.375rem 0; - margin-bottom: 0; - font-size: 0.9rem; - line-height: 1.6; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} -.bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; -} -.bootstrap .form-control-sm { - height: calc(1.5em + 0.5rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.7875rem; - line-height: 1.5; - border-radius: 0.2rem; -} -.bootstrap .form-control-lg { - height: calc(1.5em + 1rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.125rem; - line-height: 1.5; - border-radius: 0.3rem; -} -.bootstrap select.form-control[size], .bootstrap select.form-control[multiple] { - height: auto; -} -.bootstrap textarea.form-control { - height: auto; -} -.bootstrap .form-group { - margin-bottom: 1rem; -} -.bootstrap .form-text { - display: block; - margin-top: 0.25rem; -} -.bootstrap .form-row { - display: flex; - flex-wrap: wrap; - margin-right: -5px; - margin-left: -5px; -} -.bootstrap .form-row > .col, -.bootstrap .form-row > [class*=col-] { - padding-right: 5px; - padding-left: 5px; -} -.bootstrap .form-check { - position: relative; - display: block; - padding-left: 1.25rem; -} -.bootstrap .form-check-input { - position: absolute; - margin-top: 0.3rem; - margin-left: -1.25rem; -} -.bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label { - color: #6c757d; -} -.bootstrap .form-check-label { - margin-bottom: 0; -} -.bootstrap .form-check-inline { - display: inline-flex; - align-items: center; - padding-left: 0; - margin-right: 0.75rem; -} -.bootstrap .form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: 0.3125rem; - margin-left: 0; -} -.bootstrap .valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #38c172; -} -.bootstrap .valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.7875rem; - line-height: 1.6; - color: #fff; - background-color: rgba(56, 193, 114, 0.9); - border-radius: 0.25rem; -} -.was-validated .bootstrap:valid ~ .valid-feedback, -.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback, -.bootstrap.is-valid ~ .valid-tooltip { - display: block; -} -.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid { - border-color: #38c172; - padding-right: calc(1.6em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.4em + 0.1875rem) center; - background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); -} -.was-validated .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus { - border-color: #38c172; - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); -} -.was-validated .bootstrap textarea.form-control:valid, .bootstrap textarea.form-control.is-valid { - padding-right: calc(1.6em + 0.75rem); - background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); -} -.was-validated .bootstrap .custom-select:valid, .bootstrap .custom-select.is-valid { - border-color: #38c172; - padding-right: calc(0.75em + 2.3125rem); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); -} -.was-validated .bootstrap .custom-select:valid:focus, .bootstrap .custom-select.is-valid:focus { - border-color: #38c172; - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); -} -.was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label { - color: #38c172; -} -.was-validated .bootstrap .form-check-input:valid ~ .valid-feedback, -.was-validated .bootstrap .form-check-input:valid ~ .valid-tooltip, .bootstrap .form-check-input.is-valid ~ .valid-feedback, -.bootstrap .form-check-input.is-valid ~ .valid-tooltip { - display: block; -} -.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label, .bootstrap .custom-control-input.is-valid ~ .custom-control-label { - color: #38c172; -} -.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid ~ .custom-control-label::before { - border-color: #38c172; -} -.was-validated .bootstrap .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:checked ~ .custom-control-label::before { - border-color: #5cd08d; - background-color: #5cd08d; -} -.was-validated .bootstrap .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); -} -.was-validated .bootstrap .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #38c172; -} -.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label, .bootstrap .custom-file-input.is-valid ~ .custom-file-label { - border-color: #38c172; -} -.was-validated .bootstrap .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label { - border-color: #38c172; - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25); -} -.bootstrap .invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #e3342f; -} -.bootstrap .invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: 0.1rem; - font-size: 0.7875rem; - line-height: 1.6; - color: #fff; - background-color: rgba(227, 52, 47, 0.9); - border-radius: 0.25rem; -} -.was-validated .bootstrap:invalid ~ .invalid-feedback, -.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback, -.bootstrap.is-invalid ~ .invalid-tooltip { - display: block; -} -.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid { - border-color: #e3342f; - padding-right: calc(1.6em + 0.75rem); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.4em + 0.1875rem) center; - background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); -} -.was-validated .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus { - border-color: #e3342f; - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); -} -.was-validated .bootstrap textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid { - padding-right: calc(1.6em + 0.75rem); - background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem); -} -.was-validated .bootstrap .custom-select:invalid, .bootstrap .custom-select.is-invalid { - border-color: #e3342f; - padding-right: calc(0.75em + 2.3125rem); - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem); -} -.was-validated .bootstrap .custom-select:invalid:focus, .bootstrap .custom-select.is-invalid:focus { - border-color: #e3342f; - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); -} -.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label { - color: #e3342f; -} -.was-validated .bootstrap .form-check-input:invalid ~ .invalid-feedback, -.was-validated .bootstrap .form-check-input:invalid ~ .invalid-tooltip, .bootstrap .form-check-input.is-invalid ~ .invalid-feedback, -.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip { - display: block; -} -.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label { - color: #e3342f; -} -.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before { - border-color: #e3342f; -} -.was-validated .bootstrap .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before { - border-color: #e9605c; - background-color: #e9605c; -} -.was-validated .bootstrap .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); -} -.was-validated .bootstrap .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #e3342f; -} -.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid ~ .custom-file-label { - border-color: #e3342f; -} -.was-validated .bootstrap .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label { - border-color: #e3342f; - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25); -} -.bootstrap .form-inline { - display: flex; - flex-flow: row wrap; - align-items: center; -} -.bootstrap .form-inline .form-check { - width: 100%; -} -@media (min-width: 576px) { - .bootstrap .form-inline label { - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 0; - } - .bootstrap .form-inline .form-group { - display: flex; - flex: 0 0 auto; - flex-flow: row wrap; - align-items: center; - margin-bottom: 0; - } - .bootstrap .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .bootstrap .form-inline .form-control-plaintext { - display: inline-block; - } - .bootstrap .form-inline .input-group, -.bootstrap .form-inline .custom-select { - width: auto; - } - .bootstrap .form-inline .form-check { - display: flex; - align-items: center; - justify-content: center; - width: auto; - padding-left: 0; - } - .bootstrap .form-inline .form-check-input { - position: relative; - flex-shrink: 0; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; - } - .bootstrap .form-inline .custom-control { - align-items: center; - justify-content: center; - } - .bootstrap .form-inline .custom-control-label { - margin-bottom: 0; - } -} -.bootstrap .btn { - display: inline-block; - font-weight: 400; - color: #212529; - text-align: center; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 0.9rem; - line-height: 1.6; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .btn { - transition: none; - } -} -.bootstrap .btn:hover { - color: #212529; - text-decoration: none; -} -.bootstrap .btn:focus, .bootstrap .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .btn.disabled, .bootstrap .btn:disabled { - opacity: 0.65; -} -.bootstrap a.btn.disabled, -.bootstrap fieldset:disabled a.btn { - pointer-events: none; -} -.bootstrap .btn-primary { - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .btn-primary:hover { - color: #fff; - background-color: #227dc7; - border-color: #2176bd; -} -.bootstrap .btn-primary:focus, .bootstrap .btn-primary.focus { - color: #fff; - background-color: #227dc7; - border-color: #2176bd; - box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5); -} -.bootstrap .btn-primary.disabled, .bootstrap .btn-primary:disabled { - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .btn-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-primary.dropdown-toggle { - color: #fff; - background-color: #2176bd; - border-color: #1f6fb2; -} -.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5); -} -.bootstrap .btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; -} -.bootstrap .btn-secondary:focus, .bootstrap .btn-secondary.focus { - color: #fff; - background-color: #5a6268; - border-color: #545b62; - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); -} -.bootstrap .btn-secondary.disabled, .bootstrap .btn-secondary:disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; -} -.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); -} -.bootstrap .btn-success { - color: #fff; - background-color: #38c172; - border-color: #38c172; -} -.bootstrap .btn-success:hover { - color: #fff; - background-color: #2fa360; - border-color: #2d995b; -} -.bootstrap .btn-success:focus, .bootstrap .btn-success.focus { - color: #fff; - background-color: #2fa360; - border-color: #2d995b; - box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5); -} -.bootstrap .btn-success.disabled, .bootstrap .btn-success:disabled { - color: #fff; - background-color: #38c172; - border-color: #38c172; -} -.bootstrap .btn-success:not(:disabled):not(.disabled):active, .bootstrap .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-success.dropdown-toggle { - color: #fff; - background-color: #2d995b; - border-color: #2a9055; -} -.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5); -} -.bootstrap .btn-info { - color: #212529; - background-color: #6cb2eb; - border-color: #6cb2eb; -} -.bootstrap .btn-info:hover { - color: #fff; - background-color: #4aa0e6; - border-color: #3f9ae5; -} -.bootstrap .btn-info:focus, .bootstrap .btn-info.focus { - color: #fff; - background-color: #4aa0e6; - border-color: #3f9ae5; - box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5); -} -.bootstrap .btn-info.disabled, .bootstrap .btn-info:disabled { - color: #212529; - background-color: #6cb2eb; - border-color: #6cb2eb; -} -.bootstrap .btn-info:not(:disabled):not(.disabled):active, .bootstrap .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-info.dropdown-toggle { - color: #fff; - background-color: #3f9ae5; - border-color: #3495e3; -} -.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5); -} -.bootstrap .btn-warning { - color: #212529; - background-color: #ffed4a; - border-color: #ffed4a; -} -.bootstrap .btn-warning:hover { - color: #212529; - background-color: #ffe924; - border-color: #ffe817; -} -.bootstrap .btn-warning:focus, .bootstrap .btn-warning.focus { - color: #212529; - background-color: #ffe924; - border-color: #ffe817; - box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5); -} -.bootstrap .btn-warning.disabled, .bootstrap .btn-warning:disabled { - color: #212529; - background-color: #ffed4a; - border-color: #ffed4a; -} -.bootstrap .btn-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-warning.dropdown-toggle { - color: #212529; - background-color: #ffe817; - border-color: #ffe70a; -} -.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5); -} -.bootstrap .btn-danger { - color: #fff; - background-color: #e3342f; - border-color: #e3342f; -} -.bootstrap .btn-danger:hover { - color: #fff; - background-color: #d0211c; - border-color: #c51f1a; -} -.bootstrap .btn-danger:focus, .bootstrap .btn-danger.focus { - color: #fff; - background-color: #d0211c; - border-color: #c51f1a; - box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5); -} -.bootstrap .btn-danger.disabled, .bootstrap .btn-danger:disabled { - color: #fff; - background-color: #e3342f; - border-color: #e3342f; -} -.bootstrap .btn-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c51f1a; - border-color: #b91d19; -} -.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5); -} -.bootstrap .btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; -} -.bootstrap .btn-light:focus, .bootstrap .btn-light.focus { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); -} -.bootstrap .btn-light.disabled, .bootstrap .btn-light:disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-light:not(:disabled):not(.disabled):active, .bootstrap .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; -} -.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); -} -.bootstrap .btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; -} -.bootstrap .btn-dark:focus, .bootstrap .btn-dark.focus { - color: #fff; - background-color: #23272b; - border-color: #1d2124; - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); -} -.bootstrap .btn-dark.disabled, .bootstrap .btn-dark:disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; -} -.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); -} -.bootstrap .btn-outline-primary { - color: #3490dc; - border-color: #3490dc; -} -.bootstrap .btn-outline-primary:hover { - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .btn-outline-primary:focus, .bootstrap .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5); -} -.bootstrap .btn-outline-primary.disabled, .bootstrap .btn-outline-primary:disabled { - color: #3490dc; - background-color: transparent; -} -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5); -} -.bootstrap .btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-outline-secondary.disabled, .bootstrap .btn-outline-secondary:disabled { - color: #6c757d; - background-color: transparent; -} -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-outline-success { - color: #38c172; - border-color: #38c172; -} -.bootstrap .btn-outline-success:hover { - color: #fff; - background-color: #38c172; - border-color: #38c172; -} -.bootstrap .btn-outline-success:focus, .bootstrap .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5); -} -.bootstrap .btn-outline-success.disabled, .bootstrap .btn-outline-success:disabled { - color: #38c172; - background-color: transparent; -} -.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #38c172; - border-color: #38c172; -} -.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5); -} -.bootstrap .btn-outline-info { - color: #6cb2eb; - border-color: #6cb2eb; -} -.bootstrap .btn-outline-info:hover { - color: #212529; - background-color: #6cb2eb; - border-color: #6cb2eb; -} -.bootstrap .btn-outline-info:focus, .bootstrap .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5); -} -.bootstrap .btn-outline-info.disabled, .bootstrap .btn-outline-info:disabled { - color: #6cb2eb; - background-color: transparent; -} -.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-info.dropdown-toggle { - color: #212529; - background-color: #6cb2eb; - border-color: #6cb2eb; -} -.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5); -} -.bootstrap .btn-outline-warning { - color: #ffed4a; - border-color: #ffed4a; -} -.bootstrap .btn-outline-warning:hover { - color: #212529; - background-color: #ffed4a; - border-color: #ffed4a; -} -.bootstrap .btn-outline-warning:focus, .bootstrap .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5); -} -.bootstrap .btn-outline-warning.disabled, .bootstrap .btn-outline-warning:disabled { - color: #ffed4a; - background-color: transparent; -} -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-warning.dropdown-toggle { - color: #212529; - background-color: #ffed4a; - border-color: #ffed4a; -} -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5); -} -.bootstrap .btn-outline-danger { - color: #e3342f; - border-color: #e3342f; -} -.bootstrap .btn-outline-danger:hover { - color: #fff; - background-color: #e3342f; - border-color: #e3342f; -} -.bootstrap .btn-outline-danger:focus, .bootstrap .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5); -} -.bootstrap .btn-outline-danger.disabled, .bootstrap .btn-outline-danger:disabled { - color: #e3342f; - background-color: transparent; -} -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #e3342f; - border-color: #e3342f; -} -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5); -} -.bootstrap .btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:focus, .bootstrap .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-outline-light.disabled, .bootstrap .btn-outline-light:disabled { - color: #f8f9fa; - background-color: transparent; -} -.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-light.dropdown-toggle { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-outline-dark { - color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:focus, .bootstrap .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-outline-dark.disabled, .bootstrap .btn-outline-dark:disabled { - color: #343a40; - background-color: transparent; -} -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-link { - font-weight: 400; - color: #3490dc; - text-decoration: none; -} -.bootstrap .btn-link:hover { - color: #1d68a7; - text-decoration: underline; -} -.bootstrap .btn-link:focus, .bootstrap .btn-link.focus { - text-decoration: underline; - box-shadow: none; -} -.bootstrap .btn-link:disabled, .bootstrap .btn-link.disabled { - color: #6c757d; - pointer-events: none; -} -.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.125rem; - line-height: 1.5; - border-radius: 0.3rem; -} -.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.7875rem; - line-height: 1.5; - border-radius: 0.2rem; -} -.bootstrap .btn-block { - display: block; - width: 100%; -} -.bootstrap .btn-block + .btn-block { - margin-top: 0.5rem; -} -.bootstrap input[type=submit].btn-block, -.bootstrap input[type=reset].btn-block, -.bootstrap input[type=button].btn-block { - width: 100%; -} -.bootstrap .fade { - transition: opacity 0.15s linear; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .fade { - transition: none; - } -} -.bootstrap .fade:not(.show) { - opacity: 0; -} -.bootstrap .collapse:not(.show) { - display: none; -} -.bootstrap .collapsing { - position: relative; - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .collapsing { - transition: none; - } -} -.bootstrap .dropup, -.bootstrap .dropright, -.bootstrap .dropdown, -.bootstrap .dropleft { - position: relative; -} -.bootstrap .dropdown-toggle { - white-space: nowrap; -} -.bootstrap .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; -} -.bootstrap .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 0.9rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} -.bootstrap .dropdown-menu-left { - right: auto; - left: 0; -} -.bootstrap .dropdown-menu-right { - right: 0; - left: auto; -} -@media (min-width: 576px) { - .bootstrap .dropdown-menu-sm-left { - right: auto; - left: 0; - } - .bootstrap .dropdown-menu-sm-right { - right: 0; - left: auto; - } -} -@media (min-width: 768px) { - .bootstrap .dropdown-menu-md-left { - right: auto; - left: 0; - } - .bootstrap .dropdown-menu-md-right { - right: 0; - left: auto; - } -} -@media (min-width: 992px) { - .bootstrap .dropdown-menu-lg-left { - right: auto; - left: 0; - } - .bootstrap .dropdown-menu-lg-right { - right: 0; - left: auto; - } -} -@media (min-width: 1200px) { - .bootstrap .dropdown-menu-xl-left { - right: auto; - left: 0; - } - .bootstrap .dropdown-menu-xl-right { - right: 0; - left: auto; - } -} -.bootstrap .dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; -} -.bootstrap .dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; -} -.bootstrap .dropup .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; -} -.bootstrap .dropright .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; -} -.bootstrap .dropright .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropright .dropdown-toggle::after { - vertical-align: 0; -} -.bootstrap .dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; -} -.bootstrap .dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; -} -.bootstrap .dropleft .dropdown-toggle::after { - display: none; -} -.bootstrap .dropleft .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; -} -.bootstrap .dropleft .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropleft .dropdown-toggle::before { - vertical-align: 0; -} -.bootstrap .dropdown-menu[x-placement^=top], .bootstrap .dropdown-menu[x-placement^=right], .bootstrap .dropdown-menu[x-placement^=bottom], .bootstrap .dropdown-menu[x-placement^=left] { - right: auto; - bottom: auto; -} -.bootstrap .dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef; -} -.bootstrap .dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - white-space: nowrap; - background-color: transparent; - border: 0; -} -.bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus { - color: #16181b; - text-decoration: none; - background-color: #f8f9fa; -} -.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #3490dc; -} -.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent; -} -.bootstrap .dropdown-menu.show { - display: block; -} -.bootstrap .dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.7875rem; - color: #6c757d; - white-space: nowrap; -} -.bootstrap .dropdown-item-text { - display: block; - padding: 0.25rem 1.5rem; - color: #212529; -} -.bootstrap .btn-group, -.bootstrap .btn-group-vertical { - position: relative; - display: inline-flex; - vertical-align: middle; -} -.bootstrap .btn-group > .btn, -.bootstrap .btn-group-vertical > .btn { - position: relative; - flex: 1 1 auto; -} -.bootstrap .btn-group > .btn:hover, -.bootstrap .btn-group-vertical > .btn:hover { - z-index: 1; -} -.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active, -.bootstrap .btn-group-vertical > .btn:focus, -.bootstrap .btn-group-vertical > .btn:active, -.bootstrap .btn-group-vertical > .btn.active { - z-index: 1; -} -.bootstrap .btn-toolbar { - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.bootstrap .btn-toolbar .input-group { - width: auto; -} -.bootstrap .btn-group > .btn:not(:first-child), -.bootstrap .btn-group > .btn-group:not(:first-child) { - margin-left: -1px; -} -.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .btn-group > .btn:not(:first-child), -.bootstrap .btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; -} -.bootstrap .dropdown-toggle-split::after, .dropup .bootstrap .dropdown-toggle-split::after, .dropright .bootstrap .dropdown-toggle-split::after { - margin-left: 0; -} -.dropleft .bootstrap .dropdown-toggle-split::before { - margin-right: 0; -} -.bootstrap .btn-sm + .dropdown-toggle-split, .bootstrap .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} -.bootstrap .btn-lg + .dropdown-toggle-split, .bootstrap .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} -.bootstrap .btn-group-vertical { - flex-direction: column; - align-items: flex-start; - justify-content: center; -} -.bootstrap .btn-group-vertical > .btn, -.bootstrap .btn-group-vertical > .btn-group { - width: 100%; -} -.bootstrap .btn-group-vertical > .btn:not(:first-child), -.bootstrap .btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; -} -.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .btn-group-vertical > .btn:not(:first-child), -.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.bootstrap .btn-group-toggle > .btn, -.bootstrap .btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; -} -.bootstrap .btn-group-toggle > .btn input[type=radio], -.bootstrap .btn-group-toggle > .btn input[type=checkbox], -.bootstrap .btn-group-toggle > .btn-group > .btn input[type=radio], -.bootstrap .btn-group-toggle > .btn-group > .btn input[type=checkbox] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} -.bootstrap .input-group { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: stretch; - width: 100%; -} -.bootstrap .input-group > .form-control, -.bootstrap .input-group > .form-control-plaintext, -.bootstrap .input-group > .custom-select, -.bootstrap .input-group > .custom-file { - position: relative; - flex: 1 1 0%; - min-width: 0; - margin-bottom: 0; -} -.bootstrap .input-group > .form-control + .form-control, -.bootstrap .input-group > .form-control + .custom-select, -.bootstrap .input-group > .form-control + .custom-file, -.bootstrap .input-group > .form-control-plaintext + .form-control, -.bootstrap .input-group > .form-control-plaintext + .custom-select, -.bootstrap .input-group > .form-control-plaintext + .custom-file, -.bootstrap .input-group > .custom-select + .form-control, -.bootstrap .input-group > .custom-select + .custom-select, -.bootstrap .input-group > .custom-select + .custom-file, -.bootstrap .input-group > .custom-file + .form-control, -.bootstrap .input-group > .custom-file + .custom-select, -.bootstrap .input-group > .custom-file + .custom-file { - margin-left: -1px; -} -.bootstrap .input-group > .form-control:focus, -.bootstrap .input-group > .custom-select:focus, -.bootstrap .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { - z-index: 3; -} -.bootstrap .input-group > .custom-file .custom-file-input:focus { - z-index: 4; -} -.bootstrap .input-group > .form-control:not(:last-child), -.bootstrap .input-group > .custom-select:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .form-control:not(:first-child), -.bootstrap .input-group > .custom-select:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .input-group > .custom-file { - display: flex; - align-items: center; -} -.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .input-group-prepend, -.bootstrap .input-group-append { - display: flex; -} -.bootstrap .input-group-prepend .btn, -.bootstrap .input-group-append .btn { - position: relative; - z-index: 2; -} -.bootstrap .input-group-prepend .btn:focus, -.bootstrap .input-group-append .btn:focus { - z-index: 3; -} -.bootstrap .input-group-prepend .btn + .btn, -.bootstrap .input-group-prepend .btn + .input-group-text, -.bootstrap .input-group-prepend .input-group-text + .input-group-text, -.bootstrap .input-group-prepend .input-group-text + .btn, -.bootstrap .input-group-append .btn + .btn, -.bootstrap .input-group-append .btn + .input-group-text, -.bootstrap .input-group-append .input-group-text + .input-group-text, -.bootstrap .input-group-append .input-group-text + .btn { - margin-left: -1px; -} -.bootstrap .input-group-prepend { - margin-right: -1px; -} -.bootstrap .input-group-append { - margin-left: -1px; -} -.bootstrap .input-group-text { - display: flex; - align-items: center; - padding: 0.375rem 0.75rem; - margin-bottom: 0; - font-size: 0.9rem; - font-weight: 400; - line-height: 1.6; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} -.bootstrap .input-group-text input[type=radio], -.bootstrap .input-group-text input[type=checkbox] { - margin-top: 0; -} -.bootstrap .input-group-lg > .form-control:not(textarea), -.bootstrap .input-group-lg > .custom-select { - height: calc(1.5em + 1rem + 2px); -} -.bootstrap .input-group-lg > .form-control, -.bootstrap .input-group-lg > .custom-select, -.bootstrap .input-group-lg > .input-group-prepend > .input-group-text, -.bootstrap .input-group-lg > .input-group-append > .input-group-text, -.bootstrap .input-group-lg > .input-group-prepend > .btn, -.bootstrap .input-group-lg > .input-group-append > .btn { - padding: 0.5rem 1rem; - font-size: 1.125rem; - line-height: 1.5; - border-radius: 0.3rem; -} -.bootstrap .input-group-sm > .form-control:not(textarea), -.bootstrap .input-group-sm > .custom-select { - height: calc(1.5em + 0.5rem + 2px); -} -.bootstrap .input-group-sm > .form-control, -.bootstrap .input-group-sm > .custom-select, -.bootstrap .input-group-sm > .input-group-prepend > .input-group-text, -.bootstrap .input-group-sm > .input-group-append > .input-group-text, -.bootstrap .input-group-sm > .input-group-prepend > .btn, -.bootstrap .input-group-sm > .input-group-append > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.7875rem; - line-height: 1.5; - border-radius: 0.2rem; -} -.bootstrap .input-group-lg > .custom-select, -.bootstrap .input-group-sm > .custom-select { - padding-right: 1.75rem; -} -.bootstrap .input-group > .input-group-prepend > .btn, -.bootstrap .input-group > .input-group-prepend > .input-group-text, -.bootstrap .input-group > .input-group-append:not(:last-child) > .btn, -.bootstrap .input-group > .input-group-append:not(:last-child) > .input-group-text, -.bootstrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .input-group-append > .btn, -.bootstrap .input-group > .input-group-append > .input-group-text, -.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn, -.bootstrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text, -.bootstrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.bootstrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .custom-control { - position: relative; - display: block; - min-height: 1.44rem; - padding-left: 1.5rem; -} -.bootstrap .custom-control-inline { - display: inline-flex; - margin-right: 1rem; -} -.bootstrap .custom-control-input { - position: absolute; - left: 0; - z-index: -1; - width: 1rem; - height: 1.22rem; - opacity: 0; -} -.bootstrap .custom-control-input:checked ~ .custom-control-label::before { - color: #fff; - border-color: #3490dc; - background-color: #3490dc; -} -.bootstrap .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { - border-color: #a1cbef; -} -.bootstrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before { - color: #fff; - background-color: #cce3f6; - border-color: #cce3f6; -} -.bootstrap .custom-control-input[disabled] ~ .custom-control-label, .bootstrap .custom-control-input:disabled ~ .custom-control-label { - color: #6c757d; -} -.bootstrap .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap .custom-control-input:disabled ~ .custom-control-label::before { - background-color: #e9ecef; -} -.bootstrap .custom-control-label { - position: relative; - margin-bottom: 0; - vertical-align: top; -} -.bootstrap .custom-control-label::before { - position: absolute; - top: 0.22rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - background-color: #fff; - border: #adb5bd solid 1px; -} -.bootstrap .custom-control-label::after { - position: absolute; - top: 0.22rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background: no-repeat 50%/50% 50%; -} -.bootstrap .custom-checkbox .custom-control-label::before { - border-radius: 0.25rem; -} -.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); -} -.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - border-color: #3490dc; - background-color: #3490dc; -} -.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); -} -.bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(52, 144, 220, 0.5); -} -.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { - background-color: rgba(52, 144, 220, 0.5); -} -.bootstrap .custom-radio .custom-control-label::before { - border-radius: 50%; -} -.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); -} -.bootstrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(52, 144, 220, 0.5); -} -.bootstrap .custom-switch { - padding-left: 2.25rem; -} -.bootstrap .custom-switch .custom-control-label::before { - left: -2.25rem; - width: 1.75rem; - pointer-events: all; - border-radius: 0.5rem; -} -.bootstrap .custom-switch .custom-control-label::after { - top: calc(0.22rem + 2px); - left: calc(-2.25rem + 2px); - width: calc(1rem - 4px); - height: calc(1rem - 4px); - background-color: #adb5bd; - border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .custom-switch .custom-control-label::after { - transition: none; - } -} -.bootstrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after { - background-color: #fff; - transform: translateX(0.75rem); -} -.bootstrap .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(52, 144, 220, 0.5); -} -.bootstrap .custom-select { - display: inline-block; - width: 100%; - height: calc(1.6em + 0.75rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - font-size: 0.9rem; - font-weight: 400; - line-height: 1.6; - color: #495057; - vertical-align: middle; - background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; - border: 1px solid #ced4da; - border-radius: 0.25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} -.bootstrap .custom-select:focus { - border-color: #a1cbef; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-select:focus::-ms-value { - color: #495057; - background-color: #fff; -} -.bootstrap .custom-select[multiple], .bootstrap .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; -} -.bootstrap .custom-select:disabled { - color: #6c757d; - background-color: #e9ecef; -} -.bootstrap .custom-select::-ms-expand { - display: none; -} -.bootstrap .custom-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057; -} -.bootstrap .custom-select-sm { - height: calc(1.5em + 0.5rem + 2px); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.7875rem; -} -.bootstrap .custom-select-lg { - height: calc(1.5em + 1rem + 2px); - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.125rem; -} -.bootstrap .custom-file { - position: relative; - display: inline-block; - width: 100%; - height: calc(1.6em + 0.75rem + 2px); - margin-bottom: 0; -} -.bootstrap .custom-file-input { - position: relative; - z-index: 2; - width: 100%; - height: calc(1.6em + 0.75rem + 2px); - margin: 0; - opacity: 0; -} -.bootstrap .custom-file-input:focus ~ .custom-file-label { - border-color: #a1cbef; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-file-input[disabled] ~ .custom-file-label, .bootstrap .custom-file-input:disabled ~ .custom-file-label { - background-color: #e9ecef; -} -.bootstrap .custom-file-input:lang(en) ~ .custom-file-label::after { - content: "Browse"; -} -.bootstrap .custom-file-input ~ .custom-file-label[data-browse]::after { - content: attr(data-browse); -} -.bootstrap .custom-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - height: calc(1.6em + 0.75rem + 2px); - padding: 0.375rem 0.75rem; - font-weight: 400; - line-height: 1.6; - color: #495057; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} -.bootstrap .custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: calc(1.6em + 0.75rem); - padding: 0.375rem 0.75rem; - line-height: 1.6; - color: #495057; - content: "Browse"; - background-color: #e9ecef; - border-left: inherit; - border-radius: 0 0.25rem 0.25rem 0; -} -.bootstrap .custom-range { - width: 100%; - height: 1.4rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} -.bootstrap .custom-range:focus { - outline: none; -} -.bootstrap .custom-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .custom-range::-moz-focus-outer { - border: 0; -} -.bootstrap .custom-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #3490dc; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .custom-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none; - } -} -.bootstrap .custom-range::-webkit-slider-thumb:active { - background-color: #cce3f6; -} -.bootstrap .custom-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} -.bootstrap .custom-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #3490dc; - border: 0; - border-radius: 1rem; - -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .custom-range::-moz-range-thumb { - -moz-transition: none; - transition: none; - } -} -.bootstrap .custom-range::-moz-range-thumb:active { - background-color: #cce3f6; -} -.bootstrap .custom-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; -} -.bootstrap .custom-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #3490dc; - border: 0; - border-radius: 1rem; - -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - appearance: none; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .custom-range::-ms-thumb { - -ms-transition: none; - transition: none; - } -} -.bootstrap .custom-range::-ms-thumb:active { - background-color: #cce3f6; -} -.bootstrap .custom-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; -} -.bootstrap .custom-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem; -} -.bootstrap .custom-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem; -} -.bootstrap .custom-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; -} -.bootstrap .custom-range:disabled::-webkit-slider-runnable-track { - cursor: default; -} -.bootstrap .custom-range:disabled::-moz-range-thumb { - background-color: #adb5bd; -} -.bootstrap .custom-range:disabled::-moz-range-track { - cursor: default; -} -.bootstrap .custom-range:disabled::-ms-thumb { - background-color: #adb5bd; -} -.bootstrap .custom-control-label::before, -.bootstrap .custom-file-label, -.bootstrap .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .custom-control-label::before, -.bootstrap .custom-file-label, -.bootstrap .custom-select { - transition: none; - } -} -.bootstrap .nav { - display: flex; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.bootstrap .nav-link { - display: block; - padding: 0.5rem 1rem; -} -.bootstrap .nav-link:hover, .bootstrap .nav-link:focus { - text-decoration: none; -} -.bootstrap .nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; -} -.bootstrap .nav-tabs { - border-bottom: 1px solid #dee2e6; -} -.bootstrap .nav-tabs .nav-item { - margin-bottom: -1px; -} -.bootstrap .nav-tabs .nav-link { - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .nav-tabs .nav-link:hover, .bootstrap .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; -} -.bootstrap .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; -} -.bootstrap .nav-tabs .nav-link.active, -.bootstrap .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #f8fafc; - border-color: #dee2e6 #dee2e6 #f8fafc; -} -.bootstrap .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.bootstrap .nav-pills .nav-link { - border-radius: 0.25rem; -} -.bootstrap .nav-pills .nav-link.active, -.bootstrap .nav-pills .show > .nav-link { - color: #fff; - background-color: #3490dc; -} -.bootstrap .nav-fill .nav-item { - flex: 1 1 auto; - text-align: center; -} -.bootstrap .nav-justified .nav-item { - flex-basis: 0; - flex-grow: 1; - text-align: center; -} -.bootstrap .tab-content > .tab-pane { - display: none; -} -.bootstrap .tab-content > .active { - display: block; -} -.bootstrap .navbar { - position: relative; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - padding: 0.5rem 1rem; -} -.bootstrap .navbar .container, -.bootstrap .navbar .container-fluid, -.bootstrap .navbar .container-sm, -.bootstrap .navbar .container-md, -.bootstrap .navbar .container-lg, -.bootstrap .navbar .container-xl { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; -} -.bootstrap .navbar-brand { - display: inline-block; - padding-top: 0.32rem; - padding-bottom: 0.32rem; - margin-right: 1rem; - font-size: 1.125rem; - line-height: inherit; - white-space: nowrap; -} -.bootstrap .navbar-brand:hover, .bootstrap .navbar-brand:focus { - text-decoration: none; -} -.bootstrap .navbar-nav { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.bootstrap .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; -} -.bootstrap .navbar-nav .dropdown-menu { - position: static; - float: none; -} -.bootstrap .navbar-text { - display: inline-block; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.bootstrap .navbar-collapse { - flex-basis: 100%; - flex-grow: 1; - align-items: center; -} -.bootstrap .navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.125rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; -} -.bootstrap .navbar-toggler:hover, .bootstrap .navbar-toggler:focus { - text-decoration: none; -} -.bootstrap .navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: no-repeat center center; - background-size: 100% 100%; -} -@media (max-width: 575.98px) { - .bootstrap .navbar-expand-sm > .container, -.bootstrap .navbar-expand-sm > .container-fluid, -.bootstrap .navbar-expand-sm > .container-sm, -.bootstrap .navbar-expand-sm > .container-md, -.bootstrap .navbar-expand-sm > .container-lg, -.bootstrap .navbar-expand-sm > .container-xl { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 576px) { - .bootstrap .navbar-expand-sm { - flex-flow: row nowrap; - justify-content: flex-start; - } - .bootstrap .navbar-expand-sm .navbar-nav { - flex-direction: row; - } - .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-sm > .container, -.bootstrap .navbar-expand-sm > .container-fluid, -.bootstrap .navbar-expand-sm > .container-sm, -.bootstrap .navbar-expand-sm > .container-md, -.bootstrap .navbar-expand-sm > .container-lg, -.bootstrap .navbar-expand-sm > .container-xl { - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-sm .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - .bootstrap .navbar-expand-sm .navbar-toggler { - display: none; - } -} -@media (max-width: 767.98px) { - .bootstrap .navbar-expand-md > .container, -.bootstrap .navbar-expand-md > .container-fluid, -.bootstrap .navbar-expand-md > .container-sm, -.bootstrap .navbar-expand-md > .container-md, -.bootstrap .navbar-expand-md > .container-lg, -.bootstrap .navbar-expand-md > .container-xl { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 768px) { - .bootstrap .navbar-expand-md { - flex-flow: row nowrap; - justify-content: flex-start; - } - .bootstrap .navbar-expand-md .navbar-nav { - flex-direction: row; - } - .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-md > .container, -.bootstrap .navbar-expand-md > .container-fluid, -.bootstrap .navbar-expand-md > .container-sm, -.bootstrap .navbar-expand-md > .container-md, -.bootstrap .navbar-expand-md > .container-lg, -.bootstrap .navbar-expand-md > .container-xl { - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-md .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - .bootstrap .navbar-expand-md .navbar-toggler { - display: none; - } -} -@media (max-width: 991.98px) { - .bootstrap .navbar-expand-lg > .container, -.bootstrap .navbar-expand-lg > .container-fluid, -.bootstrap .navbar-expand-lg > .container-sm, -.bootstrap .navbar-expand-lg > .container-md, -.bootstrap .navbar-expand-lg > .container-lg, -.bootstrap .navbar-expand-lg > .container-xl { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 992px) { - .bootstrap .navbar-expand-lg { - flex-flow: row nowrap; - justify-content: flex-start; - } - .bootstrap .navbar-expand-lg .navbar-nav { - flex-direction: row; - } - .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-lg > .container, -.bootstrap .navbar-expand-lg > .container-fluid, -.bootstrap .navbar-expand-lg > .container-sm, -.bootstrap .navbar-expand-lg > .container-md, -.bootstrap .navbar-expand-lg > .container-lg, -.bootstrap .navbar-expand-lg > .container-xl { - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-lg .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - .bootstrap .navbar-expand-lg .navbar-toggler { - display: none; - } -} -@media (max-width: 1199.98px) { - .bootstrap .navbar-expand-xl > .container, -.bootstrap .navbar-expand-xl > .container-fluid, -.bootstrap .navbar-expand-xl > .container-sm, -.bootstrap .navbar-expand-xl > .container-md, -.bootstrap .navbar-expand-xl > .container-lg, -.bootstrap .navbar-expand-xl > .container-xl { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 1200px) { - .bootstrap .navbar-expand-xl { - flex-flow: row nowrap; - justify-content: flex-start; - } - .bootstrap .navbar-expand-xl .navbar-nav { - flex-direction: row; - } - .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-xl > .container, -.bootstrap .navbar-expand-xl > .container-fluid, -.bootstrap .navbar-expand-xl > .container-sm, -.bootstrap .navbar-expand-xl > .container-md, -.bootstrap .navbar-expand-xl > .container-lg, -.bootstrap .navbar-expand-xl > .container-xl { - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-xl .navbar-collapse { - display: flex !important; - flex-basis: auto; - } - .bootstrap .navbar-expand-xl .navbar-toggler { - display: none; - } -} -.bootstrap .navbar-expand { - flex-flow: row nowrap; - justify-content: flex-start; -} -.bootstrap .navbar-expand > .container, -.bootstrap .navbar-expand > .container-fluid, -.bootstrap .navbar-expand > .container-sm, -.bootstrap .navbar-expand > .container-md, -.bootstrap .navbar-expand > .container-lg, -.bootstrap .navbar-expand > .container-xl { - padding-right: 0; - padding-left: 0; -} -.bootstrap .navbar-expand .navbar-nav { - flex-direction: row; -} -.bootstrap .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; -} -.bootstrap .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; -} -.bootstrap .navbar-expand > .container, -.bootstrap .navbar-expand > .container-fluid, -.bootstrap .navbar-expand > .container-sm, -.bootstrap .navbar-expand > .container-md, -.bootstrap .navbar-expand > .container-lg, -.bootstrap .navbar-expand > .container-xl { - flex-wrap: nowrap; -} -.bootstrap .navbar-expand .navbar-collapse { - display: flex !important; - flex-basis: auto; -} -.bootstrap .navbar-expand .navbar-toggler { - display: none; -} -.bootstrap .navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-brand:hover, .bootstrap .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); -} -.bootstrap .navbar-light .navbar-nav .nav-link:hover, .bootstrap .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); -} -.bootstrap .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); -} -.bootstrap .navbar-light .navbar-nav .show > .nav-link, -.bootstrap .navbar-light .navbar-nav .active > .nav-link, -.bootstrap .navbar-light .navbar-nav .nav-link.show, -.bootstrap .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.5); - border-color: rgba(0, 0, 0, 0.1); -} -.bootstrap .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} -.bootstrap .navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); -} -.bootstrap .navbar-light .navbar-text a { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-text a:hover, .bootstrap .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-dark .navbar-brand { - color: #fff; -} -.bootstrap .navbar-dark .navbar-brand:hover, .bootstrap .navbar-dark .navbar-brand:focus { - color: #fff; -} -.bootstrap .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); -} -.bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bootstrap .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); -} -.bootstrap .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); -} -.bootstrap .navbar-dark .navbar-nav .show > .nav-link, -.bootstrap .navbar-dark .navbar-nav .active > .nav-link, -.bootstrap .navbar-dark .navbar-nav .nav-link.show, -.bootstrap .navbar-dark .navbar-nav .nav-link.active { - color: #fff; -} -.bootstrap .navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.1); -} -.bootstrap .navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} -.bootstrap .navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5); -} -.bootstrap .navbar-dark .navbar-text a { - color: #fff; -} -.bootstrap .navbar-dark .navbar-text a:hover, .bootstrap .navbar-dark .navbar-text a:focus { - color: #fff; -} -.bootstrap .card { - position: relative; - display: flex; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} -.bootstrap .card > hr { - margin-right: 0; - margin-left: 0; -} -.bootstrap .card > .list-group:first-child .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .card-body { - flex: 1 1 auto; - min-height: 1px; - padding: 1.25rem; -} -.bootstrap .card-title { - margin-bottom: 0.75rem; -} -.bootstrap .card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; -} -.bootstrap .card-text:last-child { - margin-bottom: 0; -} -.bootstrap .card-link:hover { - text-decoration: none; -} -.bootstrap .card-link + .card-link { - margin-left: 1.25rem; -} -.bootstrap .card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; -} -.bootstrap .card-header + .list-group .list-group-item:first-child { - border-top: 0; -} -.bootstrap .card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); -} -.bootstrap .card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; -} -.bootstrap .card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; -} -.bootstrap .card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; -} -.bootstrap .card-img, -.bootstrap .card-img-top, -.bootstrap .card-img-bottom { - flex-shrink: 0; - width: 100%; -} -.bootstrap .card-img, -.bootstrap .card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} -.bootstrap .card-img, -.bootstrap .card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} -.bootstrap .card-deck .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .bootstrap .card-deck { - display: flex; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px; - } - .bootstrap .card-deck .card { - flex: 1 0 0%; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px; - } -} -.bootstrap .card-group > .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .bootstrap .card-group { - display: flex; - flex-flow: row wrap; - } - .bootstrap .card-group > .card { - flex: 1 0 0%; - margin-bottom: 0; - } - .bootstrap .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - .bootstrap .card-group > .card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - .bootstrap .card-group > .card:not(:last-child) .card-img-top, -.bootstrap .card-group > .card:not(:last-child) .card-header { - border-top-right-radius: 0; - } - .bootstrap .card-group > .card:not(:last-child) .card-img-bottom, -.bootstrap .card-group > .card:not(:last-child) .card-footer { - border-bottom-right-radius: 0; - } - .bootstrap .card-group > .card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - .bootstrap .card-group > .card:not(:first-child) .card-img-top, -.bootstrap .card-group > .card:not(:first-child) .card-header { - border-top-left-radius: 0; - } - .bootstrap .card-group > .card:not(:first-child) .card-img-bottom, -.bootstrap .card-group > .card:not(:first-child) .card-footer { - border-bottom-left-radius: 0; - } -} -.bootstrap .card-columns .card { - margin-bottom: 0.75rem; -} -@media (min-width: 576px) { - .bootstrap .card-columns { - -moz-column-count: 3; - column-count: 3; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - orphans: 1; - widows: 1; - } - .bootstrap .card-columns .card { - display: inline-block; - width: 100%; - } -} -.bootstrap .accordion > .card { - overflow: hidden; -} -.bootstrap .accordion > .card:not(:last-of-type) { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .accordion > .card:not(:first-of-type) { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.bootstrap .accordion > .card > .card-header { - border-radius: 0; - margin-bottom: -1px; -} -.bootstrap .breadcrumb { - display: flex; - flex-wrap: wrap; - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: 0.25rem; -} -.bootstrap .breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; -} -.bootstrap .breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - color: #6c757d; - content: "/"; -} -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; -} -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; -} -.bootstrap .breadcrumb-item.active { - color: #6c757d; -} -.bootstrap .pagination { - display: flex; - padding-left: 0; - list-style: none; - border-radius: 0.25rem; -} -.bootstrap .page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #3490dc; - background-color: #fff; - border: 1px solid #dee2e6; -} -.bootstrap .page-link:hover { - z-index: 2; - color: #1d68a7; - text-decoration: none; - background-color: #e9ecef; - border-color: #dee2e6; -} -.bootstrap .page-link:focus { - z-index: 3; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); -} -.bootstrap .page-item:first-child .page-link { - margin-left: 0; - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} -.bootstrap .page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - cursor: auto; - background-color: #fff; - border-color: #dee2e6; -} -.bootstrap .pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.125rem; - line-height: 1.5; -} -.bootstrap .pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; -} -.bootstrap .pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; -} -.bootstrap .pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.7875rem; - line-height: 1.5; -} -.bootstrap .pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; -} -.bootstrap .pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; -} -.bootstrap .badge { - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .badge { - transition: none; - } -} -a.bootstrap .badge:hover, a.bootstrap .badge:focus { - text-decoration: none; -} - -.bootstrap .badge:empty { - display: none; -} -.bootstrap .btn .badge { - position: relative; - top: -1px; -} -.bootstrap .badge-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; -} -.bootstrap .badge-primary { - color: #fff; - background-color: #3490dc; -} -a.bootstrap .badge-primary:hover, a.bootstrap .badge-primary:focus { - color: #fff; - background-color: #2176bd; -} -a.bootstrap .badge-primary:focus, a.bootstrap .badge-primary.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5); -} - -.bootstrap .badge-secondary { - color: #fff; - background-color: #6c757d; -} -a.bootstrap .badge-secondary:hover, a.bootstrap .badge-secondary:focus { - color: #fff; - background-color: #545b62; -} -a.bootstrap .badge-secondary:focus, a.bootstrap .badge-secondary.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} - -.bootstrap .badge-success { - color: #fff; - background-color: #38c172; -} -a.bootstrap .badge-success:hover, a.bootstrap .badge-success:focus { - color: #fff; - background-color: #2d995b; -} -a.bootstrap .badge-success:focus, a.bootstrap .badge-success.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5); -} - -.bootstrap .badge-info { - color: #212529; - background-color: #6cb2eb; -} -a.bootstrap .badge-info:hover, a.bootstrap .badge-info:focus { - color: #212529; - background-color: #3f9ae5; -} -a.bootstrap .badge-info:focus, a.bootstrap .badge-info.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5); -} - -.bootstrap .badge-warning { - color: #212529; - background-color: #ffed4a; -} -a.bootstrap .badge-warning:hover, a.bootstrap .badge-warning:focus { - color: #212529; - background-color: #ffe817; -} -a.bootstrap .badge-warning:focus, a.bootstrap .badge-warning.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5); -} - -.bootstrap .badge-danger { - color: #fff; - background-color: #e3342f; -} -a.bootstrap .badge-danger:hover, a.bootstrap .badge-danger:focus { - color: #fff; - background-color: #c51f1a; -} -a.bootstrap .badge-danger:focus, a.bootstrap .badge-danger.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5); -} - -.bootstrap .badge-light { - color: #212529; - background-color: #f8f9fa; -} -a.bootstrap .badge-light:hover, a.bootstrap .badge-light:focus { - color: #212529; - background-color: #dae0e5; -} -a.bootstrap .badge-light:focus, a.bootstrap .badge-light.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} - -.bootstrap .badge-dark { - color: #fff; - background-color: #343a40; -} -a.bootstrap .badge-dark:hover, a.bootstrap .badge-dark:focus { - color: #fff; - background-color: #1d2124; -} -a.bootstrap .badge-dark:focus, a.bootstrap .badge-dark.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} - -.bootstrap .jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #e9ecef; - border-radius: 0.3rem; -} -@media (min-width: 576px) { - .bootstrap .jumbotron { - padding: 4rem 2rem; - } -} -.bootstrap .jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; -} -.bootstrap .alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} -.bootstrap .alert-heading { - color: inherit; -} -.bootstrap .alert-link { - font-weight: 700; -} -.bootstrap .alert-dismissible { - padding-right: 3.85rem; -} -.bootstrap .alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: 0.75rem 1.25rem; - color: inherit; -} -.bootstrap .alert-primary { - color: #1b4b72; - background-color: #d6e9f8; - border-color: #c6e0f5; -} -.bootstrap .alert-primary hr { - border-top-color: #b0d4f1; -} -.bootstrap .alert-primary .alert-link { - color: #113049; -} -.bootstrap .alert-secondary { - color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db; -} -.bootstrap .alert-secondary hr { - border-top-color: #c8cbcf; -} -.bootstrap .alert-secondary .alert-link { - color: #202326; -} -.bootstrap .alert-success { - color: #1d643b; - background-color: #d7f3e3; - border-color: #c7eed8; -} -.bootstrap .alert-success hr { - border-top-color: #b3e8ca; -} -.bootstrap .alert-success .alert-link { - color: #123c24; -} -.bootstrap .alert-info { - color: #385d7a; - background-color: #e2f0fb; - border-color: #d6e9f9; -} -.bootstrap .alert-info hr { - border-top-color: #c0ddf6; -} -.bootstrap .alert-info .alert-link { - color: #284257; -} -.bootstrap .alert-warning { - color: #857b26; - background-color: #fffbdb; - border-color: #fffacc; -} -.bootstrap .alert-warning hr { - border-top-color: #fff8b3; -} -.bootstrap .alert-warning .alert-link { - color: #5d561b; -} -.bootstrap .alert-danger { - color: #761b18; - background-color: #f9d6d5; - border-color: #f7c6c5; -} -.bootstrap .alert-danger hr { - border-top-color: #f4b0af; -} -.bootstrap .alert-danger .alert-link { - color: #4c110f; -} -.bootstrap .alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe; -} -.bootstrap .alert-light hr { - border-top-color: #ececf6; -} -.bootstrap .alert-light .alert-link { - color: #686868; -} -.bootstrap .alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca; -} -.bootstrap .alert-dark hr { - border-top-color: #b9bbbe; -} -.bootstrap .alert-dark .alert-link { - color: #040505; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} -.bootstrap .progress { - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.675rem; - background-color: #e9ecef; - border-radius: 0.25rem; -} -.bootstrap .progress-bar { - display: flex; - flex-direction: column; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #3490dc; - transition: width 0.6s ease; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .progress-bar { - transition: none; - } -} -.bootstrap .progress-bar-striped { - background-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); - background-size: 1rem 1rem; -} -.bootstrap .progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .progress-bar-animated { - -webkit-animation: none; - animation: none; - } -} -.bootstrap .media { - display: flex; - align-items: flex-start; -} -.bootstrap .media-body { - flex: 1; -} -.bootstrap .list-group { - display: flex; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; -} -.bootstrap .list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} -.bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; -} -.bootstrap .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; -} -.bootstrap .list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; -} -.bootstrap .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #3490dc; - border-color: #3490dc; -} -.bootstrap .list-group-item + .bootstrap .list-group-item { - border-top-width: 0; -} -.bootstrap .list-group-item + .bootstrap .list-group-item.active { - margin-top: -1px; - border-top-width: 1px; -} -.bootstrap .list-group-horizontal { - flex-direction: row; -} -.bootstrap .list-group-horizontal .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; -} -.bootstrap .list-group-horizontal .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; -} -.bootstrap .list-group-horizontal .list-group-item.active { - margin-top: 0; -} -.bootstrap .list-group-horizontal .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; -} -.bootstrap .list-group-horizontal .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; -} -@media (min-width: 576px) { - .bootstrap .list-group-horizontal-sm { - flex-direction: row; - } - .bootstrap .list-group-horizontal-sm .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bootstrap .list-group-horizontal-sm .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bootstrap .list-group-horizontal-sm .list-group-item.active { - margin-top: 0; - } - .bootstrap .list-group-horizontal-sm .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bootstrap .list-group-horizontal-sm .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} -@media (min-width: 768px) { - .bootstrap .list-group-horizontal-md { - flex-direction: row; - } - .bootstrap .list-group-horizontal-md .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bootstrap .list-group-horizontal-md .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bootstrap .list-group-horizontal-md .list-group-item.active { - margin-top: 0; - } - .bootstrap .list-group-horizontal-md .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bootstrap .list-group-horizontal-md .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} -@media (min-width: 992px) { - .bootstrap .list-group-horizontal-lg { - flex-direction: row; - } - .bootstrap .list-group-horizontal-lg .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bootstrap .list-group-horizontal-lg .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bootstrap .list-group-horizontal-lg .list-group-item.active { - margin-top: 0; - } - .bootstrap .list-group-horizontal-lg .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bootstrap .list-group-horizontal-lg .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} -@media (min-width: 1200px) { - .bootstrap .list-group-horizontal-xl { - flex-direction: row; - } - .bootstrap .list-group-horizontal-xl .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bootstrap .list-group-horizontal-xl .list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bootstrap .list-group-horizontal-xl .list-group-item.active { - margin-top: 0; - } - .bootstrap .list-group-horizontal-xl .list-group-item + .list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bootstrap .list-group-horizontal-xl .list-group-item + .list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} -.bootstrap .list-group-flush .list-group-item { - border-right-width: 0; - border-left-width: 0; - border-radius: 0; -} -.bootstrap .list-group-flush .list-group-item:first-child { - border-top-width: 0; -} -.bootstrap .list-group-flush:last-child .list-group-item:last-child { - border-bottom-width: 0; -} -.bootstrap .list-group-item-primary { - color: #1b4b72; - background-color: #c6e0f5; -} -.bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus { - color: #1b4b72; - background-color: #b0d4f1; -} -.bootstrap .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #1b4b72; - border-color: #1b4b72; -} -.bootstrap .list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; -} -.bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; -} -.bootstrap .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; -} -.bootstrap .list-group-item-success { - color: #1d643b; - background-color: #c7eed8; -} -.bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus { - color: #1d643b; - background-color: #b3e8ca; -} -.bootstrap .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #1d643b; - border-color: #1d643b; -} -.bootstrap .list-group-item-info { - color: #385d7a; - background-color: #d6e9f9; -} -.bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus { - color: #385d7a; - background-color: #c0ddf6; -} -.bootstrap .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #385d7a; - border-color: #385d7a; -} -.bootstrap .list-group-item-warning { - color: #857b26; - background-color: #fffacc; -} -.bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus { - color: #857b26; - background-color: #fff8b3; -} -.bootstrap .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #857b26; - border-color: #857b26; -} -.bootstrap .list-group-item-danger { - color: #761b18; - background-color: #f7c6c5; -} -.bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus { - color: #761b18; - background-color: #f4b0af; -} -.bootstrap .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #761b18; - border-color: #761b18; -} -.bootstrap .list-group-item-light { - color: #818182; - background-color: #fdfdfe; -} -.bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6; -} -.bootstrap .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; -} -.bootstrap .list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; -} -.bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; -} -.bootstrap .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; -} -.bootstrap .close { - float: right; - font-size: 1.35rem; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: 0.5; -} -.bootstrap .close:hover { - color: #000; - text-decoration: none; -} -.bootstrap .close:not(:disabled):not(.disabled):hover, .bootstrap .close:not(:disabled):not(.disabled):focus { - opacity: 0.75; -} -.bootstrap button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} -.bootstrap a.close.disabled { - pointer-events: none; -} -.bootstrap .toast { - max-width: 350px; - overflow: hidden; - font-size: 0.875rem; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - opacity: 0; - border-radius: 0.25rem; -} -.bootstrap .toast:not(:last-child) { - margin-bottom: 0.75rem; -} -.bootstrap .toast.showing { - opacity: 1; -} -.bootstrap .toast.show { - display: block; - opacity: 1; -} -.bootstrap .toast.hide { - display: none; -} -.bootstrap .toast-header { - display: flex; - align-items: center; - padding: 0.25rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); -} -.bootstrap .toast-body { - padding: 0.75rem; -} -.bootstrap .modal-open { - overflow: hidden; -} -.bootstrap .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} -.bootstrap .modal { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0; -} -.bootstrap .modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} -.modal.fade .bootstrap .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -50px); -} -@media (prefers-reduced-motion: reduce) { - .modal.fade .bootstrap .modal-dialog { - transition: none; - } -} -.modal.show .bootstrap .modal-dialog { - transform: none; -} -.modal.modal-static .bootstrap .modal-dialog { - transform: scale(1.02); -} -.bootstrap .modal-dialog-scrollable { - display: flex; - max-height: calc(100% - 1rem); -} -.bootstrap .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 1rem); - overflow: hidden; -} -.bootstrap .modal-dialog-scrollable .modal-header, -.bootstrap .modal-dialog-scrollable .modal-footer { - flex-shrink: 0; -} -.bootstrap .modal-dialog-scrollable .modal-body { - overflow-y: auto; -} -.bootstrap .modal-dialog-centered { - display: flex; - align-items: center; - min-height: calc(100% - 1rem); -} -.bootstrap .modal-dialog-centered::before { - display: block; - height: calc(100vh - 1rem); - content: ""; -} -.bootstrap .modal-dialog-centered.modal-dialog-scrollable { - flex-direction: column; - justify-content: center; - height: 100%; -} -.bootstrap .modal-dialog-centered.modal-dialog-scrollable .modal-content { - max-height: none; -} -.bootstrap .modal-dialog-centered.modal-dialog-scrollable::before { - content: none; -} -.bootstrap .modal-content { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} -.bootstrap .modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} -.bootstrap .modal-backdrop.fade { - opacity: 0; -} -.bootstrap .modal-backdrop.show { - opacity: 0.5; -} -.bootstrap .modal-header { - display: flex; - align-items: flex-start; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} -.bootstrap .modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto; -} -.bootstrap .modal-title { - margin-bottom: 0; - line-height: 1.6; -} -.bootstrap .modal-body { - position: relative; - flex: 1 1 auto; - padding: 1rem; -} -.bootstrap .modal-footer { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: flex-end; - padding: 0.75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); -} -.bootstrap .modal-footer > * { - margin: 0.25rem; -} -.bootstrap .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} -@media (min-width: 576px) { - .bootstrap .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - .bootstrap .modal-dialog-scrollable { - max-height: calc(100% - 3.5rem); - } - .bootstrap .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 3.5rem); - } - .bootstrap .modal-dialog-centered { - min-height: calc(100% - 3.5rem); - } - .bootstrap .modal-dialog-centered::before { - height: calc(100vh - 3.5rem); - } - .bootstrap .modal-sm { - max-width: 300px; - } -} -@media (min-width: 992px) { - .bootstrap .modal-lg, -.bootstrap .modal-xl { - max-width: 800px; - } -} -@media (min-width: 1200px) { - .bootstrap .modal-xl { - max-width: 1140px; - } -} -.bootstrap .tooltip { - position: absolute; - z-index: 1070; - display: block; - margin: 0; - font-family: "Avenir Next", sans-serif; - font-style: normal; - font-weight: 400; - line-height: 1.6; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.7875rem; - word-wrap: break-word; - opacity: 0; -} -.bootstrap .tooltip.show { - opacity: 0.9; -} -.bootstrap .tooltip .arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; -} -.bootstrap .tooltip .arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; -} -.bootstrap .bs-tooltip-top, .bootstrap .bs-tooltip-auto[x-placement^=top] { - padding: 0.4rem 0; -} -.bootstrap .bs-tooltip-top .arrow, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow { - bottom: 0; -} -.bootstrap .bs-tooltip-top .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow::before { - top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; -} -.bootstrap .bs-tooltip-right, .bootstrap .bs-tooltip-auto[x-placement^=right] { - padding: 0 0.4rem; -} -.bootstrap .bs-tooltip-right .arrow, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; -} -.bootstrap .bs-tooltip-right .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow::before { - right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; -} -.bootstrap .bs-tooltip-bottom, .bootstrap .bs-tooltip-auto[x-placement^=bottom] { - padding: 0.4rem 0; -} -.bootstrap .bs-tooltip-bottom .arrow, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow { - top: 0; -} -.bootstrap .bs-tooltip-bottom .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow::before { - bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; -} -.bootstrap .bs-tooltip-left, .bootstrap .bs-tooltip-auto[x-placement^=left] { - padding: 0 0.4rem; -} -.bootstrap .bs-tooltip-left .arrow, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; -} -.bootstrap .bs-tooltip-left .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; -} -.bootstrap .tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} -.bootstrap .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: "Avenir Next", sans-serif; - font-style: normal; - font-weight: 400; - line-height: 1.6; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.7875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} -.bootstrap .popover .arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 0.3rem; -} -.bootstrap .popover .arrow::before, .bootstrap .popover .arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; -} -.bootstrap .bs-popover-top, .bootstrap .bs-popover-auto[x-placement^=top] { - margin-bottom: 0.5rem; -} -.bootstrap .bs-popover-top > .arrow, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow { - bottom: calc(-0.5rem - 1px); -} -.bootstrap .bs-popover-top > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::before { - bottom: 0; - border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-top > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::after { - bottom: 1px; - border-width: 0.5rem 0.5rem 0; - border-top-color: #fff; -} -.bootstrap .bs-popover-right, .bootstrap .bs-popover-auto[x-placement^=right] { - margin-left: 0.5rem; -} -.bootstrap .bs-popover-right > .arrow, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow { - left: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; -} -.bootstrap .bs-popover-right > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::before { - left: 0; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-right > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::after { - left: 1px; - border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #fff; -} -.bootstrap .bs-popover-bottom, .bootstrap .bs-popover-auto[x-placement^=bottom] { - margin-top: 0.5rem; -} -.bootstrap .bs-popover-bottom > .arrow, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow { - top: calc(-0.5rem - 1px); -} -.bootstrap .bs-popover-bottom > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::before { - top: 0; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-bottom > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::after { - top: 1px; - border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #fff; -} -.bootstrap .bs-popover-bottom .popover-header::before, .bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; -} -.bootstrap .bs-popover-left, .bootstrap .bs-popover-auto[x-placement^=left] { - margin-right: 0.5rem; -} -.bootstrap .bs-popover-left > .arrow, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow { - right: calc(-0.5rem - 1px); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; -} -.bootstrap .bs-popover-left > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::before { - right: 0; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-left > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::after { - right: 1px; - border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #fff; -} -.bootstrap .popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 0.9rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} -.bootstrap .popover-header:empty { - display: none; -} -.bootstrap .popover-body { - padding: 0.5rem 0.75rem; - color: #212529; -} -.bootstrap .carousel { - position: relative; -} -.bootstrap .carousel.pointer-event { - touch-action: pan-y; -} -.bootstrap .carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} -.bootstrap .carousel-inner::after { - display: block; - clear: both; - content: ""; -} -.bootstrap .carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: transform 0.6s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .carousel-item { - transition: none; - } -} -.bootstrap .carousel-item.active, -.bootstrap .carousel-item-next, -.bootstrap .carousel-item-prev { - display: block; -} -.bootstrap .carousel-item-next:not(.carousel-item-left), -.bootstrap .active.carousel-item-right { - transform: translateX(100%); -} -.bootstrap .carousel-item-prev:not(.carousel-item-right), -.bootstrap .active.carousel-item-left { - transform: translateX(-100%); -} -.bootstrap .carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - transform: none; -} -.bootstrap .carousel-fade .carousel-item.active, -.bootstrap .carousel-fade .carousel-item-next.carousel-item-left, -.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1; -} -.bootstrap .carousel-fade .active.carousel-item-left, -.bootstrap .carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - transition: opacity 0s 0.6s; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .carousel-fade .active.carousel-item-left, -.bootstrap .carousel-fade .active.carousel-item-right { - transition: none; - } -} -.bootstrap .carousel-control-prev, -.bootstrap .carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; - transition: opacity 0.15s ease; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .carousel-control-prev, -.bootstrap .carousel-control-next { - transition: none; - } -} -.bootstrap .carousel-control-prev:hover, .bootstrap .carousel-control-prev:focus, -.bootstrap .carousel-control-next:hover, -.bootstrap .carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; -} -.bootstrap .carousel-control-prev { - left: 0; -} -.bootstrap .carousel-control-next { - right: 0; -} -.bootstrap .carousel-control-prev-icon, -.bootstrap .carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: no-repeat 50%/100% 100%; -} -.bootstrap .carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); -} -.bootstrap .carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); -} -.bootstrap .carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 15; - display: flex; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; -} -.bootstrap .carousel-indicators li { - box-sizing: content-box; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: 0.5; - transition: opacity 0.6s ease; -} -@media (prefers-reduced-motion: reduce) { - .bootstrap .carousel-indicators li { - transition: none; - } -} -.bootstrap .carousel-indicators .active { - opacity: 1; -} -.bootstrap .carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; -} -@-webkit-keyframes spinner-border { - to { - transform: rotate(360deg); - } -} -@keyframes spinner-border { - to { - transform: rotate(360deg); - } -} -.bootstrap .spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: spinner-border 0.75s linear infinite; - animation: spinner-border 0.75s linear infinite; -} -.bootstrap .spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; -} -@-webkit-keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } -} -@keyframes spinner-grow { - 0% { - transform: scale(0); - } - 50% { - opacity: 1; - } -} -.bootstrap .spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: spinner-grow 0.75s linear infinite; - animation: spinner-grow 0.75s linear infinite; -} -.bootstrap .spinner-grow-sm { - width: 1rem; - height: 1rem; -} -.bootstrap .align-baseline { - vertical-align: baseline !important; -} -.bootstrap .align-top { - vertical-align: top !important; -} -.bootstrap .align-middle { - vertical-align: middle !important; -} -.bootstrap .align-bottom { - vertical-align: bottom !important; -} -.bootstrap .align-text-bottom { - vertical-align: text-bottom !important; -} -.bootstrap .align-text-top { - vertical-align: text-top !important; -} -.bootstrap .bg-primary { - background-color: #3490dc !important; -} -.bootstrap a.bg-primary:hover, .bootstrap a.bg-primary:focus, -.bootstrap button.bg-primary:hover, -.bootstrap button.bg-primary:focus { - background-color: #2176bd !important; -} -.bootstrap .bg-secondary { - background-color: #6c757d !important; -} -.bootstrap a.bg-secondary:hover, .bootstrap a.bg-secondary:focus, -.bootstrap button.bg-secondary:hover, -.bootstrap button.bg-secondary:focus { - background-color: #545b62 !important; -} -.bootstrap .bg-success { - background-color: #38c172 !important; -} -.bootstrap a.bg-success:hover, .bootstrap a.bg-success:focus, -.bootstrap button.bg-success:hover, -.bootstrap button.bg-success:focus { - background-color: #2d995b !important; -} -.bootstrap .bg-info { - background-color: #6cb2eb !important; -} -.bootstrap a.bg-info:hover, .bootstrap a.bg-info:focus, -.bootstrap button.bg-info:hover, -.bootstrap button.bg-info:focus { - background-color: #3f9ae5 !important; -} -.bootstrap .bg-warning { - background-color: #ffed4a !important; -} -.bootstrap a.bg-warning:hover, .bootstrap a.bg-warning:focus, -.bootstrap button.bg-warning:hover, -.bootstrap button.bg-warning:focus { - background-color: #ffe817 !important; -} -.bootstrap .bg-danger { - background-color: #e3342f !important; -} -.bootstrap a.bg-danger:hover, .bootstrap a.bg-danger:focus, -.bootstrap button.bg-danger:hover, -.bootstrap button.bg-danger:focus { - background-color: #c51f1a !important; -} -.bootstrap .bg-light { - background-color: #f8f9fa !important; -} -.bootstrap a.bg-light:hover, .bootstrap a.bg-light:focus, -.bootstrap button.bg-light:hover, -.bootstrap button.bg-light:focus { - background-color: #dae0e5 !important; -} -.bootstrap .bg-dark { - background-color: #343a40 !important; -} -.bootstrap a.bg-dark:hover, .bootstrap a.bg-dark:focus, -.bootstrap button.bg-dark:hover, -.bootstrap button.bg-dark:focus { - background-color: #1d2124 !important; -} -.bootstrap .bg-white { - background-color: #fff !important; -} -.bootstrap .bg-transparent { - background-color: transparent !important; -} -.bootstrap .border { - border: 1px solid #dee2e6 !important; -} -.bootstrap .border-top { - border-top: 1px solid #dee2e6 !important; -} -.bootstrap .border-right { - border-right: 1px solid #dee2e6 !important; -} -.bootstrap .border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} -.bootstrap .border-left { - border-left: 1px solid #dee2e6 !important; -} -.bootstrap .border-0 { - border: 0 !important; -} -.bootstrap .border-top-0 { - border-top: 0 !important; -} -.bootstrap .border-right-0 { - border-right: 0 !important; -} -.bootstrap .border-bottom-0 { - border-bottom: 0 !important; -} -.bootstrap .border-left-0 { - border-left: 0 !important; -} -.bootstrap .border-primary { - border-color: #3490dc !important; -} -.bootstrap .border-secondary { - border-color: #6c757d !important; -} -.bootstrap .border-success { - border-color: #38c172 !important; -} -.bootstrap .border-info { - border-color: #6cb2eb !important; -} -.bootstrap .border-warning { - border-color: #ffed4a !important; -} -.bootstrap .border-danger { - border-color: #e3342f !important; -} -.bootstrap .border-light { - border-color: #f8f9fa !important; -} -.bootstrap .border-dark { - border-color: #343a40 !important; -} -.bootstrap .border-white { - border-color: #fff !important; -} -.bootstrap .rounded-sm { - border-radius: 0.2rem !important; -} -.bootstrap .rounded { - border-radius: 0.25rem !important; -} -.bootstrap .rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} -.bootstrap .rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} -.bootstrap .rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} -.bootstrap .rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} -.bootstrap .rounded-lg { - border-radius: 0.3rem !important; -} -.bootstrap .rounded-circle { - border-radius: 50% !important; -} -.bootstrap .rounded-pill { - border-radius: 50rem !important; -} -.bootstrap .rounded-0 { - border-radius: 0 !important; -} -.bootstrap .clearfix::after { - display: block; - clear: both; - content: ""; -} -.bootstrap .d-none { - display: none !important; -} -.bootstrap .d-inline { - display: inline !important; -} -.bootstrap .d-inline-block { - display: inline-block !important; -} -.bootstrap .d-block { - display: block !important; -} -.bootstrap .d-table { - display: table !important; -} -.bootstrap .d-table-row { - display: table-row !important; -} -.bootstrap .d-table-cell { - display: table-cell !important; -} -.bootstrap .d-flex { - display: flex !important; -} -.bootstrap .d-inline-flex { - display: inline-flex !important; -} -@media (min-width: 576px) { - .bootstrap .d-sm-none { - display: none !important; - } - .bootstrap .d-sm-inline { - display: inline !important; - } - .bootstrap .d-sm-inline-block { - display: inline-block !important; - } - .bootstrap .d-sm-block { - display: block !important; - } - .bootstrap .d-sm-table { - display: table !important; - } - .bootstrap .d-sm-table-row { - display: table-row !important; - } - .bootstrap .d-sm-table-cell { - display: table-cell !important; - } - .bootstrap .d-sm-flex { - display: flex !important; - } - .bootstrap .d-sm-inline-flex { - display: inline-flex !important; - } -} -@media (min-width: 768px) { - .bootstrap .d-md-none { - display: none !important; - } - .bootstrap .d-md-inline { - display: inline !important; - } - .bootstrap .d-md-inline-block { - display: inline-block !important; - } - .bootstrap .d-md-block { - display: block !important; - } - .bootstrap .d-md-table { - display: table !important; - } - .bootstrap .d-md-table-row { - display: table-row !important; - } - .bootstrap .d-md-table-cell { - display: table-cell !important; - } - .bootstrap .d-md-flex { - display: flex !important; - } - .bootstrap .d-md-inline-flex { - display: inline-flex !important; - } -} -@media (min-width: 992px) { - .bootstrap .d-lg-none { - display: none !important; - } - .bootstrap .d-lg-inline { - display: inline !important; - } - .bootstrap .d-lg-inline-block { - display: inline-block !important; - } - .bootstrap .d-lg-block { - display: block !important; - } - .bootstrap .d-lg-table { - display: table !important; - } - .bootstrap .d-lg-table-row { - display: table-row !important; - } - .bootstrap .d-lg-table-cell { - display: table-cell !important; - } - .bootstrap .d-lg-flex { - display: flex !important; - } - .bootstrap .d-lg-inline-flex { - display: inline-flex !important; - } -} -@media (min-width: 1200px) { - .bootstrap .d-xl-none { - display: none !important; - } - .bootstrap .d-xl-inline { - display: inline !important; - } - .bootstrap .d-xl-inline-block { - display: inline-block !important; - } - .bootstrap .d-xl-block { - display: block !important; - } - .bootstrap .d-xl-table { - display: table !important; - } - .bootstrap .d-xl-table-row { - display: table-row !important; - } - .bootstrap .d-xl-table-cell { - display: table-cell !important; - } - .bootstrap .d-xl-flex { - display: flex !important; - } - .bootstrap .d-xl-inline-flex { - display: inline-flex !important; - } -} -@media print { - .bootstrap .d-print-none { - display: none !important; - } - .bootstrap .d-print-inline { - display: inline !important; - } - .bootstrap .d-print-inline-block { - display: inline-block !important; - } - .bootstrap .d-print-block { - display: block !important; - } - .bootstrap .d-print-table { - display: table !important; - } - .bootstrap .d-print-table-row { - display: table-row !important; - } - .bootstrap .d-print-table-cell { - display: table-cell !important; - } - .bootstrap .d-print-flex { - display: flex !important; - } - .bootstrap .d-print-inline-flex { - display: inline-flex !important; - } -} -.bootstrap .embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} -.bootstrap .embed-responsive::before { - display: block; - content: ""; -} -.bootstrap .embed-responsive .embed-responsive-item, -.bootstrap .embed-responsive iframe, -.bootstrap .embed-responsive embed, -.bootstrap .embed-responsive object, -.bootstrap .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} -.bootstrap .embed-responsive-21by9::before { - padding-top: 42.8571428571%; -} -.bootstrap .embed-responsive-16by9::before { - padding-top: 56.25%; -} -.bootstrap .embed-responsive-4by3::before { - padding-top: 75%; -} -.bootstrap .embed-responsive-1by1::before { - padding-top: 100%; -} -.bootstrap .flex-row { - flex-direction: row !important; -} -.bootstrap .flex-column { - flex-direction: column !important; -} -.bootstrap .flex-row-reverse { - flex-direction: row-reverse !important; -} -.bootstrap .flex-column-reverse { - flex-direction: column-reverse !important; -} -.bootstrap .flex-wrap { - flex-wrap: wrap !important; -} -.bootstrap .flex-nowrap { - flex-wrap: nowrap !important; -} -.bootstrap .flex-wrap-reverse { - flex-wrap: wrap-reverse !important; -} -.bootstrap .flex-fill { - flex: 1 1 auto !important; -} -.bootstrap .flex-grow-0 { - flex-grow: 0 !important; -} -.bootstrap .flex-grow-1 { - flex-grow: 1 !important; -} -.bootstrap .flex-shrink-0 { - flex-shrink: 0 !important; -} -.bootstrap .flex-shrink-1 { - flex-shrink: 1 !important; -} -.bootstrap .justify-content-start { - justify-content: flex-start !important; -} -.bootstrap .justify-content-end { - justify-content: flex-end !important; -} -.bootstrap .justify-content-center { - justify-content: center !important; -} -.bootstrap .justify-content-between { - justify-content: space-between !important; -} -.bootstrap .justify-content-around { - justify-content: space-around !important; -} -.bootstrap .align-items-start { - align-items: flex-start !important; -} -.bootstrap .align-items-end { - align-items: flex-end !important; -} -.bootstrap .align-items-center { - align-items: center !important; -} -.bootstrap .align-items-baseline { - align-items: baseline !important; -} -.bootstrap .align-items-stretch { - align-items: stretch !important; -} -.bootstrap .align-content-start { - align-content: flex-start !important; -} -.bootstrap .align-content-end { - align-content: flex-end !important; -} -.bootstrap .align-content-center { - align-content: center !important; -} -.bootstrap .align-content-between { - align-content: space-between !important; -} -.bootstrap .align-content-around { - align-content: space-around !important; -} -.bootstrap .align-content-stretch { - align-content: stretch !important; -} -.bootstrap .align-self-auto { - align-self: auto !important; -} -.bootstrap .align-self-start { - align-self: flex-start !important; -} -.bootstrap .align-self-end { - align-self: flex-end !important; -} -.bootstrap .align-self-center { - align-self: center !important; -} -.bootstrap .align-self-baseline { - align-self: baseline !important; -} -.bootstrap .align-self-stretch { - align-self: stretch !important; -} -@media (min-width: 576px) { - .bootstrap .flex-sm-row { - flex-direction: row !important; - } - .bootstrap .flex-sm-column { - flex-direction: column !important; - } - .bootstrap .flex-sm-row-reverse { - flex-direction: row-reverse !important; - } - .bootstrap .flex-sm-column-reverse { - flex-direction: column-reverse !important; - } - .bootstrap .flex-sm-wrap { - flex-wrap: wrap !important; - } - .bootstrap .flex-sm-nowrap { - flex-wrap: nowrap !important; - } - .bootstrap .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - .bootstrap .flex-sm-fill { - flex: 1 1 auto !important; - } - .bootstrap .flex-sm-grow-0 { - flex-grow: 0 !important; - } - .bootstrap .flex-sm-grow-1 { - flex-grow: 1 !important; - } - .bootstrap .flex-sm-shrink-0 { - flex-shrink: 0 !important; - } - .bootstrap .flex-sm-shrink-1 { - flex-shrink: 1 !important; - } - .bootstrap .justify-content-sm-start { - justify-content: flex-start !important; - } - .bootstrap .justify-content-sm-end { - justify-content: flex-end !important; - } - .bootstrap .justify-content-sm-center { - justify-content: center !important; - } - .bootstrap .justify-content-sm-between { - justify-content: space-between !important; - } - .bootstrap .justify-content-sm-around { - justify-content: space-around !important; - } - .bootstrap .align-items-sm-start { - align-items: flex-start !important; - } - .bootstrap .align-items-sm-end { - align-items: flex-end !important; - } - .bootstrap .align-items-sm-center { - align-items: center !important; - } - .bootstrap .align-items-sm-baseline { - align-items: baseline !important; - } - .bootstrap .align-items-sm-stretch { - align-items: stretch !important; - } - .bootstrap .align-content-sm-start { - align-content: flex-start !important; - } - .bootstrap .align-content-sm-end { - align-content: flex-end !important; - } - .bootstrap .align-content-sm-center { - align-content: center !important; - } - .bootstrap .align-content-sm-between { - align-content: space-between !important; - } - .bootstrap .align-content-sm-around { - align-content: space-around !important; - } - .bootstrap .align-content-sm-stretch { - align-content: stretch !important; - } - .bootstrap .align-self-sm-auto { - align-self: auto !important; - } - .bootstrap .align-self-sm-start { - align-self: flex-start !important; - } - .bootstrap .align-self-sm-end { - align-self: flex-end !important; - } - .bootstrap .align-self-sm-center { - align-self: center !important; - } - .bootstrap .align-self-sm-baseline { - align-self: baseline !important; - } - .bootstrap .align-self-sm-stretch { - align-self: stretch !important; - } -} -@media (min-width: 768px) { - .bootstrap .flex-md-row { - flex-direction: row !important; - } - .bootstrap .flex-md-column { - flex-direction: column !important; - } - .bootstrap .flex-md-row-reverse { - flex-direction: row-reverse !important; - } - .bootstrap .flex-md-column-reverse { - flex-direction: column-reverse !important; - } - .bootstrap .flex-md-wrap { - flex-wrap: wrap !important; - } - .bootstrap .flex-md-nowrap { - flex-wrap: nowrap !important; - } - .bootstrap .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - .bootstrap .flex-md-fill { - flex: 1 1 auto !important; - } - .bootstrap .flex-md-grow-0 { - flex-grow: 0 !important; - } - .bootstrap .flex-md-grow-1 { - flex-grow: 1 !important; - } - .bootstrap .flex-md-shrink-0 { - flex-shrink: 0 !important; - } - .bootstrap .flex-md-shrink-1 { - flex-shrink: 1 !important; - } - .bootstrap .justify-content-md-start { - justify-content: flex-start !important; - } - .bootstrap .justify-content-md-end { - justify-content: flex-end !important; - } - .bootstrap .justify-content-md-center { - justify-content: center !important; - } - .bootstrap .justify-content-md-between { - justify-content: space-between !important; - } - .bootstrap .justify-content-md-around { - justify-content: space-around !important; - } - .bootstrap .align-items-md-start { - align-items: flex-start !important; - } - .bootstrap .align-items-md-end { - align-items: flex-end !important; - } - .bootstrap .align-items-md-center { - align-items: center !important; - } - .bootstrap .align-items-md-baseline { - align-items: baseline !important; - } - .bootstrap .align-items-md-stretch { - align-items: stretch !important; - } - .bootstrap .align-content-md-start { - align-content: flex-start !important; - } - .bootstrap .align-content-md-end { - align-content: flex-end !important; - } - .bootstrap .align-content-md-center { - align-content: center !important; - } - .bootstrap .align-content-md-between { - align-content: space-between !important; - } - .bootstrap .align-content-md-around { - align-content: space-around !important; - } - .bootstrap .align-content-md-stretch { - align-content: stretch !important; - } - .bootstrap .align-self-md-auto { - align-self: auto !important; - } - .bootstrap .align-self-md-start { - align-self: flex-start !important; - } - .bootstrap .align-self-md-end { - align-self: flex-end !important; - } - .bootstrap .align-self-md-center { - align-self: center !important; - } - .bootstrap .align-self-md-baseline { - align-self: baseline !important; - } - .bootstrap .align-self-md-stretch { - align-self: stretch !important; - } -} -@media (min-width: 992px) { - .bootstrap .flex-lg-row { - flex-direction: row !important; - } - .bootstrap .flex-lg-column { - flex-direction: column !important; - } - .bootstrap .flex-lg-row-reverse { - flex-direction: row-reverse !important; - } - .bootstrap .flex-lg-column-reverse { - flex-direction: column-reverse !important; - } - .bootstrap .flex-lg-wrap { - flex-wrap: wrap !important; - } - .bootstrap .flex-lg-nowrap { - flex-wrap: nowrap !important; - } - .bootstrap .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - .bootstrap .flex-lg-fill { - flex: 1 1 auto !important; - } - .bootstrap .flex-lg-grow-0 { - flex-grow: 0 !important; - } - .bootstrap .flex-lg-grow-1 { - flex-grow: 1 !important; - } - .bootstrap .flex-lg-shrink-0 { - flex-shrink: 0 !important; - } - .bootstrap .flex-lg-shrink-1 { - flex-shrink: 1 !important; - } - .bootstrap .justify-content-lg-start { - justify-content: flex-start !important; - } - .bootstrap .justify-content-lg-end { - justify-content: flex-end !important; - } - .bootstrap .justify-content-lg-center { - justify-content: center !important; - } - .bootstrap .justify-content-lg-between { - justify-content: space-between !important; - } - .bootstrap .justify-content-lg-around { - justify-content: space-around !important; - } - .bootstrap .align-items-lg-start { - align-items: flex-start !important; - } - .bootstrap .align-items-lg-end { - align-items: flex-end !important; - } - .bootstrap .align-items-lg-center { - align-items: center !important; - } - .bootstrap .align-items-lg-baseline { - align-items: baseline !important; - } - .bootstrap .align-items-lg-stretch { - align-items: stretch !important; - } - .bootstrap .align-content-lg-start { - align-content: flex-start !important; - } - .bootstrap .align-content-lg-end { - align-content: flex-end !important; - } - .bootstrap .align-content-lg-center { - align-content: center !important; - } - .bootstrap .align-content-lg-between { - align-content: space-between !important; - } - .bootstrap .align-content-lg-around { - align-content: space-around !important; - } - .bootstrap .align-content-lg-stretch { - align-content: stretch !important; - } - .bootstrap .align-self-lg-auto { - align-self: auto !important; - } - .bootstrap .align-self-lg-start { - align-self: flex-start !important; - } - .bootstrap .align-self-lg-end { - align-self: flex-end !important; - } - .bootstrap .align-self-lg-center { - align-self: center !important; - } - .bootstrap .align-self-lg-baseline { - align-self: baseline !important; - } - .bootstrap .align-self-lg-stretch { - align-self: stretch !important; - } -} -@media (min-width: 1200px) { - .bootstrap .flex-xl-row { - flex-direction: row !important; - } - .bootstrap .flex-xl-column { - flex-direction: column !important; - } - .bootstrap .flex-xl-row-reverse { - flex-direction: row-reverse !important; - } - .bootstrap .flex-xl-column-reverse { - flex-direction: column-reverse !important; - } - .bootstrap .flex-xl-wrap { - flex-wrap: wrap !important; - } - .bootstrap .flex-xl-nowrap { - flex-wrap: nowrap !important; - } - .bootstrap .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; - } - .bootstrap .flex-xl-fill { - flex: 1 1 auto !important; - } - .bootstrap .flex-xl-grow-0 { - flex-grow: 0 !important; - } - .bootstrap .flex-xl-grow-1 { - flex-grow: 1 !important; - } - .bootstrap .flex-xl-shrink-0 { - flex-shrink: 0 !important; - } - .bootstrap .flex-xl-shrink-1 { - flex-shrink: 1 !important; - } - .bootstrap .justify-content-xl-start { - justify-content: flex-start !important; - } - .bootstrap .justify-content-xl-end { - justify-content: flex-end !important; - } - .bootstrap .justify-content-xl-center { - justify-content: center !important; - } - .bootstrap .justify-content-xl-between { - justify-content: space-between !important; - } - .bootstrap .justify-content-xl-around { - justify-content: space-around !important; - } - .bootstrap .align-items-xl-start { - align-items: flex-start !important; - } - .bootstrap .align-items-xl-end { - align-items: flex-end !important; - } - .bootstrap .align-items-xl-center { - align-items: center !important; - } - .bootstrap .align-items-xl-baseline { - align-items: baseline !important; - } - .bootstrap .align-items-xl-stretch { - align-items: stretch !important; - } - .bootstrap .align-content-xl-start { - align-content: flex-start !important; - } - .bootstrap .align-content-xl-end { - align-content: flex-end !important; - } - .bootstrap .align-content-xl-center { - align-content: center !important; - } - .bootstrap .align-content-xl-between { - align-content: space-between !important; - } - .bootstrap .align-content-xl-around { - align-content: space-around !important; - } - .bootstrap .align-content-xl-stretch { - align-content: stretch !important; - } - .bootstrap .align-self-xl-auto { - align-self: auto !important; - } - .bootstrap .align-self-xl-start { - align-self: flex-start !important; - } - .bootstrap .align-self-xl-end { - align-self: flex-end !important; - } - .bootstrap .align-self-xl-center { - align-self: center !important; - } - .bootstrap .align-self-xl-baseline { - align-self: baseline !important; - } - .bootstrap .align-self-xl-stretch { - align-self: stretch !important; - } -} -.bootstrap .float-left { - float: left !important; -} -.bootstrap .float-right { - float: right !important; -} -.bootstrap .float-none { - float: none !important; -} -@media (min-width: 576px) { - .bootstrap .float-sm-left { - float: left !important; - } - .bootstrap .float-sm-right { - float: right !important; - } - .bootstrap .float-sm-none { - float: none !important; - } -} -@media (min-width: 768px) { - .bootstrap .float-md-left { - float: left !important; - } - .bootstrap .float-md-right { - float: right !important; - } - .bootstrap .float-md-none { - float: none !important; - } -} -@media (min-width: 992px) { - .bootstrap .float-lg-left { - float: left !important; - } - .bootstrap .float-lg-right { - float: right !important; - } - .bootstrap .float-lg-none { - float: none !important; - } -} -@media (min-width: 1200px) { - .bootstrap .float-xl-left { - float: left !important; - } - .bootstrap .float-xl-right { - float: right !important; - } - .bootstrap .float-xl-none { - float: none !important; - } -} -.bootstrap .overflow-auto { - overflow: auto !important; -} -.bootstrap .overflow-hidden { - overflow: hidden !important; -} -.bootstrap .position-static { - position: static !important; -} -.bootstrap .position-relative { - position: relative !important; -} -.bootstrap .position-absolute { - position: absolute !important; -} -.bootstrap .position-fixed { - position: fixed !important; -} -.bootstrap .position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} -.bootstrap .fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} -.bootstrap .fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} -@supports ((position: -webkit-sticky) or (position: sticky)) { - .bootstrap .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} -.bootstrap .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; -} -.bootstrap .sr-only-focusable:active, .bootstrap .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; -} -.bootstrap .shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} -.bootstrap .shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} -.bootstrap .shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} -.bootstrap .shadow-none { - box-shadow: none !important; -} -.bootstrap .w-25 { - width: 25% !important; -} -.bootstrap .w-50 { - width: 50% !important; -} -.bootstrap .w-75 { - width: 75% !important; -} -.bootstrap .w-100 { - width: 100% !important; -} -.bootstrap .w-auto { - width: auto !important; -} -.bootstrap .h-25 { - height: 25% !important; -} -.bootstrap .h-50 { - height: 50% !important; -} -.bootstrap .h-75 { - height: 75% !important; -} -.bootstrap .h-100 { - height: 100% !important; -} -.bootstrap .h-auto { - height: auto !important; -} -.bootstrap .mw-100 { - max-width: 100% !important; -} -.bootstrap .mh-100 { - max-height: 100% !important; -} -.bootstrap .min-vw-100 { - min-width: 100vw !important; -} -.bootstrap .min-vh-100 { - min-height: 100vh !important; -} -.bootstrap .vw-100 { - width: 100vw !important; -} -.bootstrap .vh-100 { - height: 100vh !important; -} -.bootstrap .stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - pointer-events: auto; - content: ""; - background-color: rgba(0, 0, 0, 0); -} -.bootstrap .m-0 { - margin: 0 !important; -} -.bootstrap .mt-0, -.bootstrap .my-0 { - margin-top: 0 !important; -} -.bootstrap .mr-0, -.bootstrap .mx-0 { - margin-right: 0 !important; -} -.bootstrap .mb-0, -.bootstrap .my-0 { - margin-bottom: 0 !important; -} -.bootstrap .ml-0, -.bootstrap .mx-0 { - margin-left: 0 !important; -} -.bootstrap .m-1 { - margin: 0.25rem !important; -} -.bootstrap .mt-1, -.bootstrap .my-1 { - margin-top: 0.25rem !important; -} -.bootstrap .mr-1, -.bootstrap .mx-1 { - margin-right: 0.25rem !important; -} -.bootstrap .mb-1, -.bootstrap .my-1 { - margin-bottom: 0.25rem !important; -} -.bootstrap .ml-1, -.bootstrap .mx-1 { - margin-left: 0.25rem !important; -} -.bootstrap .m-2 { - margin: 0.5rem !important; -} -.bootstrap .mt-2, -.bootstrap .my-2 { - margin-top: 0.5rem !important; -} -.bootstrap .mr-2, -.bootstrap .mx-2 { - margin-right: 0.5rem !important; -} -.bootstrap .mb-2, -.bootstrap .my-2 { - margin-bottom: 0.5rem !important; -} -.bootstrap .ml-2, -.bootstrap .mx-2 { - margin-left: 0.5rem !important; -} -.bootstrap .m-3 { - margin: 1rem !important; -} -.bootstrap .mt-3, -.bootstrap .my-3 { - margin-top: 1rem !important; -} -.bootstrap .mr-3, -.bootstrap .mx-3 { - margin-right: 1rem !important; -} -.bootstrap .mb-3, -.bootstrap .my-3 { - margin-bottom: 1rem !important; -} -.bootstrap .ml-3, -.bootstrap .mx-3 { - margin-left: 1rem !important; -} -.bootstrap .m-4 { - margin: 1.5rem !important; -} -.bootstrap .mt-4, -.bootstrap .my-4 { - margin-top: 1.5rem !important; -} -.bootstrap .mr-4, -.bootstrap .mx-4 { - margin-right: 1.5rem !important; -} -.bootstrap .mb-4, -.bootstrap .my-4 { - margin-bottom: 1.5rem !important; -} -.bootstrap .ml-4, -.bootstrap .mx-4 { - margin-left: 1.5rem !important; -} -.bootstrap .m-5 { - margin: 3rem !important; -} -.bootstrap .mt-5, -.bootstrap .my-5 { - margin-top: 3rem !important; -} -.bootstrap .mr-5, -.bootstrap .mx-5 { - margin-right: 3rem !important; -} -.bootstrap .mb-5, -.bootstrap .my-5 { - margin-bottom: 3rem !important; -} -.bootstrap .ml-5, -.bootstrap .mx-5 { - margin-left: 3rem !important; -} -.bootstrap .p-0 { - padding: 0 !important; -} -.bootstrap .pt-0, -.bootstrap .py-0 { - padding-top: 0 !important; -} -.bootstrap .pr-0, -.bootstrap .px-0 { - padding-right: 0 !important; -} -.bootstrap .pb-0, -.bootstrap .py-0 { - padding-bottom: 0 !important; -} -.bootstrap .pl-0, -.bootstrap .px-0 { - padding-left: 0 !important; -} -.bootstrap .p-1 { - padding: 0.25rem !important; -} -.bootstrap .pt-1, -.bootstrap .py-1 { - padding-top: 0.25rem !important; -} -.bootstrap .pr-1, -.bootstrap .px-1 { - padding-right: 0.25rem !important; -} -.bootstrap .pb-1, -.bootstrap .py-1 { - padding-bottom: 0.25rem !important; -} -.bootstrap .pl-1, -.bootstrap .px-1 { - padding-left: 0.25rem !important; -} -.bootstrap .p-2 { - padding: 0.5rem !important; -} -.bootstrap .pt-2, -.bootstrap .py-2 { - padding-top: 0.5rem !important; -} -.bootstrap .pr-2, -.bootstrap .px-2 { - padding-right: 0.5rem !important; -} -.bootstrap .pb-2, -.bootstrap .py-2 { - padding-bottom: 0.5rem !important; -} -.bootstrap .pl-2, -.bootstrap .px-2 { - padding-left: 0.5rem !important; -} -.bootstrap .p-3 { - padding: 1rem !important; -} -.bootstrap .pt-3, -.bootstrap .py-3 { - padding-top: 1rem !important; -} -.bootstrap .pr-3, -.bootstrap .px-3 { - padding-right: 1rem !important; -} -.bootstrap .pb-3, -.bootstrap .py-3 { - padding-bottom: 1rem !important; -} -.bootstrap .pl-3, -.bootstrap .px-3 { - padding-left: 1rem !important; -} -.bootstrap .p-4 { - padding: 1.5rem !important; -} -.bootstrap .pt-4, -.bootstrap .py-4 { - padding-top: 1.5rem !important; -} -.bootstrap .pr-4, -.bootstrap .px-4 { - padding-right: 1.5rem !important; -} -.bootstrap .pb-4, -.bootstrap .py-4 { - padding-bottom: 1.5rem !important; -} -.bootstrap .pl-4, -.bootstrap .px-4 { - padding-left: 1.5rem !important; -} -.bootstrap .p-5 { - padding: 3rem !important; -} -.bootstrap .pt-5, -.bootstrap .py-5 { - padding-top: 3rem !important; -} -.bootstrap .pr-5, -.bootstrap .px-5 { - padding-right: 3rem !important; -} -.bootstrap .pb-5, -.bootstrap .py-5 { - padding-bottom: 3rem !important; -} -.bootstrap .pl-5, -.bootstrap .px-5 { - padding-left: 3rem !important; -} -.bootstrap .m-n1 { - margin: -0.25rem !important; -} -.bootstrap .mt-n1, -.bootstrap .my-n1 { - margin-top: -0.25rem !important; -} -.bootstrap .mr-n1, -.bootstrap .mx-n1 { - margin-right: -0.25rem !important; -} -.bootstrap .mb-n1, -.bootstrap .my-n1 { - margin-bottom: -0.25rem !important; -} -.bootstrap .ml-n1, -.bootstrap .mx-n1 { - margin-left: -0.25rem !important; -} -.bootstrap .m-n2 { - margin: -0.5rem !important; -} -.bootstrap .mt-n2, -.bootstrap .my-n2 { - margin-top: -0.5rem !important; -} -.bootstrap .mr-n2, -.bootstrap .mx-n2 { - margin-right: -0.5rem !important; -} -.bootstrap .mb-n2, -.bootstrap .my-n2 { - margin-bottom: -0.5rem !important; -} -.bootstrap .ml-n2, -.bootstrap .mx-n2 { - margin-left: -0.5rem !important; -} -.bootstrap .m-n3 { - margin: -1rem !important; -} -.bootstrap .mt-n3, -.bootstrap .my-n3 { - margin-top: -1rem !important; -} -.bootstrap .mr-n3, -.bootstrap .mx-n3 { - margin-right: -1rem !important; -} -.bootstrap .mb-n3, -.bootstrap .my-n3 { - margin-bottom: -1rem !important; -} -.bootstrap .ml-n3, -.bootstrap .mx-n3 { - margin-left: -1rem !important; -} -.bootstrap .m-n4 { - margin: -1.5rem !important; -} -.bootstrap .mt-n4, -.bootstrap .my-n4 { - margin-top: -1.5rem !important; -} -.bootstrap .mr-n4, -.bootstrap .mx-n4 { - margin-right: -1.5rem !important; -} -.bootstrap .mb-n4, -.bootstrap .my-n4 { - margin-bottom: -1.5rem !important; -} -.bootstrap .ml-n4, -.bootstrap .mx-n4 { - margin-left: -1.5rem !important; -} -.bootstrap .m-n5 { - margin: -3rem !important; -} -.bootstrap .mt-n5, -.bootstrap .my-n5 { - margin-top: -3rem !important; -} -.bootstrap .mr-n5, -.bootstrap .mx-n5 { - margin-right: -3rem !important; -} -.bootstrap .mb-n5, -.bootstrap .my-n5 { - margin-bottom: -3rem !important; -} -.bootstrap .ml-n5, -.bootstrap .mx-n5 { - margin-left: -3rem !important; -} -.bootstrap .m-auto { - margin: auto !important; -} -.bootstrap .mt-auto, -.bootstrap .my-auto { - margin-top: auto !important; -} -.bootstrap .mr-auto, -.bootstrap .mx-auto { - margin-right: auto !important; -} -.bootstrap .mb-auto, -.bootstrap .my-auto { - margin-bottom: auto !important; -} -.bootstrap .ml-auto, -.bootstrap .mx-auto { - margin-left: auto !important; -} -@media (min-width: 576px) { - .bootstrap .m-sm-0 { - margin: 0 !important; - } - .bootstrap .mt-sm-0, -.bootstrap .my-sm-0 { - margin-top: 0 !important; - } - .bootstrap .mr-sm-0, -.bootstrap .mx-sm-0 { - margin-right: 0 !important; - } - .bootstrap .mb-sm-0, -.bootstrap .my-sm-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-sm-0, -.bootstrap .mx-sm-0 { - margin-left: 0 !important; - } - .bootstrap .m-sm-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-sm-1, -.bootstrap .my-sm-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-sm-1, -.bootstrap .mx-sm-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-sm-1, -.bootstrap .my-sm-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-sm-1, -.bootstrap .mx-sm-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-sm-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-sm-2, -.bootstrap .my-sm-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-sm-2, -.bootstrap .mx-sm-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-sm-2, -.bootstrap .my-sm-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-sm-2, -.bootstrap .mx-sm-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-sm-3 { - margin: 1rem !important; - } - .bootstrap .mt-sm-3, -.bootstrap .my-sm-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-sm-3, -.bootstrap .mx-sm-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-sm-3, -.bootstrap .my-sm-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-sm-3, -.bootstrap .mx-sm-3 { - margin-left: 1rem !important; - } - .bootstrap .m-sm-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-sm-4, -.bootstrap .my-sm-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-sm-4, -.bootstrap .mx-sm-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-sm-4, -.bootstrap .my-sm-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-sm-4, -.bootstrap .mx-sm-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-sm-5 { - margin: 3rem !important; - } - .bootstrap .mt-sm-5, -.bootstrap .my-sm-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-sm-5, -.bootstrap .mx-sm-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-sm-5, -.bootstrap .my-sm-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-sm-5, -.bootstrap .mx-sm-5 { - margin-left: 3rem !important; - } - .bootstrap .p-sm-0 { - padding: 0 !important; - } - .bootstrap .pt-sm-0, -.bootstrap .py-sm-0 { - padding-top: 0 !important; - } - .bootstrap .pr-sm-0, -.bootstrap .px-sm-0 { - padding-right: 0 !important; - } - .bootstrap .pb-sm-0, -.bootstrap .py-sm-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-sm-0, -.bootstrap .px-sm-0 { - padding-left: 0 !important; - } - .bootstrap .p-sm-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-sm-1, -.bootstrap .py-sm-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-sm-1, -.bootstrap .px-sm-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-sm-1, -.bootstrap .py-sm-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-sm-1, -.bootstrap .px-sm-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-sm-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-sm-2, -.bootstrap .py-sm-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-sm-2, -.bootstrap .px-sm-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-sm-2, -.bootstrap .py-sm-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-sm-2, -.bootstrap .px-sm-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-sm-3 { - padding: 1rem !important; - } - .bootstrap .pt-sm-3, -.bootstrap .py-sm-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-sm-3, -.bootstrap .px-sm-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-sm-3, -.bootstrap .py-sm-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-sm-3, -.bootstrap .px-sm-3 { - padding-left: 1rem !important; - } - .bootstrap .p-sm-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-sm-4, -.bootstrap .py-sm-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-sm-4, -.bootstrap .px-sm-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-sm-4, -.bootstrap .py-sm-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-sm-4, -.bootstrap .px-sm-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-sm-5 { - padding: 3rem !important; - } - .bootstrap .pt-sm-5, -.bootstrap .py-sm-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-sm-5, -.bootstrap .px-sm-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-sm-5, -.bootstrap .py-sm-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-sm-5, -.bootstrap .px-sm-5 { - padding-left: 3rem !important; - } - .bootstrap .m-sm-n1 { - margin: -0.25rem !important; - } - .bootstrap .mt-sm-n1, -.bootstrap .my-sm-n1 { - margin-top: -0.25rem !important; - } - .bootstrap .mr-sm-n1, -.bootstrap .mx-sm-n1 { - margin-right: -0.25rem !important; - } - .bootstrap .mb-sm-n1, -.bootstrap .my-sm-n1 { - margin-bottom: -0.25rem !important; - } - .bootstrap .ml-sm-n1, -.bootstrap .mx-sm-n1 { - margin-left: -0.25rem !important; - } - .bootstrap .m-sm-n2 { - margin: -0.5rem !important; - } - .bootstrap .mt-sm-n2, -.bootstrap .my-sm-n2 { - margin-top: -0.5rem !important; - } - .bootstrap .mr-sm-n2, -.bootstrap .mx-sm-n2 { - margin-right: -0.5rem !important; - } - .bootstrap .mb-sm-n2, -.bootstrap .my-sm-n2 { - margin-bottom: -0.5rem !important; - } - .bootstrap .ml-sm-n2, -.bootstrap .mx-sm-n2 { - margin-left: -0.5rem !important; - } - .bootstrap .m-sm-n3 { - margin: -1rem !important; - } - .bootstrap .mt-sm-n3, -.bootstrap .my-sm-n3 { - margin-top: -1rem !important; - } - .bootstrap .mr-sm-n3, -.bootstrap .mx-sm-n3 { - margin-right: -1rem !important; - } - .bootstrap .mb-sm-n3, -.bootstrap .my-sm-n3 { - margin-bottom: -1rem !important; - } - .bootstrap .ml-sm-n3, -.bootstrap .mx-sm-n3 { - margin-left: -1rem !important; - } - .bootstrap .m-sm-n4 { - margin: -1.5rem !important; - } - .bootstrap .mt-sm-n4, -.bootstrap .my-sm-n4 { - margin-top: -1.5rem !important; - } - .bootstrap .mr-sm-n4, -.bootstrap .mx-sm-n4 { - margin-right: -1.5rem !important; - } - .bootstrap .mb-sm-n4, -.bootstrap .my-sm-n4 { - margin-bottom: -1.5rem !important; - } - .bootstrap .ml-sm-n4, -.bootstrap .mx-sm-n4 { - margin-left: -1.5rem !important; - } - .bootstrap .m-sm-n5 { - margin: -3rem !important; - } - .bootstrap .mt-sm-n5, -.bootstrap .my-sm-n5 { - margin-top: -3rem !important; - } - .bootstrap .mr-sm-n5, -.bootstrap .mx-sm-n5 { - margin-right: -3rem !important; - } - .bootstrap .mb-sm-n5, -.bootstrap .my-sm-n5 { - margin-bottom: -3rem !important; - } - .bootstrap .ml-sm-n5, -.bootstrap .mx-sm-n5 { - margin-left: -3rem !important; - } - .bootstrap .m-sm-auto { - margin: auto !important; - } - .bootstrap .mt-sm-auto, -.bootstrap .my-sm-auto { - margin-top: auto !important; - } - .bootstrap .mr-sm-auto, -.bootstrap .mx-sm-auto { - margin-right: auto !important; - } - .bootstrap .mb-sm-auto, -.bootstrap .my-sm-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-sm-auto, -.bootstrap .mx-sm-auto { - margin-left: auto !important; - } -} -@media (min-width: 768px) { - .bootstrap .m-md-0 { - margin: 0 !important; - } - .bootstrap .mt-md-0, -.bootstrap .my-md-0 { - margin-top: 0 !important; - } - .bootstrap .mr-md-0, -.bootstrap .mx-md-0 { - margin-right: 0 !important; - } - .bootstrap .mb-md-0, -.bootstrap .my-md-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-md-0, -.bootstrap .mx-md-0 { - margin-left: 0 !important; - } - .bootstrap .m-md-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-md-1, -.bootstrap .my-md-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-md-1, -.bootstrap .mx-md-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-md-1, -.bootstrap .my-md-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-md-1, -.bootstrap .mx-md-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-md-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-md-2, -.bootstrap .my-md-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-md-2, -.bootstrap .mx-md-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-md-2, -.bootstrap .my-md-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-md-2, -.bootstrap .mx-md-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-md-3 { - margin: 1rem !important; - } - .bootstrap .mt-md-3, -.bootstrap .my-md-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-md-3, -.bootstrap .mx-md-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-md-3, -.bootstrap .my-md-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-md-3, -.bootstrap .mx-md-3 { - margin-left: 1rem !important; - } - .bootstrap .m-md-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-md-4, -.bootstrap .my-md-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-md-4, -.bootstrap .mx-md-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-md-4, -.bootstrap .my-md-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-md-4, -.bootstrap .mx-md-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-md-5 { - margin: 3rem !important; - } - .bootstrap .mt-md-5, -.bootstrap .my-md-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-md-5, -.bootstrap .mx-md-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-md-5, -.bootstrap .my-md-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-md-5, -.bootstrap .mx-md-5 { - margin-left: 3rem !important; - } - .bootstrap .p-md-0 { - padding: 0 !important; - } - .bootstrap .pt-md-0, -.bootstrap .py-md-0 { - padding-top: 0 !important; - } - .bootstrap .pr-md-0, -.bootstrap .px-md-0 { - padding-right: 0 !important; - } - .bootstrap .pb-md-0, -.bootstrap .py-md-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-md-0, -.bootstrap .px-md-0 { - padding-left: 0 !important; - } - .bootstrap .p-md-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-md-1, -.bootstrap .py-md-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-md-1, -.bootstrap .px-md-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-md-1, -.bootstrap .py-md-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-md-1, -.bootstrap .px-md-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-md-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-md-2, -.bootstrap .py-md-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-md-2, -.bootstrap .px-md-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-md-2, -.bootstrap .py-md-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-md-2, -.bootstrap .px-md-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-md-3 { - padding: 1rem !important; - } - .bootstrap .pt-md-3, -.bootstrap .py-md-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-md-3, -.bootstrap .px-md-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-md-3, -.bootstrap .py-md-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-md-3, -.bootstrap .px-md-3 { - padding-left: 1rem !important; - } - .bootstrap .p-md-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-md-4, -.bootstrap .py-md-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-md-4, -.bootstrap .px-md-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-md-4, -.bootstrap .py-md-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-md-4, -.bootstrap .px-md-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-md-5 { - padding: 3rem !important; - } - .bootstrap .pt-md-5, -.bootstrap .py-md-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-md-5, -.bootstrap .px-md-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-md-5, -.bootstrap .py-md-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-md-5, -.bootstrap .px-md-5 { - padding-left: 3rem !important; - } - .bootstrap .m-md-n1 { - margin: -0.25rem !important; - } - .bootstrap .mt-md-n1, -.bootstrap .my-md-n1 { - margin-top: -0.25rem !important; - } - .bootstrap .mr-md-n1, -.bootstrap .mx-md-n1 { - margin-right: -0.25rem !important; - } - .bootstrap .mb-md-n1, -.bootstrap .my-md-n1 { - margin-bottom: -0.25rem !important; - } - .bootstrap .ml-md-n1, -.bootstrap .mx-md-n1 { - margin-left: -0.25rem !important; - } - .bootstrap .m-md-n2 { - margin: -0.5rem !important; - } - .bootstrap .mt-md-n2, -.bootstrap .my-md-n2 { - margin-top: -0.5rem !important; - } - .bootstrap .mr-md-n2, -.bootstrap .mx-md-n2 { - margin-right: -0.5rem !important; - } - .bootstrap .mb-md-n2, -.bootstrap .my-md-n2 { - margin-bottom: -0.5rem !important; - } - .bootstrap .ml-md-n2, -.bootstrap .mx-md-n2 { - margin-left: -0.5rem !important; - } - .bootstrap .m-md-n3 { - margin: -1rem !important; - } - .bootstrap .mt-md-n3, -.bootstrap .my-md-n3 { - margin-top: -1rem !important; - } - .bootstrap .mr-md-n3, -.bootstrap .mx-md-n3 { - margin-right: -1rem !important; - } - .bootstrap .mb-md-n3, -.bootstrap .my-md-n3 { - margin-bottom: -1rem !important; - } - .bootstrap .ml-md-n3, -.bootstrap .mx-md-n3 { - margin-left: -1rem !important; - } - .bootstrap .m-md-n4 { - margin: -1.5rem !important; - } - .bootstrap .mt-md-n4, -.bootstrap .my-md-n4 { - margin-top: -1.5rem !important; - } - .bootstrap .mr-md-n4, -.bootstrap .mx-md-n4 { - margin-right: -1.5rem !important; - } - .bootstrap .mb-md-n4, -.bootstrap .my-md-n4 { - margin-bottom: -1.5rem !important; - } - .bootstrap .ml-md-n4, -.bootstrap .mx-md-n4 { - margin-left: -1.5rem !important; - } - .bootstrap .m-md-n5 { - margin: -3rem !important; - } - .bootstrap .mt-md-n5, -.bootstrap .my-md-n5 { - margin-top: -3rem !important; - } - .bootstrap .mr-md-n5, -.bootstrap .mx-md-n5 { - margin-right: -3rem !important; - } - .bootstrap .mb-md-n5, -.bootstrap .my-md-n5 { - margin-bottom: -3rem !important; - } - .bootstrap .ml-md-n5, -.bootstrap .mx-md-n5 { - margin-left: -3rem !important; - } - .bootstrap .m-md-auto { - margin: auto !important; - } - .bootstrap .mt-md-auto, -.bootstrap .my-md-auto { - margin-top: auto !important; - } - .bootstrap .mr-md-auto, -.bootstrap .mx-md-auto { - margin-right: auto !important; - } - .bootstrap .mb-md-auto, -.bootstrap .my-md-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-md-auto, -.bootstrap .mx-md-auto { - margin-left: auto !important; - } -} -@media (min-width: 992px) { - .bootstrap .m-lg-0 { - margin: 0 !important; - } - .bootstrap .mt-lg-0, -.bootstrap .my-lg-0 { - margin-top: 0 !important; - } - .bootstrap .mr-lg-0, -.bootstrap .mx-lg-0 { - margin-right: 0 !important; - } - .bootstrap .mb-lg-0, -.bootstrap .my-lg-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-lg-0, -.bootstrap .mx-lg-0 { - margin-left: 0 !important; - } - .bootstrap .m-lg-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-lg-1, -.bootstrap .my-lg-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-lg-1, -.bootstrap .mx-lg-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-lg-1, -.bootstrap .my-lg-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-lg-1, -.bootstrap .mx-lg-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-lg-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-lg-2, -.bootstrap .my-lg-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-lg-2, -.bootstrap .mx-lg-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-lg-2, -.bootstrap .my-lg-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-lg-2, -.bootstrap .mx-lg-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-lg-3 { - margin: 1rem !important; - } - .bootstrap .mt-lg-3, -.bootstrap .my-lg-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-lg-3, -.bootstrap .mx-lg-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-lg-3, -.bootstrap .my-lg-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-lg-3, -.bootstrap .mx-lg-3 { - margin-left: 1rem !important; - } - .bootstrap .m-lg-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-lg-4, -.bootstrap .my-lg-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-lg-4, -.bootstrap .mx-lg-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-lg-4, -.bootstrap .my-lg-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-lg-4, -.bootstrap .mx-lg-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-lg-5 { - margin: 3rem !important; - } - .bootstrap .mt-lg-5, -.bootstrap .my-lg-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-lg-5, -.bootstrap .mx-lg-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-lg-5, -.bootstrap .my-lg-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-lg-5, -.bootstrap .mx-lg-5 { - margin-left: 3rem !important; - } - .bootstrap .p-lg-0 { - padding: 0 !important; - } - .bootstrap .pt-lg-0, -.bootstrap .py-lg-0 { - padding-top: 0 !important; - } - .bootstrap .pr-lg-0, -.bootstrap .px-lg-0 { - padding-right: 0 !important; - } - .bootstrap .pb-lg-0, -.bootstrap .py-lg-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-lg-0, -.bootstrap .px-lg-0 { - padding-left: 0 !important; - } - .bootstrap .p-lg-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-lg-1, -.bootstrap .py-lg-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-lg-1, -.bootstrap .px-lg-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-lg-1, -.bootstrap .py-lg-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-lg-1, -.bootstrap .px-lg-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-lg-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-lg-2, -.bootstrap .py-lg-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-lg-2, -.bootstrap .px-lg-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-lg-2, -.bootstrap .py-lg-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-lg-2, -.bootstrap .px-lg-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-lg-3 { - padding: 1rem !important; - } - .bootstrap .pt-lg-3, -.bootstrap .py-lg-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-lg-3, -.bootstrap .px-lg-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-lg-3, -.bootstrap .py-lg-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-lg-3, -.bootstrap .px-lg-3 { - padding-left: 1rem !important; - } - .bootstrap .p-lg-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-lg-4, -.bootstrap .py-lg-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-lg-4, -.bootstrap .px-lg-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-lg-4, -.bootstrap .py-lg-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-lg-4, -.bootstrap .px-lg-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-lg-5 { - padding: 3rem !important; - } - .bootstrap .pt-lg-5, -.bootstrap .py-lg-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-lg-5, -.bootstrap .px-lg-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-lg-5, -.bootstrap .py-lg-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-lg-5, -.bootstrap .px-lg-5 { - padding-left: 3rem !important; - } - .bootstrap .m-lg-n1 { - margin: -0.25rem !important; - } - .bootstrap .mt-lg-n1, -.bootstrap .my-lg-n1 { - margin-top: -0.25rem !important; - } - .bootstrap .mr-lg-n1, -.bootstrap .mx-lg-n1 { - margin-right: -0.25rem !important; - } - .bootstrap .mb-lg-n1, -.bootstrap .my-lg-n1 { - margin-bottom: -0.25rem !important; - } - .bootstrap .ml-lg-n1, -.bootstrap .mx-lg-n1 { - margin-left: -0.25rem !important; - } - .bootstrap .m-lg-n2 { - margin: -0.5rem !important; - } - .bootstrap .mt-lg-n2, -.bootstrap .my-lg-n2 { - margin-top: -0.5rem !important; - } - .bootstrap .mr-lg-n2, -.bootstrap .mx-lg-n2 { - margin-right: -0.5rem !important; - } - .bootstrap .mb-lg-n2, -.bootstrap .my-lg-n2 { - margin-bottom: -0.5rem !important; - } - .bootstrap .ml-lg-n2, -.bootstrap .mx-lg-n2 { - margin-left: -0.5rem !important; - } - .bootstrap .m-lg-n3 { - margin: -1rem !important; - } - .bootstrap .mt-lg-n3, -.bootstrap .my-lg-n3 { - margin-top: -1rem !important; - } - .bootstrap .mr-lg-n3, -.bootstrap .mx-lg-n3 { - margin-right: -1rem !important; - } - .bootstrap .mb-lg-n3, -.bootstrap .my-lg-n3 { - margin-bottom: -1rem !important; - } - .bootstrap .ml-lg-n3, -.bootstrap .mx-lg-n3 { - margin-left: -1rem !important; - } - .bootstrap .m-lg-n4 { - margin: -1.5rem !important; - } - .bootstrap .mt-lg-n4, -.bootstrap .my-lg-n4 { - margin-top: -1.5rem !important; - } - .bootstrap .mr-lg-n4, -.bootstrap .mx-lg-n4 { - margin-right: -1.5rem !important; - } - .bootstrap .mb-lg-n4, -.bootstrap .my-lg-n4 { - margin-bottom: -1.5rem !important; - } - .bootstrap .ml-lg-n4, -.bootstrap .mx-lg-n4 { - margin-left: -1.5rem !important; - } - .bootstrap .m-lg-n5 { - margin: -3rem !important; - } - .bootstrap .mt-lg-n5, -.bootstrap .my-lg-n5 { - margin-top: -3rem !important; - } - .bootstrap .mr-lg-n5, -.bootstrap .mx-lg-n5 { - margin-right: -3rem !important; - } - .bootstrap .mb-lg-n5, -.bootstrap .my-lg-n5 { - margin-bottom: -3rem !important; - } - .bootstrap .ml-lg-n5, -.bootstrap .mx-lg-n5 { - margin-left: -3rem !important; - } - .bootstrap .m-lg-auto { - margin: auto !important; - } - .bootstrap .mt-lg-auto, -.bootstrap .my-lg-auto { - margin-top: auto !important; - } - .bootstrap .mr-lg-auto, -.bootstrap .mx-lg-auto { - margin-right: auto !important; - } - .bootstrap .mb-lg-auto, -.bootstrap .my-lg-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-lg-auto, -.bootstrap .mx-lg-auto { - margin-left: auto !important; - } -} -@media (min-width: 1200px) { - .bootstrap .m-xl-0 { - margin: 0 !important; - } - .bootstrap .mt-xl-0, -.bootstrap .my-xl-0 { - margin-top: 0 !important; - } - .bootstrap .mr-xl-0, -.bootstrap .mx-xl-0 { - margin-right: 0 !important; - } - .bootstrap .mb-xl-0, -.bootstrap .my-xl-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-xl-0, -.bootstrap .mx-xl-0 { - margin-left: 0 !important; - } - .bootstrap .m-xl-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-xl-1, -.bootstrap .my-xl-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-xl-1, -.bootstrap .mx-xl-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-xl-1, -.bootstrap .my-xl-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-xl-1, -.bootstrap .mx-xl-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-xl-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-xl-2, -.bootstrap .my-xl-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-xl-2, -.bootstrap .mx-xl-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-xl-2, -.bootstrap .my-xl-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-xl-2, -.bootstrap .mx-xl-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-xl-3 { - margin: 1rem !important; - } - .bootstrap .mt-xl-3, -.bootstrap .my-xl-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-xl-3, -.bootstrap .mx-xl-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-xl-3, -.bootstrap .my-xl-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-xl-3, -.bootstrap .mx-xl-3 { - margin-left: 1rem !important; - } - .bootstrap .m-xl-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-xl-4, -.bootstrap .my-xl-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-xl-4, -.bootstrap .mx-xl-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-xl-4, -.bootstrap .my-xl-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-xl-4, -.bootstrap .mx-xl-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-xl-5 { - margin: 3rem !important; - } - .bootstrap .mt-xl-5, -.bootstrap .my-xl-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-xl-5, -.bootstrap .mx-xl-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-xl-5, -.bootstrap .my-xl-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-xl-5, -.bootstrap .mx-xl-5 { - margin-left: 3rem !important; - } - .bootstrap .p-xl-0 { - padding: 0 !important; - } - .bootstrap .pt-xl-0, -.bootstrap .py-xl-0 { - padding-top: 0 !important; - } - .bootstrap .pr-xl-0, -.bootstrap .px-xl-0 { - padding-right: 0 !important; - } - .bootstrap .pb-xl-0, -.bootstrap .py-xl-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-xl-0, -.bootstrap .px-xl-0 { - padding-left: 0 !important; - } - .bootstrap .p-xl-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-xl-1, -.bootstrap .py-xl-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-xl-1, -.bootstrap .px-xl-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-xl-1, -.bootstrap .py-xl-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-xl-1, -.bootstrap .px-xl-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-xl-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-xl-2, -.bootstrap .py-xl-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-xl-2, -.bootstrap .px-xl-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-xl-2, -.bootstrap .py-xl-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-xl-2, -.bootstrap .px-xl-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-xl-3 { - padding: 1rem !important; - } - .bootstrap .pt-xl-3, -.bootstrap .py-xl-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-xl-3, -.bootstrap .px-xl-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-xl-3, -.bootstrap .py-xl-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-xl-3, -.bootstrap .px-xl-3 { - padding-left: 1rem !important; - } - .bootstrap .p-xl-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-xl-4, -.bootstrap .py-xl-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-xl-4, -.bootstrap .px-xl-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-xl-4, -.bootstrap .py-xl-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-xl-4, -.bootstrap .px-xl-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-xl-5 { - padding: 3rem !important; - } - .bootstrap .pt-xl-5, -.bootstrap .py-xl-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-xl-5, -.bootstrap .px-xl-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-xl-5, -.bootstrap .py-xl-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-xl-5, -.bootstrap .px-xl-5 { - padding-left: 3rem !important; - } - .bootstrap .m-xl-n1 { - margin: -0.25rem !important; - } - .bootstrap .mt-xl-n1, -.bootstrap .my-xl-n1 { - margin-top: -0.25rem !important; - } - .bootstrap .mr-xl-n1, -.bootstrap .mx-xl-n1 { - margin-right: -0.25rem !important; - } - .bootstrap .mb-xl-n1, -.bootstrap .my-xl-n1 { - margin-bottom: -0.25rem !important; - } - .bootstrap .ml-xl-n1, -.bootstrap .mx-xl-n1 { - margin-left: -0.25rem !important; - } - .bootstrap .m-xl-n2 { - margin: -0.5rem !important; - } - .bootstrap .mt-xl-n2, -.bootstrap .my-xl-n2 { - margin-top: -0.5rem !important; - } - .bootstrap .mr-xl-n2, -.bootstrap .mx-xl-n2 { - margin-right: -0.5rem !important; - } - .bootstrap .mb-xl-n2, -.bootstrap .my-xl-n2 { - margin-bottom: -0.5rem !important; - } - .bootstrap .ml-xl-n2, -.bootstrap .mx-xl-n2 { - margin-left: -0.5rem !important; - } - .bootstrap .m-xl-n3 { - margin: -1rem !important; - } - .bootstrap .mt-xl-n3, -.bootstrap .my-xl-n3 { - margin-top: -1rem !important; - } - .bootstrap .mr-xl-n3, -.bootstrap .mx-xl-n3 { - margin-right: -1rem !important; - } - .bootstrap .mb-xl-n3, -.bootstrap .my-xl-n3 { - margin-bottom: -1rem !important; - } - .bootstrap .ml-xl-n3, -.bootstrap .mx-xl-n3 { - margin-left: -1rem !important; - } - .bootstrap .m-xl-n4 { - margin: -1.5rem !important; - } - .bootstrap .mt-xl-n4, -.bootstrap .my-xl-n4 { - margin-top: -1.5rem !important; - } - .bootstrap .mr-xl-n4, -.bootstrap .mx-xl-n4 { - margin-right: -1.5rem !important; - } - .bootstrap .mb-xl-n4, -.bootstrap .my-xl-n4 { - margin-bottom: -1.5rem !important; - } - .bootstrap .ml-xl-n4, -.bootstrap .mx-xl-n4 { - margin-left: -1.5rem !important; - } - .bootstrap .m-xl-n5 { - margin: -3rem !important; - } - .bootstrap .mt-xl-n5, -.bootstrap .my-xl-n5 { - margin-top: -3rem !important; - } - .bootstrap .mr-xl-n5, -.bootstrap .mx-xl-n5 { - margin-right: -3rem !important; - } - .bootstrap .mb-xl-n5, -.bootstrap .my-xl-n5 { - margin-bottom: -3rem !important; - } - .bootstrap .ml-xl-n5, -.bootstrap .mx-xl-n5 { - margin-left: -3rem !important; - } - .bootstrap .m-xl-auto { - margin: auto !important; - } - .bootstrap .mt-xl-auto, -.bootstrap .my-xl-auto { - margin-top: auto !important; - } - .bootstrap .mr-xl-auto, -.bootstrap .mx-xl-auto { - margin-right: auto !important; - } - .bootstrap .mb-xl-auto, -.bootstrap .my-xl-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-xl-auto, -.bootstrap .mx-xl-auto { - margin-left: auto !important; - } -} -.bootstrap .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; -} -.bootstrap .text-justify { - text-align: justify !important; -} -.bootstrap .text-wrap { - white-space: normal !important; -} -.bootstrap .text-nowrap { - white-space: nowrap !important; -} -.bootstrap .text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.bootstrap .text-left { - text-align: left !important; -} -.bootstrap .text-right { - text-align: right !important; -} -.bootstrap .text-center { - text-align: center !important; -} -@media (min-width: 576px) { - .bootstrap .text-sm-left { - text-align: left !important; - } - .bootstrap .text-sm-right { - text-align: right !important; - } - .bootstrap .text-sm-center { - text-align: center !important; - } -} -@media (min-width: 768px) { - .bootstrap .text-md-left { - text-align: left !important; - } - .bootstrap .text-md-right { - text-align: right !important; - } - .bootstrap .text-md-center { - text-align: center !important; - } -} -@media (min-width: 992px) { - .bootstrap .text-lg-left { - text-align: left !important; - } - .bootstrap .text-lg-right { - text-align: right !important; - } - .bootstrap .text-lg-center { - text-align: center !important; - } -} -@media (min-width: 1200px) { - .bootstrap .text-xl-left { - text-align: left !important; - } - .bootstrap .text-xl-right { - text-align: right !important; - } - .bootstrap .text-xl-center { - text-align: center !important; - } -} -.bootstrap .text-lowercase { - text-transform: lowercase !important; -} -.bootstrap .text-uppercase { - text-transform: uppercase !important; -} -.bootstrap .text-capitalize { - text-transform: capitalize !important; -} -.bootstrap .font-weight-light { - font-weight: 300 !important; -} -.bootstrap .font-weight-lighter { - font-weight: lighter !important; -} -.bootstrap .font-weight-normal { - font-weight: 400 !important; -} -.bootstrap .font-weight-bold { - font-weight: 700 !important; -} -.bootstrap .font-weight-bolder { - font-weight: bolder !important; -} -.bootstrap .font-italic { - font-style: italic !important; -} -.bootstrap .text-white { - color: #fff !important; -} -.bootstrap .text-primary { - color: #3490dc !important; -} -.bootstrap a.text-primary:hover, .bootstrap a.text-primary:focus { - color: #1d68a7 !important; -} -.bootstrap .text-secondary { - color: #6c757d !important; -} -.bootstrap a.text-secondary:hover, .bootstrap a.text-secondary:focus { - color: #494f54 !important; -} -.bootstrap .text-success { - color: #38c172 !important; -} -.bootstrap a.text-success:hover, .bootstrap a.text-success:focus { - color: #27864f !important; -} -.bootstrap .text-info { - color: #6cb2eb !important; -} -.bootstrap a.text-info:hover, .bootstrap a.text-info:focus { - color: #298fe2 !important; -} -.bootstrap .text-warning { - color: #ffed4a !important; -} -.bootstrap a.text-warning:hover, .bootstrap a.text-warning:focus { - color: #fde300 !important; -} -.bootstrap .text-danger { - color: #e3342f !important; -} -.bootstrap a.text-danger:hover, .bootstrap a.text-danger:focus { - color: #ae1c17 !important; -} -.bootstrap .text-light { - color: #f8f9fa !important; -} -.bootstrap a.text-light:hover, .bootstrap a.text-light:focus { - color: #cbd3da !important; -} -.bootstrap .text-dark { - color: #343a40 !important; -} -.bootstrap a.text-dark:hover, .bootstrap a.text-dark:focus { - color: #121416 !important; -} -.bootstrap .text-body { - color: #212529 !important; -} -.bootstrap .text-muted { - color: #6c757d !important; -} -.bootstrap .text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; -} -.bootstrap .text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; -} -.bootstrap .text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.bootstrap .text-decoration-none { - text-decoration: none !important; -} -.bootstrap .text-break { - word-break: break-word !important; - overflow-wrap: break-word !important; -} -.bootstrap .text-reset { - color: inherit !important; -} -.bootstrap .visible { - visibility: visible !important; -} -.bootstrap .invisible { - visibility: hidden !important; -} -@media print { - .bootstrap *, -.bootstrap *::before, -.bootstrap *::after { - text-shadow: none !important; - box-shadow: none !important; - } - .bootstrap a:not(.btn) { - text-decoration: underline; - } - .bootstrap abbr[title]::after { - content: " (" attr(title) ")"; - } - .bootstrap pre { - white-space: pre-wrap !important; - } - .bootstrap pre, -.bootstrap blockquote { - border: 1px solid #adb5bd; - page-break-inside: avoid; - } - .bootstrap thead { - display: table-header-group; - } - .bootstrap tr, -.bootstrap img { - page-break-inside: avoid; - } - .bootstrap p, -.bootstrap h2, -.bootstrap h3 { - orphans: 3; - widows: 3; - } - .bootstrap h2, -.bootstrap h3 { - page-break-after: avoid; - } - @page { - .bootstrap { - size: a3; - } - } - .bootstrap body { - min-width: 992px !important; - } - .bootstrap .container { - min-width: 992px !important; - } - .bootstrap .navbar { - display: none; - } - .bootstrap .badge { - border: 1px solid #000; - } - .bootstrap .table { - border-collapse: collapse !important; - } - .bootstrap .table td, -.bootstrap .table th { - background-color: #fff !important; - } - .bootstrap .table-bordered th, -.bootstrap .table-bordered td { - border: 1px solid #dee2e6 !important; - } - .bootstrap .table-dark { - color: inherit; - } - .bootstrap .table-dark th, -.bootstrap .table-dark td, -.bootstrap .table-dark thead th, -.bootstrap .table-dark tbody + tbody { - border-color: #dee2e6; - } - .bootstrap .table .thead-dark th { - color: inherit; - border-color: #dee2e6; - } -} - -.stepper-step { - margin: 3rem 2rem 0rem 2rem; - padding: 2rem; - border: 1px solid #ddd; - background: #f8fafc; -} - -@keyframes blink-fade { - from { - opacity: 1; - } - 50% { - opacity: 0; - } - to { - opacity: 1; - } -} -@-webkit-keyframes blink-fade { - from { - opacity: 1; - } - 50% { - opacity: 0; - } - to { - opacity: 1; - } -} -.blink { - animation: blink-fade 1000ms infinite; - -webkit-animation: blink-fade 1000ms infinite; -} - -.repeater-block { - background: initial !important; - min-height: initial !important; -} - -/*Vue material*/ -.md-scrollbar::-webkit-scrollbar { - width: 8px; - height: 8px; - border-radius: 8px; -} - -.md-scrollbar::-webkit-scrollbar-thumb { - border-radius: 8px; -} - -.md-scrollbar::-webkit-scrollbar-button { - display: none; -} - -.md-caption { - font-size: 12px; - font-weight: 400; - letter-spacing: 0.02em; - line-height: 17px; -} - -.md-body-2 { - font-weight: 500; - line-height: 24px; -} - -.md-subheading { - font-size: 16px; - font-weight: 400; - letter-spacing: 0.01em; - line-height: 24px; -} - -.md-title { - font-size: 20px; - font-weight: 500; - letter-spacing: 0.005em; - line-height: 26px; -} - -.md-headline { - font-size: 24px; - line-height: 32px; -} - -.md-display-1, .md-headline { - font-weight: 400; - letter-spacing: 0; -} - -.md-display-1 { - font-size: 34px; - line-height: 40px; -} - -.md-display-2 { - font-size: 45px; - font-weight: 400; - letter-spacing: 0; - line-height: 48px; -} - -.md-display-3 { - font-size: 56px; - font-weight: 400; - letter-spacing: -0.005em; - line-height: 58px; -} - -.md-display-4 { - font-size: 112px; - font-weight: 300; - letter-spacing: -0.01em; - line-height: 112px; -} - -button:focus { - outline: none; -} - -@-webkit-keyframes a { - 0% { - transform: translateX(0); - } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5); - animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5); - transform: translateX(0); - } - 60% { - -webkit-animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96); - animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96); - transform: translateX(83.67%); - } - to { - transform: translateX(200.61%); - } -} - -@keyframes a { - 0% { - transform: translateX(0); - } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5); - animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5); - transform: translateX(0); - } - 60% { - -webkit-animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96); - animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96); - transform: translateX(83.67%); - } - to { - transform: translateX(200.61%); - } -} -@-webkit-keyframes b { - 0% { - transform: scaleX(0.08); - } - 35% { - -webkit-animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1); - animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1); - transform: scaleX(0.08); - } - 70% { - -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - transform: scaleX(0.66); - } - to { - transform: scaleX(0.08); - } -} -@keyframes b { - 0% { - transform: scaleX(0.08); - } - 35% { - -webkit-animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1); - animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1); - transform: scaleX(0.08); - } - 70% { - -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - transform: scaleX(0.66); - } - to { - transform: scaleX(0.08); - } -} -@-webkit-keyframes c { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - transform: translateX(0); - } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - transform: translateX(37.65%); - } - 50% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - transform: translateX(84.39%); - } - to { - transform: translateX(160.28%); - } -} -@keyframes c { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - transform: translateX(0); - } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - transform: translateX(37.65%); - } - 50% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - transform: translateX(84.39%); - } - to { - transform: translateX(160.28%); - } -} -@-webkit-keyframes d { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - transform: scaleX(0.08); - } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - transform: scaleX(0.46); - } - 45% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - transform: scaleX(0.73); - } - to { - transform: scaleX(0.08); - } -} -@keyframes d { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41); - transform: scaleX(0.08); - } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73); - transform: scaleX(0.46); - } - 45% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9); - transform: scaleX(0.73); - } - to { - transform: scaleX(0.08); - } -} -@-webkit-keyframes e { - to { - transform: translate3D(-8px, 0, 0); - } -} -@keyframes e { - to { - transform: translate3D(-8px, 0, 0); - } -} -.md-progress-bar { - height: 5px; - overflow: hidden; - position: relative; - transform: translateZ(0) scaleY(1); - transform-origin: center center; - transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); - will-change: opacity, transform; -} - -.md-progress-bar.md-indeterminate .md-progress-bar-track, .md-progress-bar.md-query .md-progress-bar-track { - left: -150%; - -webkit-animation: a 2s infinite linear; - animation: a 2s infinite linear; -} - -.md-progress-bar.md-indeterminate .md-progress-bar-track:after, .md-progress-bar.md-query .md-progress-bar-track:after { - -webkit-animation: b 2s infinite linear; - animation: b 2s infinite linear; -} - -.md-progress-bar.md-indeterminate .md-progress-bar-fill, .md-progress-bar.md-query .md-progress-bar-fill { - left: -55%; - -webkit-animation: c 2s infinite linear; - animation: c 2s infinite linear; -} - -.md-progress-bar.md-indeterminate .md-progress-bar-fill:after, .md-progress-bar.md-query .md-progress-bar-fill:after { - -webkit-animation: d 2s infinite linear; - animation: d 2s infinite linear; -} - -.md-progress-bar.md-buffer .md-progress-bar-buffer, .md-progress-bar.md-buffer .md-progress-bar-fill, .md-progress-bar.md-buffer .md-progress-bar-track, .md-progress-bar.md-determinate .md-progress-bar-buffer, .md-progress-bar.md-determinate .md-progress-bar-fill, .md-progress-bar.md-determinate .md-progress-bar-track { - transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); -} - -.md-progress-bar.md-determinate .md-progress-bar-track { - display: none; -} - -.md-progress-bar.md-buffer .md-progress-bar-buffer { - border-top: 4px dotted; - -webkit-animation: e 0.25s infinite linear; - animation: e 0.25s infinite linear; -} - -.md-progress-bar.md-query { - transform: rotate(180deg); -} - -.md-progress-bar-enter, .md-progress-bar-leave-active { - opacity: 0.5; - transform: translateZ(0) scaleY(0); -} - -.md-progress-bar-buffer, .md-progress-bar-fill, .md-progress-bar-track { - transform-origin: top left; -} - -.md-progress-bar-buffer, .md-progress-bar-buffer:after, .md-progress-bar-fill, .md-progress-bar-fill:after, .md-progress-bar-track, .md-progress-bar-track:after { - width: 100%; - height: 100%; - position: absolute; - will-change: transform; -} - -.md-progress-bar-buffer:after, .md-progress-bar-fill:after, .md-progress-bar-track:after { - display: inline-block; - left: 0; - content: " "; -} - -@-webkit-keyframes f { - 0% { - transform: rotate(0); - } - to { - transform: rotate(1turn); - } -} - -@keyframes f { - 0% { - transform: rotate(0); - } - to { - transform: rotate(1turn); - } -} -@-webkit-keyframes g { - 0% { - opacity: 0; - transform: rotate(-90deg) translateZ(0); - } - 20% { - opacity: 1; - } - to { - transform: rotate(270deg) translateZ(0); - } -} -@keyframes g { - 0% { - opacity: 0; - transform: rotate(-90deg) translateZ(0); - } - 20% { - opacity: 1; - } - to { - transform: rotate(270deg) translateZ(0); - } -} -@-webkit-keyframes h { - 0% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(0); - } - 12.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(0); - } - 12.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(72.5deg); - } - 25% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(72.5deg); - } - 25.1% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(270deg); - } - 37.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(270deg); - } - 37.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(161.5deg); - } - 50% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(161.5deg); - } - 50.01% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(180deg); - } - 62.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(180deg); - } - 62.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(251.5deg); - } - 75% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(251.5deg); - } - 75.01% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(90deg); - } - 87.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(90deg); - } - 87.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(341.5deg); - } - to { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(341.5deg); - } -} -@keyframes h { - 0% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(0); - } - 12.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(0); - } - 12.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(72.5deg); - } - 25% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(72.5deg); - } - 25.1% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(270deg); - } - 37.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(270deg); - } - 37.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(161.5deg); - } - 50% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(161.5deg); - } - 50.01% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(180deg); - } - 62.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(180deg); - } - 62.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(251.5deg); - } - 75% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(251.5deg); - } - 75.01% { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotate(90deg); - } - 87.5% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotate(90deg); - } - 87.51% { - stroke-dashoffset: var(--md-progress-spinner-end-value); - transform: rotateX(180deg) rotate(341.5deg); - } - to { - stroke-dashoffset: var(--md-progress-spinner-start-value); - transform: rotateX(180deg) rotate(341.5deg); - } -} -.md-progress-spinner { - display: inline-flex; - position: relative; -} - -.md-progress-spinner.md-indeterminate { - -webkit-animation: f 2s linear infinite; - animation: f 2s linear infinite; -} - -.md-progress-spinner.md-indeterminate.md-progress-spinner-enter .md-progress-spinner-draw, .md-progress-spinner.md-indeterminate.md-progress-spinner-leave-to .md-progress-spinner-draw { - opacity: 0; - transform: scale(0.1); -} - -.md-progress-spinner.md-indeterminate.md-progress-spinner-enter-active, .md-progress-spinner.md-indeterminate.md-progress-spinner-leave-active { - transition-duration: 0.4s; - -webkit-animation: none; - animation: none; -} - -.md-progress-spinner.md-indeterminate .md-progress-spinner-circle { - -webkit-animation: 4s infinite cubic-bezier(0.25, 0.8, 0.25, 1); - animation: 4s infinite cubic-bezier(0.25, 0.8, 0.25, 1); - -webkit-animation-name: h; - animation-name: h; -} - -.md-progress-spinner.md-determinate.md-progress-spinner-enter-active { - transition-duration: 2s; -} - -.md-progress-spinner.md-determinate.md-progress-spinner-enter-active .md-progress-spinner-draw { - -webkit-animation: g 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; - animation: g 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; -} - -.md-progress-spinner.md-determinate.md-progress-spinner-leave-active { - transition-duration: 2s; -} - -.md-progress-spinner.md-determinate.md-progress-spinner-leave-active .md-progress-spinner-draw { - animation: g reverse 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; -} - -.md-progress-spinner.md-determinate .md-progress-spinner-draw { - transition: none; -} - -.md-progress-spinner-draw { - overflow: visible; - transform: scale(1) rotate(-90deg); - transform-origin: center; - transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); - will-change: opacity, transform; -} - -.md-progress-spinner-circle { - fill: none; - transform-origin: center; - transition: stroke-dashoffset 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); - will-change: stroke-dashoffset, stroke-dasharray, stroke-width, animation-name, r; -} - -.md-theme-default a:not(.md-button) { - color: inherit !important; -} - -.spotlight-news h2 { - font-size: medium; - font-weight: bold; -} \ No newline at end of file + */}.bootstrap :root{--blue:#3490dc;--indigo:#6574cd;--purple:#9561e2;--pink:#f66d9b;--red:#e3342f;--orange:#f6993f;--yellow:#ffed4a;--green:#38c172;--teal:#4dc0b5;--cyan:#6cb2eb;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#3490dc;--secondary:#6c757d;--success:#38c172;--info:#6cb2eb;--warning:#ffed4a;--danger:#e3342f;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Avenir Next",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap *,.bootstrap :after,.bootstrap :before{box-sizing:border-box}.bootstrap html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bootstrap article,.bootstrap aside,.bootstrap figcaption,.bootstrap figure,.bootstrap footer,.bootstrap header,.bootstrap hgroup,.bootstrap main,.bootstrap nav,.bootstrap section{display:block}.bootstrap body{margin:0;font-family:Avenir Next,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;color:#212529;text-align:left;background-color:#f8fafc}.bootstrap [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.bootstrap hr{box-sizing:content-box;height:0;overflow:visible}.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-top:0;margin-bottom:.5rem}.bootstrap p{margin-top:0;margin-bottom:1rem}.bootstrap abbr[data-original-title],.bootstrap abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.bootstrap address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap dl,.bootstrap ol,.bootstrap ul{margin-top:0;margin-bottom:1rem}.bootstrap ol ol,.bootstrap ol ul,.bootstrap ul ol,.bootstrap ul ul{margin-bottom:0}.bootstrap dt{font-weight:700}.bootstrap dd{margin-bottom:.5rem;margin-left:0}.bootstrap blockquote{margin:0 0 1rem}.bootstrap b,.bootstrap strong{font-weight:bolder}.bootstrap small{font-size:80%}.bootstrap sub,.bootstrap sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap sub{bottom:-.25em}.bootstrap sup{top:-.5em}.bootstrap a{color:#3490dc;text-decoration:none;background-color:transparent}.bootstrap a:hover{color:#1d68a7;text-decoration:underline}.bootstrap a:not([href]),.bootstrap a:not([href]):hover{color:inherit;text-decoration:none}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.bootstrap pre{margin-top:0;margin-bottom:1rem;overflow:auto}.bootstrap figure{margin:0 0 1rem}.bootstrap img{vertical-align:middle;border-style:none}.bootstrap svg{overflow:hidden;vertical-align:middle}.bootstrap table{border-collapse:collapse}.bootstrap caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.bootstrap th{text-align:inherit}.bootstrap label{display:inline-block;margin-bottom:.5rem}.bootstrap button{border-radius:0}.bootstrap button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.bootstrap button,.bootstrap input,.bootstrap optgroup,.bootstrap select,.bootstrap textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap button,.bootstrap input{overflow:visible}.bootstrap button,.bootstrap select{text-transform:none}.bootstrap select{word-wrap:normal}.bootstrap [type=button],.bootstrap [type=reset],.bootstrap [type=submit],.bootstrap button{-webkit-appearance:button}.bootstrap [type=button]:not(:disabled),.bootstrap [type=reset]:not(:disabled),.bootstrap [type=submit]:not(:disabled),.bootstrap button:not(:disabled){cursor:pointer}.bootstrap [type=button]::-moz-focus-inner,.bootstrap [type=reset]::-moz-focus-inner,.bootstrap [type=submit]::-moz-focus-inner,.bootstrap button::-moz-focus-inner{padding:0;border-style:none}.bootstrap input[type=checkbox],.bootstrap input[type=radio]{box-sizing:border-box;padding:0}.bootstrap input[type=date],.bootstrap input[type=datetime-local],.bootstrap input[type=month],.bootstrap input[type=time]{-webkit-appearance:listbox}.bootstrap textarea{overflow:auto;resize:vertical}.bootstrap fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.bootstrap progress{vertical-align:baseline}.bootstrap [type=number]::-webkit-inner-spin-button,.bootstrap [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap [type=search]{outline-offset:-2px;-webkit-appearance:none}.bootstrap [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap output{display:inline-block}.bootstrap summary{display:list-item;cursor:pointer}.bootstrap template{display:none}.bootstrap [hidden]{display:none!important}.bootstrap .h1,.bootstrap .h2,.bootstrap .h3,.bootstrap .h4,.bootstrap .h5,.bootstrap .h6,.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.bootstrap .h1,.bootstrap h1{font-size:2.25rem}.bootstrap .h2,.bootstrap h2{font-size:1.8rem}.bootstrap .h3,.bootstrap h3{font-size:1.575rem}.bootstrap .h4,.bootstrap h4{font-size:1.35rem}.bootstrap .h5,.bootstrap h5{font-size:1.125rem}.bootstrap .h6,.bootstrap h6{font-size:.9rem}.bootstrap .lead{font-size:1.125rem;font-weight:300}.bootstrap .display-1{font-size:6rem;font-weight:300;line-height:1.2}.bootstrap .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.bootstrap .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.bootstrap .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.bootstrap hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.bootstrap .small,.bootstrap small{font-size:80%;font-weight:400}.bootstrap .mark,.bootstrap mark{padding:.2em;background-color:#fcf8e3}.bootstrap .list-inline,.bootstrap .list-unstyled{padding-left:0;list-style:none}.bootstrap .list-inline-item{display:inline-block}.bootstrap .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap .initialism{font-size:90%;text-transform:uppercase}.bootstrap .blockquote{margin-bottom:1rem;font-size:1.125rem}.bootstrap .blockquote-footer{display:block;font-size:80%;color:#6c757d}.bootstrap .blockquote-footer:before{content:"— "}.bootstrap .img-fluid,.bootstrap .img-thumbnail{max-width:100%;height:auto}.bootstrap .img-thumbnail{padding:.25rem;background-color:#f8fafc;border:1px solid #dee2e6;border-radius:.25rem}.bootstrap .figure{display:inline-block}.bootstrap .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap .figure-caption{font-size:90%;color:#6c757d}.bootstrap code{font-size:87.5%;color:#f66d9b;word-wrap:break-word}a>.bootstrap code{color:inherit}.bootstrap kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap pre{display:block;font-size:87.5%;color:#212529}.bootstrap pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap .container{max-width:540px}}@media (min-width:768px){.bootstrap .container{max-width:720px}}@media (min-width:992px){.bootstrap .container{max-width:960px}}@media (min-width:1200px){.bootstrap .container{max-width:1140px}}.bootstrap .container-fluid,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm,.bootstrap .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap .container,.bootstrap .container-sm{max-width:540px}}@media (min-width:768px){.bootstrap .container,.bootstrap .container-md,.bootstrap .container-sm{max-width:720px}}@media (min-width:992px){.bootstrap .container,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm{max-width:960px}}@media (min-width:1200px){.bootstrap .container,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm,.bootstrap .container-xl{max-width:1140px}}.bootstrap .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap .no-gutters{margin-right:0;margin-left:0}.bootstrap .no-gutters>.col,.bootstrap .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bootstrap .col,.bootstrap .col-1,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-auto,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-auto,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-auto,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-auto,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.bootstrap .col{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap .col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap .col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-3{flex:0 0 25%;max-width:25%}.bootstrap .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap .col-6{flex:0 0 50%;max-width:50%}.bootstrap .col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap .col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap .col-9{flex:0 0 75%;max-width:75%}.bootstrap .col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap .col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap .col-12{flex:0 0 100%;max-width:100%}.bootstrap .order-first{order:-1}.bootstrap .order-last{order:13}.bootstrap .order-0{order:0}.bootstrap .order-1{order:1}.bootstrap .order-2{order:2}.bootstrap .order-3{order:3}.bootstrap .order-4{order:4}.bootstrap .order-5{order:5}.bootstrap .order-6{order:6}.bootstrap .order-7{order:7}.bootstrap .order-8{order:8}.bootstrap .order-9{order:9}.bootstrap .order-10{order:10}.bootstrap .order-11{order:11}.bootstrap .order-12{order:12}.bootstrap .offset-1{margin-left:8.3333333333%}.bootstrap .offset-2{margin-left:16.6666666667%}.bootstrap .offset-3{margin-left:25%}.bootstrap .offset-4{margin-left:33.3333333333%}.bootstrap .offset-5{margin-left:41.6666666667%}.bootstrap .offset-6{margin-left:50%}.bootstrap .offset-7{margin-left:58.3333333333%}.bootstrap .offset-8{margin-left:66.6666666667%}.bootstrap .offset-9{margin-left:75%}.bootstrap .offset-10{margin-left:83.3333333333%}.bootstrap .offset-11{margin-left:91.6666666667%}@media (min-width:576px){.bootstrap .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-sm-3{flex:0 0 25%;max-width:25%}.bootstrap .col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap .col-sm-6{flex:0 0 50%;max-width:50%}.bootstrap .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap .col-sm-9{flex:0 0 75%;max-width:75%}.bootstrap .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap .col-sm-12{flex:0 0 100%;max-width:100%}.bootstrap .order-sm-first{order:-1}.bootstrap .order-sm-last{order:13}.bootstrap .order-sm-0{order:0}.bootstrap .order-sm-1{order:1}.bootstrap .order-sm-2{order:2}.bootstrap .order-sm-3{order:3}.bootstrap .order-sm-4{order:4}.bootstrap .order-sm-5{order:5}.bootstrap .order-sm-6{order:6}.bootstrap .order-sm-7{order:7}.bootstrap .order-sm-8{order:8}.bootstrap .order-sm-9{order:9}.bootstrap .order-sm-10{order:10}.bootstrap .order-sm-11{order:11}.bootstrap .order-sm-12{order:12}.bootstrap .offset-sm-0{margin-left:0}.bootstrap .offset-sm-1{margin-left:8.3333333333%}.bootstrap .offset-sm-2{margin-left:16.6666666667%}.bootstrap .offset-sm-3{margin-left:25%}.bootstrap .offset-sm-4{margin-left:33.3333333333%}.bootstrap .offset-sm-5{margin-left:41.6666666667%}.bootstrap .offset-sm-6{margin-left:50%}.bootstrap .offset-sm-7{margin-left:58.3333333333%}.bootstrap .offset-sm-8{margin-left:66.6666666667%}.bootstrap .offset-sm-9{margin-left:75%}.bootstrap .offset-sm-10{margin-left:83.3333333333%}.bootstrap .offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.bootstrap .col-md{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-md-3{flex:0 0 25%;max-width:25%}.bootstrap .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap .col-md-6{flex:0 0 50%;max-width:50%}.bootstrap .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap .col-md-9{flex:0 0 75%;max-width:75%}.bootstrap .col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap .col-md-12{flex:0 0 100%;max-width:100%}.bootstrap .order-md-first{order:-1}.bootstrap .order-md-last{order:13}.bootstrap .order-md-0{order:0}.bootstrap .order-md-1{order:1}.bootstrap .order-md-2{order:2}.bootstrap .order-md-3{order:3}.bootstrap .order-md-4{order:4}.bootstrap .order-md-5{order:5}.bootstrap .order-md-6{order:6}.bootstrap .order-md-7{order:7}.bootstrap .order-md-8{order:8}.bootstrap .order-md-9{order:9}.bootstrap .order-md-10{order:10}.bootstrap .order-md-11{order:11}.bootstrap .order-md-12{order:12}.bootstrap .offset-md-0{margin-left:0}.bootstrap .offset-md-1{margin-left:8.3333333333%}.bootstrap .offset-md-2{margin-left:16.6666666667%}.bootstrap .offset-md-3{margin-left:25%}.bootstrap .offset-md-4{margin-left:33.3333333333%}.bootstrap .offset-md-5{margin-left:41.6666666667%}.bootstrap .offset-md-6{margin-left:50%}.bootstrap .offset-md-7{margin-left:58.3333333333%}.bootstrap .offset-md-8{margin-left:66.6666666667%}.bootstrap .offset-md-9{margin-left:75%}.bootstrap .offset-md-10{margin-left:83.3333333333%}.bootstrap .offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.bootstrap .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap .col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-lg-3{flex:0 0 25%;max-width:25%}.bootstrap .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap .col-lg-6{flex:0 0 50%;max-width:50%}.bootstrap .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap .col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap .col-lg-9{flex:0 0 75%;max-width:75%}.bootstrap .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap .col-lg-12{flex:0 0 100%;max-width:100%}.bootstrap .order-lg-first{order:-1}.bootstrap .order-lg-last{order:13}.bootstrap .order-lg-0{order:0}.bootstrap .order-lg-1{order:1}.bootstrap .order-lg-2{order:2}.bootstrap .order-lg-3{order:3}.bootstrap .order-lg-4{order:4}.bootstrap .order-lg-5{order:5}.bootstrap .order-lg-6{order:6}.bootstrap .order-lg-7{order:7}.bootstrap .order-lg-8{order:8}.bootstrap .order-lg-9{order:9}.bootstrap .order-lg-10{order:10}.bootstrap .order-lg-11{order:11}.bootstrap .order-lg-12{order:12}.bootstrap .offset-lg-0{margin-left:0}.bootstrap .offset-lg-1{margin-left:8.3333333333%}.bootstrap .offset-lg-2{margin-left:16.6666666667%}.bootstrap .offset-lg-3{margin-left:25%}.bootstrap .offset-lg-4{margin-left:33.3333333333%}.bootstrap .offset-lg-5{margin-left:41.6666666667%}.bootstrap .offset-lg-6{margin-left:50%}.bootstrap .offset-lg-7{margin-left:58.3333333333%}.bootstrap .offset-lg-8{margin-left:66.6666666667%}.bootstrap .offset-lg-9{margin-left:75%}.bootstrap .offset-lg-10{margin-left:83.3333333333%}.bootstrap .offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.bootstrap .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap .col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.bootstrap .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-xl-3{flex:0 0 25%;max-width:25%}.bootstrap .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.bootstrap .col-xl-6{flex:0 0 50%;max-width:50%}.bootstrap .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.bootstrap .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.bootstrap .col-xl-9{flex:0 0 75%;max-width:75%}.bootstrap .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.bootstrap .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.bootstrap .col-xl-12{flex:0 0 100%;max-width:100%}.bootstrap .order-xl-first{order:-1}.bootstrap .order-xl-last{order:13}.bootstrap .order-xl-0{order:0}.bootstrap .order-xl-1{order:1}.bootstrap .order-xl-2{order:2}.bootstrap .order-xl-3{order:3}.bootstrap .order-xl-4{order:4}.bootstrap .order-xl-5{order:5}.bootstrap .order-xl-6{order:6}.bootstrap .order-xl-7{order:7}.bootstrap .order-xl-8{order:8}.bootstrap .order-xl-9{order:9}.bootstrap .order-xl-10{order:10}.bootstrap .order-xl-11{order:11}.bootstrap .order-xl-12{order:12}.bootstrap .offset-xl-0{margin-left:0}.bootstrap .offset-xl-1{margin-left:8.3333333333%}.bootstrap .offset-xl-2{margin-left:16.6666666667%}.bootstrap .offset-xl-3{margin-left:25%}.bootstrap .offset-xl-4{margin-left:33.3333333333%}.bootstrap .offset-xl-5{margin-left:41.6666666667%}.bootstrap .offset-xl-6{margin-left:50%}.bootstrap .offset-xl-7{margin-left:58.3333333333%}.bootstrap .offset-xl-8{margin-left:66.6666666667%}.bootstrap .offset-xl-9{margin-left:75%}.bootstrap .offset-xl-10{margin-left:83.3333333333%}.bootstrap .offset-xl-11{margin-left:91.6666666667%}}.bootstrap .table{width:100%;margin-bottom:1rem;color:#212529}.bootstrap .table td,.bootstrap .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.bootstrap .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.bootstrap .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap .table-sm td,.bootstrap .table-sm th{padding:.3rem}.bootstrap .table-bordered,.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #dee2e6}.bootstrap .table-bordered thead td,.bootstrap .table-bordered thead th{border-bottom-width:2px}.bootstrap .table-borderless tbody+tbody,.bootstrap .table-borderless td,.bootstrap .table-borderless th,.bootstrap .table-borderless thead th{border:0}.bootstrap .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.bootstrap .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.bootstrap .table-primary,.bootstrap .table-primary>td,.bootstrap .table-primary>th{background-color:#c6e0f5}.bootstrap .table-primary tbody+tbody,.bootstrap .table-primary td,.bootstrap .table-primary th,.bootstrap .table-primary thead th{border-color:#95c5ed}.bootstrap .table-hover .table-primary:hover,.bootstrap .table-hover .table-primary:hover>td,.bootstrap .table-hover .table-primary:hover>th{background-color:#b0d4f1}.bootstrap .table-secondary,.bootstrap .table-secondary>td,.bootstrap .table-secondary>th{background-color:#d6d8db}.bootstrap .table-secondary tbody+tbody,.bootstrap .table-secondary td,.bootstrap .table-secondary th,.bootstrap .table-secondary thead th{border-color:#b3b7bb}.bootstrap .table-hover .table-secondary:hover,.bootstrap .table-hover .table-secondary:hover>td,.bootstrap .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap .table-success,.bootstrap .table-success>td,.bootstrap .table-success>th{background-color:#c7eed8}.bootstrap .table-success tbody+tbody,.bootstrap .table-success td,.bootstrap .table-success th,.bootstrap .table-success thead th{border-color:#98dfb6}.bootstrap .table-hover .table-success:hover,.bootstrap .table-hover .table-success:hover>td,.bootstrap .table-hover .table-success:hover>th{background-color:#b3e8ca}.bootstrap .table-info,.bootstrap .table-info>td,.bootstrap .table-info>th{background-color:#d6e9f9}.bootstrap .table-info tbody+tbody,.bootstrap .table-info td,.bootstrap .table-info th,.bootstrap .table-info thead th{border-color:#b3d7f5}.bootstrap .table-hover .table-info:hover,.bootstrap .table-hover .table-info:hover>td,.bootstrap .table-hover .table-info:hover>th{background-color:#c0ddf6}.bootstrap .table-warning,.bootstrap .table-warning>td,.bootstrap .table-warning>th{background-color:#fffacc}.bootstrap .table-warning tbody+tbody,.bootstrap .table-warning td,.bootstrap .table-warning th,.bootstrap .table-warning thead th{border-color:#fff6a1}.bootstrap .table-hover .table-warning:hover,.bootstrap .table-hover .table-warning:hover>td,.bootstrap .table-hover .table-warning:hover>th{background-color:#fff8b3}.bootstrap .table-danger,.bootstrap .table-danger>td,.bootstrap .table-danger>th{background-color:#f7c6c5}.bootstrap .table-danger tbody+tbody,.bootstrap .table-danger td,.bootstrap .table-danger th,.bootstrap .table-danger thead th{border-color:#f09593}.bootstrap .table-hover .table-danger:hover,.bootstrap .table-hover .table-danger:hover>td,.bootstrap .table-hover .table-danger:hover>th{background-color:#f4b0af}.bootstrap .table-light,.bootstrap .table-light>td,.bootstrap .table-light>th{background-color:#fdfdfe}.bootstrap .table-light tbody+tbody,.bootstrap .table-light td,.bootstrap .table-light th,.bootstrap .table-light thead th{border-color:#fbfcfc}.bootstrap .table-hover .table-light:hover,.bootstrap .table-hover .table-light:hover>td,.bootstrap .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap .table-dark,.bootstrap .table-dark>td,.bootstrap .table-dark>th{background-color:#c6c8ca}.bootstrap .table-dark tbody+tbody,.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#95999c}.bootstrap .table-hover .table-dark:hover,.bootstrap .table-hover .table-dark:hover>td,.bootstrap .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap .table-active,.bootstrap .table-active>td,.bootstrap .table-active>th,.bootstrap .table-hover .table-active:hover,.bootstrap .table-hover .table-active:hover>td,.bootstrap .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.bootstrap .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.bootstrap .table-dark{color:#fff;background-color:#343a40}.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#454d55}.bootstrap .table-dark.table-bordered{border:0}.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.bootstrap .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.bootstrap .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.bootstrap .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.bootstrap .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.bootstrap .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap .table-responsive-xl>.table-bordered{border:0}}.bootstrap .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap .table-responsive>.table-bordered{border:0}.bootstrap .form-control{display:block;width:100%;height:calc(1.6em + .75rem + 2px);padding:.375rem .75rem;font-size:.9rem;font-weight:400;line-height:1.6;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .form-control{transition:none}}.bootstrap .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.bootstrap .form-control:focus{color:#495057;background-color:#fff;border-color:#a1cbef;outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .form-control::-moz-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap .form-control:disabled,.bootstrap .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap .form-control-file,.bootstrap .form-control-range{display:block;width:100%}.bootstrap .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.bootstrap .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.125rem;line-height:1.5}.bootstrap .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.7875rem;line-height:1.5}.bootstrap .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:.9rem;line-height:1.6;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.bootstrap .form-control-plaintext.form-control-lg,.bootstrap .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.bootstrap .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.bootstrap .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.bootstrap select.form-control[multiple],.bootstrap select.form-control[size],.bootstrap textarea.form-control{height:auto}.bootstrap .form-group{margin-bottom:1rem}.bootstrap .form-text{display:block;margin-top:.25rem}.bootstrap .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.bootstrap .form-row>.col,.bootstrap .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.bootstrap .form-check{position:relative;display:block;padding-left:1.25rem}.bootstrap .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.bootstrap .form-check-input:disabled~.form-check-label,.bootstrap .form-check-input[disabled]~.form-check-label{color:#6c757d}.bootstrap .form-check-label{margin-bottom:0}.bootstrap .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.bootstrap .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.bootstrap .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#38c172}.bootstrap .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.7875rem;line-height:1.6;color:#fff;background-color:rgba(56,193,114,.9);border-radius:.25rem}.bootstrap.is-valid~.valid-feedback,.bootstrap.is-valid~.valid-tooltip,.was-validated .bootstrap:valid~.valid-feedback,.was-validated .bootstrap:valid~.valid-tooltip{display:block}.bootstrap .form-control.is-valid,.was-validated .bootstrap .form-control:valid{border-color:#38c172;padding-right:calc(1.6em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.4em + .1875rem) center;background-size:calc(.8em + .375rem) calc(.8em + .375rem)}.bootstrap .form-control.is-valid:focus,.was-validated .bootstrap .form-control:valid:focus{border-color:#38c172;box-shadow:0 0 0 .2rem rgba(56,193,114,.25)}.bootstrap textarea.form-control.is-valid,.was-validated .bootstrap textarea.form-control:valid{padding-right:calc(1.6em + .75rem);background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem)}.bootstrap .custom-select.is-valid,.was-validated .bootstrap .custom-select:valid{border-color:#38c172;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem)}.bootstrap .custom-select.is-valid:focus,.was-validated .bootstrap .custom-select:valid:focus{border-color:#38c172;box-shadow:0 0 0 .2rem rgba(56,193,114,.25)}.bootstrap .form-check-input.is-valid~.form-check-label,.was-validated .bootstrap .form-check-input:valid~.form-check-label{color:#38c172}.bootstrap .form-check-input.is-valid~.valid-feedback,.bootstrap .form-check-input.is-valid~.valid-tooltip,.was-validated .bootstrap .form-check-input:valid~.valid-feedback,.was-validated .bootstrap .form-check-input:valid~.valid-tooltip{display:block}.bootstrap .custom-control-input.is-valid~.custom-control-label,.was-validated .bootstrap .custom-control-input:valid~.custom-control-label{color:#38c172}.bootstrap .custom-control-input.is-valid~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:valid~.custom-control-label:before{border-color:#38c172}.bootstrap .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:valid:checked~.custom-control-label:before{border-color:#5cd08d;background-color:#5cd08d}.bootstrap .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(56,193,114,.25)}.bootstrap .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap .custom-file-input.is-valid~.custom-file-label,.was-validated .bootstrap .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .bootstrap .custom-file-input:valid~.custom-file-label{border-color:#38c172}.bootstrap .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .bootstrap .custom-file-input:valid:focus~.custom-file-label{border-color:#38c172;box-shadow:0 0 0 .2rem rgba(56,193,114,.25)}.bootstrap .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#e3342f}.bootstrap .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.7875rem;line-height:1.6;color:#fff;background-color:rgba(227,52,47,.9);border-radius:.25rem}.bootstrap.is-invalid~.invalid-feedback,.bootstrap.is-invalid~.invalid-tooltip,.was-validated .bootstrap:invalid~.invalid-feedback,.was-validated .bootstrap:invalid~.invalid-tooltip{display:block}.bootstrap .form-control.is-invalid,.was-validated .bootstrap .form-control:invalid{border-color:#e3342f;padding-right:calc(1.6em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.4em + .1875rem) center;background-size:calc(.8em + .375rem) calc(.8em + .375rem)}.bootstrap .form-control.is-invalid:focus,.was-validated .bootstrap .form-control:invalid:focus{border-color:#e3342f;box-shadow:0 0 0 .2rem rgba(227,52,47,.25)}.bootstrap textarea.form-control.is-invalid,.was-validated .bootstrap textarea.form-control:invalid{padding-right:calc(1.6em + .75rem);background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem)}.bootstrap .custom-select.is-invalid,.was-validated .bootstrap .custom-select:invalid{border-color:#e3342f;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem)}.bootstrap .custom-select.is-invalid:focus,.was-validated .bootstrap .custom-select:invalid:focus{border-color:#e3342f;box-shadow:0 0 0 .2rem rgba(227,52,47,.25)}.bootstrap .form-check-input.is-invalid~.form-check-label,.was-validated .bootstrap .form-check-input:invalid~.form-check-label{color:#e3342f}.bootstrap .form-check-input.is-invalid~.invalid-feedback,.bootstrap .form-check-input.is-invalid~.invalid-tooltip,.was-validated .bootstrap .form-check-input:invalid~.invalid-feedback,.was-validated .bootstrap .form-check-input:invalid~.invalid-tooltip{display:block}.bootstrap .custom-control-input.is-invalid~.custom-control-label,.was-validated .bootstrap .custom-control-input:invalid~.custom-control-label{color:#e3342f}.bootstrap .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:invalid~.custom-control-label:before{border-color:#e3342f}.bootstrap .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e9605c;background-color:#e9605c}.bootstrap .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .bootstrap .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(227,52,47,.25)}.bootstrap .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap .custom-file-input.is-invalid~.custom-file-label,.was-validated .bootstrap .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .bootstrap .custom-file-input:invalid~.custom-file-label{border-color:#e3342f}.bootstrap .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .bootstrap .custom-file-input:invalid:focus~.custom-file-label{border-color:#e3342f;box-shadow:0 0 0 .2rem rgba(227,52,47,.25)}.bootstrap .form-inline{display:flex;flex-flow:row wrap;align-items:center}.bootstrap .form-inline .form-check{width:100%}@media (min-width:576px){.bootstrap .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.bootstrap .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .form-inline .form-control-plaintext{display:inline-block}.bootstrap .form-inline .custom-select,.bootstrap .form-inline .input-group{width:auto}.bootstrap .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.bootstrap .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap .form-inline .custom-control{align-items:center;justify-content:center}.bootstrap .form-inline .custom-control-label{margin-bottom:0}}.bootstrap .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:.9rem;line-height:1.6;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .btn{transition:none}}.bootstrap .btn:hover{color:#212529;text-decoration:none}.bootstrap .btn.focus,.bootstrap .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .btn.disabled,.bootstrap .btn:disabled{opacity:.65}.bootstrap a.btn.disabled,.bootstrap fieldset:disabled a.btn{pointer-events:none}.bootstrap .btn-primary{color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .btn-primary:hover{color:#fff;background-color:#227dc7;border-color:#2176bd}.bootstrap .btn-primary.focus,.bootstrap .btn-primary:focus{color:#fff;background-color:#227dc7;border-color:#2176bd;box-shadow:0 0 0 .2rem rgba(82,161,225,.5)}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary:disabled{color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .btn-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-primary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-primary.dropdown-toggle{color:#fff;background-color:#2176bd;border-color:#1f6fb2}.bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,161,225,.5)}.bootstrap .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.bootstrap .btn-secondary.focus,.bootstrap .btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap .btn-secondary.disabled,.bootstrap .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap .btn-success{color:#fff;background-color:#38c172;border-color:#38c172}.bootstrap .btn-success:hover{color:#fff;background-color:#2fa360;border-color:#2d995b}.bootstrap .btn-success.focus,.bootstrap .btn-success:focus{color:#fff;background-color:#2fa360;border-color:#2d995b;box-shadow:0 0 0 .2rem rgba(86,202,135,.5)}.bootstrap .btn-success.disabled,.bootstrap .btn-success:disabled{color:#fff;background-color:#38c172;border-color:#38c172}.bootstrap .btn-success:not(:disabled):not(.disabled).active,.bootstrap .btn-success:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-success.dropdown-toggle{color:#fff;background-color:#2d995b;border-color:#2a9055}.bootstrap .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(86,202,135,.5)}.bootstrap .btn-info{color:#212529;background-color:#6cb2eb;border-color:#6cb2eb}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus,.bootstrap .btn-info:hover{color:#fff;background-color:#4aa0e6;border-color:#3f9ae5}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus{box-shadow:0 0 0 .2rem rgba(97,157,206,.5)}.bootstrap .btn-info.disabled,.bootstrap .btn-info:disabled{color:#212529;background-color:#6cb2eb;border-color:#6cb2eb}.bootstrap .btn-info:not(:disabled):not(.disabled).active,.bootstrap .btn-info:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-info.dropdown-toggle{color:#fff;background-color:#3f9ae5;border-color:#3495e3}.bootstrap .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(97,157,206,.5)}.bootstrap .btn-warning{color:#212529;background-color:#ffed4a;border-color:#ffed4a}.bootstrap .btn-warning:hover{color:#212529;background-color:#ffe924;border-color:#ffe817}.bootstrap .btn-warning.focus,.bootstrap .btn-warning:focus{color:#212529;background-color:#ffe924;border-color:#ffe817;box-shadow:0 0 0 .2rem rgba(222,207,69,.5)}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning:disabled{color:#212529;background-color:#ffed4a;border-color:#ffed4a}.bootstrap .btn-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-warning:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-warning.dropdown-toggle{color:#212529;background-color:#ffe817;border-color:#ffe70a}.bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,207,69,.5)}.bootstrap .btn-danger{color:#fff;background-color:#e3342f;border-color:#e3342f}.bootstrap .btn-danger:hover{color:#fff;background-color:#d0211c;border-color:#c51f1a}.bootstrap .btn-danger.focus,.bootstrap .btn-danger:focus{color:#fff;background-color:#d0211c;border-color:#c51f1a;box-shadow:0 0 0 .2rem rgba(231,82,78,.5)}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger:disabled{color:#fff;background-color:#e3342f;border-color:#e3342f}.bootstrap .btn-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-danger:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-danger.dropdown-toggle{color:#fff;background-color:#c51f1a;border-color:#b91d19}.bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,82,78,.5)}.bootstrap .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-light.focus,.bootstrap .btn-light:focus,.bootstrap .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap .btn-light.focus,.bootstrap .btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap .btn-light.disabled,.bootstrap .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-light:not(:disabled):not(.disabled).active,.bootstrap .btn-light:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.bootstrap .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-dark.focus,.bootstrap .btn-dark:focus,.bootstrap .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.bootstrap .btn-dark.focus,.bootstrap .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap .btn-dark.disabled,.bootstrap .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-dark:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap .btn-outline-primary{color:#3490dc;border-color:#3490dc}.bootstrap .btn-outline-primary:hover{color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .btn-outline-primary.focus,.bootstrap .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(52,144,220,.5)}.bootstrap .btn-outline-primary.disabled,.bootstrap .btn-outline-primary:disabled{color:#3490dc;background-color:transparent}.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,144,220,.5)}.bootstrap .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.bootstrap .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-outline-secondary.focus,.bootstrap .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap .btn-outline-secondary.disabled,.bootstrap .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap .btn-outline-success{color:#38c172;border-color:#38c172}.bootstrap .btn-outline-success:hover{color:#fff;background-color:#38c172;border-color:#38c172}.bootstrap .btn-outline-success.focus,.bootstrap .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(56,193,114,.5)}.bootstrap .btn-outline-success.disabled,.bootstrap .btn-outline-success:disabled{color:#38c172;background-color:transparent}.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-success.dropdown-toggle{color:#fff;background-color:#38c172;border-color:#38c172}.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(56,193,114,.5)}.bootstrap .btn-outline-info{color:#6cb2eb;border-color:#6cb2eb}.bootstrap .btn-outline-info:hover{color:#212529;background-color:#6cb2eb;border-color:#6cb2eb}.bootstrap .btn-outline-info.focus,.bootstrap .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(108,178,235,.5)}.bootstrap .btn-outline-info.disabled,.bootstrap .btn-outline-info:disabled{color:#6cb2eb;background-color:transparent}.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-info.dropdown-toggle{color:#212529;background-color:#6cb2eb;border-color:#6cb2eb}.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,178,235,.5)}.bootstrap .btn-outline-warning{color:#ffed4a;border-color:#ffed4a}.bootstrap .btn-outline-warning:hover{color:#212529;background-color:#ffed4a;border-color:#ffed4a}.bootstrap .btn-outline-warning.focus,.bootstrap .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,237,74,.5)}.bootstrap .btn-outline-warning.disabled,.bootstrap .btn-outline-warning:disabled{color:#ffed4a;background-color:transparent}.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffed4a;border-color:#ffed4a}.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,237,74,.5)}.bootstrap .btn-outline-danger{color:#e3342f;border-color:#e3342f}.bootstrap .btn-outline-danger:hover{color:#fff;background-color:#e3342f;border-color:#e3342f}.bootstrap .btn-outline-danger.focus,.bootstrap .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(227,52,47,.5)}.bootstrap .btn-outline-danger.disabled,.bootstrap .btn-outline-danger:disabled{color:#e3342f;background-color:transparent}.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#e3342f;border-color:#e3342f}.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(227,52,47,.5)}.bootstrap .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-outline-light.focus,.bootstrap .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap .btn-outline-light.disabled,.bootstrap .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap .btn-outline-dark{color:#343a40;border-color:#343a40}.bootstrap .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-outline-dark.focus,.bootstrap .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap .btn-outline-dark.disabled,.bootstrap .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap .btn-link{font-weight:400;color:#3490dc;text-decoration:none}.bootstrap .btn-link:hover{color:#1d68a7;text-decoration:underline}.bootstrap .btn-link.focus,.bootstrap .btn-link:focus{text-decoration:underline;box-shadow:none}.bootstrap .btn-link.disabled,.bootstrap .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap .btn-group-lg>.btn,.bootstrap .btn-lg{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.bootstrap .btn-group-sm>.btn,.bootstrap .btn-sm{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block+.btn-block{margin-top:.5rem}.bootstrap input[type=button].btn-block,.bootstrap input[type=reset].btn-block,.bootstrap input[type=submit].btn-block{width:100%}.bootstrap .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.bootstrap .fade{transition:none}}.bootstrap .fade:not(.show){opacity:0}.bootstrap .collapse:not(.show){display:none}.bootstrap .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.bootstrap .collapsing{transition:none}}.bootstrap .dropdown,.bootstrap .dropleft,.bootstrap .dropright,.bootstrap .dropup{position:relative}.bootstrap .dropdown-toggle{white-space:nowrap}.bootstrap .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.bootstrap .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.9rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.bootstrap .dropdown-menu-left{right:auto;left:0}.bootstrap .dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.bootstrap .dropdown-menu-sm-left{right:auto;left:0}.bootstrap .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.bootstrap .dropdown-menu-md-left{right:auto;left:0}.bootstrap .dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.bootstrap .dropdown-menu-lg-left{right:auto;left:0}.bootstrap .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.bootstrap .dropdown-menu-xl-left{right:auto;left:0}.bootstrap .dropdown-menu-xl-right{right:0;left:auto}}.bootstrap .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.bootstrap .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.bootstrap .dropup .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.bootstrap .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.bootstrap .dropright .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropright .dropdown-toggle:after{vertical-align:0}.bootstrap .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.bootstrap .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.bootstrap .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.bootstrap .dropleft .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropleft .dropdown-toggle:before{vertical-align:0}.bootstrap .dropdown-menu[x-placement^=bottom],.bootstrap .dropdown-menu[x-placement^=left],.bootstrap .dropdown-menu[x-placement^=right],.bootstrap .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.bootstrap .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.bootstrap .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.bootstrap .dropdown-item:focus,.bootstrap .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.bootstrap .dropdown-item.active,.bootstrap .dropdown-item:active{color:#fff;text-decoration:none;background-color:#3490dc}.bootstrap .dropdown-item.disabled,.bootstrap .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.bootstrap .dropdown-menu.show{display:block}.bootstrap .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7875rem;color:#6c757d;white-space:nowrap}.bootstrap .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.bootstrap .btn-group,.bootstrap .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group>.btn{position:relative;flex:1 1 auto}.bootstrap .btn-group-vertical>.btn.active,.bootstrap .btn-group-vertical>.btn:active,.bootstrap .btn-group-vertical>.btn:focus,.bootstrap .btn-group-vertical>.btn:hover,.bootstrap .btn-group>.btn.active,.bootstrap .btn-group>.btn:active,.bootstrap .btn-group>.btn:focus,.bootstrap .btn-group>.btn:hover{z-index:1}.bootstrap .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.bootstrap .btn-toolbar .input-group{width:auto}.bootstrap .btn-group>.btn-group:not(:first-child),.bootstrap .btn-group>.btn:not(:first-child){margin-left:-1px}.bootstrap .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap .dropdown-toggle-split:after,.dropright .bootstrap .dropdown-toggle-split:after,.dropup .bootstrap .dropdown-toggle-split:after{margin-left:0}.dropleft .bootstrap .dropdown-toggle-split:before{margin-right:0}.bootstrap .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group-vertical>.btn-group{width:100%}.bootstrap .btn-group-vertical>.btn-group:not(:first-child),.bootstrap .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.bootstrap .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap .btn-group-toggle>.btn,.bootstrap .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap .btn-group-toggle>.btn-group>.btn input[type=checkbox],.bootstrap .btn-group-toggle>.btn-group>.btn input[type=radio],.bootstrap .btn-group-toggle>.btn input[type=checkbox],.bootstrap .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.bootstrap .input-group>.custom-file,.bootstrap .input-group>.custom-select,.bootstrap .input-group>.form-control,.bootstrap .input-group>.form-control-plaintext{position:relative;flex:1 1 0%;min-width:0;margin-bottom:0}.bootstrap .input-group>.custom-file+.custom-file,.bootstrap .input-group>.custom-file+.custom-select,.bootstrap .input-group>.custom-file+.form-control,.bootstrap .input-group>.custom-select+.custom-file,.bootstrap .input-group>.custom-select+.custom-select,.bootstrap .input-group>.custom-select+.form-control,.bootstrap .input-group>.form-control+.custom-file,.bootstrap .input-group>.form-control+.custom-select,.bootstrap .input-group>.form-control+.form-control,.bootstrap .input-group>.form-control-plaintext+.custom-file,.bootstrap .input-group>.form-control-plaintext+.custom-select,.bootstrap .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bootstrap .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap .input-group>.custom-select:focus,.bootstrap .input-group>.form-control:focus{z-index:3}.bootstrap .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap .input-group>.custom-select:not(:last-child),.bootstrap .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .input-group>.custom-select:not(:first-child),.bootstrap .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .input-group>.custom-file{display:flex;align-items:center}.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .input-group-append,.bootstrap .input-group-prepend{display:flex}.bootstrap .input-group-append .btn,.bootstrap .input-group-prepend .btn{position:relative;z-index:2}.bootstrap .input-group-append .btn:focus,.bootstrap .input-group-prepend .btn:focus{z-index:3}.bootstrap .input-group-append .btn+.btn,.bootstrap .input-group-append .btn+.input-group-text,.bootstrap .input-group-append .input-group-text+.btn,.bootstrap .input-group-append .input-group-text+.input-group-text,.bootstrap .input-group-prepend .btn+.btn,.bootstrap .input-group-prepend .btn+.input-group-text,.bootstrap .input-group-prepend .input-group-text+.btn,.bootstrap .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.bootstrap .input-group-prepend{margin-right:-1px}.bootstrap .input-group-append{margin-left:-1px}.bootstrap .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:.9rem;font-weight:400;line-height:1.6;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.bootstrap .input-group-text input[type=checkbox],.bootstrap .input-group-text input[type=radio]{margin-top:0}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-lg>.form-control,.bootstrap .input-group-lg>.input-group-append>.btn,.bootstrap .input-group-lg>.input-group-append>.input-group-text,.bootstrap .input-group-lg>.input-group-prepend>.btn,.bootstrap .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.125rem;line-height:1.5;border-radius:.3rem}.bootstrap .input-group-sm>.custom-select,.bootstrap .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bootstrap .input-group-sm>.custom-select,.bootstrap .input-group-sm>.form-control,.bootstrap .input-group-sm>.input-group-append>.btn,.bootstrap .input-group-sm>.input-group-append>.input-group-text,.bootstrap .input-group-sm>.input-group-prepend>.btn,.bootstrap .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5;border-radius:.2rem}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-sm>.custom-select{padding-right:1.75rem}.bootstrap .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap .input-group>.input-group-append:not(:last-child)>.btn,.bootstrap .input-group>.input-group-append:not(:last-child)>.input-group-text,.bootstrap .input-group>.input-group-prepend>.btn,.bootstrap .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .input-group>.input-group-append>.btn,.bootstrap .input-group>.input-group-append>.input-group-text,.bootstrap .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .custom-control{position:relative;display:block;min-height:1.44rem;padding-left:1.5rem}.bootstrap .custom-control-inline{display:inline-flex;margin-right:1rem}.bootstrap .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.22rem;opacity:0}.bootstrap .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#3490dc;background-color:#3490dc}.bootstrap .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#a1cbef}.bootstrap .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#cce3f6;border-color:#cce3f6}.bootstrap .custom-control-input:disabled~.custom-control-label,.bootstrap .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.bootstrap .custom-control-input:disabled~.custom-control-label:before,.bootstrap .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.bootstrap .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.bootstrap .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.bootstrap .custom-control-label:after,.bootstrap .custom-control-label:before{position:absolute;top:.22rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.bootstrap .custom-control-label:after{background:no-repeat 50%/50% 50%}.bootstrap .custom-checkbox .custom-control-label:before{border-radius:.25rem}.bootstrap .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#3490dc;background-color:#3490dc}.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(52,144,220,.5)}.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(52,144,220,.5)}.bootstrap .custom-radio .custom-control-label:before{border-radius:50%}.bootstrap .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(52,144,220,.5)}.bootstrap .custom-switch{padding-left:2.25rem}.bootstrap .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.bootstrap .custom-switch .custom-control-label:after{top:calc(.22rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .custom-switch .custom-control-label:after{transition:none}}.bootstrap .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.bootstrap .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(52,144,220,.5)}.bootstrap .custom-select{display:inline-block;width:100%;height:calc(1.6em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:.9rem;font-weight:400;line-height:1.6;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap .custom-select:focus{border-color:#a1cbef;outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap .custom-select[multiple],.bootstrap .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.bootstrap .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.bootstrap .custom-select::-ms-expand{display:none}.bootstrap .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.bootstrap .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.7875rem}.bootstrap .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem}.bootstrap .custom-file{display:inline-block;margin-bottom:0}.bootstrap .custom-file,.bootstrap .custom-file-input{position:relative;width:100%;height:calc(1.6em + .75rem + 2px)}.bootstrap .custom-file-input{z-index:2;margin:0;opacity:0}.bootstrap .custom-file-input:focus~.custom-file-label{border-color:#a1cbef;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-file-input:disabled~.custom-file-label,.bootstrap .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.bootstrap .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.bootstrap .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.bootstrap .custom-file-label{left:0;z-index:1;height:calc(1.6em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.bootstrap .custom-file-label,.bootstrap .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.6;color:#495057}.bootstrap .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.6em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.bootstrap .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap .custom-range:focus{outline:none}.bootstrap .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8fafc,0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8fafc,0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f8fafc,0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .custom-range::-moz-focus-outer{border:0}.bootstrap .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#3490dc;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.bootstrap .custom-range::-webkit-slider-thumb:active{background-color:#cce3f6}.bootstrap .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#3490dc;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.bootstrap .custom-range::-moz-range-thumb:active{background-color:#cce3f6}.bootstrap .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#3490dc;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.bootstrap .custom-range::-ms-thumb:active{background-color:#cce3f6}.bootstrap .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.bootstrap .custom-range::-ms-fill-lower,.bootstrap .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.bootstrap .custom-range::-ms-fill-upper{margin-right:15px}.bootstrap .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.bootstrap .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap .custom-range:disabled::-moz-range-track{cursor:default}.bootstrap .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.bootstrap .custom-control-label:before,.bootstrap .custom-file-label,.bootstrap .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .custom-control-label:before,.bootstrap .custom-file-label,.bootstrap .custom-select{transition:none}}.bootstrap .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .nav-link{display:block;padding:.5rem 1rem}.bootstrap .nav-link:focus,.bootstrap .nav-link:hover{text-decoration:none}.bootstrap .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.bootstrap .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .nav-tabs .nav-link:focus,.bootstrap .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap .nav-tabs .nav-item.show .nav-link,.bootstrap .nav-tabs .nav-link.active{color:#495057;background-color:#f8fafc;border-color:#dee2e6 #dee2e6 #f8fafc}.bootstrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap .nav-pills .nav-link{border-radius:.25rem}.bootstrap .nav-pills .nav-link.active,.bootstrap .nav-pills .show>.nav-link{color:#fff;background-color:#3490dc}.bootstrap .nav-fill .nav-item{flex:1 1 auto;text-align:center}.bootstrap .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.bootstrap .tab-content>.tab-pane{display:none}.bootstrap .tab-content>.active{display:block}.bootstrap .navbar{position:relative;padding:.5rem 1rem}.bootstrap .navbar,.bootstrap .navbar .container,.bootstrap .navbar .container-fluid,.bootstrap .navbar .container-lg,.bootstrap .navbar .container-md,.bootstrap .navbar .container-sm,.bootstrap .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.bootstrap .navbar-brand{display:inline-block;padding-top:.32rem;padding-bottom:.32rem;margin-right:1rem;font-size:1.125rem;line-height:inherit;white-space:nowrap}.bootstrap .navbar-brand:focus,.bootstrap .navbar-brand:hover{text-decoration:none}.bootstrap .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.bootstrap .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.bootstrap .navbar-toggler{padding:.25rem .75rem;font-size:1.125rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.bootstrap .navbar-toggler:focus,.bootstrap .navbar-toggler:hover{text-decoration:none}.bootstrap .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid,.bootstrap .navbar-expand-sm>.container-lg,.bootstrap .navbar-expand-sm>.container-md,.bootstrap .navbar-expand-sm>.container-sm,.bootstrap .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.bootstrap .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-sm .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid,.bootstrap .navbar-expand-sm>.container-lg,.bootstrap .navbar-expand-sm>.container-md,.bootstrap .navbar-expand-sm>.container-sm,.bootstrap .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid,.bootstrap .navbar-expand-md>.container-lg,.bootstrap .navbar-expand-md>.container-md,.bootstrap .navbar-expand-md>.container-sm,.bootstrap .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.bootstrap .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-md .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid,.bootstrap .navbar-expand-md>.container-lg,.bootstrap .navbar-expand-md>.container-md,.bootstrap .navbar-expand-md>.container-sm,.bootstrap .navbar-expand-md>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid,.bootstrap .navbar-expand-lg>.container-lg,.bootstrap .navbar-expand-lg>.container-md,.bootstrap .navbar-expand-lg>.container-sm,.bootstrap .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.bootstrap .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-lg .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid,.bootstrap .navbar-expand-lg>.container-lg,.bootstrap .navbar-expand-lg>.container-md,.bootstrap .navbar-expand-lg>.container-sm,.bootstrap .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid,.bootstrap .navbar-expand-xl>.container-lg,.bootstrap .navbar-expand-xl>.container-md,.bootstrap .navbar-expand-xl>.container-sm,.bootstrap .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.bootstrap .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-xl .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid,.bootstrap .navbar-expand-xl>.container-lg,.bootstrap .navbar-expand-xl>.container-md,.bootstrap .navbar-expand-xl>.container-sm,.bootstrap .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid,.bootstrap .navbar-expand>.container-lg,.bootstrap .navbar-expand>.container-md,.bootstrap .navbar-expand>.container-sm,.bootstrap .navbar-expand>.container-xl{padding-right:0;padding-left:0}.bootstrap .navbar-expand .navbar-nav{flex-direction:row}.bootstrap .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid,.bootstrap .navbar-expand>.container-lg,.bootstrap .navbar-expand>.container-md,.bootstrap .navbar-expand>.container-sm,.bootstrap .navbar-expand>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand .navbar-toggler{display:none}.bootstrap .navbar-light .navbar-brand,.bootstrap .navbar-light .navbar-brand:focus,.bootstrap .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.bootstrap .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.bootstrap .navbar-light .navbar-nav .nav-link:focus,.bootstrap .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.bootstrap .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap .navbar-light .navbar-nav .active>.nav-link,.bootstrap .navbar-light .navbar-nav .nav-link.active,.bootstrap .navbar-light .navbar-nav .nav-link.show,.bootstrap .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.bootstrap .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.bootstrap .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.bootstrap .navbar-light .navbar-text a,.bootstrap .navbar-light .navbar-text a:focus,.bootstrap .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.bootstrap .navbar-dark .navbar-brand,.bootstrap .navbar-dark .navbar-brand:focus,.bootstrap .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.bootstrap .navbar-dark .navbar-nav .nav-link:focus,.bootstrap .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.bootstrap .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.bootstrap .navbar-dark .navbar-nav .active>.nav-link,.bootstrap .navbar-dark .navbar-nav .nav-link.active,.bootstrap .navbar-dark .navbar-nav .nav-link.show,.bootstrap .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.bootstrap .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.bootstrap .navbar-dark .navbar-text a,.bootstrap .navbar-dark .navbar-text a:focus,.bootstrap .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.bootstrap .card>hr{margin-right:0;margin-left:0}.bootstrap .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.bootstrap .card-title{margin-bottom:.75rem}.bootstrap .card-subtitle{margin-top:-.375rem;margin-bottom:0}.bootstrap .card-text:last-child{margin-bottom:0}.bootstrap .card-link:hover{text-decoration:none}.bootstrap .card-link+.card-link{margin-left:1.25rem}.bootstrap .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.bootstrap .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap .card-header+.list-group .list-group-item:first-child{border-top:0}.bootstrap .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.bootstrap .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.bootstrap .card-header-pills,.bootstrap .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.bootstrap .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap .card-img,.bootstrap .card-img-bottom,.bootstrap .card-img-top{flex-shrink:0;width:100%}.bootstrap .card-img,.bootstrap .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap .card-img,.bootstrap .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap .card-deck .card{margin-bottom:15px}@media (min-width:576px){.bootstrap .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.bootstrap .card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.bootstrap .card-group>.card{margin-bottom:15px}@media (min-width:576px){.bootstrap .card-group{display:flex;flex-flow:row wrap}.bootstrap .card-group>.card{flex:1 0 0%;margin-bottom:0}.bootstrap .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .card-group>.card:not(:last-child) .card-header,.bootstrap .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.bootstrap .card-group>.card:not(:last-child) .card-footer,.bootstrap .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.bootstrap .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .card-group>.card:not(:first-child) .card-header,.bootstrap .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.bootstrap .card-group>.card:not(:first-child) .card-footer,.bootstrap .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.bootstrap .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.bootstrap .card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.bootstrap .card-columns .card{display:inline-block;width:100%}}.bootstrap .accordion>.card{overflow:hidden}.bootstrap .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.bootstrap .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.bootstrap .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.bootstrap .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap .breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.bootstrap .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.bootstrap .breadcrumb-item.active{color:#6c757d}.bootstrap .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.bootstrap .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#3490dc;background-color:#fff;border:1px solid #dee2e6}.bootstrap .page-link:hover{z-index:2;color:#1d68a7;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.bootstrap .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.bootstrap .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap .page-item.active .page-link{z-index:3;color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.bootstrap .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.5}.bootstrap .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap .pagination-sm .page-link{padding:.25rem .5rem;font-size:.7875rem;line-height:1.5}.bootstrap .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .badge{transition:none}}a.bootstrap .badge:focus,a.bootstrap .badge:hover{text-decoration:none}.bootstrap .badge:empty{display:none}.bootstrap .btn .badge{position:relative;top:-1px}.bootstrap .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap .badge-primary{color:#fff;background-color:#3490dc}a.bootstrap .badge-primary:focus,a.bootstrap .badge-primary:hover{color:#fff;background-color:#2176bd}a.bootstrap .badge-primary.focus,a.bootstrap .badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.5)}.bootstrap .badge-secondary{color:#fff;background-color:#6c757d}a.bootstrap .badge-secondary:focus,a.bootstrap .badge-secondary:hover{color:#fff;background-color:#545b62}a.bootstrap .badge-secondary.focus,a.bootstrap .badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap .badge-success{color:#fff;background-color:#38c172}a.bootstrap .badge-success:focus,a.bootstrap .badge-success:hover{color:#fff;background-color:#2d995b}a.bootstrap .badge-success.focus,a.bootstrap .badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(56,193,114,.5)}.bootstrap .badge-info{color:#212529;background-color:#6cb2eb}a.bootstrap .badge-info:focus,a.bootstrap .badge-info:hover{color:#212529;background-color:#3f9ae5}a.bootstrap .badge-info.focus,a.bootstrap .badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,178,235,.5)}.bootstrap .badge-warning{color:#212529;background-color:#ffed4a}a.bootstrap .badge-warning:focus,a.bootstrap .badge-warning:hover{color:#212529;background-color:#ffe817}a.bootstrap .badge-warning.focus,a.bootstrap .badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,237,74,.5)}.bootstrap .badge-danger{color:#fff;background-color:#e3342f}a.bootstrap .badge-danger:focus,a.bootstrap .badge-danger:hover{color:#fff;background-color:#c51f1a}a.bootstrap .badge-danger.focus,a.bootstrap .badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(227,52,47,.5)}.bootstrap .badge-light{color:#212529;background-color:#f8f9fa}a.bootstrap .badge-light:focus,a.bootstrap .badge-light:hover{color:#212529;background-color:#dae0e5}a.bootstrap .badge-light.focus,a.bootstrap .badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap .badge-dark{color:#fff;background-color:#343a40}a.bootstrap .badge-dark:focus,a.bootstrap .badge-dark:hover{color:#fff;background-color:#1d2124}a.bootstrap .badge-dark.focus,a.bootstrap .badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.bootstrap .jumbotron{padding:4rem 2rem}}.bootstrap .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap .alert-heading{color:inherit}.bootstrap .alert-link{font-weight:700}.bootstrap .alert-dismissible{padding-right:3.85rem}.bootstrap .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.bootstrap .alert-primary{color:#1b4b72;background-color:#d6e9f8;border-color:#c6e0f5}.bootstrap .alert-primary hr{border-top-color:#b0d4f1}.bootstrap .alert-primary .alert-link{color:#113049}.bootstrap .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.bootstrap .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap .alert-secondary .alert-link{color:#202326}.bootstrap .alert-success{color:#1d643b;background-color:#d7f3e3;border-color:#c7eed8}.bootstrap .alert-success hr{border-top-color:#b3e8ca}.bootstrap .alert-success .alert-link{color:#123c24}.bootstrap .alert-info{color:#385d7a;background-color:#e2f0fb;border-color:#d6e9f9}.bootstrap .alert-info hr{border-top-color:#c0ddf6}.bootstrap .alert-info .alert-link{color:#284257}.bootstrap .alert-warning{color:#857b26;background-color:#fffbdb;border-color:#fffacc}.bootstrap .alert-warning hr{border-top-color:#fff8b3}.bootstrap .alert-warning .alert-link{color:#5d561b}.bootstrap .alert-danger{color:#761b18;background-color:#f9d6d5;border-color:#f7c6c5}.bootstrap .alert-danger hr{border-top-color:#f4b0af}.bootstrap .alert-danger .alert-link{color:#4c110f}.bootstrap .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.bootstrap .alert-light hr{border-top-color:#ececf6}.bootstrap .alert-light .alert-link{color:#686868}.bootstrap .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.bootstrap .alert-dark hr{border-top-color:#b9bbbe}.bootstrap .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.bootstrap .progress{display:flex;height:1rem;overflow:hidden;font-size:.675rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#3490dc;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap .progress-bar{transition:none}}.bootstrap .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.bootstrap .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.bootstrap .progress-bar-animated{-webkit-animation:none;animation:none}}.bootstrap .media{display:flex;align-items:flex-start}.bootstrap .media-body{flex:1}.bootstrap .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap .list-group-item-action:focus,.bootstrap .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.bootstrap .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .list-group-item.disabled,.bootstrap .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.bootstrap .list-group-item.active{z-index:2;color:#fff;background-color:#3490dc;border-color:#3490dc}.bootstrap .list-group-item+.bootstrap .list-group-item{border-top-width:0}.bootstrap .list-group-item+.bootstrap .list-group-item.active{margin-top:-1px;border-top-width:1px}.bootstrap .list-group-horizontal{flex-direction:row}.bootstrap .list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap .list-group-horizontal .list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap .list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.bootstrap .list-group-horizontal-sm{flex-direction:row}.bootstrap .list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap .list-group-horizontal-sm .list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap .list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.bootstrap .list-group-horizontal-md{flex-direction:row}.bootstrap .list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap .list-group-horizontal-md .list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap .list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.bootstrap .list-group-horizontal-lg{flex-direction:row}.bootstrap .list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap .list-group-horizontal-lg .list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap .list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.bootstrap .list-group-horizontal-xl{flex-direction:row}.bootstrap .list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap .list-group-horizontal-xl .list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap .list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.bootstrap .list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.bootstrap .list-group-flush .list-group-item:first-child{border-top-width:0}.bootstrap .list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.bootstrap .list-group-item-primary{color:#1b4b72;background-color:#c6e0f5}.bootstrap .list-group-item-primary.list-group-item-action:focus,.bootstrap .list-group-item-primary.list-group-item-action:hover{color:#1b4b72;background-color:#b0d4f1}.bootstrap .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b4b72;border-color:#1b4b72}.bootstrap .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.bootstrap .list-group-item-secondary.list-group-item-action:focus,.bootstrap .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.bootstrap .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.bootstrap .list-group-item-success{color:#1d643b;background-color:#c7eed8}.bootstrap .list-group-item-success.list-group-item-action:focus,.bootstrap .list-group-item-success.list-group-item-action:hover{color:#1d643b;background-color:#b3e8ca}.bootstrap .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#1d643b;border-color:#1d643b}.bootstrap .list-group-item-info{color:#385d7a;background-color:#d6e9f9}.bootstrap .list-group-item-info.list-group-item-action:focus,.bootstrap .list-group-item-info.list-group-item-action:hover{color:#385d7a;background-color:#c0ddf6}.bootstrap .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#385d7a;border-color:#385d7a}.bootstrap .list-group-item-warning{color:#857b26;background-color:#fffacc}.bootstrap .list-group-item-warning.list-group-item-action:focus,.bootstrap .list-group-item-warning.list-group-item-action:hover{color:#857b26;background-color:#fff8b3}.bootstrap .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#857b26;border-color:#857b26}.bootstrap .list-group-item-danger{color:#761b18;background-color:#f7c6c5}.bootstrap .list-group-item-danger.list-group-item-action:focus,.bootstrap .list-group-item-danger.list-group-item-action:hover{color:#761b18;background-color:#f4b0af}.bootstrap .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#761b18;border-color:#761b18}.bootstrap .list-group-item-light{color:#818182;background-color:#fdfdfe}.bootstrap .list-group-item-light.list-group-item-action:focus,.bootstrap .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.bootstrap .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.bootstrap .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.bootstrap .list-group-item-dark.list-group-item-action:focus,.bootstrap .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.bootstrap .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.bootstrap .close{float:right;font-size:1.35rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.bootstrap .close:hover{color:#000;text-decoration:none}.bootstrap .close:not(:disabled):not(.disabled):focus,.bootstrap .close:not(:disabled):not(.disabled):hover{opacity:.75}.bootstrap button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap a.close.disabled{pointer-events:none}.bootstrap .toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.bootstrap .toast:not(:last-child){margin-bottom:.75rem}.bootstrap .toast.showing{opacity:1}.bootstrap .toast.show{display:block;opacity:1}.bootstrap .toast.hide{display:none}.bootstrap .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.bootstrap .toast-body{padding:.75rem}.bootstrap .modal-open{overflow:hidden}.bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.bootstrap .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .bootstrap .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .bootstrap .modal-dialog{transition:none}}.modal.show .bootstrap .modal-dialog{transform:none}.modal.modal-static .bootstrap .modal-dialog{transform:scale(1.02)}.bootstrap .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.bootstrap .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.bootstrap .modal-dialog-scrollable .modal-footer,.bootstrap .modal-dialog-scrollable .modal-header{flex-shrink:0}.bootstrap .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.bootstrap .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.bootstrap .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.bootstrap .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.bootstrap .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.bootstrap .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.bootstrap .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.bootstrap .modal-backdrop.fade{opacity:0}.bootstrap .modal-backdrop.show{opacity:.5}.bootstrap .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.bootstrap .modal-title{margin-bottom:0;line-height:1.6}.bootstrap .modal-body{position:relative;flex:1 1 auto;padding:1rem}.bootstrap .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.bootstrap .modal-footer>*{margin:.25rem}.bootstrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.bootstrap .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.bootstrap .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.bootstrap .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap .modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.bootstrap .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap .modal-lg,.bootstrap .modal-xl{max-width:800px}}@media (min-width:1200px){.bootstrap .modal-xl{max-width:1140px}}.bootstrap .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Avenir Next,sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;opacity:0}.bootstrap .tooltip.show{opacity:.9}.bootstrap .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap .bs-tooltip-auto[x-placement^=top],.bootstrap .bs-tooltip-top{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap .bs-tooltip-top .arrow{bottom:0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow:before,.bootstrap .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=right],.bootstrap .bs-tooltip-right{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow:before,.bootstrap .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=bottom],.bootstrap .bs-tooltip-bottom{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap .bs-tooltip-bottom .arrow{top:0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bootstrap .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=left],.bootstrap .bs-tooltip-left{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow:before,.bootstrap .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:Avenir Next,sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.bootstrap .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.bootstrap .popover .arrow:after,.bootstrap .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap .bs-popover-auto[x-placement^=top],.bootstrap .bs-popover-top{margin-bottom:.5rem}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow,.bootstrap .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow:before,.bootstrap .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow:after,.bootstrap .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bootstrap .bs-popover-auto[x-placement^=right],.bootstrap .bs-popover-right{margin-left:.5rem}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow,.bootstrap .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow:before,.bootstrap .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow:after,.bootstrap .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bootstrap .bs-popover-auto[x-placement^=bottom],.bootstrap .bs-popover-bottom{margin-top:.5rem}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow,.bootstrap .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow:before,.bootstrap .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow:after,.bootstrap .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header:before,.bootstrap .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bootstrap .bs-popover-auto[x-placement^=left],.bootstrap .bs-popover-left{margin-right:.5rem}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow,.bootstrap .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow:before,.bootstrap .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow:after,.bootstrap .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bootstrap .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.9rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap .popover-header:empty{display:none}.bootstrap .popover-body{padding:.5rem .75rem;color:#212529}.bootstrap .carousel{position:relative}.bootstrap .carousel.pointer-event{touch-action:pan-y}.bootstrap .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap .carousel-inner:after{display:block;clear:both;content:""}.bootstrap .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap .carousel-item{transition:none}}.bootstrap .carousel-item-next,.bootstrap .carousel-item-prev,.bootstrap .carousel-item.active{display:block}.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.bootstrap .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.bootstrap .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap .carousel-fade .carousel-item.active{z-index:1;opacity:1}.bootstrap .carousel-fade .active.carousel-item-left,.bootstrap .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.bootstrap .carousel-fade .active.carousel-item-left,.bootstrap .carousel-fade .active.carousel-item-right{transition:none}}.bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{transition:none}}.bootstrap .carousel-control-next:focus,.bootstrap .carousel-control-next:hover,.bootstrap .carousel-control-prev:focus,.bootstrap .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap .carousel-control-prev{left:0}.bootstrap .carousel-control-next{right:0}.bootstrap .carousel-control-next-icon,.bootstrap .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.bootstrap .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.bootstrap .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap .carousel-indicators li{transition:none}}.bootstrap .carousel-indicators .active{opacity:1}.bootstrap .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.bootstrap .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.bootstrap .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.bootstrap .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.bootstrap .spinner-grow-sm{width:1rem;height:1rem}.bootstrap .align-baseline{vertical-align:baseline!important}.bootstrap .align-top{vertical-align:top!important}.bootstrap .align-middle{vertical-align:middle!important}.bootstrap .align-bottom{vertical-align:bottom!important}.bootstrap .align-text-bottom{vertical-align:text-bottom!important}.bootstrap .align-text-top{vertical-align:text-top!important}.bootstrap .bg-primary{background-color:#3490dc!important}.bootstrap a.bg-primary:focus,.bootstrap a.bg-primary:hover,.bootstrap button.bg-primary:focus,.bootstrap button.bg-primary:hover{background-color:#2176bd!important}.bootstrap .bg-secondary{background-color:#6c757d!important}.bootstrap a.bg-secondary:focus,.bootstrap a.bg-secondary:hover,.bootstrap button.bg-secondary:focus,.bootstrap button.bg-secondary:hover{background-color:#545b62!important}.bootstrap .bg-success{background-color:#38c172!important}.bootstrap a.bg-success:focus,.bootstrap a.bg-success:hover,.bootstrap button.bg-success:focus,.bootstrap button.bg-success:hover{background-color:#2d995b!important}.bootstrap .bg-info{background-color:#6cb2eb!important}.bootstrap a.bg-info:focus,.bootstrap a.bg-info:hover,.bootstrap button.bg-info:focus,.bootstrap button.bg-info:hover{background-color:#3f9ae5!important}.bootstrap .bg-warning{background-color:#ffed4a!important}.bootstrap a.bg-warning:focus,.bootstrap a.bg-warning:hover,.bootstrap button.bg-warning:focus,.bootstrap button.bg-warning:hover{background-color:#ffe817!important}.bootstrap .bg-danger{background-color:#e3342f!important}.bootstrap a.bg-danger:focus,.bootstrap a.bg-danger:hover,.bootstrap button.bg-danger:focus,.bootstrap button.bg-danger:hover{background-color:#c51f1a!important}.bootstrap .bg-light{background-color:#f8f9fa!important}.bootstrap a.bg-light:focus,.bootstrap a.bg-light:hover,.bootstrap button.bg-light:focus,.bootstrap button.bg-light:hover{background-color:#dae0e5!important}.bootstrap .bg-dark{background-color:#343a40!important}.bootstrap a.bg-dark:focus,.bootstrap a.bg-dark:hover,.bootstrap button.bg-dark:focus,.bootstrap button.bg-dark:hover{background-color:#1d2124!important}.bootstrap .bg-white{background-color:#fff!important}.bootstrap .bg-transparent{background-color:transparent!important}.bootstrap .border{border:1px solid #dee2e6!important}.bootstrap .border-top{border-top:1px solid #dee2e6!important}.bootstrap .border-right{border-right:1px solid #dee2e6!important}.bootstrap .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap .border-left{border-left:1px solid #dee2e6!important}.bootstrap .border-0{border:0!important}.bootstrap .border-top-0{border-top:0!important}.bootstrap .border-right-0{border-right:0!important}.bootstrap .border-bottom-0{border-bottom:0!important}.bootstrap .border-left-0{border-left:0!important}.bootstrap .border-primary{border-color:#3490dc!important}.bootstrap .border-secondary{border-color:#6c757d!important}.bootstrap .border-success{border-color:#38c172!important}.bootstrap .border-info{border-color:#6cb2eb!important}.bootstrap .border-warning{border-color:#ffed4a!important}.bootstrap .border-danger{border-color:#e3342f!important}.bootstrap .border-light{border-color:#f8f9fa!important}.bootstrap .border-dark{border-color:#343a40!important}.bootstrap .border-white{border-color:#fff!important}.bootstrap .rounded-sm{border-radius:.2rem!important}.bootstrap .rounded{border-radius:.25rem!important}.bootstrap .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap .rounded-lg{border-radius:.3rem!important}.bootstrap .rounded-circle{border-radius:50%!important}.bootstrap .rounded-pill{border-radius:50rem!important}.bootstrap .rounded-0{border-radius:0!important}.bootstrap .clearfix:after{display:block;clear:both;content:""}.bootstrap .d-none{display:none!important}.bootstrap .d-inline{display:inline!important}.bootstrap .d-inline-block{display:inline-block!important}.bootstrap .d-block{display:block!important}.bootstrap .d-table{display:table!important}.bootstrap .d-table-row{display:table-row!important}.bootstrap .d-table-cell{display:table-cell!important}.bootstrap .d-flex{display:flex!important}.bootstrap .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.bootstrap .d-sm-none{display:none!important}.bootstrap .d-sm-inline{display:inline!important}.bootstrap .d-sm-inline-block{display:inline-block!important}.bootstrap .d-sm-block{display:block!important}.bootstrap .d-sm-table{display:table!important}.bootstrap .d-sm-table-row{display:table-row!important}.bootstrap .d-sm-table-cell{display:table-cell!important}.bootstrap .d-sm-flex{display:flex!important}.bootstrap .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.bootstrap .d-md-none{display:none!important}.bootstrap .d-md-inline{display:inline!important}.bootstrap .d-md-inline-block{display:inline-block!important}.bootstrap .d-md-block{display:block!important}.bootstrap .d-md-table{display:table!important}.bootstrap .d-md-table-row{display:table-row!important}.bootstrap .d-md-table-cell{display:table-cell!important}.bootstrap .d-md-flex{display:flex!important}.bootstrap .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.bootstrap .d-lg-none{display:none!important}.bootstrap .d-lg-inline{display:inline!important}.bootstrap .d-lg-inline-block{display:inline-block!important}.bootstrap .d-lg-block{display:block!important}.bootstrap .d-lg-table{display:table!important}.bootstrap .d-lg-table-row{display:table-row!important}.bootstrap .d-lg-table-cell{display:table-cell!important}.bootstrap .d-lg-flex{display:flex!important}.bootstrap .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.bootstrap .d-xl-none{display:none!important}.bootstrap .d-xl-inline{display:inline!important}.bootstrap .d-xl-inline-block{display:inline-block!important}.bootstrap .d-xl-block{display:block!important}.bootstrap .d-xl-table{display:table!important}.bootstrap .d-xl-table-row{display:table-row!important}.bootstrap .d-xl-table-cell{display:table-cell!important}.bootstrap .d-xl-flex{display:flex!important}.bootstrap .d-xl-inline-flex{display:inline-flex!important}}@media print{.bootstrap .d-print-none{display:none!important}.bootstrap .d-print-inline{display:inline!important}.bootstrap .d-print-inline-block{display:inline-block!important}.bootstrap .d-print-block{display:block!important}.bootstrap .d-print-table{display:table!important}.bootstrap .d-print-table-row{display:table-row!important}.bootstrap .d-print-table-cell{display:table-cell!important}.bootstrap .d-print-flex{display:flex!important}.bootstrap .d-print-inline-flex{display:inline-flex!important}}.bootstrap .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap .embed-responsive:before{display:block;content:""}.bootstrap .embed-responsive .embed-responsive-item,.bootstrap .embed-responsive embed,.bootstrap .embed-responsive iframe,.bootstrap .embed-responsive object,.bootstrap .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap .embed-responsive-21by9:before{padding-top:42.8571428571%}.bootstrap .embed-responsive-16by9:before{padding-top:56.25%}.bootstrap .embed-responsive-4by3:before{padding-top:75%}.bootstrap .embed-responsive-1by1:before{padding-top:100%}.bootstrap .flex-row{flex-direction:row!important}.bootstrap .flex-column{flex-direction:column!important}.bootstrap .flex-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-wrap{flex-wrap:wrap!important}.bootstrap .flex-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-fill{flex:1 1 auto!important}.bootstrap .flex-grow-0{flex-grow:0!important}.bootstrap .flex-grow-1{flex-grow:1!important}.bootstrap .flex-shrink-0{flex-shrink:0!important}.bootstrap .flex-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-start{justify-content:flex-start!important}.bootstrap .justify-content-end{justify-content:flex-end!important}.bootstrap .justify-content-center{justify-content:center!important}.bootstrap .justify-content-between{justify-content:space-between!important}.bootstrap .justify-content-around{justify-content:space-around!important}.bootstrap .align-items-start{align-items:flex-start!important}.bootstrap .align-items-end{align-items:flex-end!important}.bootstrap .align-items-center{align-items:center!important}.bootstrap .align-items-baseline{align-items:baseline!important}.bootstrap .align-items-stretch{align-items:stretch!important}.bootstrap .align-content-start{align-content:flex-start!important}.bootstrap .align-content-end{align-content:flex-end!important}.bootstrap .align-content-center{align-content:center!important}.bootstrap .align-content-between{align-content:space-between!important}.bootstrap .align-content-around{align-content:space-around!important}.bootstrap .align-content-stretch{align-content:stretch!important}.bootstrap .align-self-auto{align-self:auto!important}.bootstrap .align-self-start{align-self:flex-start!important}.bootstrap .align-self-end{align-self:flex-end!important}.bootstrap .align-self-center{align-self:center!important}.bootstrap .align-self-baseline{align-self:baseline!important}.bootstrap .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.bootstrap .flex-sm-row{flex-direction:row!important}.bootstrap .flex-sm-column{flex-direction:column!important}.bootstrap .flex-sm-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-sm-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-sm-wrap{flex-wrap:wrap!important}.bootstrap .flex-sm-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-sm-fill{flex:1 1 auto!important}.bootstrap .flex-sm-grow-0{flex-grow:0!important}.bootstrap .flex-sm-grow-1{flex-grow:1!important}.bootstrap .flex-sm-shrink-0{flex-shrink:0!important}.bootstrap .flex-sm-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-sm-start{justify-content:flex-start!important}.bootstrap .justify-content-sm-end{justify-content:flex-end!important}.bootstrap .justify-content-sm-center{justify-content:center!important}.bootstrap .justify-content-sm-between{justify-content:space-between!important}.bootstrap .justify-content-sm-around{justify-content:space-around!important}.bootstrap .align-items-sm-start{align-items:flex-start!important}.bootstrap .align-items-sm-end{align-items:flex-end!important}.bootstrap .align-items-sm-center{align-items:center!important}.bootstrap .align-items-sm-baseline{align-items:baseline!important}.bootstrap .align-items-sm-stretch{align-items:stretch!important}.bootstrap .align-content-sm-start{align-content:flex-start!important}.bootstrap .align-content-sm-end{align-content:flex-end!important}.bootstrap .align-content-sm-center{align-content:center!important}.bootstrap .align-content-sm-between{align-content:space-between!important}.bootstrap .align-content-sm-around{align-content:space-around!important}.bootstrap .align-content-sm-stretch{align-content:stretch!important}.bootstrap .align-self-sm-auto{align-self:auto!important}.bootstrap .align-self-sm-start{align-self:flex-start!important}.bootstrap .align-self-sm-end{align-self:flex-end!important}.bootstrap .align-self-sm-center{align-self:center!important}.bootstrap .align-self-sm-baseline{align-self:baseline!important}.bootstrap .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.bootstrap .flex-md-row{flex-direction:row!important}.bootstrap .flex-md-column{flex-direction:column!important}.bootstrap .flex-md-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-md-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-md-wrap{flex-wrap:wrap!important}.bootstrap .flex-md-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-md-fill{flex:1 1 auto!important}.bootstrap .flex-md-grow-0{flex-grow:0!important}.bootstrap .flex-md-grow-1{flex-grow:1!important}.bootstrap .flex-md-shrink-0{flex-shrink:0!important}.bootstrap .flex-md-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-md-start{justify-content:flex-start!important}.bootstrap .justify-content-md-end{justify-content:flex-end!important}.bootstrap .justify-content-md-center{justify-content:center!important}.bootstrap .justify-content-md-between{justify-content:space-between!important}.bootstrap .justify-content-md-around{justify-content:space-around!important}.bootstrap .align-items-md-start{align-items:flex-start!important}.bootstrap .align-items-md-end{align-items:flex-end!important}.bootstrap .align-items-md-center{align-items:center!important}.bootstrap .align-items-md-baseline{align-items:baseline!important}.bootstrap .align-items-md-stretch{align-items:stretch!important}.bootstrap .align-content-md-start{align-content:flex-start!important}.bootstrap .align-content-md-end{align-content:flex-end!important}.bootstrap .align-content-md-center{align-content:center!important}.bootstrap .align-content-md-between{align-content:space-between!important}.bootstrap .align-content-md-around{align-content:space-around!important}.bootstrap .align-content-md-stretch{align-content:stretch!important}.bootstrap .align-self-md-auto{align-self:auto!important}.bootstrap .align-self-md-start{align-self:flex-start!important}.bootstrap .align-self-md-end{align-self:flex-end!important}.bootstrap .align-self-md-center{align-self:center!important}.bootstrap .align-self-md-baseline{align-self:baseline!important}.bootstrap .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.bootstrap .flex-lg-row{flex-direction:row!important}.bootstrap .flex-lg-column{flex-direction:column!important}.bootstrap .flex-lg-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-lg-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-lg-wrap{flex-wrap:wrap!important}.bootstrap .flex-lg-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-lg-fill{flex:1 1 auto!important}.bootstrap .flex-lg-grow-0{flex-grow:0!important}.bootstrap .flex-lg-grow-1{flex-grow:1!important}.bootstrap .flex-lg-shrink-0{flex-shrink:0!important}.bootstrap .flex-lg-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-lg-start{justify-content:flex-start!important}.bootstrap .justify-content-lg-end{justify-content:flex-end!important}.bootstrap .justify-content-lg-center{justify-content:center!important}.bootstrap .justify-content-lg-between{justify-content:space-between!important}.bootstrap .justify-content-lg-around{justify-content:space-around!important}.bootstrap .align-items-lg-start{align-items:flex-start!important}.bootstrap .align-items-lg-end{align-items:flex-end!important}.bootstrap .align-items-lg-center{align-items:center!important}.bootstrap .align-items-lg-baseline{align-items:baseline!important}.bootstrap .align-items-lg-stretch{align-items:stretch!important}.bootstrap .align-content-lg-start{align-content:flex-start!important}.bootstrap .align-content-lg-end{align-content:flex-end!important}.bootstrap .align-content-lg-center{align-content:center!important}.bootstrap .align-content-lg-between{align-content:space-between!important}.bootstrap .align-content-lg-around{align-content:space-around!important}.bootstrap .align-content-lg-stretch{align-content:stretch!important}.bootstrap .align-self-lg-auto{align-self:auto!important}.bootstrap .align-self-lg-start{align-self:flex-start!important}.bootstrap .align-self-lg-end{align-self:flex-end!important}.bootstrap .align-self-lg-center{align-self:center!important}.bootstrap .align-self-lg-baseline{align-self:baseline!important}.bootstrap .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.bootstrap .flex-xl-row{flex-direction:row!important}.bootstrap .flex-xl-column{flex-direction:column!important}.bootstrap .flex-xl-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-xl-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-xl-wrap{flex-wrap:wrap!important}.bootstrap .flex-xl-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-xl-fill{flex:1 1 auto!important}.bootstrap .flex-xl-grow-0{flex-grow:0!important}.bootstrap .flex-xl-grow-1{flex-grow:1!important}.bootstrap .flex-xl-shrink-0{flex-shrink:0!important}.bootstrap .flex-xl-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-xl-start{justify-content:flex-start!important}.bootstrap .justify-content-xl-end{justify-content:flex-end!important}.bootstrap .justify-content-xl-center{justify-content:center!important}.bootstrap .justify-content-xl-between{justify-content:space-between!important}.bootstrap .justify-content-xl-around{justify-content:space-around!important}.bootstrap .align-items-xl-start{align-items:flex-start!important}.bootstrap .align-items-xl-end{align-items:flex-end!important}.bootstrap .align-items-xl-center{align-items:center!important}.bootstrap .align-items-xl-baseline{align-items:baseline!important}.bootstrap .align-items-xl-stretch{align-items:stretch!important}.bootstrap .align-content-xl-start{align-content:flex-start!important}.bootstrap .align-content-xl-end{align-content:flex-end!important}.bootstrap .align-content-xl-center{align-content:center!important}.bootstrap .align-content-xl-between{align-content:space-between!important}.bootstrap .align-content-xl-around{align-content:space-around!important}.bootstrap .align-content-xl-stretch{align-content:stretch!important}.bootstrap .align-self-xl-auto{align-self:auto!important}.bootstrap .align-self-xl-start{align-self:flex-start!important}.bootstrap .align-self-xl-end{align-self:flex-end!important}.bootstrap .align-self-xl-center{align-self:center!important}.bootstrap .align-self-xl-baseline{align-self:baseline!important}.bootstrap .align-self-xl-stretch{align-self:stretch!important}}.bootstrap .float-left{float:left!important}.bootstrap .float-right{float:right!important}.bootstrap .float-none{float:none!important}@media (min-width:576px){.bootstrap .float-sm-left{float:left!important}.bootstrap .float-sm-right{float:right!important}.bootstrap .float-sm-none{float:none!important}}@media (min-width:768px){.bootstrap .float-md-left{float:left!important}.bootstrap .float-md-right{float:right!important}.bootstrap .float-md-none{float:none!important}}@media (min-width:992px){.bootstrap .float-lg-left{float:left!important}.bootstrap .float-lg-right{float:right!important}.bootstrap .float-lg-none{float:none!important}}@media (min-width:1200px){.bootstrap .float-xl-left{float:left!important}.bootstrap .float-xl-right{float:right!important}.bootstrap .float-xl-none{float:none!important}}.bootstrap .overflow-auto{overflow:auto!important}.bootstrap .overflow-hidden{overflow:hidden!important}.bootstrap .position-static{position:static!important}.bootstrap .position-relative{position:relative!important}.bootstrap .position-absolute{position:absolute!important}.bootstrap .position-fixed{position:fixed!important}.bootstrap .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.bootstrap .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bootstrap .sr-only-focusable:active,.bootstrap .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.bootstrap .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.bootstrap .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap .shadow-none{box-shadow:none!important}.bootstrap .w-25{width:25%!important}.bootstrap .w-50{width:50%!important}.bootstrap .w-75{width:75%!important}.bootstrap .w-100{width:100%!important}.bootstrap .w-auto{width:auto!important}.bootstrap .h-25{height:25%!important}.bootstrap .h-50{height:50%!important}.bootstrap .h-75{height:75%!important}.bootstrap .h-100{height:100%!important}.bootstrap .h-auto{height:auto!important}.bootstrap .mw-100{max-width:100%!important}.bootstrap .mh-100{max-height:100%!important}.bootstrap .min-vw-100{min-width:100vw!important}.bootstrap .min-vh-100{min-height:100vh!important}.bootstrap .vw-100{width:100vw!important}.bootstrap .vh-100{height:100vh!important}.bootstrap .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.bootstrap .m-0{margin:0!important}.bootstrap .mt-0,.bootstrap .my-0{margin-top:0!important}.bootstrap .mr-0,.bootstrap .mx-0{margin-right:0!important}.bootstrap .mb-0,.bootstrap .my-0{margin-bottom:0!important}.bootstrap .ml-0,.bootstrap .mx-0{margin-left:0!important}.bootstrap .m-1{margin:.25rem!important}.bootstrap .mt-1,.bootstrap .my-1{margin-top:.25rem!important}.bootstrap .mr-1,.bootstrap .mx-1{margin-right:.25rem!important}.bootstrap .mb-1,.bootstrap .my-1{margin-bottom:.25rem!important}.bootstrap .ml-1,.bootstrap .mx-1{margin-left:.25rem!important}.bootstrap .m-2{margin:.5rem!important}.bootstrap .mt-2,.bootstrap .my-2{margin-top:.5rem!important}.bootstrap .mr-2,.bootstrap .mx-2{margin-right:.5rem!important}.bootstrap .mb-2,.bootstrap .my-2{margin-bottom:.5rem!important}.bootstrap .ml-2,.bootstrap .mx-2{margin-left:.5rem!important}.bootstrap .m-3{margin:1rem!important}.bootstrap .mt-3,.bootstrap .my-3{margin-top:1rem!important}.bootstrap .mr-3,.bootstrap .mx-3{margin-right:1rem!important}.bootstrap .mb-3,.bootstrap .my-3{margin-bottom:1rem!important}.bootstrap .ml-3,.bootstrap .mx-3{margin-left:1rem!important}.bootstrap .m-4{margin:1.5rem!important}.bootstrap .mt-4,.bootstrap .my-4{margin-top:1.5rem!important}.bootstrap .mr-4,.bootstrap .mx-4{margin-right:1.5rem!important}.bootstrap .mb-4,.bootstrap .my-4{margin-bottom:1.5rem!important}.bootstrap .ml-4,.bootstrap .mx-4{margin-left:1.5rem!important}.bootstrap .m-5{margin:3rem!important}.bootstrap .mt-5,.bootstrap .my-5{margin-top:3rem!important}.bootstrap .mr-5,.bootstrap .mx-5{margin-right:3rem!important}.bootstrap .mb-5,.bootstrap .my-5{margin-bottom:3rem!important}.bootstrap .ml-5,.bootstrap .mx-5{margin-left:3rem!important}.bootstrap .p-0{padding:0!important}.bootstrap .pt-0,.bootstrap .py-0{padding-top:0!important}.bootstrap .pr-0,.bootstrap .px-0{padding-right:0!important}.bootstrap .pb-0,.bootstrap .py-0{padding-bottom:0!important}.bootstrap .pl-0,.bootstrap .px-0{padding-left:0!important}.bootstrap .p-1{padding:.25rem!important}.bootstrap .pt-1,.bootstrap .py-1{padding-top:.25rem!important}.bootstrap .pr-1,.bootstrap .px-1{padding-right:.25rem!important}.bootstrap .pb-1,.bootstrap .py-1{padding-bottom:.25rem!important}.bootstrap .pl-1,.bootstrap .px-1{padding-left:.25rem!important}.bootstrap .p-2{padding:.5rem!important}.bootstrap .pt-2,.bootstrap .py-2{padding-top:.5rem!important}.bootstrap .pr-2,.bootstrap .px-2{padding-right:.5rem!important}.bootstrap .pb-2,.bootstrap .py-2{padding-bottom:.5rem!important}.bootstrap .pl-2,.bootstrap .px-2{padding-left:.5rem!important}.bootstrap .p-3{padding:1rem!important}.bootstrap .pt-3,.bootstrap .py-3{padding-top:1rem!important}.bootstrap .pr-3,.bootstrap .px-3{padding-right:1rem!important}.bootstrap .pb-3,.bootstrap .py-3{padding-bottom:1rem!important}.bootstrap .pl-3,.bootstrap .px-3{padding-left:1rem!important}.bootstrap .p-4{padding:1.5rem!important}.bootstrap .pt-4,.bootstrap .py-4{padding-top:1.5rem!important}.bootstrap .pr-4,.bootstrap .px-4{padding-right:1.5rem!important}.bootstrap .pb-4,.bootstrap .py-4{padding-bottom:1.5rem!important}.bootstrap .pl-4,.bootstrap .px-4{padding-left:1.5rem!important}.bootstrap .p-5{padding:3rem!important}.bootstrap .pt-5,.bootstrap .py-5{padding-top:3rem!important}.bootstrap .pr-5,.bootstrap .px-5{padding-right:3rem!important}.bootstrap .pb-5,.bootstrap .py-5{padding-bottom:3rem!important}.bootstrap .pl-5,.bootstrap .px-5{padding-left:3rem!important}.bootstrap .m-n1{margin:-.25rem!important}.bootstrap .mt-n1,.bootstrap .my-n1{margin-top:-.25rem!important}.bootstrap .mr-n1,.bootstrap .mx-n1{margin-right:-.25rem!important}.bootstrap .mb-n1,.bootstrap .my-n1{margin-bottom:-.25rem!important}.bootstrap .ml-n1,.bootstrap .mx-n1{margin-left:-.25rem!important}.bootstrap .m-n2{margin:-.5rem!important}.bootstrap .mt-n2,.bootstrap .my-n2{margin-top:-.5rem!important}.bootstrap .mr-n2,.bootstrap .mx-n2{margin-right:-.5rem!important}.bootstrap .mb-n2,.bootstrap .my-n2{margin-bottom:-.5rem!important}.bootstrap .ml-n2,.bootstrap .mx-n2{margin-left:-.5rem!important}.bootstrap .m-n3{margin:-1rem!important}.bootstrap .mt-n3,.bootstrap .my-n3{margin-top:-1rem!important}.bootstrap .mr-n3,.bootstrap .mx-n3{margin-right:-1rem!important}.bootstrap .mb-n3,.bootstrap .my-n3{margin-bottom:-1rem!important}.bootstrap .ml-n3,.bootstrap .mx-n3{margin-left:-1rem!important}.bootstrap .m-n4{margin:-1.5rem!important}.bootstrap .mt-n4,.bootstrap .my-n4{margin-top:-1.5rem!important}.bootstrap .mr-n4,.bootstrap .mx-n4{margin-right:-1.5rem!important}.bootstrap .mb-n4,.bootstrap .my-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-n4,.bootstrap .mx-n4{margin-left:-1.5rem!important}.bootstrap .m-n5{margin:-3rem!important}.bootstrap .mt-n5,.bootstrap .my-n5{margin-top:-3rem!important}.bootstrap .mr-n5,.bootstrap .mx-n5{margin-right:-3rem!important}.bootstrap .mb-n5,.bootstrap .my-n5{margin-bottom:-3rem!important}.bootstrap .ml-n5,.bootstrap .mx-n5{margin-left:-3rem!important}.bootstrap .m-auto{margin:auto!important}.bootstrap .mt-auto,.bootstrap .my-auto{margin-top:auto!important}.bootstrap .mr-auto,.bootstrap .mx-auto{margin-right:auto!important}.bootstrap .mb-auto,.bootstrap .my-auto{margin-bottom:auto!important}.bootstrap .ml-auto,.bootstrap .mx-auto{margin-left:auto!important}@media (min-width:576px){.bootstrap .m-sm-0{margin:0!important}.bootstrap .mt-sm-0,.bootstrap .my-sm-0{margin-top:0!important}.bootstrap .mr-sm-0,.bootstrap .mx-sm-0{margin-right:0!important}.bootstrap .mb-sm-0,.bootstrap .my-sm-0{margin-bottom:0!important}.bootstrap .ml-sm-0,.bootstrap .mx-sm-0{margin-left:0!important}.bootstrap .m-sm-1{margin:.25rem!important}.bootstrap .mt-sm-1,.bootstrap .my-sm-1{margin-top:.25rem!important}.bootstrap .mr-sm-1,.bootstrap .mx-sm-1{margin-right:.25rem!important}.bootstrap .mb-sm-1,.bootstrap .my-sm-1{margin-bottom:.25rem!important}.bootstrap .ml-sm-1,.bootstrap .mx-sm-1{margin-left:.25rem!important}.bootstrap .m-sm-2{margin:.5rem!important}.bootstrap .mt-sm-2,.bootstrap .my-sm-2{margin-top:.5rem!important}.bootstrap .mr-sm-2,.bootstrap .mx-sm-2{margin-right:.5rem!important}.bootstrap .mb-sm-2,.bootstrap .my-sm-2{margin-bottom:.5rem!important}.bootstrap .ml-sm-2,.bootstrap .mx-sm-2{margin-left:.5rem!important}.bootstrap .m-sm-3{margin:1rem!important}.bootstrap .mt-sm-3,.bootstrap .my-sm-3{margin-top:1rem!important}.bootstrap .mr-sm-3,.bootstrap .mx-sm-3{margin-right:1rem!important}.bootstrap .mb-sm-3,.bootstrap .my-sm-3{margin-bottom:1rem!important}.bootstrap .ml-sm-3,.bootstrap .mx-sm-3{margin-left:1rem!important}.bootstrap .m-sm-4{margin:1.5rem!important}.bootstrap .mt-sm-4,.bootstrap .my-sm-4{margin-top:1.5rem!important}.bootstrap .mr-sm-4,.bootstrap .mx-sm-4{margin-right:1.5rem!important}.bootstrap .mb-sm-4,.bootstrap .my-sm-4{margin-bottom:1.5rem!important}.bootstrap .ml-sm-4,.bootstrap .mx-sm-4{margin-left:1.5rem!important}.bootstrap .m-sm-5{margin:3rem!important}.bootstrap .mt-sm-5,.bootstrap .my-sm-5{margin-top:3rem!important}.bootstrap .mr-sm-5,.bootstrap .mx-sm-5{margin-right:3rem!important}.bootstrap .mb-sm-5,.bootstrap .my-sm-5{margin-bottom:3rem!important}.bootstrap .ml-sm-5,.bootstrap .mx-sm-5{margin-left:3rem!important}.bootstrap .p-sm-0{padding:0!important}.bootstrap .pt-sm-0,.bootstrap .py-sm-0{padding-top:0!important}.bootstrap .pr-sm-0,.bootstrap .px-sm-0{padding-right:0!important}.bootstrap .pb-sm-0,.bootstrap .py-sm-0{padding-bottom:0!important}.bootstrap .pl-sm-0,.bootstrap .px-sm-0{padding-left:0!important}.bootstrap .p-sm-1{padding:.25rem!important}.bootstrap .pt-sm-1,.bootstrap .py-sm-1{padding-top:.25rem!important}.bootstrap .pr-sm-1,.bootstrap .px-sm-1{padding-right:.25rem!important}.bootstrap .pb-sm-1,.bootstrap .py-sm-1{padding-bottom:.25rem!important}.bootstrap .pl-sm-1,.bootstrap .px-sm-1{padding-left:.25rem!important}.bootstrap .p-sm-2{padding:.5rem!important}.bootstrap .pt-sm-2,.bootstrap .py-sm-2{padding-top:.5rem!important}.bootstrap .pr-sm-2,.bootstrap .px-sm-2{padding-right:.5rem!important}.bootstrap .pb-sm-2,.bootstrap .py-sm-2{padding-bottom:.5rem!important}.bootstrap .pl-sm-2,.bootstrap .px-sm-2{padding-left:.5rem!important}.bootstrap .p-sm-3{padding:1rem!important}.bootstrap .pt-sm-3,.bootstrap .py-sm-3{padding-top:1rem!important}.bootstrap .pr-sm-3,.bootstrap .px-sm-3{padding-right:1rem!important}.bootstrap .pb-sm-3,.bootstrap .py-sm-3{padding-bottom:1rem!important}.bootstrap .pl-sm-3,.bootstrap .px-sm-3{padding-left:1rem!important}.bootstrap .p-sm-4{padding:1.5rem!important}.bootstrap .pt-sm-4,.bootstrap .py-sm-4{padding-top:1.5rem!important}.bootstrap .pr-sm-4,.bootstrap .px-sm-4{padding-right:1.5rem!important}.bootstrap .pb-sm-4,.bootstrap .py-sm-4{padding-bottom:1.5rem!important}.bootstrap .pl-sm-4,.bootstrap .px-sm-4{padding-left:1.5rem!important}.bootstrap .p-sm-5{padding:3rem!important}.bootstrap .pt-sm-5,.bootstrap .py-sm-5{padding-top:3rem!important}.bootstrap .pr-sm-5,.bootstrap .px-sm-5{padding-right:3rem!important}.bootstrap .pb-sm-5,.bootstrap .py-sm-5{padding-bottom:3rem!important}.bootstrap .pl-sm-5,.bootstrap .px-sm-5{padding-left:3rem!important}.bootstrap .m-sm-n1{margin:-.25rem!important}.bootstrap .mt-sm-n1,.bootstrap .my-sm-n1{margin-top:-.25rem!important}.bootstrap .mr-sm-n1,.bootstrap .mx-sm-n1{margin-right:-.25rem!important}.bootstrap .mb-sm-n1,.bootstrap .my-sm-n1{margin-bottom:-.25rem!important}.bootstrap .ml-sm-n1,.bootstrap .mx-sm-n1{margin-left:-.25rem!important}.bootstrap .m-sm-n2{margin:-.5rem!important}.bootstrap .mt-sm-n2,.bootstrap .my-sm-n2{margin-top:-.5rem!important}.bootstrap .mr-sm-n2,.bootstrap .mx-sm-n2{margin-right:-.5rem!important}.bootstrap .mb-sm-n2,.bootstrap .my-sm-n2{margin-bottom:-.5rem!important}.bootstrap .ml-sm-n2,.bootstrap .mx-sm-n2{margin-left:-.5rem!important}.bootstrap .m-sm-n3{margin:-1rem!important}.bootstrap .mt-sm-n3,.bootstrap .my-sm-n3{margin-top:-1rem!important}.bootstrap .mr-sm-n3,.bootstrap .mx-sm-n3{margin-right:-1rem!important}.bootstrap .mb-sm-n3,.bootstrap .my-sm-n3{margin-bottom:-1rem!important}.bootstrap .ml-sm-n3,.bootstrap .mx-sm-n3{margin-left:-1rem!important}.bootstrap .m-sm-n4{margin:-1.5rem!important}.bootstrap .mt-sm-n4,.bootstrap .my-sm-n4{margin-top:-1.5rem!important}.bootstrap .mr-sm-n4,.bootstrap .mx-sm-n4{margin-right:-1.5rem!important}.bootstrap .mb-sm-n4,.bootstrap .my-sm-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-sm-n4,.bootstrap .mx-sm-n4{margin-left:-1.5rem!important}.bootstrap .m-sm-n5{margin:-3rem!important}.bootstrap .mt-sm-n5,.bootstrap .my-sm-n5{margin-top:-3rem!important}.bootstrap .mr-sm-n5,.bootstrap .mx-sm-n5{margin-right:-3rem!important}.bootstrap .mb-sm-n5,.bootstrap .my-sm-n5{margin-bottom:-3rem!important}.bootstrap .ml-sm-n5,.bootstrap .mx-sm-n5{margin-left:-3rem!important}.bootstrap .m-sm-auto{margin:auto!important}.bootstrap .mt-sm-auto,.bootstrap .my-sm-auto{margin-top:auto!important}.bootstrap .mr-sm-auto,.bootstrap .mx-sm-auto{margin-right:auto!important}.bootstrap .mb-sm-auto,.bootstrap .my-sm-auto{margin-bottom:auto!important}.bootstrap .ml-sm-auto,.bootstrap .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.bootstrap .m-md-0{margin:0!important}.bootstrap .mt-md-0,.bootstrap .my-md-0{margin-top:0!important}.bootstrap .mr-md-0,.bootstrap .mx-md-0{margin-right:0!important}.bootstrap .mb-md-0,.bootstrap .my-md-0{margin-bottom:0!important}.bootstrap .ml-md-0,.bootstrap .mx-md-0{margin-left:0!important}.bootstrap .m-md-1{margin:.25rem!important}.bootstrap .mt-md-1,.bootstrap .my-md-1{margin-top:.25rem!important}.bootstrap .mr-md-1,.bootstrap .mx-md-1{margin-right:.25rem!important}.bootstrap .mb-md-1,.bootstrap .my-md-1{margin-bottom:.25rem!important}.bootstrap .ml-md-1,.bootstrap .mx-md-1{margin-left:.25rem!important}.bootstrap .m-md-2{margin:.5rem!important}.bootstrap .mt-md-2,.bootstrap .my-md-2{margin-top:.5rem!important}.bootstrap .mr-md-2,.bootstrap .mx-md-2{margin-right:.5rem!important}.bootstrap .mb-md-2,.bootstrap .my-md-2{margin-bottom:.5rem!important}.bootstrap .ml-md-2,.bootstrap .mx-md-2{margin-left:.5rem!important}.bootstrap .m-md-3{margin:1rem!important}.bootstrap .mt-md-3,.bootstrap .my-md-3{margin-top:1rem!important}.bootstrap .mr-md-3,.bootstrap .mx-md-3{margin-right:1rem!important}.bootstrap .mb-md-3,.bootstrap .my-md-3{margin-bottom:1rem!important}.bootstrap .ml-md-3,.bootstrap .mx-md-3{margin-left:1rem!important}.bootstrap .m-md-4{margin:1.5rem!important}.bootstrap .mt-md-4,.bootstrap .my-md-4{margin-top:1.5rem!important}.bootstrap .mr-md-4,.bootstrap .mx-md-4{margin-right:1.5rem!important}.bootstrap .mb-md-4,.bootstrap .my-md-4{margin-bottom:1.5rem!important}.bootstrap .ml-md-4,.bootstrap .mx-md-4{margin-left:1.5rem!important}.bootstrap .m-md-5{margin:3rem!important}.bootstrap .mt-md-5,.bootstrap .my-md-5{margin-top:3rem!important}.bootstrap .mr-md-5,.bootstrap .mx-md-5{margin-right:3rem!important}.bootstrap .mb-md-5,.bootstrap .my-md-5{margin-bottom:3rem!important}.bootstrap .ml-md-5,.bootstrap .mx-md-5{margin-left:3rem!important}.bootstrap .p-md-0{padding:0!important}.bootstrap .pt-md-0,.bootstrap .py-md-0{padding-top:0!important}.bootstrap .pr-md-0,.bootstrap .px-md-0{padding-right:0!important}.bootstrap .pb-md-0,.bootstrap .py-md-0{padding-bottom:0!important}.bootstrap .pl-md-0,.bootstrap .px-md-0{padding-left:0!important}.bootstrap .p-md-1{padding:.25rem!important}.bootstrap .pt-md-1,.bootstrap .py-md-1{padding-top:.25rem!important}.bootstrap .pr-md-1,.bootstrap .px-md-1{padding-right:.25rem!important}.bootstrap .pb-md-1,.bootstrap .py-md-1{padding-bottom:.25rem!important}.bootstrap .pl-md-1,.bootstrap .px-md-1{padding-left:.25rem!important}.bootstrap .p-md-2{padding:.5rem!important}.bootstrap .pt-md-2,.bootstrap .py-md-2{padding-top:.5rem!important}.bootstrap .pr-md-2,.bootstrap .px-md-2{padding-right:.5rem!important}.bootstrap .pb-md-2,.bootstrap .py-md-2{padding-bottom:.5rem!important}.bootstrap .pl-md-2,.bootstrap .px-md-2{padding-left:.5rem!important}.bootstrap .p-md-3{padding:1rem!important}.bootstrap .pt-md-3,.bootstrap .py-md-3{padding-top:1rem!important}.bootstrap .pr-md-3,.bootstrap .px-md-3{padding-right:1rem!important}.bootstrap .pb-md-3,.bootstrap .py-md-3{padding-bottom:1rem!important}.bootstrap .pl-md-3,.bootstrap .px-md-3{padding-left:1rem!important}.bootstrap .p-md-4{padding:1.5rem!important}.bootstrap .pt-md-4,.bootstrap .py-md-4{padding-top:1.5rem!important}.bootstrap .pr-md-4,.bootstrap .px-md-4{padding-right:1.5rem!important}.bootstrap .pb-md-4,.bootstrap .py-md-4{padding-bottom:1.5rem!important}.bootstrap .pl-md-4,.bootstrap .px-md-4{padding-left:1.5rem!important}.bootstrap .p-md-5{padding:3rem!important}.bootstrap .pt-md-5,.bootstrap .py-md-5{padding-top:3rem!important}.bootstrap .pr-md-5,.bootstrap .px-md-5{padding-right:3rem!important}.bootstrap .pb-md-5,.bootstrap .py-md-5{padding-bottom:3rem!important}.bootstrap .pl-md-5,.bootstrap .px-md-5{padding-left:3rem!important}.bootstrap .m-md-n1{margin:-.25rem!important}.bootstrap .mt-md-n1,.bootstrap .my-md-n1{margin-top:-.25rem!important}.bootstrap .mr-md-n1,.bootstrap .mx-md-n1{margin-right:-.25rem!important}.bootstrap .mb-md-n1,.bootstrap .my-md-n1{margin-bottom:-.25rem!important}.bootstrap .ml-md-n1,.bootstrap .mx-md-n1{margin-left:-.25rem!important}.bootstrap .m-md-n2{margin:-.5rem!important}.bootstrap .mt-md-n2,.bootstrap .my-md-n2{margin-top:-.5rem!important}.bootstrap .mr-md-n2,.bootstrap .mx-md-n2{margin-right:-.5rem!important}.bootstrap .mb-md-n2,.bootstrap .my-md-n2{margin-bottom:-.5rem!important}.bootstrap .ml-md-n2,.bootstrap .mx-md-n2{margin-left:-.5rem!important}.bootstrap .m-md-n3{margin:-1rem!important}.bootstrap .mt-md-n3,.bootstrap .my-md-n3{margin-top:-1rem!important}.bootstrap .mr-md-n3,.bootstrap .mx-md-n3{margin-right:-1rem!important}.bootstrap .mb-md-n3,.bootstrap .my-md-n3{margin-bottom:-1rem!important}.bootstrap .ml-md-n3,.bootstrap .mx-md-n3{margin-left:-1rem!important}.bootstrap .m-md-n4{margin:-1.5rem!important}.bootstrap .mt-md-n4,.bootstrap .my-md-n4{margin-top:-1.5rem!important}.bootstrap .mr-md-n4,.bootstrap .mx-md-n4{margin-right:-1.5rem!important}.bootstrap .mb-md-n4,.bootstrap .my-md-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-md-n4,.bootstrap .mx-md-n4{margin-left:-1.5rem!important}.bootstrap .m-md-n5{margin:-3rem!important}.bootstrap .mt-md-n5,.bootstrap .my-md-n5{margin-top:-3rem!important}.bootstrap .mr-md-n5,.bootstrap .mx-md-n5{margin-right:-3rem!important}.bootstrap .mb-md-n5,.bootstrap .my-md-n5{margin-bottom:-3rem!important}.bootstrap .ml-md-n5,.bootstrap .mx-md-n5{margin-left:-3rem!important}.bootstrap .m-md-auto{margin:auto!important}.bootstrap .mt-md-auto,.bootstrap .my-md-auto{margin-top:auto!important}.bootstrap .mr-md-auto,.bootstrap .mx-md-auto{margin-right:auto!important}.bootstrap .mb-md-auto,.bootstrap .my-md-auto{margin-bottom:auto!important}.bootstrap .ml-md-auto,.bootstrap .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.bootstrap .m-lg-0{margin:0!important}.bootstrap .mt-lg-0,.bootstrap .my-lg-0{margin-top:0!important}.bootstrap .mr-lg-0,.bootstrap .mx-lg-0{margin-right:0!important}.bootstrap .mb-lg-0,.bootstrap .my-lg-0{margin-bottom:0!important}.bootstrap .ml-lg-0,.bootstrap .mx-lg-0{margin-left:0!important}.bootstrap .m-lg-1{margin:.25rem!important}.bootstrap .mt-lg-1,.bootstrap .my-lg-1{margin-top:.25rem!important}.bootstrap .mr-lg-1,.bootstrap .mx-lg-1{margin-right:.25rem!important}.bootstrap .mb-lg-1,.bootstrap .my-lg-1{margin-bottom:.25rem!important}.bootstrap .ml-lg-1,.bootstrap .mx-lg-1{margin-left:.25rem!important}.bootstrap .m-lg-2{margin:.5rem!important}.bootstrap .mt-lg-2,.bootstrap .my-lg-2{margin-top:.5rem!important}.bootstrap .mr-lg-2,.bootstrap .mx-lg-2{margin-right:.5rem!important}.bootstrap .mb-lg-2,.bootstrap .my-lg-2{margin-bottom:.5rem!important}.bootstrap .ml-lg-2,.bootstrap .mx-lg-2{margin-left:.5rem!important}.bootstrap .m-lg-3{margin:1rem!important}.bootstrap .mt-lg-3,.bootstrap .my-lg-3{margin-top:1rem!important}.bootstrap .mr-lg-3,.bootstrap .mx-lg-3{margin-right:1rem!important}.bootstrap .mb-lg-3,.bootstrap .my-lg-3{margin-bottom:1rem!important}.bootstrap .ml-lg-3,.bootstrap .mx-lg-3{margin-left:1rem!important}.bootstrap .m-lg-4{margin:1.5rem!important}.bootstrap .mt-lg-4,.bootstrap .my-lg-4{margin-top:1.5rem!important}.bootstrap .mr-lg-4,.bootstrap .mx-lg-4{margin-right:1.5rem!important}.bootstrap .mb-lg-4,.bootstrap .my-lg-4{margin-bottom:1.5rem!important}.bootstrap .ml-lg-4,.bootstrap .mx-lg-4{margin-left:1.5rem!important}.bootstrap .m-lg-5{margin:3rem!important}.bootstrap .mt-lg-5,.bootstrap .my-lg-5{margin-top:3rem!important}.bootstrap .mr-lg-5,.bootstrap .mx-lg-5{margin-right:3rem!important}.bootstrap .mb-lg-5,.bootstrap .my-lg-5{margin-bottom:3rem!important}.bootstrap .ml-lg-5,.bootstrap .mx-lg-5{margin-left:3rem!important}.bootstrap .p-lg-0{padding:0!important}.bootstrap .pt-lg-0,.bootstrap .py-lg-0{padding-top:0!important}.bootstrap .pr-lg-0,.bootstrap .px-lg-0{padding-right:0!important}.bootstrap .pb-lg-0,.bootstrap .py-lg-0{padding-bottom:0!important}.bootstrap .pl-lg-0,.bootstrap .px-lg-0{padding-left:0!important}.bootstrap .p-lg-1{padding:.25rem!important}.bootstrap .pt-lg-1,.bootstrap .py-lg-1{padding-top:.25rem!important}.bootstrap .pr-lg-1,.bootstrap .px-lg-1{padding-right:.25rem!important}.bootstrap .pb-lg-1,.bootstrap .py-lg-1{padding-bottom:.25rem!important}.bootstrap .pl-lg-1,.bootstrap .px-lg-1{padding-left:.25rem!important}.bootstrap .p-lg-2{padding:.5rem!important}.bootstrap .pt-lg-2,.bootstrap .py-lg-2{padding-top:.5rem!important}.bootstrap .pr-lg-2,.bootstrap .px-lg-2{padding-right:.5rem!important}.bootstrap .pb-lg-2,.bootstrap .py-lg-2{padding-bottom:.5rem!important}.bootstrap .pl-lg-2,.bootstrap .px-lg-2{padding-left:.5rem!important}.bootstrap .p-lg-3{padding:1rem!important}.bootstrap .pt-lg-3,.bootstrap .py-lg-3{padding-top:1rem!important}.bootstrap .pr-lg-3,.bootstrap .px-lg-3{padding-right:1rem!important}.bootstrap .pb-lg-3,.bootstrap .py-lg-3{padding-bottom:1rem!important}.bootstrap .pl-lg-3,.bootstrap .px-lg-3{padding-left:1rem!important}.bootstrap .p-lg-4{padding:1.5rem!important}.bootstrap .pt-lg-4,.bootstrap .py-lg-4{padding-top:1.5rem!important}.bootstrap .pr-lg-4,.bootstrap .px-lg-4{padding-right:1.5rem!important}.bootstrap .pb-lg-4,.bootstrap .py-lg-4{padding-bottom:1.5rem!important}.bootstrap .pl-lg-4,.bootstrap .px-lg-4{padding-left:1.5rem!important}.bootstrap .p-lg-5{padding:3rem!important}.bootstrap .pt-lg-5,.bootstrap .py-lg-5{padding-top:3rem!important}.bootstrap .pr-lg-5,.bootstrap .px-lg-5{padding-right:3rem!important}.bootstrap .pb-lg-5,.bootstrap .py-lg-5{padding-bottom:3rem!important}.bootstrap .pl-lg-5,.bootstrap .px-lg-5{padding-left:3rem!important}.bootstrap .m-lg-n1{margin:-.25rem!important}.bootstrap .mt-lg-n1,.bootstrap .my-lg-n1{margin-top:-.25rem!important}.bootstrap .mr-lg-n1,.bootstrap .mx-lg-n1{margin-right:-.25rem!important}.bootstrap .mb-lg-n1,.bootstrap .my-lg-n1{margin-bottom:-.25rem!important}.bootstrap .ml-lg-n1,.bootstrap .mx-lg-n1{margin-left:-.25rem!important}.bootstrap .m-lg-n2{margin:-.5rem!important}.bootstrap .mt-lg-n2,.bootstrap .my-lg-n2{margin-top:-.5rem!important}.bootstrap .mr-lg-n2,.bootstrap .mx-lg-n2{margin-right:-.5rem!important}.bootstrap .mb-lg-n2,.bootstrap .my-lg-n2{margin-bottom:-.5rem!important}.bootstrap .ml-lg-n2,.bootstrap .mx-lg-n2{margin-left:-.5rem!important}.bootstrap .m-lg-n3{margin:-1rem!important}.bootstrap .mt-lg-n3,.bootstrap .my-lg-n3{margin-top:-1rem!important}.bootstrap .mr-lg-n3,.bootstrap .mx-lg-n3{margin-right:-1rem!important}.bootstrap .mb-lg-n3,.bootstrap .my-lg-n3{margin-bottom:-1rem!important}.bootstrap .ml-lg-n3,.bootstrap .mx-lg-n3{margin-left:-1rem!important}.bootstrap .m-lg-n4{margin:-1.5rem!important}.bootstrap .mt-lg-n4,.bootstrap .my-lg-n4{margin-top:-1.5rem!important}.bootstrap .mr-lg-n4,.bootstrap .mx-lg-n4{margin-right:-1.5rem!important}.bootstrap .mb-lg-n4,.bootstrap .my-lg-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-lg-n4,.bootstrap .mx-lg-n4{margin-left:-1.5rem!important}.bootstrap .m-lg-n5{margin:-3rem!important}.bootstrap .mt-lg-n5,.bootstrap .my-lg-n5{margin-top:-3rem!important}.bootstrap .mr-lg-n5,.bootstrap .mx-lg-n5{margin-right:-3rem!important}.bootstrap .mb-lg-n5,.bootstrap .my-lg-n5{margin-bottom:-3rem!important}.bootstrap .ml-lg-n5,.bootstrap .mx-lg-n5{margin-left:-3rem!important}.bootstrap .m-lg-auto{margin:auto!important}.bootstrap .mt-lg-auto,.bootstrap .my-lg-auto{margin-top:auto!important}.bootstrap .mr-lg-auto,.bootstrap .mx-lg-auto{margin-right:auto!important}.bootstrap .mb-lg-auto,.bootstrap .my-lg-auto{margin-bottom:auto!important}.bootstrap .ml-lg-auto,.bootstrap .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.bootstrap .m-xl-0{margin:0!important}.bootstrap .mt-xl-0,.bootstrap .my-xl-0{margin-top:0!important}.bootstrap .mr-xl-0,.bootstrap .mx-xl-0{margin-right:0!important}.bootstrap .mb-xl-0,.bootstrap .my-xl-0{margin-bottom:0!important}.bootstrap .ml-xl-0,.bootstrap .mx-xl-0{margin-left:0!important}.bootstrap .m-xl-1{margin:.25rem!important}.bootstrap .mt-xl-1,.bootstrap .my-xl-1{margin-top:.25rem!important}.bootstrap .mr-xl-1,.bootstrap .mx-xl-1{margin-right:.25rem!important}.bootstrap .mb-xl-1,.bootstrap .my-xl-1{margin-bottom:.25rem!important}.bootstrap .ml-xl-1,.bootstrap .mx-xl-1{margin-left:.25rem!important}.bootstrap .m-xl-2{margin:.5rem!important}.bootstrap .mt-xl-2,.bootstrap .my-xl-2{margin-top:.5rem!important}.bootstrap .mr-xl-2,.bootstrap .mx-xl-2{margin-right:.5rem!important}.bootstrap .mb-xl-2,.bootstrap .my-xl-2{margin-bottom:.5rem!important}.bootstrap .ml-xl-2,.bootstrap .mx-xl-2{margin-left:.5rem!important}.bootstrap .m-xl-3{margin:1rem!important}.bootstrap .mt-xl-3,.bootstrap .my-xl-3{margin-top:1rem!important}.bootstrap .mr-xl-3,.bootstrap .mx-xl-3{margin-right:1rem!important}.bootstrap .mb-xl-3,.bootstrap .my-xl-3{margin-bottom:1rem!important}.bootstrap .ml-xl-3,.bootstrap .mx-xl-3{margin-left:1rem!important}.bootstrap .m-xl-4{margin:1.5rem!important}.bootstrap .mt-xl-4,.bootstrap .my-xl-4{margin-top:1.5rem!important}.bootstrap .mr-xl-4,.bootstrap .mx-xl-4{margin-right:1.5rem!important}.bootstrap .mb-xl-4,.bootstrap .my-xl-4{margin-bottom:1.5rem!important}.bootstrap .ml-xl-4,.bootstrap .mx-xl-4{margin-left:1.5rem!important}.bootstrap .m-xl-5{margin:3rem!important}.bootstrap .mt-xl-5,.bootstrap .my-xl-5{margin-top:3rem!important}.bootstrap .mr-xl-5,.bootstrap .mx-xl-5{margin-right:3rem!important}.bootstrap .mb-xl-5,.bootstrap .my-xl-5{margin-bottom:3rem!important}.bootstrap .ml-xl-5,.bootstrap .mx-xl-5{margin-left:3rem!important}.bootstrap .p-xl-0{padding:0!important}.bootstrap .pt-xl-0,.bootstrap .py-xl-0{padding-top:0!important}.bootstrap .pr-xl-0,.bootstrap .px-xl-0{padding-right:0!important}.bootstrap .pb-xl-0,.bootstrap .py-xl-0{padding-bottom:0!important}.bootstrap .pl-xl-0,.bootstrap .px-xl-0{padding-left:0!important}.bootstrap .p-xl-1{padding:.25rem!important}.bootstrap .pt-xl-1,.bootstrap .py-xl-1{padding-top:.25rem!important}.bootstrap .pr-xl-1,.bootstrap .px-xl-1{padding-right:.25rem!important}.bootstrap .pb-xl-1,.bootstrap .py-xl-1{padding-bottom:.25rem!important}.bootstrap .pl-xl-1,.bootstrap .px-xl-1{padding-left:.25rem!important}.bootstrap .p-xl-2{padding:.5rem!important}.bootstrap .pt-xl-2,.bootstrap .py-xl-2{padding-top:.5rem!important}.bootstrap .pr-xl-2,.bootstrap .px-xl-2{padding-right:.5rem!important}.bootstrap .pb-xl-2,.bootstrap .py-xl-2{padding-bottom:.5rem!important}.bootstrap .pl-xl-2,.bootstrap .px-xl-2{padding-left:.5rem!important}.bootstrap .p-xl-3{padding:1rem!important}.bootstrap .pt-xl-3,.bootstrap .py-xl-3{padding-top:1rem!important}.bootstrap .pr-xl-3,.bootstrap .px-xl-3{padding-right:1rem!important}.bootstrap .pb-xl-3,.bootstrap .py-xl-3{padding-bottom:1rem!important}.bootstrap .pl-xl-3,.bootstrap .px-xl-3{padding-left:1rem!important}.bootstrap .p-xl-4{padding:1.5rem!important}.bootstrap .pt-xl-4,.bootstrap .py-xl-4{padding-top:1.5rem!important}.bootstrap .pr-xl-4,.bootstrap .px-xl-4{padding-right:1.5rem!important}.bootstrap .pb-xl-4,.bootstrap .py-xl-4{padding-bottom:1.5rem!important}.bootstrap .pl-xl-4,.bootstrap .px-xl-4{padding-left:1.5rem!important}.bootstrap .p-xl-5{padding:3rem!important}.bootstrap .pt-xl-5,.bootstrap .py-xl-5{padding-top:3rem!important}.bootstrap .pr-xl-5,.bootstrap .px-xl-5{padding-right:3rem!important}.bootstrap .pb-xl-5,.bootstrap .py-xl-5{padding-bottom:3rem!important}.bootstrap .pl-xl-5,.bootstrap .px-xl-5{padding-left:3rem!important}.bootstrap .m-xl-n1{margin:-.25rem!important}.bootstrap .mt-xl-n1,.bootstrap .my-xl-n1{margin-top:-.25rem!important}.bootstrap .mr-xl-n1,.bootstrap .mx-xl-n1{margin-right:-.25rem!important}.bootstrap .mb-xl-n1,.bootstrap .my-xl-n1{margin-bottom:-.25rem!important}.bootstrap .ml-xl-n1,.bootstrap .mx-xl-n1{margin-left:-.25rem!important}.bootstrap .m-xl-n2{margin:-.5rem!important}.bootstrap .mt-xl-n2,.bootstrap .my-xl-n2{margin-top:-.5rem!important}.bootstrap .mr-xl-n2,.bootstrap .mx-xl-n2{margin-right:-.5rem!important}.bootstrap .mb-xl-n2,.bootstrap .my-xl-n2{margin-bottom:-.5rem!important}.bootstrap .ml-xl-n2,.bootstrap .mx-xl-n2{margin-left:-.5rem!important}.bootstrap .m-xl-n3{margin:-1rem!important}.bootstrap .mt-xl-n3,.bootstrap .my-xl-n3{margin-top:-1rem!important}.bootstrap .mr-xl-n3,.bootstrap .mx-xl-n3{margin-right:-1rem!important}.bootstrap .mb-xl-n3,.bootstrap .my-xl-n3{margin-bottom:-1rem!important}.bootstrap .ml-xl-n3,.bootstrap .mx-xl-n3{margin-left:-1rem!important}.bootstrap .m-xl-n4{margin:-1.5rem!important}.bootstrap .mt-xl-n4,.bootstrap .my-xl-n4{margin-top:-1.5rem!important}.bootstrap .mr-xl-n4,.bootstrap .mx-xl-n4{margin-right:-1.5rem!important}.bootstrap .mb-xl-n4,.bootstrap .my-xl-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-xl-n4,.bootstrap .mx-xl-n4{margin-left:-1.5rem!important}.bootstrap .m-xl-n5{margin:-3rem!important}.bootstrap .mt-xl-n5,.bootstrap .my-xl-n5{margin-top:-3rem!important}.bootstrap .mr-xl-n5,.bootstrap .mx-xl-n5{margin-right:-3rem!important}.bootstrap .mb-xl-n5,.bootstrap .my-xl-n5{margin-bottom:-3rem!important}.bootstrap .ml-xl-n5,.bootstrap .mx-xl-n5{margin-left:-3rem!important}.bootstrap .m-xl-auto{margin:auto!important}.bootstrap .mt-xl-auto,.bootstrap .my-xl-auto{margin-top:auto!important}.bootstrap .mr-xl-auto,.bootstrap .mx-xl-auto{margin-right:auto!important}.bootstrap .mb-xl-auto,.bootstrap .my-xl-auto{margin-bottom:auto!important}.bootstrap .ml-xl-auto,.bootstrap .mx-xl-auto{margin-left:auto!important}}.bootstrap .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.bootstrap .text-justify{text-align:justify!important}.bootstrap .text-wrap{white-space:normal!important}.bootstrap .text-nowrap{white-space:nowrap!important}.bootstrap .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap .text-left{text-align:left!important}.bootstrap .text-right{text-align:right!important}.bootstrap .text-center{text-align:center!important}@media (min-width:576px){.bootstrap .text-sm-left{text-align:left!important}.bootstrap .text-sm-right{text-align:right!important}.bootstrap .text-sm-center{text-align:center!important}}@media (min-width:768px){.bootstrap .text-md-left{text-align:left!important}.bootstrap .text-md-right{text-align:right!important}.bootstrap .text-md-center{text-align:center!important}}@media (min-width:992px){.bootstrap .text-lg-left{text-align:left!important}.bootstrap .text-lg-right{text-align:right!important}.bootstrap .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bootstrap .text-xl-left{text-align:left!important}.bootstrap .text-xl-right{text-align:right!important}.bootstrap .text-xl-center{text-align:center!important}}.bootstrap .text-lowercase{text-transform:lowercase!important}.bootstrap .text-uppercase{text-transform:uppercase!important}.bootstrap .text-capitalize{text-transform:capitalize!important}.bootstrap .font-weight-light{font-weight:300!important}.bootstrap .font-weight-lighter{font-weight:lighter!important}.bootstrap .font-weight-normal{font-weight:400!important}.bootstrap .font-weight-bold{font-weight:700!important}.bootstrap .font-weight-bolder{font-weight:bolder!important}.bootstrap .font-italic{font-style:italic!important}.bootstrap .text-white{color:#fff!important}.bootstrap .text-primary{color:#3490dc!important}.bootstrap a.text-primary:focus,.bootstrap a.text-primary:hover{color:#1d68a7!important}.bootstrap .text-secondary{color:#6c757d!important}.bootstrap a.text-secondary:focus,.bootstrap a.text-secondary:hover{color:#494f54!important}.bootstrap .text-success{color:#38c172!important}.bootstrap a.text-success:focus,.bootstrap a.text-success:hover{color:#27864f!important}.bootstrap .text-info{color:#6cb2eb!important}.bootstrap a.text-info:focus,.bootstrap a.text-info:hover{color:#298fe2!important}.bootstrap .text-warning{color:#ffed4a!important}.bootstrap a.text-warning:focus,.bootstrap a.text-warning:hover{color:#fde300!important}.bootstrap .text-danger{color:#e3342f!important}.bootstrap a.text-danger:focus,.bootstrap a.text-danger:hover{color:#ae1c17!important}.bootstrap .text-light{color:#f8f9fa!important}.bootstrap a.text-light:focus,.bootstrap a.text-light:hover{color:#cbd3da!important}.bootstrap .text-dark{color:#343a40!important}.bootstrap a.text-dark:focus,.bootstrap a.text-dark:hover{color:#121416!important}.bootstrap .text-body{color:#212529!important}.bootstrap .text-muted{color:#6c757d!important}.bootstrap .text-black-50{color:rgba(0,0,0,.5)!important}.bootstrap .text-white-50{color:hsla(0,0%,100%,.5)!important}.bootstrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap .text-decoration-none{text-decoration:none!important}.bootstrap .text-break{word-break:break-word!important;overflow-wrap:break-word!important}.bootstrap .text-reset{color:inherit!important}.bootstrap .visible{visibility:visible!important}.bootstrap .invisible{visibility:hidden!important}@media print{.bootstrap *,.bootstrap :after,.bootstrap :before{text-shadow:none!important;box-shadow:none!important}.bootstrap a:not(.btn){text-decoration:underline}.bootstrap abbr[title]:after{content:" (" attr(title) ")"}.bootstrap pre{white-space:pre-wrap!important}.bootstrap blockquote,.bootstrap pre{border:1px solid #adb5bd;page-break-inside:avoid}.bootstrap thead{display:table-header-group}.bootstrap img,.bootstrap tr{page-break-inside:avoid}.bootstrap h2,.bootstrap h3,.bootstrap p{orphans:3;widows:3}.bootstrap h2,.bootstrap h3{page-break-after:avoid}@page{.bootstrap{size:a3}}.bootstrap .container,.bootstrap body{min-width:992px!important}.bootstrap .navbar{display:none}.bootstrap .badge{border:1px solid #000}.bootstrap .table{border-collapse:collapse!important}.bootstrap .table td,.bootstrap .table th{background-color:#fff!important}.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #dee2e6!important}.bootstrap .table-dark{color:inherit}.bootstrap .table-dark tbody+tbody,.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#dee2e6}.bootstrap .table .thead-dark th{color:inherit;border-color:#dee2e6}}.stepper-step{margin:3rem 2rem 0;padding:2rem;border:1px solid #ddd;background:#f8fafc}@keyframes blink-fade{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes blink-fade{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blink{animation:blink-fade 1s infinite;-webkit-animation:blink-fade 1s infinite}.repeater-block{background:initial!important;min-height:0!important}.md-scrollbar::-webkit-scrollbar{width:8px;height:8px;border-radius:8px}.md-scrollbar::-webkit-scrollbar-thumb{border-radius:8px}.md-scrollbar::-webkit-scrollbar-button{display:none}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}button:focus{outline:none}@-webkit-keyframes a{0%{transform:translateX(0)}20%{-webkit-animation-timing-function:cubic-bezier(.5,0,.7,.5);animation-timing-function:cubic-bezier(.5,0,.7,.5);transform:translateX(0)}60%{-webkit-animation-timing-function:cubic-bezier(.3,.38,.55,.96);animation-timing-function:cubic-bezier(.3,.38,.55,.96);transform:translateX(83.67%)}to{transform:translateX(200.61%)}}@keyframes a{0%{transform:translateX(0)}20%{-webkit-animation-timing-function:cubic-bezier(.5,0,.7,.5);animation-timing-function:cubic-bezier(.5,0,.7,.5);transform:translateX(0)}60%{-webkit-animation-timing-function:cubic-bezier(.3,.38,.55,.96);animation-timing-function:cubic-bezier(.3,.38,.55,.96);transform:translateX(83.67%)}to{transform:translateX(200.61%)}}@-webkit-keyframes b{0%{transform:scaleX(.08)}35%{-webkit-animation-timing-function:cubic-bezier(.33,.12,.79,1);animation-timing-function:cubic-bezier(.33,.12,.79,1);transform:scaleX(.08)}70%{-webkit-animation-timing-function:cubic-bezier(.06,.11,.6,1);animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66)}to{transform:scaleX(.08)}}@keyframes b{0%{transform:scaleX(.08)}35%{-webkit-animation-timing-function:cubic-bezier(.33,.12,.79,1);animation-timing-function:cubic-bezier(.33,.12,.79,1);transform:scaleX(.08)}70%{-webkit-animation-timing-function:cubic-bezier(.06,.11,.6,1);animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66)}to{transform:scaleX(.08)}}@-webkit-keyframes c{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.52,.41);animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:translateX(0)}25%{-webkit-animation-timing-function:cubic-bezier(.31,.28,.8,.73);animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:translateX(37.65%)}50%{-webkit-animation-timing-function:cubic-bezier(.4,.63,.6,.9);animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:translateX(84.39%)}to{transform:translateX(160.28%)}}@keyframes c{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.52,.41);animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:translateX(0)}25%{-webkit-animation-timing-function:cubic-bezier(.31,.28,.8,.73);animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:translateX(37.65%)}50%{-webkit-animation-timing-function:cubic-bezier(.4,.63,.6,.9);animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:translateX(84.39%)}to{transform:translateX(160.28%)}}@-webkit-keyframes d{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.52,.41);animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:scaleX(.08)}20%{-webkit-animation-timing-function:cubic-bezier(.31,.28,.8,.73);animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:scaleX(.46)}45%{-webkit-animation-timing-function:cubic-bezier(.4,.63,.6,.9);animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:scaleX(.73)}to{transform:scaleX(.08)}}@keyframes d{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.52,.41);animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:scaleX(.08)}20%{-webkit-animation-timing-function:cubic-bezier(.31,.28,.8,.73);animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:scaleX(.46)}45%{-webkit-animation-timing-function:cubic-bezier(.4,.63,.6,.9);animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:scaleX(.73)}to{transform:scaleX(.08)}}@-webkit-keyframes e{to{transform:translate3D(-8px,0,0)}}@keyframes e{to{transform:translate3D(-8px,0,0)}}.md-progress-bar{height:5px;overflow:hidden;position:relative;transform:translateZ(0) scaleY(1);transform-origin:center center;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.md-progress-bar.md-indeterminate .md-progress-bar-track,.md-progress-bar.md-query .md-progress-bar-track{left:-150%;-webkit-animation:a 2s linear infinite;animation:a 2s linear infinite}.md-progress-bar.md-indeterminate .md-progress-bar-track:after,.md-progress-bar.md-query .md-progress-bar-track:after{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite}.md-progress-bar.md-indeterminate .md-progress-bar-fill,.md-progress-bar.md-query .md-progress-bar-fill{left:-55%;-webkit-animation:c 2s linear infinite;animation:c 2s linear infinite}.md-progress-bar.md-indeterminate .md-progress-bar-fill:after,.md-progress-bar.md-query .md-progress-bar-fill:after{-webkit-animation:d 2s linear infinite;animation:d 2s linear infinite}.md-progress-bar.md-buffer .md-progress-bar-buffer,.md-progress-bar.md-buffer .md-progress-bar-fill,.md-progress-bar.md-buffer .md-progress-bar-track,.md-progress-bar.md-determinate .md-progress-bar-buffer,.md-progress-bar.md-determinate .md-progress-bar-fill,.md-progress-bar.md-determinate .md-progress-bar-track{transition:.25s cubic-bezier(.25,.8,.25,1)}.md-progress-bar.md-determinate .md-progress-bar-track{display:none}.md-progress-bar.md-buffer .md-progress-bar-buffer{border-top:4px dotted;-webkit-animation:e .25s linear infinite;animation:e .25s linear infinite}.md-progress-bar.md-query{transform:rotate(180deg)}.md-progress-bar-enter,.md-progress-bar-leave-active{opacity:.5;transform:translateZ(0) scaleY(0)}.md-progress-bar-buffer,.md-progress-bar-fill,.md-progress-bar-track{transform-origin:top left}.md-progress-bar-buffer,.md-progress-bar-buffer:after,.md-progress-bar-fill,.md-progress-bar-fill:after,.md-progress-bar-track,.md-progress-bar-track:after{width:100%;height:100%;position:absolute;will-change:transform}.md-progress-bar-buffer:after,.md-progress-bar-fill:after,.md-progress-bar-track:after{display:inline-block;left:0;content:" "}@-webkit-keyframes f{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes f{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@-webkit-keyframes g{0%{opacity:0;transform:rotate(-90deg) translateZ(0)}20%{opacity:1}to{transform:rotate(270deg) translateZ(0)}}@keyframes g{0%{opacity:0;transform:rotate(-90deg) translateZ(0)}20%{opacity:1}to{transform:rotate(270deg) translateZ(0)}}@-webkit-keyframes h{0%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(0)}12.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(0)}12.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(72.5deg)}25.1%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(270deg)}37.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(270deg)}37.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(161.5deg)}50.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(180deg)}62.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(180deg)}62.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(251.5deg)}75.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(90deg)}87.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(90deg)}87.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(341.5deg)}to{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(341.5deg)}}@keyframes h{0%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(0)}12.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(0)}12.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(72.5deg)}25.1%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(270deg)}37.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(270deg)}37.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(161.5deg)}50.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(180deg)}62.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(180deg)}62.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(251.5deg)}75.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(90deg)}87.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(90deg)}87.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(341.5deg)}to{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(341.5deg)}}.md-progress-spinner{display:inline-flex;position:relative}.md-progress-spinner.md-indeterminate{-webkit-animation:f 2s linear infinite;animation:f 2s linear infinite}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter .md-progress-spinner-draw,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-to .md-progress-spinner-draw{opacity:0;transform:scale(.1)}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter-active,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-active{transition-duration:.4s;-webkit-animation:none;animation:none}.md-progress-spinner.md-indeterminate .md-progress-spinner-circle{-webkit-animation:4s cubic-bezier(.25,.8,.25,1) infinite;animation:4s cubic-bezier(.25,.8,.25,1) infinite;-webkit-animation-name:h;animation-name:h}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active .md-progress-spinner-draw{-webkit-animation:g 1.98s cubic-bezier(.25,.8,.25,1) forwards;animation:g 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active .md-progress-spinner-draw{animation:g 1.98s cubic-bezier(.25,.8,.25,1) reverse forwards}.md-progress-spinner.md-determinate .md-progress-spinner-draw{transition:none}.md-progress-spinner-draw{overflow:visible;transform:scale(1) rotate(-90deg);transform-origin:center;transition:.4s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform}.md-progress-spinner-circle{fill:none;transform-origin:center;transition:stroke-dashoffset .25s cubic-bezier(.25,.8,.25,1);will-change:stroke-dashoffset,stroke-dasharray,stroke-width,animation-name,r}.md-theme-default a:not(.md-button){color:inherit!important}.spotlight-news h2{font-size:medium;font-weight:700} \ No newline at end of file diff --git a/public/admin/js/admin.js b/public/admin/js/admin.js index 618c3aa..ec408c5 100644 --- a/public/admin/js/admin.js +++ b/public/admin/js/admin.js @@ -1,2 +1,2 @@ /*! For license information please see admin.js.LICENSE.txt */ -!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/",n(n.s=725)}([function(t,e,n){t.exports=n(300)},function(t,e,n){"use strict";const r=n(136),i=n(325),o=n(326),a=n(19),{StripeConnectionError:s,StripeAuthenticationError:u,StripePermissionError:l,StripeRateLimitError:c,StripeError:f,StripeAPIError:d}=n(39),h=new r.Agent({keepAlive:!0}),p=new i.Agent({keepAlive:!0});m.extend=a.protoExtend,m.method=n(194),m.BASIC_METHODS=n(422),m.MAX_BUFFERED_REQUEST_METRICS=100;function m(t,e){if(this._stripe=t,e)throw new Error("Support for curried url params was dropped in stripe-node v7.0.0. Instead, pass two ids.");this.basePath=a.makeURLInterpolator(this.basePath||t.getApiField("basePath")),this.resourcePath=this.path,this.path=a.makeURLInterpolator(this.path),this.includeBasic&&this.includeBasic.forEach((function(t){this[t]=m.BASIC_METHODS[t]}),this),this.initialize(...arguments)}m.prototype={path:"",basePath:null,initialize(){},requestDataProcessor:null,validateRequest:null,createFullPath(t,e){return o.join(this.basePath(e),this.path(e),"function"==typeof t?t(e):t).replace(/\\/g,"/")},createResourcePathWithSymbols(t){return"/"+o.join(this.resourcePath,t||"").replace(/\\/g,"/")},wrapTimeout:a.callbackifyPromiseWithTimeout,_timeoutHandler(t,e,n){return()=>{const r=new TypeError("ETIMEDOUT");r.code="ETIMEDOUT",e._isAborted=!0,e.abort(),n.call(this,new s({message:`Request aborted due to timeout being reached (${t}ms)`,detail:r}),null)}},_responseHandler(t,e){return n=>{let r="";n.setEncoding("utf8"),n.on("data",t=>{r+=t}),n.once("end",()=>{const i=n.headers||{};n.requestId=i["request-id"];const o=i["stripe-account"];o&&(n.stripeAccount=o);const s=i["stripe-version"];s&&(n.apiVersion=s);const h=i["idempotency-key"];h&&(n.idempotencyKey=h);const p=Date.now(),m=p-t._requestStart,v=a.removeNullish({api_version:i["stripe-version"],account:i["stripe-account"],idempotency_key:i["idempotency-key"],method:t._requestEvent.method,path:t._requestEvent.path,status:n.statusCode,request_id:n.requestId,elapsed:m,request_start_time:t._requestStart,request_end_time:p});this._stripe._emitter.emit("response",v);try{if(r=JSON.parse(r),r.error){let t;return"string"==typeof r.error&&(r.error={type:r.error,message:r.error_description}),r.error.headers=i,r.error.statusCode=n.statusCode,r.error.requestId=n.requestId,t=401===n.statusCode?new u(r.error):403===n.statusCode?new l(r.error):429===n.statusCode?new c(r.error):f.generate(r.error),e.call(this,t,null)}}catch(t){return e.call(this,new d({message:"Invalid JSON received from the Stripe API",response:r,exception:t,requestId:i["request-id"]}),null)}this._recordRequestMetrics(n.requestId,m),Object.defineProperty(r,"lastResponse",{enumerable:!1,writable:!1,value:n}),e.call(this,null,r)})}},_generateConnectionErrorMessage:t=>"An error occurred with our connection to Stripe."+(t>0?` Request was retried ${t} times.`:""),_errorHandler(t,e,n){return r=>{t._isAborted||n.call(this,new s({message:this._generateConnectionErrorMessage(e),detail:r}),null)}},_shouldRetry:(t,e,n)=>!(e>=n)&&(!t||(!t.headers||"false"!==t.headers["stripe-should-retry"])&&(!(!t.headers||"true"!==t.headers["stripe-should-retry"])||(409===t.statusCode||t.statusCode>=500))),_getSleepTimeInMS(t,e=null){const n=this._stripe.getInitialNetworkRetryDelay(),r=this._stripe.getMaxNetworkRetryDelay();let i=Math.min(n*Math.pow(t-1,2),r);return i*=.5*(1+Math.random()),i=Math.max(n,i),Number.isInteger(e)&&e<=60&&(i=Math.max(i,e)),1e3*i},_getMaxNetworkRetries(t={}){return t.maxNetworkRetries&&Number.isInteger(t.maxNetworkRetries)?t.maxNetworkRetries:this._stripe.getMaxNetworkRetries()},_defaultIdempotencyKey(t,e){const n=this._getMaxNetworkRetries(e);return"POST"===t&&n>0?"stripe-node-retry-"+a.uuid4():null},_makeHeaders(t,e,n,r,i,o,s){const u={Authorization:t?"Bearer "+t:this._stripe.getApiField("auth"),Accept:"application/json","Content-Type":"application/x-www-form-urlencoded","Content-Length":e,"User-Agent":this._getUserAgentString(),"X-Stripe-Client-User-Agent":r,"X-Stripe-Client-Telemetry":this._getTelemetryHeader(),"Stripe-Version":n,"Idempotency-Key":this._defaultIdempotencyKey(i,s)};return Object.assign(a.removeNullish(u),a.normalizeHeaders(o))},_getUserAgentString(){return`Stripe/v1 NodeBindings/${this._stripe.getConstant("PACKAGE_VERSION")} ${this._stripe._appInfo?this._stripe.getAppInfoAsString():""}`.trim()},_getTelemetryHeader(){if(this._stripe.getTelemetryEnabled()&&this._stripe._prevRequestMetrics.length>0){const t=this._stripe._prevRequestMetrics.shift();return JSON.stringify({last_request_metrics:t})}},_recordRequestMetrics(t,e){this._stripe.getTelemetryEnabled()&&t&&(this._stripe._prevRequestMetrics.length>m.MAX_BUFFERED_REQUEST_METRICS?a.emitWarning("Request metrics buffer is full, dropping telemetry message."):this._stripe._prevRequestMetrics.push({request_id:t,request_duration_ms:e}))},_request(t,e,n,o,s,u={},l){let c;const f=(t,e,n,r,i)=>setTimeout(t,this._getSleepTimeInMS(r,i),e,n,r+1),d=(o,s,m)=>{const v=u.settings&&Number.isInteger(u.settings.timeout)&&u.settings.timeout>=0?u.settings.timeout:this._stripe.getApiField("timeout"),g="http"===this._stripe.getApiField("protocol");let b=this._stripe.getApiField("agent");null==b&&(b=g?h:p);const y=(g?r:i).request({host:e||this._stripe.getApiField("host"),port:this._stripe.getApiField("port"),path:n,method:t,agent:b,headers:s,ciphers:"DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2:!MD5"}),w=Date.now(),_=a.removeNullish({api_version:o,account:s["Stripe-Account"],idempotency_key:s["Idempotency-Key"],method:t,path:n,request_start_time:w}),k=m||0,M=this._getMaxNetworkRetries(u.settings);y._requestEvent=_,y._requestStart=w,this._stripe._emitter.emit("request",_),y.setTimeout(v,this._timeoutHandler(v,y,l)),y.once("response",t=>this._shouldRetry(t,k,M)?f(d,o,s,k,((t||{}).headers||{})["retry-after"]):this._responseHandler(y,l)(t)),y.on("error",t=>this._shouldRetry(null,k,M)?f(d,o,s,k,null):this._errorHandler(y,k,l)(t)),y.once("socket",t=>{t.connecting?t.once(g?"connect":"secureConnect",()=>{y.write(c),y.end()}):(y.write(c),y.end())})},m=(e,n)=>{if(e)return l(e);c=n,this._stripe.getClientUserAgent(e=>{const n=this._stripe.getApiField("version"),r=this._makeHeaders(s,c.length,n,e,t,u.headers,u.settings);d(n,r)})};this.requestDataProcessor?this.requestDataProcessor(t,o,u.headers,m):m(null,a.stringifyRequestData(o||{}))}},t.exports=m},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}}},function(t,e,n){"use strict";function r(t,e,n,r,i,o,a,s){var u,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=u):i&&(u=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),u)if(l.functional){l._injectStyles=u;var c=l.render;l.render=function(t,e){return u.call(e),c(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,u):[u]}return{exports:t,options:l}}n.d(e,"a",(function(){return r}))},function(t,e,n){var r=n(6),i=r.Buffer;function o(t,e){for(var n in t)e[n]=t[n]}function a(t,e,n){return i(t,e,n)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?t.exports=r:(o(r,e),e.Buffer=a),o(i,a),a.from=function(t,e,n){if("number"==typeof t)throw new TypeError("Argument must not be a number");return i(t,e,n)},a.alloc=function(t,e,n){if("number"!=typeof t)throw new TypeError("Argument must be a number");var r=i(t);return void 0!==e?"string"==typeof n?r.fill(e,n):r.fill(e):r.fill(0),r},a.allocUnsafe=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return i(t)},a.allocUnsafeSlow=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return r.SlowBuffer(t)}},function(t,e){var n,r,i=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var u,l=[],c=!1,f=-1;function d(){c&&u&&(c=!1,u.length?l=u.concat(l):f=-1,l.length&&h())}function h(){if(!c){var t=s(d);c=!0;for(var e=l.length;e;){for(u=l,l=[];++f1)for(var n=1;n=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|t}function p(t,e){if(u.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return F(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return q(t).length;default:if(r)return F(t).length;e=(""+e).toLowerCase(),r=!0}}function m(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return E(this,e,n);case"utf8":case"utf-8":return C(this,e,n);case"ascii":return A(this,e,n);case"latin1":case"binary":return T(this,e,n);case"base64":return S(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function v(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function g(t,e,n,r,i){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof e&&(e=u.from(e,r)),u.isBuffer(e))return 0===e.length?-1:b(t,e,n,r,i);if("number"==typeof e)return e&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):b(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function b(t,e,n,r,i){var o,a=1,s=t.length,u=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,n/=2}function l(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(i){var c=-1;for(o=n;os&&(n=s-u),o=n;o>=0;o--){for(var f=!0,d=0;di&&(r=i):r=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a>8,i=n%256,o.push(i),o.push(r);return o}(e,t.length-n),t,n,r)}function S(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function C(t,e,n){n=Math.min(t.length,n);for(var r=[],i=e;i239?4:l>223?3:l>191?2:1;if(i+f<=n)switch(f){case 1:l<128&&(c=l);break;case 2:128==(192&(o=t[i+1]))&&(u=(31&l)<<6|63&o)>127&&(c=u);break;case 3:o=t[i+1],a=t[i+2],128==(192&o)&&128==(192&a)&&(u=(15&l)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=t[i+1],a=t[i+2],s=t[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(u=(15&l)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(c=u)}null===c?(c=65533,f=1):c>65535&&(c-=65536,r.push(c>>>10&1023|55296),c=56320|1023&c),r.push(c),i+=f}return function(t){var e=t.length;if(e<=4096)return String.fromCharCode.apply(String,t);var n="",r=0;for(;r0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),""},u.prototype.compare=function(t,e,n,r,i){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(this===t)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(e>>>=0),s=Math.min(o,a),l=this.slice(r,i),c=t.slice(e,n),f=0;fi)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return y(this,t,e,n);case"utf8":case"utf-8":return w(this,t,e,n);case"ascii":return _(this,t,e,n);case"latin1":case"binary":return k(this,t,e,n);case"base64":return M(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function A(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;ir)&&(n=r);for(var i="",o=e;on)throw new RangeError("Trying to access beyond buffer length")}function I(t,e,n,r,i,o){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||et.length)throw new RangeError("Index out of range")}function R(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i>>8*(r?i:1-i)}function j(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i>>8*(r?i:3-i)&255}function D(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function N(t,e,n,r,o){return o||D(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function L(t,e,n,r,o){return o||D(t,0,n,8),i.write(t,e,n,r,52,8),n+8}u.prototype.slice=function(t,e){var n,r=this.length;if((t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e0&&(i*=256);)r+=this[t+--e]*i;return r},u.prototype.readUInt8=function(t,e){return e||P(t,1,this.length),this[t]},u.prototype.readUInt16LE=function(t,e){return e||P(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUInt16BE=function(t,e){return e||P(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUInt32LE=function(t,e){return e||P(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUInt32BE=function(t,e){return e||P(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||P(t,e,this.length);for(var r=this[t],i=1,o=0;++o=(i*=128)&&(r-=Math.pow(2,8*e)),r},u.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||P(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},u.prototype.readInt8=function(t,e){return e||P(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){e||P(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(t,e){e||P(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(t,e){return e||P(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return e||P(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readFloatLE=function(t,e){return e||P(t,4,this.length),i.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return e||P(t,4,this.length),i.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return e||P(t,8,this.length),i.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return e||P(t,8,this.length),i.read(this,t,!1,52,8)},u.prototype.writeUIntLE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||I(this,t,e,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[e]=255&t;++o=0&&(o*=256);)this[e+i]=t/o&255;return e+n},u.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},u.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):R(this,t,e,!0),e+2},u.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):R(this,t,e,!1),e+2},u.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):j(this,t,e,!0),e+4},u.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):j(this,t,e,!1),e+4},u.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);I(this,t,e,n,i-1,-i)}var o=0,a=1,s=0;for(this[e]=255&t;++o>0)-s&255;return e+n},u.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);I(this,t,e,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[e+o]=255&t;--o>=0&&(a*=256);)t<0&&0===s&&0!==this[e+o+1]&&(s=1),this[e+o]=(t/a>>0)-s&255;return e+n},u.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):R(this,t,e,!0),e+2},u.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):R(this,t,e,!1),e+2},u.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):j(this,t,e,!0),e+4},u.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||I(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),u.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):j(this,t,e,!1),e+4},u.prototype.writeFloatLE=function(t,e,n){return N(this,t,e,!0,n)},u.prototype.writeFloatBE=function(t,e,n){return N(this,t,e,!1,n)},u.prototype.writeDoubleLE=function(t,e,n){return L(this,t,e,!0,n)},u.prototype.writeDoubleBE=function(t,e,n){return L(this,t,e,!1,n)},u.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e=0;--i)t[i+e]=this[i+n];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function q(t){return r.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(B,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function V(t,e,n,r){for(var i=0;i=e.length||i>=t.length);++i)e[i+n]=t[i];return i}}).call(this,n(7))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n(i>>1)-1?(i>>1)-u:u,o.isubn(s)):s=0,r[a]=s,o.iushrn(1)}return r},r.getJSF=function(t,e){var n=[[],[]];t=t.clone(),e=e.clone();for(var r=0,i=0;t.cmpn(-r)>0||e.cmpn(-i)>0;){var o,a,s,u=t.andln(3)+r&3,l=e.andln(3)+i&3;if(3===u&&(u=-1),3===l&&(l=-1),0==(1&u))o=0;else o=3!==(s=t.andln(7)+r&7)&&5!==s||2!==l?u:-u;if(n[0].push(o),0==(1&l))a=0;else a=3!==(s=e.andln(7)+i&7)&&5!==s||2!==u?l:-l;n[1].push(a),2*r===o+1&&(r=1-r),2*i===a+1&&(i=1-i),t.iushrn(1),e.iushrn(1)}return n},r.cachedProperty=function(t,e,n){var r="_"+e;t.prototype[e]=function(){return void 0!==this[r]?this[r]:this[r]=n.call(this)}},r.parseBytes=function(t){return"string"==typeof t?r.toArray(t,"hex"):t},r.intFromLE=function(t){return new i(t,"hex","le")}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";var r,i="object"==typeof Reflect?Reflect:null,o=i&&"function"==typeof i.apply?i.apply:function(t,e,n){return Function.prototype.apply.call(t,e,n)};r=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var a=Number.isNaN||function(t){return t!=t};function s(){s.init.call(this)}t.exports=s,t.exports.once=function(t,e){return new Promise((function(n,r){function i(){void 0!==o&&t.removeListener("error",o),n([].slice.call(arguments))}var o;"error"!==e&&(o=function(n){t.removeListener(e,i),r(n)},t.once("error",o)),t.once(e,i)}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var u=10;function l(t){if("function"!=typeof t)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}function c(t){return void 0===t._maxListeners?s.defaultMaxListeners:t._maxListeners}function f(t,e,n,r){var i,o,a,s;if(l(n),void 0===(o=t._events)?(o=t._events=Object.create(null),t._eventsCount=0):(void 0!==o.newListener&&(t.emit("newListener",e,n.listener?n.listener:n),o=t._events),a=o[e]),void 0===a)a=o[e]=n,++t._eventsCount;else if("function"==typeof a?a=o[e]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=c(t))>0&&a.length>i&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=t,u.type=e,u.count=a.length,s=u,console&&console.warn&&console.warn(s)}return t}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=d.bind(r);return i.listener=n,r.wrapFn=i,i}function p(t,e,n){var r=t._events;if(void 0===r)return[];var i=r[e];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(t){for(var e=new Array(t.length),n=0;n0&&(a=e[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var u=i[t];if(void 0===u)return!1;if("function"==typeof u)o(u,this,e);else{var l=u.length,c=v(u,l);for(n=0;n=0;o--)if(n[o]===e||n[o].listener===e){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(t,e){for(;e+1=0;r--)this.removeListener(t,e[r]);return this},s.prototype.listeners=function(t){return p(this,t,!0)},s.prototype.rawListeners=function(t){return p(this,t,!1)},s.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):m.call(t,e)},s.prototype.listenerCount=m,s.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(t,e,n){"use strict";var r=n(12),i=n(2);function o(t,e){return 55296==(64512&t.charCodeAt(e))&&(!(e<0||e+1>=t.length)&&56320==(64512&t.charCodeAt(e+1)))}function a(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function s(t){return 1===t.length?"0"+t:t}function u(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}e.inherits=i,e.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var n=[];if("string"==typeof t)if(e){if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),i=0;i>6|192,n[r++]=63&a|128):o(t,i)?(a=65536+((1023&a)<<10)+(1023&t.charCodeAt(++i)),n[r++]=a>>18|240,n[r++]=a>>12&63|128,n[r++]=a>>6&63|128,n[r++]=63&a|128):(n[r++]=a>>12|224,n[r++]=a>>6&63|128,n[r++]=63&a|128)}else for(i=0;i>>0}return a},e.split32=function(t,e){for(var n=new Array(4*t.length),r=0,i=0;r>>24,n[i+1]=o>>>16&255,n[i+2]=o>>>8&255,n[i+3]=255&o):(n[i+3]=o>>>24,n[i+2]=o>>>16&255,n[i+1]=o>>>8&255,n[i]=255&o)}return n},e.rotr32=function(t,e){return t>>>e|t<<32-e},e.rotl32=function(t,e){return t<>>32-e},e.sum32=function(t,e){return t+e>>>0},e.sum32_3=function(t,e,n){return t+e+n>>>0},e.sum32_4=function(t,e,n,r){return t+e+n+r>>>0},e.sum32_5=function(t,e,n,r,i){return t+e+n+r+i>>>0},e.sum64=function(t,e,n,r){var i=t[e],o=r+t[e+1]>>>0,a=(o>>0,t[e+1]=o},e.sum64_hi=function(t,e,n,r){return(e+r>>>0>>0},e.sum64_lo=function(t,e,n,r){return e+r>>>0},e.sum64_4_hi=function(t,e,n,r,i,o,a,s){var u=0,l=e;return u+=(l=l+r>>>0)>>0)>>0)>>0},e.sum64_4_lo=function(t,e,n,r,i,o,a,s){return e+r+o+s>>>0},e.sum64_5_hi=function(t,e,n,r,i,o,a,s,u,l){var c=0,f=e;return c+=(f=f+r>>>0)>>0)>>0)>>0)>>0},e.sum64_5_lo=function(t,e,n,r,i,o,a,s,u,l){return e+r+o+s+l>>>0},e.rotr64_hi=function(t,e,n){return(e<<32-n|t>>>n)>>>0},e.rotr64_lo=function(t,e,n){return(t<<32-n|e>>>n)>>>0},e.shr64_hi=function(t,e,n){return t>>>n},e.shr64_lo=function(t,e,n){return(t<<32-n|e>>>n)>>>0}},,function(t,e,n){(function(t){!function(t,e){"use strict";function r(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}function o(t,e,n){if(o.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(n=e,e=10),this._init(t||0,e||10,n||"be"))}var a;"object"==typeof t?t.exports=o:e.BN=o,o.BN=o,o.wordSize=26;try{a=n(383).Buffer}catch(t){}function s(t,e,n){for(var r=0,i=Math.min(t.length,n),o=e;o=49&&a<=54?a-49+10:a>=17&&a<=22?a-17+10:15&a}return r}function u(t,e,n,r){for(var i=0,o=Math.min(t.length,n),a=e;a=49?s-49+10:s>=17?s-17+10:s}return i}o.isBN=function(t){return t instanceof o||null!==t&&"object"==typeof t&&t.constructor.wordSize===o.wordSize&&Array.isArray(t.words)},o.max=function(t,e){return t.cmp(e)>0?t:e},o.min=function(t,e){return t.cmp(e)<0?t:e},o.prototype._init=function(t,e,n){if("number"==typeof t)return this._initNumber(t,e,n);if("object"==typeof t)return this._initArray(t,e,n);"hex"===e&&(e=16),r(e===(0|e)&&e>=2&&e<=36);var i=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&i++,16===e?this._parseHex(t,i):this._parseBase(t,e,i),"-"===t[0]&&(this.negative=1),this.strip(),"le"===n&&this._initArray(this.toArray(),e,n)},o.prototype._initNumber=function(t,e,n){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(r(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===n&&this._initArray(this.toArray(),e,n)},o.prototype._initArray=function(t,e,n){if(r("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)a=t[i]|t[i-1]<<8|t[i-2]<<16,this.words[o]|=a<>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);else if("le"===n)for(i=0,o=0;i>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);return this.strip()},o.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var n=0;n=e;n-=6)i=s(t,n,n+6),this.words[r]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,r++);n+6!==e&&(i=s(t,e,n+6),this.words[r]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(t,e,n){this.words=[0],this.length=1;for(var r=0,i=1;i<=67108863;i*=e)r++;r--,i=i/e|0;for(var o=t.length-n,a=o%r,s=Math.min(o,o-a)+n,l=0,c=n;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],c=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],f=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function d(t,e,n){n.negative=e.negative^t.negative;var r=t.length+e.length|0;n.length=r,r=r-1|0;var i=0|t.words[0],o=0|e.words[0],a=i*o,s=67108863&a,u=a/67108864|0;n.words[0]=s;for(var l=1;l>>26,f=67108863&u,d=Math.min(l,e.length-1),h=Math.max(0,l-t.length+1);h<=d;h++){var p=l-h|0;c+=(a=(i=0|t.words[p])*(o=0|e.words[h])+f)/67108864|0,f=67108863&a}n.words[l]=0|f,u=0|c}return 0!==u?n.words[l]=0|u:n.length--,n.strip()}o.prototype.toString=function(t,e){var n;if(e=0|e||1,16===(t=t||10)||"hex"===t){n="";for(var i=0,o=0,a=0;a>>24-i&16777215)||a!==this.length-1?l[6-u.length]+u+n:u+n,(i+=2)>=26&&(i-=26,a--)}for(0!==o&&(n=o.toString(16)+n);n.length%e!=0;)n="0"+n;return 0!==this.negative&&(n="-"+n),n}if(t===(0|t)&&t>=2&&t<=36){var d=c[t],h=f[t];n="";var p=this.clone();for(p.negative=0;!p.isZero();){var m=p.modn(h).toString(t);n=(p=p.idivn(h)).isZero()?m+n:l[d-m.length]+m+n}for(this.isZero()&&(n="0"+n);n.length%e!=0;)n="0"+n;return 0!==this.negative&&(n="-"+n),n}r(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&r(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(t,e){return r(void 0!==a),this.toArrayLike(a,t,e)},o.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},o.prototype.toArrayLike=function(t,e,n){var i=this.byteLength(),o=n||Math.max(1,i);r(i<=o,"byte array longer than desired length"),r(o>0,"Requested array length <= 0"),this.strip();var a,s,u="le"===e,l=new t(o),c=this.clone();if(u){for(s=0;!c.isZero();s++)a=c.andln(255),c.iushrn(8),l[s]=a;for(;s=4096&&(n+=13,e>>>=13),e>=64&&(n+=7,e>>>=7),e>=8&&(n+=4,e>>>=4),e>=2&&(n+=2,e>>>=2),n+e},o.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,n=0;return 0==(8191&e)&&(n+=13,e>>>=13),0==(127&e)&&(n+=7,e>>>=7),0==(15&e)&&(n+=4,e>>>=4),0==(3&e)&&(n+=2,e>>>=2),0==(1&e)&&n++,n},o.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},o.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},o.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var n=0;nt.length?this.clone().iand(t):t.clone().iand(this)},o.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},o.prototype.iuxor=function(t){var e,n;this.length>t.length?(e=this,n=t):(e=t,n=this);for(var r=0;rt.length?this.clone().ixor(t):t.clone().ixor(this)},o.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},o.prototype.inotn=function(t){r("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),n=t%26;this._expand(e),n>0&&e--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-n),this.strip()},o.prototype.notn=function(t){return this.clone().inotn(t)},o.prototype.setn=function(t,e){r("number"==typeof t&&t>=0);var n=t/26|0,i=t%26;return this._expand(n+1),this.words[n]=e?this.words[n]|1<t.length?(n=this,r=t):(n=t,r=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=n.length,0!==i)this.words[this.length]=i,this.length++;else if(n!==this)for(;ot.length?this.clone().iadd(t):t.clone().iadd(this)},o.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var n,r,i=this.cmp(t);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(n=this,r=t):(n=t,r=this);for(var o=0,a=0;a>26,this.words[a]=67108863&e;for(;0!==o&&a>26,this.words[a]=67108863&e;if(0===o&&a>>13,h=0|a[1],p=8191&h,m=h>>>13,v=0|a[2],g=8191&v,b=v>>>13,y=0|a[3],w=8191&y,_=y>>>13,k=0|a[4],M=8191&k,x=k>>>13,S=0|a[5],C=8191&S,A=S>>>13,T=0|a[6],E=8191&T,O=T>>>13,P=0|a[7],I=8191&P,R=P>>>13,j=0|a[8],D=8191&j,N=j>>>13,L=0|a[9],B=8191&L,z=L>>>13,F=0|s[0],q=8191&F,V=F>>>13,$=0|s[1],H=8191&$,U=$>>>13,W=0|s[2],K=8191&W,Y=W>>>13,G=0|s[3],Z=8191&G,J=G>>>13,X=0|s[4],Q=8191&X,tt=X>>>13,et=0|s[5],nt=8191&et,rt=et>>>13,it=0|s[6],ot=8191&it,at=it>>>13,st=0|s[7],ut=8191&st,lt=st>>>13,ct=0|s[8],ft=8191&ct,dt=ct>>>13,ht=0|s[9],pt=8191&ht,mt=ht>>>13;n.negative=t.negative^e.negative,n.length=19;var vt=(l+(r=Math.imul(f,q))|0)+((8191&(i=(i=Math.imul(f,V))+Math.imul(d,q)|0))<<13)|0;l=((o=Math.imul(d,V))+(i>>>13)|0)+(vt>>>26)|0,vt&=67108863,r=Math.imul(p,q),i=(i=Math.imul(p,V))+Math.imul(m,q)|0,o=Math.imul(m,V);var gt=(l+(r=r+Math.imul(f,H)|0)|0)+((8191&(i=(i=i+Math.imul(f,U)|0)+Math.imul(d,H)|0))<<13)|0;l=((o=o+Math.imul(d,U)|0)+(i>>>13)|0)+(gt>>>26)|0,gt&=67108863,r=Math.imul(g,q),i=(i=Math.imul(g,V))+Math.imul(b,q)|0,o=Math.imul(b,V),r=r+Math.imul(p,H)|0,i=(i=i+Math.imul(p,U)|0)+Math.imul(m,H)|0,o=o+Math.imul(m,U)|0;var bt=(l+(r=r+Math.imul(f,K)|0)|0)+((8191&(i=(i=i+Math.imul(f,Y)|0)+Math.imul(d,K)|0))<<13)|0;l=((o=o+Math.imul(d,Y)|0)+(i>>>13)|0)+(bt>>>26)|0,bt&=67108863,r=Math.imul(w,q),i=(i=Math.imul(w,V))+Math.imul(_,q)|0,o=Math.imul(_,V),r=r+Math.imul(g,H)|0,i=(i=i+Math.imul(g,U)|0)+Math.imul(b,H)|0,o=o+Math.imul(b,U)|0,r=r+Math.imul(p,K)|0,i=(i=i+Math.imul(p,Y)|0)+Math.imul(m,K)|0,o=o+Math.imul(m,Y)|0;var yt=(l+(r=r+Math.imul(f,Z)|0)|0)+((8191&(i=(i=i+Math.imul(f,J)|0)+Math.imul(d,Z)|0))<<13)|0;l=((o=o+Math.imul(d,J)|0)+(i>>>13)|0)+(yt>>>26)|0,yt&=67108863,r=Math.imul(M,q),i=(i=Math.imul(M,V))+Math.imul(x,q)|0,o=Math.imul(x,V),r=r+Math.imul(w,H)|0,i=(i=i+Math.imul(w,U)|0)+Math.imul(_,H)|0,o=o+Math.imul(_,U)|0,r=r+Math.imul(g,K)|0,i=(i=i+Math.imul(g,Y)|0)+Math.imul(b,K)|0,o=o+Math.imul(b,Y)|0,r=r+Math.imul(p,Z)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(m,Z)|0,o=o+Math.imul(m,J)|0;var wt=(l+(r=r+Math.imul(f,Q)|0)|0)+((8191&(i=(i=i+Math.imul(f,tt)|0)+Math.imul(d,Q)|0))<<13)|0;l=((o=o+Math.imul(d,tt)|0)+(i>>>13)|0)+(wt>>>26)|0,wt&=67108863,r=Math.imul(C,q),i=(i=Math.imul(C,V))+Math.imul(A,q)|0,o=Math.imul(A,V),r=r+Math.imul(M,H)|0,i=(i=i+Math.imul(M,U)|0)+Math.imul(x,H)|0,o=o+Math.imul(x,U)|0,r=r+Math.imul(w,K)|0,i=(i=i+Math.imul(w,Y)|0)+Math.imul(_,K)|0,o=o+Math.imul(_,Y)|0,r=r+Math.imul(g,Z)|0,i=(i=i+Math.imul(g,J)|0)+Math.imul(b,Z)|0,o=o+Math.imul(b,J)|0,r=r+Math.imul(p,Q)|0,i=(i=i+Math.imul(p,tt)|0)+Math.imul(m,Q)|0,o=o+Math.imul(m,tt)|0;var _t=(l+(r=r+Math.imul(f,nt)|0)|0)+((8191&(i=(i=i+Math.imul(f,rt)|0)+Math.imul(d,nt)|0))<<13)|0;l=((o=o+Math.imul(d,rt)|0)+(i>>>13)|0)+(_t>>>26)|0,_t&=67108863,r=Math.imul(E,q),i=(i=Math.imul(E,V))+Math.imul(O,q)|0,o=Math.imul(O,V),r=r+Math.imul(C,H)|0,i=(i=i+Math.imul(C,U)|0)+Math.imul(A,H)|0,o=o+Math.imul(A,U)|0,r=r+Math.imul(M,K)|0,i=(i=i+Math.imul(M,Y)|0)+Math.imul(x,K)|0,o=o+Math.imul(x,Y)|0,r=r+Math.imul(w,Z)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(_,Z)|0,o=o+Math.imul(_,J)|0,r=r+Math.imul(g,Q)|0,i=(i=i+Math.imul(g,tt)|0)+Math.imul(b,Q)|0,o=o+Math.imul(b,tt)|0,r=r+Math.imul(p,nt)|0,i=(i=i+Math.imul(p,rt)|0)+Math.imul(m,nt)|0,o=o+Math.imul(m,rt)|0;var kt=(l+(r=r+Math.imul(f,ot)|0)|0)+((8191&(i=(i=i+Math.imul(f,at)|0)+Math.imul(d,ot)|0))<<13)|0;l=((o=o+Math.imul(d,at)|0)+(i>>>13)|0)+(kt>>>26)|0,kt&=67108863,r=Math.imul(I,q),i=(i=Math.imul(I,V))+Math.imul(R,q)|0,o=Math.imul(R,V),r=r+Math.imul(E,H)|0,i=(i=i+Math.imul(E,U)|0)+Math.imul(O,H)|0,o=o+Math.imul(O,U)|0,r=r+Math.imul(C,K)|0,i=(i=i+Math.imul(C,Y)|0)+Math.imul(A,K)|0,o=o+Math.imul(A,Y)|0,r=r+Math.imul(M,Z)|0,i=(i=i+Math.imul(M,J)|0)+Math.imul(x,Z)|0,o=o+Math.imul(x,J)|0,r=r+Math.imul(w,Q)|0,i=(i=i+Math.imul(w,tt)|0)+Math.imul(_,Q)|0,o=o+Math.imul(_,tt)|0,r=r+Math.imul(g,nt)|0,i=(i=i+Math.imul(g,rt)|0)+Math.imul(b,nt)|0,o=o+Math.imul(b,rt)|0,r=r+Math.imul(p,ot)|0,i=(i=i+Math.imul(p,at)|0)+Math.imul(m,ot)|0,o=o+Math.imul(m,at)|0;var Mt=(l+(r=r+Math.imul(f,ut)|0)|0)+((8191&(i=(i=i+Math.imul(f,lt)|0)+Math.imul(d,ut)|0))<<13)|0;l=((o=o+Math.imul(d,lt)|0)+(i>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,r=Math.imul(D,q),i=(i=Math.imul(D,V))+Math.imul(N,q)|0,o=Math.imul(N,V),r=r+Math.imul(I,H)|0,i=(i=i+Math.imul(I,U)|0)+Math.imul(R,H)|0,o=o+Math.imul(R,U)|0,r=r+Math.imul(E,K)|0,i=(i=i+Math.imul(E,Y)|0)+Math.imul(O,K)|0,o=o+Math.imul(O,Y)|0,r=r+Math.imul(C,Z)|0,i=(i=i+Math.imul(C,J)|0)+Math.imul(A,Z)|0,o=o+Math.imul(A,J)|0,r=r+Math.imul(M,Q)|0,i=(i=i+Math.imul(M,tt)|0)+Math.imul(x,Q)|0,o=o+Math.imul(x,tt)|0,r=r+Math.imul(w,nt)|0,i=(i=i+Math.imul(w,rt)|0)+Math.imul(_,nt)|0,o=o+Math.imul(_,rt)|0,r=r+Math.imul(g,ot)|0,i=(i=i+Math.imul(g,at)|0)+Math.imul(b,ot)|0,o=o+Math.imul(b,at)|0,r=r+Math.imul(p,ut)|0,i=(i=i+Math.imul(p,lt)|0)+Math.imul(m,ut)|0,o=o+Math.imul(m,lt)|0;var xt=(l+(r=r+Math.imul(f,ft)|0)|0)+((8191&(i=(i=i+Math.imul(f,dt)|0)+Math.imul(d,ft)|0))<<13)|0;l=((o=o+Math.imul(d,dt)|0)+(i>>>13)|0)+(xt>>>26)|0,xt&=67108863,r=Math.imul(B,q),i=(i=Math.imul(B,V))+Math.imul(z,q)|0,o=Math.imul(z,V),r=r+Math.imul(D,H)|0,i=(i=i+Math.imul(D,U)|0)+Math.imul(N,H)|0,o=o+Math.imul(N,U)|0,r=r+Math.imul(I,K)|0,i=(i=i+Math.imul(I,Y)|0)+Math.imul(R,K)|0,o=o+Math.imul(R,Y)|0,r=r+Math.imul(E,Z)|0,i=(i=i+Math.imul(E,J)|0)+Math.imul(O,Z)|0,o=o+Math.imul(O,J)|0,r=r+Math.imul(C,Q)|0,i=(i=i+Math.imul(C,tt)|0)+Math.imul(A,Q)|0,o=o+Math.imul(A,tt)|0,r=r+Math.imul(M,nt)|0,i=(i=i+Math.imul(M,rt)|0)+Math.imul(x,nt)|0,o=o+Math.imul(x,rt)|0,r=r+Math.imul(w,ot)|0,i=(i=i+Math.imul(w,at)|0)+Math.imul(_,ot)|0,o=o+Math.imul(_,at)|0,r=r+Math.imul(g,ut)|0,i=(i=i+Math.imul(g,lt)|0)+Math.imul(b,ut)|0,o=o+Math.imul(b,lt)|0,r=r+Math.imul(p,ft)|0,i=(i=i+Math.imul(p,dt)|0)+Math.imul(m,ft)|0,o=o+Math.imul(m,dt)|0;var St=(l+(r=r+Math.imul(f,pt)|0)|0)+((8191&(i=(i=i+Math.imul(f,mt)|0)+Math.imul(d,pt)|0))<<13)|0;l=((o=o+Math.imul(d,mt)|0)+(i>>>13)|0)+(St>>>26)|0,St&=67108863,r=Math.imul(B,H),i=(i=Math.imul(B,U))+Math.imul(z,H)|0,o=Math.imul(z,U),r=r+Math.imul(D,K)|0,i=(i=i+Math.imul(D,Y)|0)+Math.imul(N,K)|0,o=o+Math.imul(N,Y)|0,r=r+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(R,Z)|0,o=o+Math.imul(R,J)|0,r=r+Math.imul(E,Q)|0,i=(i=i+Math.imul(E,tt)|0)+Math.imul(O,Q)|0,o=o+Math.imul(O,tt)|0,r=r+Math.imul(C,nt)|0,i=(i=i+Math.imul(C,rt)|0)+Math.imul(A,nt)|0,o=o+Math.imul(A,rt)|0,r=r+Math.imul(M,ot)|0,i=(i=i+Math.imul(M,at)|0)+Math.imul(x,ot)|0,o=o+Math.imul(x,at)|0,r=r+Math.imul(w,ut)|0,i=(i=i+Math.imul(w,lt)|0)+Math.imul(_,ut)|0,o=o+Math.imul(_,lt)|0,r=r+Math.imul(g,ft)|0,i=(i=i+Math.imul(g,dt)|0)+Math.imul(b,ft)|0,o=o+Math.imul(b,dt)|0;var Ct=(l+(r=r+Math.imul(p,pt)|0)|0)+((8191&(i=(i=i+Math.imul(p,mt)|0)+Math.imul(m,pt)|0))<<13)|0;l=((o=o+Math.imul(m,mt)|0)+(i>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,r=Math.imul(B,K),i=(i=Math.imul(B,Y))+Math.imul(z,K)|0,o=Math.imul(z,Y),r=r+Math.imul(D,Z)|0,i=(i=i+Math.imul(D,J)|0)+Math.imul(N,Z)|0,o=o+Math.imul(N,J)|0,r=r+Math.imul(I,Q)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(R,Q)|0,o=o+Math.imul(R,tt)|0,r=r+Math.imul(E,nt)|0,i=(i=i+Math.imul(E,rt)|0)+Math.imul(O,nt)|0,o=o+Math.imul(O,rt)|0,r=r+Math.imul(C,ot)|0,i=(i=i+Math.imul(C,at)|0)+Math.imul(A,ot)|0,o=o+Math.imul(A,at)|0,r=r+Math.imul(M,ut)|0,i=(i=i+Math.imul(M,lt)|0)+Math.imul(x,ut)|0,o=o+Math.imul(x,lt)|0,r=r+Math.imul(w,ft)|0,i=(i=i+Math.imul(w,dt)|0)+Math.imul(_,ft)|0,o=o+Math.imul(_,dt)|0;var At=(l+(r=r+Math.imul(g,pt)|0)|0)+((8191&(i=(i=i+Math.imul(g,mt)|0)+Math.imul(b,pt)|0))<<13)|0;l=((o=o+Math.imul(b,mt)|0)+(i>>>13)|0)+(At>>>26)|0,At&=67108863,r=Math.imul(B,Z),i=(i=Math.imul(B,J))+Math.imul(z,Z)|0,o=Math.imul(z,J),r=r+Math.imul(D,Q)|0,i=(i=i+Math.imul(D,tt)|0)+Math.imul(N,Q)|0,o=o+Math.imul(N,tt)|0,r=r+Math.imul(I,nt)|0,i=(i=i+Math.imul(I,rt)|0)+Math.imul(R,nt)|0,o=o+Math.imul(R,rt)|0,r=r+Math.imul(E,ot)|0,i=(i=i+Math.imul(E,at)|0)+Math.imul(O,ot)|0,o=o+Math.imul(O,at)|0,r=r+Math.imul(C,ut)|0,i=(i=i+Math.imul(C,lt)|0)+Math.imul(A,ut)|0,o=o+Math.imul(A,lt)|0,r=r+Math.imul(M,ft)|0,i=(i=i+Math.imul(M,dt)|0)+Math.imul(x,ft)|0,o=o+Math.imul(x,dt)|0;var Tt=(l+(r=r+Math.imul(w,pt)|0)|0)+((8191&(i=(i=i+Math.imul(w,mt)|0)+Math.imul(_,pt)|0))<<13)|0;l=((o=o+Math.imul(_,mt)|0)+(i>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,r=Math.imul(B,Q),i=(i=Math.imul(B,tt))+Math.imul(z,Q)|0,o=Math.imul(z,tt),r=r+Math.imul(D,nt)|0,i=(i=i+Math.imul(D,rt)|0)+Math.imul(N,nt)|0,o=o+Math.imul(N,rt)|0,r=r+Math.imul(I,ot)|0,i=(i=i+Math.imul(I,at)|0)+Math.imul(R,ot)|0,o=o+Math.imul(R,at)|0,r=r+Math.imul(E,ut)|0,i=(i=i+Math.imul(E,lt)|0)+Math.imul(O,ut)|0,o=o+Math.imul(O,lt)|0,r=r+Math.imul(C,ft)|0,i=(i=i+Math.imul(C,dt)|0)+Math.imul(A,ft)|0,o=o+Math.imul(A,dt)|0;var Et=(l+(r=r+Math.imul(M,pt)|0)|0)+((8191&(i=(i=i+Math.imul(M,mt)|0)+Math.imul(x,pt)|0))<<13)|0;l=((o=o+Math.imul(x,mt)|0)+(i>>>13)|0)+(Et>>>26)|0,Et&=67108863,r=Math.imul(B,nt),i=(i=Math.imul(B,rt))+Math.imul(z,nt)|0,o=Math.imul(z,rt),r=r+Math.imul(D,ot)|0,i=(i=i+Math.imul(D,at)|0)+Math.imul(N,ot)|0,o=o+Math.imul(N,at)|0,r=r+Math.imul(I,ut)|0,i=(i=i+Math.imul(I,lt)|0)+Math.imul(R,ut)|0,o=o+Math.imul(R,lt)|0,r=r+Math.imul(E,ft)|0,i=(i=i+Math.imul(E,dt)|0)+Math.imul(O,ft)|0,o=o+Math.imul(O,dt)|0;var Ot=(l+(r=r+Math.imul(C,pt)|0)|0)+((8191&(i=(i=i+Math.imul(C,mt)|0)+Math.imul(A,pt)|0))<<13)|0;l=((o=o+Math.imul(A,mt)|0)+(i>>>13)|0)+(Ot>>>26)|0,Ot&=67108863,r=Math.imul(B,ot),i=(i=Math.imul(B,at))+Math.imul(z,ot)|0,o=Math.imul(z,at),r=r+Math.imul(D,ut)|0,i=(i=i+Math.imul(D,lt)|0)+Math.imul(N,ut)|0,o=o+Math.imul(N,lt)|0,r=r+Math.imul(I,ft)|0,i=(i=i+Math.imul(I,dt)|0)+Math.imul(R,ft)|0,o=o+Math.imul(R,dt)|0;var Pt=(l+(r=r+Math.imul(E,pt)|0)|0)+((8191&(i=(i=i+Math.imul(E,mt)|0)+Math.imul(O,pt)|0))<<13)|0;l=((o=o+Math.imul(O,mt)|0)+(i>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,r=Math.imul(B,ut),i=(i=Math.imul(B,lt))+Math.imul(z,ut)|0,o=Math.imul(z,lt),r=r+Math.imul(D,ft)|0,i=(i=i+Math.imul(D,dt)|0)+Math.imul(N,ft)|0,o=o+Math.imul(N,dt)|0;var It=(l+(r=r+Math.imul(I,pt)|0)|0)+((8191&(i=(i=i+Math.imul(I,mt)|0)+Math.imul(R,pt)|0))<<13)|0;l=((o=o+Math.imul(R,mt)|0)+(i>>>13)|0)+(It>>>26)|0,It&=67108863,r=Math.imul(B,ft),i=(i=Math.imul(B,dt))+Math.imul(z,ft)|0,o=Math.imul(z,dt);var Rt=(l+(r=r+Math.imul(D,pt)|0)|0)+((8191&(i=(i=i+Math.imul(D,mt)|0)+Math.imul(N,pt)|0))<<13)|0;l=((o=o+Math.imul(N,mt)|0)+(i>>>13)|0)+(Rt>>>26)|0,Rt&=67108863;var jt=(l+(r=Math.imul(B,pt))|0)+((8191&(i=(i=Math.imul(B,mt))+Math.imul(z,pt)|0))<<13)|0;return l=((o=Math.imul(z,mt))+(i>>>13)|0)+(jt>>>26)|0,jt&=67108863,u[0]=vt,u[1]=gt,u[2]=bt,u[3]=yt,u[4]=wt,u[5]=_t,u[6]=kt,u[7]=Mt,u[8]=xt,u[9]=St,u[10]=Ct,u[11]=At,u[12]=Tt,u[13]=Et,u[14]=Ot,u[15]=Pt,u[16]=It,u[17]=Rt,u[18]=jt,0!==l&&(u[19]=l,n.length++),n};function p(t,e,n){return(new m).mulp(t,e,n)}function m(t,e){this.x=t,this.y=e}Math.imul||(h=d),o.prototype.mulTo=function(t,e){var n=this.length+t.length;return 10===this.length&&10===t.length?h(this,t,e):n<63?d(this,t,e):n<1024?function(t,e,n){n.negative=e.negative^t.negative,n.length=t.length+e.length;for(var r=0,i=0,o=0;o>>26)|0)>>>26,a&=67108863}n.words[o]=s,r=a,a=i}return 0!==r?n.words[o]=r:n.length--,n.strip()}(this,t,e):p(this,t,e)},m.prototype.makeRBT=function(t){for(var e=new Array(t),n=o.prototype._countBits(t)-1,r=0;r>=1;return r},m.prototype.permute=function(t,e,n,r,i,o){for(var a=0;a>>=1)i++;return 1<>>=13,n[2*a+1]=8191&o,o>>>=13;for(a=2*e;a>=26,e+=i/67108864|0,e+=o>>>26,this.words[n]=67108863&o}return 0!==e&&(this.words[n]=e,this.length++),this},o.prototype.muln=function(t){return this.clone().imuln(t)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),n=0;n>>i}return e}(t);if(0===e.length)return new o(1);for(var n=this,r=0;r=0);var e,n=t%26,i=(t-n)/26,o=67108863>>>26-n<<26-n;if(0!==n){var a=0;for(e=0;e>>26-n}a&&(this.words[e]=a,this.length++)}if(0!==i){for(e=this.length-1;e>=0;e--)this.words[e+i]=this.words[e];for(e=0;e=0),i=e?(e-e%26)/26:0;var o=t%26,a=Math.min((t-o)/26,this.length),s=67108863^67108863>>>o<a)for(this.length-=a,l=0;l=0&&(0!==c||l>=i);l--){var f=0|this.words[l];this.words[l]=c<<26-o|f>>>o,c=f&s}return u&&0!==c&&(u.words[u.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(t,e,n){return r(0===this.negative),this.iushrn(t,e,n)},o.prototype.shln=function(t){return this.clone().ishln(t)},o.prototype.ushln=function(t){return this.clone().iushln(t)},o.prototype.shrn=function(t){return this.clone().ishrn(t)},o.prototype.ushrn=function(t){return this.clone().iushrn(t)},o.prototype.testn=function(t){r("number"==typeof t&&t>=0);var e=t%26,n=(t-e)/26,i=1<=0);var e=t%26,n=(t-e)/26;if(r(0===this.negative,"imaskn works only with positive numbers"),this.length<=n)return this;if(0!==e&&n++,this.length=Math.min(n,this.length),0!==e){var i=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},o.prototype.isubn=function(t){if(r("number"==typeof t),r(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(u/67108864|0),this.words[i+n]=67108863&o}for(;i>26,this.words[i+n]=67108863&o;if(0===s)return this.strip();for(r(-1===s),s=0,i=0;i>26,this.words[i]=67108863&o;return this.negative=1,this.strip()},o.prototype._wordDiv=function(t,e){var n=(this.length,t.length),r=this.clone(),i=t,a=0|i.words[i.length-1];0!==(n=26-this._countBits(a))&&(i=i.ushln(n),r.iushln(n),a=0|i.words[i.length-1]);var s,u=r.length-i.length;if("mod"!==e){(s=new o(null)).length=u+1,s.words=new Array(s.length);for(var l=0;l=0;f--){var d=67108864*(0|r.words[i.length+f])+(0|r.words[i.length+f-1]);for(d=Math.min(d/a|0,67108863),r._ishlnsubmul(i,d,f);0!==r.negative;)d--,r.negative=0,r._ishlnsubmul(i,1,f),r.isZero()||(r.negative^=1);s&&(s.words[f]=d)}return s&&s.strip(),r.strip(),"div"!==e&&0!==n&&r.iushrn(n),{div:s||null,mod:r}},o.prototype.divmod=function(t,e,n){return r(!t.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===t.negative?(s=this.neg().divmod(t,e),"mod"!==e&&(i=s.div.neg()),"div"!==e&&(a=s.mod.neg(),n&&0!==a.negative&&a.iadd(t)),{div:i,mod:a}):0===this.negative&&0!==t.negative?(s=this.divmod(t.neg(),e),"mod"!==e&&(i=s.div.neg()),{div:i,mod:s.mod}):0!=(this.negative&t.negative)?(s=this.neg().divmod(t.neg(),e),"div"!==e&&(a=s.mod.neg(),n&&0!==a.negative&&a.isub(t)),{div:s.div,mod:a}):t.length>this.length||this.cmp(t)<0?{div:new o(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new o(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new o(this.modn(t.words[0]))}:this._wordDiv(t,e);var i,a,s},o.prototype.div=function(t){return this.divmod(t,"div",!1).div},o.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},o.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},o.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var n=0!==e.div.negative?e.mod.isub(t):e.mod,r=t.ushrn(1),i=t.andln(1),o=n.cmp(r);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},o.prototype.modn=function(t){r(t<=67108863);for(var e=(1<<26)%t,n=0,i=this.length-1;i>=0;i--)n=(e*n+(0|this.words[i]))%t;return n},o.prototype.idivn=function(t){r(t<=67108863);for(var e=0,n=this.length-1;n>=0;n--){var i=(0|this.words[n])+67108864*e;this.words[n]=i/t|0,e=i%t}return this.strip()},o.prototype.divn=function(t){return this.clone().idivn(t)},o.prototype.egcd=function(t){r(0===t.negative),r(!t.isZero());var e=this,n=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i=new o(1),a=new o(0),s=new o(0),u=new o(1),l=0;e.isEven()&&n.isEven();)e.iushrn(1),n.iushrn(1),++l;for(var c=n.clone(),f=e.clone();!e.isZero();){for(var d=0,h=1;0==(e.words[0]&h)&&d<26;++d,h<<=1);if(d>0)for(e.iushrn(d);d-- >0;)(i.isOdd()||a.isOdd())&&(i.iadd(c),a.isub(f)),i.iushrn(1),a.iushrn(1);for(var p=0,m=1;0==(n.words[0]&m)&&p<26;++p,m<<=1);if(p>0)for(n.iushrn(p);p-- >0;)(s.isOdd()||u.isOdd())&&(s.iadd(c),u.isub(f)),s.iushrn(1),u.iushrn(1);e.cmp(n)>=0?(e.isub(n),i.isub(s),a.isub(u)):(n.isub(e),s.isub(i),u.isub(a))}return{a:s,b:u,gcd:n.iushln(l)}},o.prototype._invmp=function(t){r(0===t.negative),r(!t.isZero());var e=this,n=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var i,a=new o(1),s=new o(0),u=n.clone();e.cmpn(1)>0&&n.cmpn(1)>0;){for(var l=0,c=1;0==(e.words[0]&c)&&l<26;++l,c<<=1);if(l>0)for(e.iushrn(l);l-- >0;)a.isOdd()&&a.iadd(u),a.iushrn(1);for(var f=0,d=1;0==(n.words[0]&d)&&f<26;++f,d<<=1);if(f>0)for(n.iushrn(f);f-- >0;)s.isOdd()&&s.iadd(u),s.iushrn(1);e.cmp(n)>=0?(e.isub(n),a.isub(s)):(n.isub(e),s.isub(a))}return(i=0===e.cmpn(1)?a:s).cmpn(0)<0&&i.iadd(t),i},o.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),n=t.clone();e.negative=0,n.negative=0;for(var r=0;e.isEven()&&n.isEven();r++)e.iushrn(1),n.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;n.isEven();)n.iushrn(1);var i=e.cmp(n);if(i<0){var o=e;e=n,n=o}else if(0===i||0===n.cmpn(1))break;e.isub(n)}return n.iushln(r)},o.prototype.invm=function(t){return this.egcd(t).a.umod(t)},o.prototype.isEven=function(){return 0==(1&this.words[0])},o.prototype.isOdd=function(){return 1==(1&this.words[0])},o.prototype.andln=function(t){return this.words[0]&t},o.prototype.bincn=function(t){r("number"==typeof t);var e=t%26,n=(t-e)/26,i=1<>>26,s&=67108863,this.words[a]=s}return 0!==o&&(this.words[a]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(t){var e,n=t<0;if(0!==this.negative&&!n)return-1;if(0===this.negative&&n)return 1;if(this.strip(),this.length>1)e=1;else{n&&(t=-t),r(t<=67108863,"Number is too big");var i=0|this.words[0];e=i===t?0:it.length)return 1;if(this.length=0;n--){var r=0|this.words[n],i=0|t.words[n];if(r!==i){ri&&(e=1);break}}return e},o.prototype.gtn=function(t){return 1===this.cmpn(t)},o.prototype.gt=function(t){return 1===this.cmp(t)},o.prototype.gten=function(t){return this.cmpn(t)>=0},o.prototype.gte=function(t){return this.cmp(t)>=0},o.prototype.ltn=function(t){return-1===this.cmpn(t)},o.prototype.lt=function(t){return-1===this.cmp(t)},o.prototype.lten=function(t){return this.cmpn(t)<=0},o.prototype.lte=function(t){return this.cmp(t)<=0},o.prototype.eqn=function(t){return 0===this.cmpn(t)},o.prototype.eq=function(t){return 0===this.cmp(t)},o.red=function(t){return new k(t)},o.prototype.toRed=function(t){return r(!this.red,"Already a number in reduction context"),r(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},o.prototype.fromRed=function(){return r(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(t){return this.red=t,this},o.prototype.forceRed=function(t){return r(!this.red,"Already a number in reduction context"),this._forceRed(t)},o.prototype.redAdd=function(t){return r(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},o.prototype.redIAdd=function(t){return r(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},o.prototype.redSub=function(t){return r(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},o.prototype.redISub=function(t){return r(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},o.prototype.redShl=function(t){return r(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},o.prototype.redMul=function(t){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},o.prototype.redIMul=function(t){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},o.prototype.redSqr=function(){return r(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return r(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return r(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return r(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return r(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(t){return r(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var v={k256:null,p224:null,p192:null,p25519:null};function g(t,e){this.name=t,this.p=new o(e,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function b(){g.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function y(){g.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function w(){g.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function _(){g.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function k(t){if("string"==typeof t){var e=o._prime(t);this.m=e.p,this.prime=e}else r(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function M(t){k.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}g.prototype._tmp=function(){var t=new o(null);return t.words=new Array(Math.ceil(this.n/13)),t},g.prototype.ireduce=function(t){var e,n=t;do{this.split(n,this.tmp),e=(n=(n=this.imulK(n)).iadd(this.tmp)).bitLength()}while(e>this.n);var r=e0?n.isub(this.p):void 0!==n.strip?n.strip():n._strip(),n},g.prototype.split=function(t,e){t.iushrn(this.n,0,e)},g.prototype.imulK=function(t){return t.imul(this.k)},i(b,g),b.prototype.split=function(t,e){for(var n=Math.min(t.length,9),r=0;r>>22,i=o}i>>>=22,t.words[r-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},b.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,n=0;n>>=26,t.words[n]=i,e=r}return 0!==e&&(t.words[t.length++]=e),t},o._prime=function(t){if(v[t])return v[t];var e;if("k256"===t)e=new b;else if("p224"===t)e=new y;else if("p192"===t)e=new w;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new _}return v[t]=e,e},k.prototype._verify1=function(t){r(0===t.negative,"red works only with positives"),r(t.red,"red works only with red numbers")},k.prototype._verify2=function(t,e){r(0==(t.negative|e.negative),"red works only with positives"),r(t.red&&t.red===e.red,"red works only with red numbers")},k.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},k.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},k.prototype.add=function(t,e){this._verify2(t,e);var n=t.add(e);return n.cmp(this.m)>=0&&n.isub(this.m),n._forceRed(this)},k.prototype.iadd=function(t,e){this._verify2(t,e);var n=t.iadd(e);return n.cmp(this.m)>=0&&n.isub(this.m),n},k.prototype.sub=function(t,e){this._verify2(t,e);var n=t.sub(e);return n.cmpn(0)<0&&n.iadd(this.m),n._forceRed(this)},k.prototype.isub=function(t,e){this._verify2(t,e);var n=t.isub(e);return n.cmpn(0)<0&&n.iadd(this.m),n},k.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},k.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},k.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},k.prototype.isqr=function(t){return this.imul(t,t.clone())},k.prototype.sqr=function(t){return this.mul(t,t)},k.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(r(e%2==1),3===e){var n=this.m.add(new o(1)).iushrn(2);return this.pow(t,n)}for(var i=this.m.subn(1),a=0;!i.isZero()&&0===i.andln(1);)a++,i.iushrn(1);r(!i.isZero());var s=new o(1).toRed(this),u=s.redNeg(),l=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new o(2*c*c).toRed(this);0!==this.pow(c,l).cmp(u);)c.redIAdd(u);for(var f=this.pow(c,i),d=this.pow(t,i.addn(1).iushrn(1)),h=this.pow(t,i),p=a;0!==h.cmp(s);){for(var m=h,v=0;0!==m.cmp(s);v++)m=m.redSqr();r(v=0;r--){for(var l=e.words[r],c=u-1;c>=0;c--){var f=l>>c&1;i!==n[0]&&(i=this.sqr(i)),0!==f||0!==a?(a<<=1,a|=f,(4===++s||0===r&&0===c)&&(i=this.mul(i,n[a]),s=0,a=0)):s=0}u=26}return i},k.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},k.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new M(t)},i(M,k),M.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},M.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},M.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var n=t.imul(e),r=n.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=n.isub(r).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},M.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var n=t.mul(e),r=n.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=n.isub(r).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},M.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t,this)}).call(this,n(14)(t))},function(t,e,n){"use strict";(function(e,r){const i=n(15).EventEmitter,o=n(93),a=n(144),s=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);let u=null;try{u=n(!function(){var t=new Error("Cannot find module 'child_process'");throw t.code="MODULE_NOT_FOUND",t}()).exec}catch(t){if("MODULE_NOT_FOUND"!==t.code)throw t}const l=["apiKey","idempotencyKey","stripeAccount","apiVersion","maxNetworkRetries","timeout"],c={api_key:"apiKey",idempotency_key:"idempotencyKey",stripe_account:"stripeAccount",stripe_version:"apiVersion",stripeVersion:"apiVersion"},f=Object.keys(c),d=t.exports={isOptionsHash:t=>t&&"object"==typeof t&&(l.some(e=>s(t,e))||f.some(e=>s(t,e))),stringifyRequestData:t=>o.stringify(t,{serializeDate:t=>Math.floor(t.getTime()/1e3)}).replace(/%5B/g,"[").replace(/%5D/g,"]"),makeURLInterpolator:(()=>{const t={"\n":"\\n",'"':'\\"',"\u2028":"\\u2028","\u2029":"\\u2029"};return e=>{const n=e.replace(/["\n\r\u2028\u2029]/g,e=>t[e]);return t=>n.replace(/\{([\s\S]+?)\}/g,(e,n)=>encodeURIComponent(t[n]||""))}})(),extractUrlParams:t=>{const e=t.match(/\{\w+\}/g);return e?e.map(t=>t.replace(/[{}]/g,"")):[]},getDataFromArgs(t){if(!Array.isArray(t)||!t[0]||"object"!=typeof t[0])return{};if(!d.isOptionsHash(t[0]))return t.shift();const e=Object.keys(t[0]),n=e.filter(t=>l.includes(t));return n.length>0&&n.length!==e.length&&h(`Options found in arguments (${n.join(", ")}). Did you mean to pass an options object? See https://github.com/stripe/stripe-node/wiki/Passing-Options.`),{}},getOptionsFromArgs:t=>{const e={auth:null,headers:{},settings:{}};if(t.length>0){const n=t[t.length-1];if("string"==typeof n)e.auth=t.pop();else if(d.isOptionsHash(n)){const n={...t.pop()},r=Object.keys(n).filter(t=>!l.includes(t));if(r.length){r.filter(t=>{if(!c[t])return!0;const e=c[t];if(n[e])throw Error(`Both '${e}' and '${t}' were provided; please remove '${t}', which is deprecated.`);h(`'${t}' is deprecated; use '${e}' instead.`),n[e]=n[t]}).length&&h(`Invalid options found (${r.join(", ")}); ignoring.`)}n.apiKey&&(e.auth=n.apiKey),n.idempotencyKey&&(e.headers["Idempotency-Key"]=n.idempotencyKey),n.stripeAccount&&(e.headers["Stripe-Account"]=n.stripeAccount),n.apiVersion&&(e.headers["Stripe-Version"]=n.apiVersion),Number.isInteger(n.maxNetworkRetries)&&(e.settings.maxNetworkRetries=n.maxNetworkRetries),Number.isInteger(n.timeout)&&(e.settings.timeout=n.timeout)}}return e},protoExtend(t){const e=this,n=s(t,"constructor")?t.constructor:function(...t){e.apply(this,t)};return Object.assign(n,e),n.prototype=Object.create(e.prototype),Object.assign(n.prototype,t),n},secureCompare:(t,n)=>{if(t=e.from(t),n=e.from(n),t.length!==n.length)return!1;if(a.timingSafeEqual)return a.timingSafeEqual(t,n);const r=t.length;let i=0;for(let e=0;e{if("object"!=typeof t)throw new Error("Argument must be an object");return Object.keys(t).reduce((e,n)=>(null!=t[n]&&(e[n]=t[n]),e),{})},normalizeHeaders:t=>t&&"object"==typeof t?Object.keys(t).reduce((e,n)=>(e[d.normalizeHeader(n)]=t[n],e),{}):t,normalizeHeader:t=>t.split("-").map(t=>t.charAt(0).toUpperCase()+t.substr(1).toLowerCase()).join("-"),checkForStream:t=>!(!t.file||!t.file.data)&&t.file.data instanceof i,callbackifyPromiseWithTimeout:(t,e)=>e?t.then(t=>{setTimeout(()=>{e(null,t)},0)},t=>{setTimeout(()=>{e(t,null)},0)}):t,pascalToCamelCase:t=>"OAuth"===t?"oauth":t[0].toLowerCase()+t.substring(1),emitWarning:h,safeExec:(t,e)=>{if(null!==d._exec)try{d._exec(t,e)}catch(t){e(t,null)}else e(new Error("exec not available"),null)},_exec:u,isObject:t=>{const e=typeof t;return("function"===e||"object"===e)&&!!t},flattenAndStringify:t=>{const n={},r=(t,i)=>{Object.keys(t).forEach(o=>{const a=t[o],s=i?`${i}[${o}]`:o;if(d.isObject(a)){if(!e.isBuffer(a)&&!a.hasOwnProperty("data"))return r(a,s);n[s]=a}else n[s]=String(a)})};return r(t),n},uuid4:()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}),validateInteger:(t,e,n)=>{if(!Number.isInteger(e)){if(void 0!==n)return n;throw new Error(t+" must be an integer")}return e}};function h(t){return"function"!=typeof r.emitWarning?console.warn("Stripe: "+t):r.emitWarning(t,"Stripe")}}).call(this,n(6).Buffer,n(5))},function(t,e,n){var r=n(4).Buffer,i=n(340).Transform,o=n(22).StringDecoder;function a(t){i.call(this),this.hashMode="string"==typeof t,this.hashMode?this[t]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}n(2)(a,i),a.prototype.update=function(t,e,n){"string"==typeof t&&(t=r.from(t,e));var i=this._update(t);return this.hashMode?this:(n&&(i=this._toString(i,n)),i)},a.prototype.setAutoPadding=function(){},a.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},a.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},a.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},a.prototype._transform=function(t,e,n){var r;try{this.hashMode?this._update(t):this.push(this._update(t))}catch(t){r=t}finally{n(r)}},a.prototype._flush=function(t){var e;try{this.push(this.__final())}catch(t){e=t}t(e)},a.prototype._finalOrDigest=function(t){var e=this.__final()||r.alloc(0);return t&&(e=this._toString(e,t,!0)),e},a.prototype._toString=function(t,e,n){if(this._decoder||(this._decoder=new o(e),this._encoding=e),this._encoding!==e)throw new Error("can't switch encodings");var r=this._decoder.write(t);return n&&(r+=this._decoder.end()),r},t.exports=a},function(t,e,n){"use strict";var r=n(45),i=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=f;var o=Object.create(n(34));o.inherits=n(2);var a=n(139),s=n(72);o.inherits(f,a);for(var u=i(s.prototype),l=0;l>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function s(t){var e=this.lastTotal-this.lastNeed,n=function(t,e,n){if(128!=(192&e[0]))return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�"}}(this,t);return void 0!==n?n:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function u(t,e){if((t.length-e)%2==0){var n=t.toString("utf16le",e);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function l(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,n)}return e}function c(t,e){var n=(t.length-e)%3;return 0===n?t.toString("base64",e):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-n))}function f(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function d(t){return t.toString(this.encoding)}function h(t){return t&&t.length?this.write(t):""}e.StringDecoder=o,o.prototype.write=function(t){if(0===t.length)return"";var e,n;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n=0)return i>0&&(t.lastNeed=i-1),i;if(--r=0)return i>0&&(t.lastNeed=i-2),i;if(--r=0)return i>0&&(2===i?i=0:t.lastNeed=i-3),i;return 0}(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=n;var r=t.length-(n-this.lastNeed);return t.copy(this.lastChar,0,r),t.toString("utf8",e,r)},o.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length}},,function(t,e,n){"use strict";(function(e,r){var i=n(4).Buffer,o=e.crypto||e.msCrypto;o&&o.getRandomValues?t.exports=function(t,e){if(t>4294967295)throw new RangeError("requested too many random bytes");var n=i.allocUnsafe(t);if(t>0)if(t>65536)for(var a=0;a2?"one of ".concat(e," ").concat(t.slice(0,n-1).join(", "),", or ")+t[n-1]:2===n?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}i("ERR_INVALID_OPT_VALUE",(function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'}),TypeError),i("ERR_INVALID_ARG_TYPE",(function(t,e,n){var r,i,a,s;if("string"==typeof e&&(i="not ",e.substr(!a||a<0?0:+a,i.length)===i)?(r="must not be",e=e.replace(/^not /,"")):r="must be",function(t,e,n){return(void 0===n||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}(t," argument"))s="The ".concat(t," ").concat(r," ").concat(o(e,"type"));else{var u=function(t,e,n){return"number"!=typeof n&&(n=0),!(n+e.length>t.length)&&-1!==t.indexOf(e,n)}(t,".")?"property":"argument";s='The "'.concat(t,'" ').concat(u," ").concat(r," ").concat(o(e,"type"))}return s+=". Received type ".concat(typeof n)}),TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",(function(t){return"The "+t+" method is not implemented"})),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",(function(t){return"Cannot call "+t+" after a stream was destroyed"})),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",(function(t){return"Unknown encoding: "+t}),TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),t.exports.codes=r},function(t,e,n){"use strict";(function(e){var r=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=l;var i=n(146),o=n(150);n(2)(l,i);for(var a=r(o.prototype),s=0;s=this._finalSize&&(this._update(this._block),this._block.fill(0));var n=8*this._len;if(n<=4294967295)this._block.writeUInt32BE(n,this._blockSize-4);else{var r=(4294967295&n)>>>0,i=(n-r)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(r,this._blockSize-4)}this._update(this._block);var o=this._hash();return t?o.toString(t):o},i.prototype._update=function(){throw new Error("_update must be implemented by subclass")},t.exports=i},function(t,e,n){"use strict";var r={};function i(t,e,n){n||(n=Error);var i=function(t){var n,r;function i(n,r,i){return t.call(this,function(t,n,r){return"string"==typeof e?e:e(t,n,r)}(n,r,i))||this}return r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,n.__proto__=r,i}(n);i.prototype.name=n.name,i.prototype.code=t,r[t]=i}function o(t,e){if(Array.isArray(t)){var n=t.length;return t=t.map((function(t){return String(t)})),n>2?"one of ".concat(e," ").concat(t.slice(0,n-1).join(", "),", or ")+t[n-1]:2===n?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}i("ERR_INVALID_OPT_VALUE",(function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'}),TypeError),i("ERR_INVALID_ARG_TYPE",(function(t,e,n){var r,i,a,s;if("string"==typeof e&&(i="not ",e.substr(!a||a<0?0:+a,i.length)===i)?(r="must not be",e=e.replace(/^not /,"")):r="must be",function(t,e,n){return(void 0===n||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}(t," argument"))s="The ".concat(t," ").concat(r," ").concat(o(e,"type"));else{var u=function(t,e,n){return"number"!=typeof n&&(n=0),!(n+e.length>t.length)&&-1!==t.indexOf(e,n)}(t,".")?"property":"argument";s='The "'.concat(t,'" ').concat(u," ").concat(r," ").concat(o(e,"type"))}return s+=". Received type ".concat(typeof n)}),TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",(function(t){return"The "+t+" method is not implemented"})),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",(function(t){return"Cannot call "+t+" after a stream was destroyed"})),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",(function(t){return"Unknown encoding: "+t}),TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),t.exports.codes=r},function(t,e,n){"use strict";(function(e){var r=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=l;var i=n(172),o=n(176);n(2)(l,i);for(var a=r(o.prototype),s=0;s=this._delta8){var n=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-n,t.length),0===this.pending.length&&(this.pending=null),t=r.join32(t,0,t.length-n,this.endian);for(var i=0;i>>24&255,r[i++]=t>>>16&255,r[i++]=t>>>8&255,r[i++]=255&t}else for(r[i++]=255&t,r[i++]=t>>>8&255,r[i++]=t>>>16&255,r[i++]=t>>>24&255,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,o=8;o>>24]^c[p>>>16&255]^f[m>>>8&255]^d[255&v]^e[g++],a=l[p>>>24]^c[m>>>16&255]^f[v>>>8&255]^d[255&h]^e[g++],s=l[m>>>24]^c[v>>>16&255]^f[h>>>8&255]^d[255&p]^e[g++],u=l[v>>>24]^c[h>>>16&255]^f[p>>>8&255]^d[255&m]^e[g++],h=o,p=a,m=s,v=u;return o=(r[h>>>24]<<24|r[p>>>16&255]<<16|r[m>>>8&255]<<8|r[255&v])^e[g++],a=(r[p>>>24]<<24|r[m>>>16&255]<<16|r[v>>>8&255]<<8|r[255&h])^e[g++],s=(r[m>>>24]<<24|r[v>>>16&255]<<16|r[h>>>8&255]<<8|r[255&p])^e[g++],u=(r[v>>>24]<<24|r[h>>>16&255]<<16|r[p>>>8&255]<<8|r[255&m])^e[g++],[o>>>=0,a>>>=0,s>>>=0,u>>>=0]}var s=[0,1,2,4,8,16,32,64,128,27,54],u=function(){for(var t=new Array(256),e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var n=[],r=[],i=[[],[],[],[]],o=[[],[],[],[]],a=0,s=0,u=0;u<256;++u){var l=s^s<<1^s<<2^s<<3^s<<4;l=l>>>8^255&l^99,n[a]=l,r[l]=a;var c=t[a],f=t[c],d=t[f],h=257*t[l]^16843008*l;i[0][a]=h<<24|h>>>8,i[1][a]=h<<16|h>>>16,i[2][a]=h<<8|h>>>24,i[3][a]=h,h=16843009*d^65537*f^257*c^16843008*a,o[0][l]=h<<24|h>>>8,o[1][l]=h<<16|h>>>16,o[2][l]=h<<8|h>>>24,o[3][l]=h,0===a?a=s=1:(a=c^t[t[t[d^c]]],s^=t[t[s]])}return{SBOX:n,INV_SBOX:r,SUB_MIX:i,INV_SUB_MIX:o}}();function l(t){this._key=i(t),this._reset()}l.blockSize=16,l.keySize=32,l.prototype.blockSize=l.blockSize,l.prototype.keySize=l.keySize,l.prototype._reset=function(){for(var t=this._key,e=t.length,n=e+6,r=4*(n+1),i=[],o=0;o>>24,a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a],a^=s[o/e|0]<<24):e>6&&o%e==4&&(a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a]),i[o]=i[o-e]^a}for(var l=[],c=0;c>>24]]^u.INV_SUB_MIX[1][u.SBOX[d>>>16&255]]^u.INV_SUB_MIX[2][u.SBOX[d>>>8&255]]^u.INV_SUB_MIX[3][u.SBOX[255&d]]}this._nRounds=n,this._keySchedule=i,this._invKeySchedule=l},l.prototype.encryptBlockRaw=function(t){return a(t=i(t),this._keySchedule,u.SUB_MIX,u.SBOX,this._nRounds)},l.prototype.encryptBlock=function(t){var e=this.encryptBlockRaw(t),n=r.allocUnsafe(16);return n.writeUInt32BE(e[0],0),n.writeUInt32BE(e[1],4),n.writeUInt32BE(e[2],8),n.writeUInt32BE(e[3],12),n},l.prototype.decryptBlock=function(t){var e=(t=i(t))[1];t[1]=t[3],t[3]=e;var n=a(t,this._invKeySchedule,u.INV_SUB_MIX,u.INV_SBOX,this._nRounds),o=r.allocUnsafe(16);return o.writeUInt32BE(n[0],0),o.writeUInt32BE(n[3],4),o.writeUInt32BE(n[2],8),o.writeUInt32BE(n[1],12),o},l.prototype.scrub=function(){o(this._keySchedule),o(this._invKeySchedule),o(this._key)},t.exports.AES=l},function(t,e,n){var r=n(4).Buffer,i=n(74);t.exports=function(t,e,n,o){if(r.isBuffer(t)||(t=r.from(t,"binary")),e&&(r.isBuffer(e)||(e=r.from(e,"binary")),8!==e.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var a=n/8,s=r.alloc(a),u=r.alloc(o||0),l=r.alloc(0);a>0||o>0;){var c=new i;c.update(l),c.update(t),e&&c.update(e),l=c.digest();var f=0;if(a>0){var d=s.length-a;f=Math.min(a,l.length),l.copy(s,d,0,f),a-=f}if(f0){var h=u.length-o,p=Math.min(o,l.length-f);l.copy(u,h,f,f+p),o-=p}}return l.fill(0),{key:s,iv:u}}},function(t,e,n){"use strict";var r=n(18),i=n(13),o=i.getNAF,a=i.getJSF,s=i.assert;function u(t,e){this.type=t,this.p=new r(e.p,16),this.red=e.prime?r.red(e.prime):r.mont(this.p),this.zero=new r(0).toRed(this.red),this.one=new r(1).toRed(this.red),this.two=new r(2).toRed(this.red),this.n=e.n&&new r(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var n=this.n&&this.p.div(this.n);!n||n.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function l(t,e){this.curve=t,this.type=e,this.precomputed=null}t.exports=u,u.prototype.point=function(){throw new Error("Not implemented")},u.prototype.validate=function(){throw new Error("Not implemented")},u.prototype._fixedNafMul=function(t,e){s(t.precomputed);var n=t._getDoubles(),r=o(e,1,this._bitLength),i=(1<=u;e--)l=(l<<1)+r[e];a.push(l)}for(var c=this.jpoint(null,null,null),f=this.jpoint(null,null,null),d=i;d>0;d--){for(u=0;u=0;l--){for(e=0;l>=0&&0===a[l];l--)e++;if(l>=0&&e++,u=u.dblp(e),l<0)break;var c=a[l];s(0!==c),u="affine"===t.type?c>0?u.mixedAdd(i[c-1>>1]):u.mixedAdd(i[-c-1>>1].neg()):c>0?u.add(i[c-1>>1]):u.add(i[-c-1>>1].neg())}return"affine"===t.type?u.toP():u},u.prototype._wnafMulAdd=function(t,e,n,r,i){for(var s=this._wnafT1,u=this._wnafT2,l=this._wnafT3,c=0,f=0;f=1;f-=2){var h=f-1,p=f;if(1===s[h]&&1===s[p]){var m=[e[h],null,null,e[p]];0===e[h].y.cmp(e[p].y)?(m[1]=e[h].add(e[p]),m[2]=e[h].toJ().mixedAdd(e[p].neg())):0===e[h].y.cmp(e[p].y.redNeg())?(m[1]=e[h].toJ().mixedAdd(e[p]),m[2]=e[h].add(e[p].neg())):(m[1]=e[h].toJ().mixedAdd(e[p]),m[2]=e[h].toJ().mixedAdd(e[p].neg()));var v=[-3,-1,-5,-7,0,7,5,1,3],g=a(n[h],n[p]);c=Math.max(g[0].length,c),l[h]=new Array(c),l[p]=new Array(c);for(var b=0;b=0;f--){for(var M=0;f>=0;){var x=!0;for(b=0;b=0&&M++,_=_.dblp(M),f<0)break;for(b=0;b0?S=u[b][C-1>>1]:C<0&&(S=u[b][-C-1>>1].neg()),_="affine"===S.type?_.mixedAdd(S):_.add(S))}}for(f=0;f=Math.ceil((t.bitLength()+1)/e.step)},l.prototype._getDoubles=function(t,e){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var n=[this],r=this,i=0;i({})},tagName:{type:String,default:"div"},disabled:{type:Boolean,default:!1}},data:()=>({instance:null,$_lastEditorData:{type:String,default:""}}),mounted(){const t=Object.assign({},this.config);this.value&&(t.initialData=this.value),this.editor.create(this.$el,t).then(t=>{this.instance=t,t.isReadOnly=this.disabled,this.$_setUpEditorEvents(),this.$emit("ready",t)}).catch(t=>{console.error(t)})},beforeDestroy(){this.instance&&(this.instance.destroy(),this.instance=null),this.$emit("destroy",this.instance)},watch:{value(t,e){t!==e&&t!==this.$_lastEditorData&&this.instance.setData(t)},disabled(t){this.instance.isReadOnly=t}},methods:{$_setUpEditorEvents(){const t=this.instance,e=function(t,e,n){var i,o,a,u,l,c,f=0,d=!1,h=!1,p=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=i,r=o;return i=o=void 0,f=e,u=t.apply(r,n)}function v(t){var n=t-c;return void 0===c||n>=e||n<0||h&&t-f>=a}function g(){var t=s();if(v(t))return b(t);l=setTimeout(g,function(t){var n=e-(t-c);return h?M(n,a-(t-f)):n}(t))}function b(t){return l=void 0,p&&i?m(t):(i=o=void 0,u)}function y(){var t=s(),n=v(t);if(i=arguments,o=this,c=t,n){if(void 0===l)return function(t){return f=t,l=setTimeout(g,e),d?m(t):u}(c);if(h)return clearTimeout(l),l=setTimeout(g,e),m(c)}return void 0===l&&(l=setTimeout(g,e)),u}return e=_(e)||0,r(n)&&(d=!!n.leading,a=(h="maxWait"in n)?k(_(n.maxWait)||0,e):a,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==l&&clearTimeout(l),f=0,i=c=o=l=void 0},y.flush=function(){return void 0===l?u:b(s())},y}(e=>{const n=this.$_lastEditorData=t.getData();this.$emit("input",n,e,t)},300,{leading:!0});t.model.document.on("change:data",e),t.editing.view.document.on("focus",e=>{this.$emit("focus",e,t)}),t.editing.view.document.on("blur",e=>{this.$emit("blur",e,t)})}}};const S={install(t){t.component("ckeditor",x)},component:x};e.default=S}]).default},function(t,e,n){t.exports=n(487)},function(t,e,n){var r;r=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.VueSimpleProgress=void 0;var r,i=n(1),o=(r=i)&&r.__esModule?r:{default:r};"undefined"!=typeof window&&window.Vue&&Vue.component("vue-simple-progress",o.default),e.VueSimpleProgress=o.default,e.default=o.default},function(t,e,n){var r=n(2)(n(3),n(4),null,null);t.exports=r.exports},function(t,e){t.exports=function(t,e,n,r){var i,o=t=t||{},a=typeof t.default;"object"!==a&&"function"!==a||(i=t,o=t.default);var s="function"==typeof o?o.options:o;if(e&&(s.render=e.render,s.staticRenderFns=e.staticRenderFns),n&&(s._scopeId=n),r){var u=Object.create(s.computed||null);Object.keys(r).forEach((function(t){var e=r[t];u[t]=function(){return e}})),s.computed=u}return{esModule:i,exports:o,options:s}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(t){return!isNaN(parseFloat(t))&&isFinite(t)};e.default={props:{val:{default:0},max:{default:100},size:{default:3},"bg-color":{type:String,default:"#eee"},"bar-color":{type:String,default:"#2196f3"},"bar-transition":{type:String,default:"all 0.5s ease"},"bar-border-radius":{type:Number,default:0},spacing:{type:Number,default:4},text:{type:String,default:""},"text-align":{type:String,default:"center"},"text-position":{type:String,default:"bottom"},"font-size":{type:Number,default:13},"text-fg-color":{type:String,default:"#222"}},computed:{pct:function(){var t=this.val/this.max*100;return t=t.toFixed(2),Math.min(t,this.max)},size_px:function(){switch(this.size){case"tiny":return 2;case"small":return 4;case"medium":return 8;case"large":return 12;case"big":return 16;case"huge":return 32;case"massive":return 64}return r(this.size)?this.size:32},text_padding:function(){switch(this.size){case"tiny":case"small":case"medium":case"large":case"big":case"huge":case"massive":return Math.min(Math.max(Math.ceil(this.size_px/8),3),12)}return r(this.spacing)?this.spacing:4},text_font_size:function(){switch(this.size){case"tiny":case"small":case"medium":case"large":case"big":case"huge":case"massive":return Math.min(Math.max(Math.ceil(1.4*this.size_px),11),32)}return r(this.fontSize)?this.fontSize:13},progress_style:function(){var t={background:this.bgColor};return"middle"!=this.textPosition&&"inside"!=this.textPosition||(t.position="relative",t["min-height"]=this.size_px+"px",t["z-index"]="-2"),this.barBorderRadius>0&&(t["border-radius"]=this.barBorderRadius+"px"),t},bar_style:function(){var t={background:this.barColor,width:this.pct+"%",height:this.size_px+"px",transition:this.barTransition};return this.barBorderRadius>0&&(t["border-radius"]=this.barBorderRadius+"px"),"middle"!=this.textPosition&&"inside"!=this.textPosition||(t.position="absolute",t.top="0",t.height="100%",t["min-height"]=this.size_px+"px",t["z-index"]="-1"),t},text_style:function(){var t={color:this.textFgColor,"font-size":this.text_font_size+"px","text-align":this.textAlign};return"top"!=this.textPosition&&"middle"!=this.textPosition&&"inside"!=this.textPosition||(t["padding-bottom"]=this.text_padding+"px"),"bottom"!=this.textPosition&&"middle"!=this.textPosition&&"inside"!=this.textPosition||(t["padding-top"]=this.text_padding+"px"),t}}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t.text.length>0&&"top"==t.textPosition?n("div",{staticClass:"vue-simple-progress-text",style:t.text_style},[t._v(t._s(t.text))]):t._e(),t._v(" "),n("div",{staticClass:"vue-simple-progress",style:t.progress_style},[t.text.length>0&&"middle"==t.textPosition?n("div",{staticClass:"vue-simple-progress-text",style:t.text_style},[t._v(t._s(t.text))]):t._e(),t._v(" "),t.text.length>0&&"inside"==t.textPosition?n("div",{staticStyle:{position:"relative",left:"-9999px"},style:t.text_style},[t._v(t._s(t.text))]):t._e(),t._v(" "),n("div",{staticClass:"vue-simple-progress-bar",style:t.bar_style},[t.text.length>0&&"inside"==t.textPosition?n("div",{style:t.text_style},[t._v(t._s(t.text))]):t._e()])]),t._v(" "),t.text.length>0&&"bottom"==t.textPosition?n("div",{staticClass:"vue-simple-progress-text",style:t.text_style},[t._v(t._s(t.text))]):t._e()])},staticRenderFns:[]}}]).default},t.exports=r()},function(t,e,n){"use strict";var r=n(60),i=n.n(r);n(298);e.a={components:{ckeditor:i.a.component},data:function(){return{editor:ClassicEditor,editorConfig:{toolbar:{items:["heading","|","alignment","fontColor","fontSize","|","bold","italic","|","link","bulletedList","numberedList","|","indent","outdent","|","imageUpload","undo","redo"]},link:{addTargetToExternalLinks:!0,defaultProtocol:"http://"},mediaEmbed:{previewsInData:!0},fontSize:{options:[16,"default",18,22,24,28,34,38],supportAllValues:!0},language:"fr",image:{toolbar:["linkImage"]},table:{contentToolbar:["tableColumn","tableRow","mergeTableCells"]},fontColor:{colors:[{label:"psq_red",color:"#d04d4a"},{label:"psq_blue",color:"#074e9c"},{label:"psq_light_blue",color:"#cddceb"},{label:"psq_purple",color:"#AD5ED3"},{label:"psq_cyan",color:"#288ed7"},{label:"psq_magenta",color:"#ce317c"},{label:"psq_orange",color:"#e79817"},{label:"psq_grey",color:"#546983"},{label:"psq_denim",color:"#0c2c50"},{label:"psq_green",color:"#41BD53"},{label:"psq_mag_blue",color:"#2a6ba3"}]},heading:{options:[{model:"paragraph",title:"Paragraph",class:"ck-heading_paragraph"},{model:"heading1",view:"h2",title:"Titre 1",class:"ck-heading_heading1"},{model:"heading2",view:"h3",title:"Titre 2",class:"ck-heading_heading2"}]},simpleUpload:{uploadUrl:"/ckeditor/upload",headers:{"X-CSRF-TOKEN":document.querySelectorAll('meta[name="csrf-token"]')[0].content}}}}}}},,,,function(t,e,n){t.exports=n(237)},function(t,e,n){(function(t,r){var i;(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],u="[object Arguments]",l="[object Array]",c="[object Boolean]",f="[object Date]",d="[object Error]",h="[object Function]",p="[object GeneratorFunction]",m="[object Map]",v="[object Number]",g="[object Object]",b="[object RegExp]",y="[object Set]",w="[object String]",_="[object Symbol]",k="[object WeakMap]",M="[object ArrayBuffer]",x="[object DataView]",S="[object Float32Array]",C="[object Float64Array]",A="[object Int8Array]",T="[object Int16Array]",E="[object Int32Array]",O="[object Uint8Array]",P="[object Uint16Array]",I="[object Uint32Array]",R=/\b__p \+= '';/g,j=/\b(__p \+=) '' \+/g,D=/(__e\(.*?\)|\b__t\)) \+\n'';/g,N=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,B=RegExp(N.source),z=RegExp(L.source),F=/<%-([\s\S]+?)%>/g,q=/<%([\s\S]+?)%>/g,V=/<%=([\s\S]+?)%>/g,$=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,H=/^\w*$/,U=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,W=/[\\^$.*+?()[\]{}|]/g,K=RegExp(W.source),Y=/^\s+|\s+$/g,G=/^\s+/,Z=/\s+$/,J=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,X=/\{\n\/\* \[wrapped with (.+)\] \*/,Q=/,? & /,tt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,et=/\\(\\)?/g,nt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,rt=/\w*$/,it=/^[-+]0x[0-9a-f]+$/i,ot=/^0b[01]+$/i,at=/^\[object .+?Constructor\]$/,st=/^0o[0-7]+$/i,ut=/^(?:0|[1-9]\d*)$/,lt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ct=/($^)/,ft=/['\n\r\u2028\u2029\\]/g,dt="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ht="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",pt="[\\ud800-\\udfff]",mt="["+ht+"]",vt="["+dt+"]",gt="\\d+",bt="[\\u2700-\\u27bf]",yt="[a-z\\xdf-\\xf6\\xf8-\\xff]",wt="[^\\ud800-\\udfff"+ht+gt+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",_t="\\ud83c[\\udffb-\\udfff]",kt="[^\\ud800-\\udfff]",Mt="(?:\\ud83c[\\udde6-\\uddff]){2}",xt="[\\ud800-\\udbff][\\udc00-\\udfff]",St="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Ct="(?:"+yt+"|"+wt+")",At="(?:"+St+"|"+wt+")",Tt="(?:"+vt+"|"+_t+")"+"?",Et="[\\ufe0e\\ufe0f]?"+Tt+("(?:\\u200d(?:"+[kt,Mt,xt].join("|")+")[\\ufe0e\\ufe0f]?"+Tt+")*"),Ot="(?:"+[bt,Mt,xt].join("|")+")"+Et,Pt="(?:"+[kt+vt+"?",vt,Mt,xt,pt].join("|")+")",It=RegExp("['’]","g"),Rt=RegExp(vt,"g"),jt=RegExp(_t+"(?="+_t+")|"+Pt+Et,"g"),Dt=RegExp([St+"?"+yt+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[mt,St,"$"].join("|")+")",At+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[mt,St+Ct,"$"].join("|")+")",St+"?"+Ct+"+(?:['’](?:d|ll|m|re|s|t|ve))?",St+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",gt,Ot].join("|"),"g"),Nt=RegExp("[\\u200d\\ud800-\\udfff"+dt+"\\ufe0e\\ufe0f]"),Lt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Bt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],zt=-1,Ft={};Ft[S]=Ft[C]=Ft[A]=Ft[T]=Ft[E]=Ft[O]=Ft["[object Uint8ClampedArray]"]=Ft[P]=Ft[I]=!0,Ft[u]=Ft[l]=Ft[M]=Ft[c]=Ft[x]=Ft[f]=Ft[d]=Ft[h]=Ft[m]=Ft[v]=Ft[g]=Ft[b]=Ft[y]=Ft[w]=Ft[k]=!1;var qt={};qt[u]=qt[l]=qt[M]=qt[x]=qt[c]=qt[f]=qt[S]=qt[C]=qt[A]=qt[T]=qt[E]=qt[m]=qt[v]=qt[g]=qt[b]=qt[y]=qt[w]=qt[_]=qt[O]=qt["[object Uint8ClampedArray]"]=qt[P]=qt[I]=!0,qt[d]=qt[h]=qt[k]=!1;var Vt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},$t=parseFloat,Ht=parseInt,Ut="object"==typeof t&&t&&t.Object===Object&&t,Wt="object"==typeof self&&self&&self.Object===Object&&self,Kt=Ut||Wt||Function("return this")(),Yt=e&&!e.nodeType&&e,Gt=Yt&&"object"==typeof r&&r&&!r.nodeType&&r,Zt=Gt&&Gt.exports===Yt,Jt=Zt&&Ut.process,Xt=function(){try{var t=Gt&&Gt.require&&Gt.require("util").types;return t||Jt&&Jt.binding&&Jt.binding("util")}catch(t){}}(),Qt=Xt&&Xt.isArrayBuffer,te=Xt&&Xt.isDate,ee=Xt&&Xt.isMap,ne=Xt&&Xt.isRegExp,re=Xt&&Xt.isSet,ie=Xt&&Xt.isTypedArray;function oe(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function ae(t,e,n,r){for(var i=-1,o=null==t?0:t.length;++i-1}function de(t,e,n){for(var r=-1,i=null==t?0:t.length;++r-1;);return n}function je(t,e){for(var n=t.length;n--&&_e(e,t[n],0)>-1;);return n}function De(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}var Ne=Ce({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Le=Ce({"&":"&","<":"<",">":">",'"':""","'":"'"});function Be(t){return"\\"+Vt[t]}function ze(t){return Nt.test(t)}function Fe(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function qe(t,e){return function(n){return t(e(n))}}function Ve(t,e){for(var n=-1,r=t.length,i=0,o=[];++n",""":'"',"'":"'"});var Ye=function t(e){var n,r=(e=null==e?Kt:Ye.defaults(Kt.Object(),e,Ye.pick(Kt,Bt))).Array,i=e.Date,dt=e.Error,ht=e.Function,pt=e.Math,mt=e.Object,vt=e.RegExp,gt=e.String,bt=e.TypeError,yt=r.prototype,wt=ht.prototype,_t=mt.prototype,kt=e["__core-js_shared__"],Mt=wt.toString,xt=_t.hasOwnProperty,St=0,Ct=(n=/[^.]+$/.exec(kt&&kt.keys&&kt.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",At=_t.toString,Tt=Mt.call(mt),Et=Kt._,Ot=vt("^"+Mt.call(xt).replace(W,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pt=Zt?e.Buffer:void 0,jt=e.Symbol,Nt=e.Uint8Array,Vt=Pt?Pt.allocUnsafe:void 0,Ut=qe(mt.getPrototypeOf,mt),Wt=mt.create,Yt=_t.propertyIsEnumerable,Gt=yt.splice,Jt=jt?jt.isConcatSpreadable:void 0,Xt=jt?jt.iterator:void 0,be=jt?jt.toStringTag:void 0,Ce=function(){try{var t=Qi(mt,"defineProperty");return t({},"",{}),t}catch(t){}}(),Ge=e.clearTimeout!==Kt.clearTimeout&&e.clearTimeout,Ze=i&&i.now!==Kt.Date.now&&i.now,Je=e.setTimeout!==Kt.setTimeout&&e.setTimeout,Xe=pt.ceil,Qe=pt.floor,tn=mt.getOwnPropertySymbols,en=Pt?Pt.isBuffer:void 0,nn=e.isFinite,rn=yt.join,on=qe(mt.keys,mt),an=pt.max,sn=pt.min,un=i.now,ln=e.parseInt,cn=pt.random,fn=yt.reverse,dn=Qi(e,"DataView"),hn=Qi(e,"Map"),pn=Qi(e,"Promise"),mn=Qi(e,"Set"),vn=Qi(e,"WeakMap"),gn=Qi(mt,"create"),bn=vn&&new vn,yn={},wn=Ao(dn),_n=Ao(hn),kn=Ao(pn),Mn=Ao(mn),xn=Ao(vn),Sn=jt?jt.prototype:void 0,Cn=Sn?Sn.valueOf:void 0,An=Sn?Sn.toString:void 0;function Tn(t){if(Ha(t)&&!Ra(t)&&!(t instanceof In)){if(t instanceof Pn)return t;if(xt.call(t,"__wrapped__"))return To(t)}return new Pn(t)}var En=function(){function t(){}return function(e){if(!$a(e))return{};if(Wt)return Wt(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function On(){}function Pn(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}function In(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e=e?t:e)),t}function Zn(t,e,n,r,i,o){var a,s=1&e,l=2&e,d=4&e;if(n&&(a=i?n(t,r,i,o):n(t)),void 0!==a)return a;if(!$a(t))return t;var k=Ra(t);if(k){if(a=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&xt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!s)return gi(t,a)}else{var R=no(t),j=R==h||R==p;if(La(t))return fi(t,s);if(R==g||R==u||j&&!i){if(a=l||j?{}:io(t),!s)return l?function(t,e){return bi(t,eo(t),e)}(t,function(t,e){return t&&bi(e,_s(e),t)}(a,t)):function(t,e){return bi(t,to(t),e)}(t,Wn(a,t))}else{if(!qt[R])return i?t:{};a=function(t,e,n){var r=t.constructor;switch(e){case M:return di(t);case c:case f:return new r(+t);case x:return function(t,e){var n=e?di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case S:case C:case A:case T:case E:case O:case"[object Uint8ClampedArray]":case P:case I:return hi(t,n);case m:return new r;case v:case w:return new r(t);case b:return function(t){var e=new t.constructor(t.source,rt.exec(t));return e.lastIndex=t.lastIndex,e}(t);case y:return new r;case _:return i=t,Cn?mt(Cn.call(i)):{}}var i}(t,R,s)}}o||(o=new Ln);var D=o.get(t);if(D)return D;o.set(t,a),Ga(t)?t.forEach((function(r){a.add(Zn(r,e,n,r,t,o))})):Ua(t)&&t.forEach((function(r,i){a.set(i,Zn(r,e,n,i,t,o))}));var N=k?void 0:(d?l?Wi:Ui:l?_s:ws)(t);return se(N||t,(function(r,i){N&&(r=t[i=r]),$n(a,i,Zn(r,e,n,i,t,o))})),a}function Jn(t,e,n){var r=n.length;if(null==t)return!r;for(t=mt(t);r--;){var i=n[r],o=e[i],a=t[i];if(void 0===a&&!(i in t)||!o(a))return!1}return!0}function Xn(t,e,n){if("function"!=typeof t)throw new bt(o);return wo((function(){t.apply(void 0,n)}),e)}function Qn(t,e,n,r){var i=-1,o=fe,a=!0,s=t.length,u=[],l=e.length;if(!s)return u;n&&(e=he(e,Oe(n))),r?(o=de,a=!1):e.length>=200&&(o=Ie,a=!1,e=new Nn(e));t:for(;++i-1},jn.prototype.set=function(t,e){var n=this.__data__,r=Hn(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this},Dn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(hn||jn),string:new Rn}},Dn.prototype.delete=function(t){var e=Ji(this,t).delete(t);return this.size-=e?1:0,e},Dn.prototype.get=function(t){return Ji(this,t).get(t)},Dn.prototype.has=function(t){return Ji(this,t).has(t)},Dn.prototype.set=function(t,e){var n=Ji(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this},Nn.prototype.add=Nn.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},Nn.prototype.has=function(t){return this.__data__.has(t)},Ln.prototype.clear=function(){this.__data__=new jn,this.size=0},Ln.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Ln.prototype.get=function(t){return this.__data__.get(t)},Ln.prototype.has=function(t){return this.__data__.has(t)},Ln.prototype.set=function(t,e){var n=this.__data__;if(n instanceof jn){var r=n.__data__;if(!hn||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Dn(r)}return n.set(t,e),this.size=n.size,this};var tr=_i(ur),er=_i(lr,!0);function nr(t,e){var n=!0;return tr(t,(function(t,r,i){return n=!!e(t,r,i)})),n}function rr(t,e,n){for(var r=-1,i=t.length;++r0&&n(s)?e>1?or(s,e-1,n,r,i):pe(i,s):r||(i[i.length]=s)}return i}var ar=ki(),sr=ki(!0);function ur(t,e){return t&&ar(t,e,ws)}function lr(t,e){return t&&sr(t,e,ws)}function cr(t,e){return ce(e,(function(e){return Fa(t[e])}))}function fr(t,e){for(var n=0,r=(e=si(e,t)).length;null!=t&&ne}function mr(t,e){return null!=t&&xt.call(t,e)}function vr(t,e){return null!=t&&e in mt(t)}function gr(t,e,n){for(var i=n?de:fe,o=t[0].length,a=t.length,s=a,u=r(a),l=1/0,c=[];s--;){var f=t[s];s&&e&&(f=he(f,Oe(e))),l=sn(f.length,l),u[s]=!n&&(e||o>=120&&f.length>=120)?new Nn(s&&f):void 0}f=t[0];var d=-1,h=u[0];t:for(;++d=s)return u;var l=n[r];return u*("desc"==l?-1:1)}}return t.index-e.index}(t,e,n)}))}function Rr(t,e,n){for(var r=-1,i=e.length,o={};++r-1;)s!==t&&Gt.call(s,u,1),Gt.call(t,u,1);return t}function Dr(t,e){for(var n=t?e.length:0,r=n-1;n--;){var i=e[n];if(n==r||i!==o){var o=i;ao(i)?Gt.call(t,i,1):Qr(t,i)}}return t}function Nr(t,e){return t+Qe(cn()*(e-t+1))}function Lr(t,e){var n="";if(!t||e<1||e>9007199254740991)return n;do{e%2&&(n+=t),(e=Qe(e/2))&&(t+=t)}while(e);return n}function Br(t,e){return _o(mo(t,e,Ws),t+"")}function zr(t){return zn(Es(t))}function Fr(t,e){var n=Es(t);return xo(n,Gn(e,0,n.length))}function qr(t,e,n,r){if(!$a(t))return t;for(var i=-1,o=(e=si(e,t)).length,a=o-1,s=t;null!=s&&++io?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var a=r(o);++i>>1,a=t[o];null!==a&&!Ja(a)&&(n?a<=e:a=200){var l=e?null:Li(t);if(l)return $e(l);a=!1,i=Ie,u=new Nn}else u=e?[]:s;t:for(;++r=r?t:Ur(t,e,n)}var ci=Ge||function(t){return Kt.clearTimeout(t)};function fi(t,e){if(e)return t.slice();var n=t.length,r=Vt?Vt(n):new t.constructor(n);return t.copy(r),r}function di(t){var e=new t.constructor(t.byteLength);return new Nt(e).set(new Nt(t)),e}function hi(t,e){var n=e?di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function pi(t,e){if(t!==e){var n=void 0!==t,r=null===t,i=t==t,o=Ja(t),a=void 0!==e,s=null===e,u=e==e,l=Ja(e);if(!s&&!l&&!o&&t>e||o&&a&&u&&!s&&!l||r&&a&&u||!n&&u||!i)return 1;if(!r&&!o&&!l&&t1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(o=t.length>3&&"function"==typeof o?(i--,o):void 0,a&&so(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),e=mt(e);++r-1?i[o?e[a]:a]:void 0}}function Ai(t){return Hi((function(e){var n=e.length,r=n,i=Pn.prototype.thru;for(t&&e.reverse();r--;){var a=e[r];if("function"!=typeof a)throw new bt(o);if(i&&!s&&"wrapper"==Yi(a))var s=new Pn([],!0)}for(r=s?r:n;++r1&&y.reverse(),f&&ls))return!1;var l=o.get(t),c=o.get(e);if(l&&c)return l==e&&c==t;var f=-1,d=!0,h=2&n?new Nn:void 0;for(o.set(t,e),o.set(e,t);++f-1&&t%1==0&&t1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(J,"{\n/* [wrapped with "+e+"] */\n")}(r,function(t,e){return se(s,(function(n){var r="_."+n[0];e&n[1]&&!fe(t,r)&&t.push(r)})),t.sort()}(function(t){var e=t.match(X);return e?e[1].split(Q):[]}(r),n)))}function Mo(t){var e=0,n=0;return function(){var r=un(),i=16-(r-n);if(n=r,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function xo(t,e){var n=-1,r=t.length,i=r-1;for(e=void 0===e?r:e;++n1?t[e-1]:void 0;return n="function"==typeof n?(t.pop(),n):void 0,Yo(t,n)}));function ea(t){var e=Tn(t);return e.__chain__=!0,e}function na(t,e){return e(t)}var ra=Hi((function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,i=function(e){return Yn(e,t)};return!(e>1||this.__actions__.length)&&r instanceof In&&ao(n)?((r=r.slice(n,+n+(e?1:0))).__actions__.push({func:na,args:[i],thisArg:void 0}),new Pn(r,this.__chain__).thru((function(t){return e&&!t.length&&t.push(void 0),t}))):this.thru(i)}));var ia=yi((function(t,e,n){xt.call(t,n)?++t[n]:Kn(t,n,1)}));var oa=Ci(Io),aa=Ci(Ro);function sa(t,e){return(Ra(t)?se:tr)(t,Zi(e,3))}function ua(t,e){return(Ra(t)?ue:er)(t,Zi(e,3))}var la=yi((function(t,e,n){xt.call(t,n)?t[n].push(e):Kn(t,n,[e])}));var ca=Br((function(t,e,n){var i=-1,o="function"==typeof e,a=Da(t)?r(t.length):[];return tr(t,(function(t){a[++i]=o?oe(e,t,n):br(t,e,n)})),a})),fa=yi((function(t,e,n){Kn(t,n,e)}));function da(t,e){return(Ra(t)?he:Ar)(t,Zi(e,3))}var ha=yi((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));var pa=Br((function(t,e){if(null==t)return[];var n=e.length;return n>1&&so(t,e[0],e[1])?e=[]:n>2&&so(e[0],e[1],e[2])&&(e=[e[0]]),Ir(t,or(e,1),[])})),ma=Ze||function(){return Kt.Date.now()};function va(t,e,n){return e=n?void 0:e,zi(t,128,void 0,void 0,void 0,void 0,e=t&&null==e?t.length:e)}function ga(t,e){var n;if("function"!=typeof e)throw new bt(o);return t=rs(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=void 0),n}}var ba=Br((function(t,e,n){var r=1;if(n.length){var i=Ve(n,Gi(ba));r|=32}return zi(t,r,e,n,i)})),ya=Br((function(t,e,n){var r=3;if(n.length){var i=Ve(n,Gi(ya));r|=32}return zi(e,r,t,n,i)}));function wa(t,e,n){var r,i,a,s,u,l,c=0,f=!1,d=!1,h=!0;if("function"!=typeof t)throw new bt(o);function p(e){var n=r,o=i;return r=i=void 0,c=e,s=t.apply(o,n)}function m(t){return c=t,u=wo(g,e),f?p(t):s}function v(t){var n=t-l;return void 0===l||n>=e||n<0||d&&t-c>=a}function g(){var t=ma();if(v(t))return b(t);u=wo(g,function(t){var n=e-(t-l);return d?sn(n,a-(t-c)):n}(t))}function b(t){return u=void 0,h&&r?p(t):(r=i=void 0,s)}function y(){var t=ma(),n=v(t);if(r=arguments,i=this,l=t,n){if(void 0===u)return m(l);if(d)return ci(u),u=wo(g,e),p(l)}return void 0===u&&(u=wo(g,e)),s}return e=os(e)||0,$a(n)&&(f=!!n.leading,a=(d="maxWait"in n)?an(os(n.maxWait)||0,e):a,h="trailing"in n?!!n.trailing:h),y.cancel=function(){void 0!==u&&ci(u),c=0,r=l=i=u=void 0},y.flush=function(){return void 0===u?s:b(ma())},y}var _a=Br((function(t,e){return Xn(t,1,e)})),ka=Br((function(t,e,n){return Xn(t,os(e)||0,n)}));function Ma(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new bt(o);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=t.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ma.Cache||Dn),n}function xa(t){if("function"!=typeof t)throw new bt(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ma.Cache=Dn;var Sa=ui((function(t,e){var n=(e=1==e.length&&Ra(e[0])?he(e[0],Oe(Zi())):he(or(e,1),Oe(Zi()))).length;return Br((function(r){for(var i=-1,o=sn(r.length,n);++i=e})),Ia=yr(function(){return arguments}())?yr:function(t){return Ha(t)&&xt.call(t,"callee")&&!Yt.call(t,"callee")},Ra=r.isArray,ja=Qt?Oe(Qt):function(t){return Ha(t)&&hr(t)==M};function Da(t){return null!=t&&Va(t.length)&&!Fa(t)}function Na(t){return Ha(t)&&Da(t)}var La=en||ou,Ba=te?Oe(te):function(t){return Ha(t)&&hr(t)==f};function za(t){if(!Ha(t))return!1;var e=hr(t);return e==d||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!Ka(t)}function Fa(t){if(!$a(t))return!1;var e=hr(t);return e==h||e==p||"[object AsyncFunction]"==e||"[object Proxy]"==e}function qa(t){return"number"==typeof t&&t==rs(t)}function Va(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}function $a(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ha(t){return null!=t&&"object"==typeof t}var Ua=ee?Oe(ee):function(t){return Ha(t)&&no(t)==m};function Wa(t){return"number"==typeof t||Ha(t)&&hr(t)==v}function Ka(t){if(!Ha(t)||hr(t)!=g)return!1;var e=Ut(t);if(null===e)return!0;var n=xt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Mt.call(n)==Tt}var Ya=ne?Oe(ne):function(t){return Ha(t)&&hr(t)==b};var Ga=re?Oe(re):function(t){return Ha(t)&&no(t)==y};function Za(t){return"string"==typeof t||!Ra(t)&&Ha(t)&&hr(t)==w}function Ja(t){return"symbol"==typeof t||Ha(t)&&hr(t)==_}var Xa=ie?Oe(ie):function(t){return Ha(t)&&Va(t.length)&&!!Ft[hr(t)]};var Qa=ji(Cr),ts=ji((function(t,e){return t<=e}));function es(t){if(!t)return[];if(Da(t))return Za(t)?We(t):gi(t);if(Xt&&t[Xt])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[Xt]());var e=no(t);return(e==m?Fe:e==y?$e:Es)(t)}function ns(t){return t?(t=os(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function rs(t){var e=ns(t),n=e%1;return e==e?n?e-n:e:0}function is(t){return t?Gn(rs(t),0,4294967295):0}function os(t){if("number"==typeof t)return t;if(Ja(t))return NaN;if($a(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=$a(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(Y,"");var n=ot.test(t);return n||st.test(t)?Ht(t.slice(2),n?2:8):it.test(t)?NaN:+t}function as(t){return bi(t,_s(t))}function ss(t){return null==t?"":Jr(t)}var us=wi((function(t,e){if(fo(e)||Da(e))bi(e,ws(e),t);else for(var n in e)xt.call(e,n)&&$n(t,n,e[n])})),ls=wi((function(t,e){bi(e,_s(e),t)})),cs=wi((function(t,e,n,r){bi(e,_s(e),t,r)})),fs=wi((function(t,e,n,r){bi(e,ws(e),t,r)})),ds=Hi(Yn);var hs=Br((function(t,e){t=mt(t);var n=-1,r=e.length,i=r>2?e[2]:void 0;for(i&&so(e[0],e[1],i)&&(r=1);++n1),e})),bi(t,Wi(t),n),r&&(n=Zn(n,7,Vi));for(var i=e.length;i--;)Qr(n,e[i]);return n}));var Ss=Hi((function(t,e){return null==t?{}:function(t,e){return Rr(t,e,(function(e,n){return vs(t,n)}))}(t,e)}));function Cs(t,e){if(null==t)return{};var n=he(Wi(t),(function(t){return[t]}));return e=Zi(e),Rr(t,n,(function(t,n){return e(t,n[0])}))}var As=Bi(ws),Ts=Bi(_s);function Es(t){return null==t?[]:Pe(t,ws(t))}var Os=xi((function(t,e,n){return e=e.toLowerCase(),t+(n?Ps(e):e)}));function Ps(t){return zs(ss(t).toLowerCase())}function Is(t){return(t=ss(t))&&t.replace(lt,Ne).replace(Rt,"")}var Rs=xi((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),js=xi((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Ds=Mi("toLowerCase");var Ns=xi((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));var Ls=xi((function(t,e,n){return t+(n?" ":"")+zs(e)}));var Bs=xi((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),zs=Mi("toUpperCase");function Fs(t,e,n){return t=ss(t),void 0===(e=n?void 0:e)?function(t){return Lt.test(t)}(t)?function(t){return t.match(Dt)||[]}(t):function(t){return t.match(tt)||[]}(t):t.match(e)||[]}var qs=Br((function(t,e){try{return oe(t,void 0,e)}catch(t){return za(t)?t:new dt(t)}})),Vs=Hi((function(t,e){return se(e,(function(e){e=Co(e),Kn(t,e,ba(t[e],t))})),t}));function $s(t){return function(){return t}}var Hs=Ai(),Us=Ai(!0);function Ws(t){return t}function Ks(t){return Mr("function"==typeof t?t:Zn(t,1))}var Ys=Br((function(t,e){return function(n){return br(n,t,e)}})),Gs=Br((function(t,e){return function(n){return br(t,n,e)}}));function Zs(t,e,n){var r=ws(e),i=cr(e,r);null!=n||$a(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=cr(e,ws(e)));var o=!($a(n)&&"chain"in n&&!n.chain),a=Fa(t);return se(i,(function(n){var r=e[n];t[n]=r,a&&(t.prototype[n]=function(){var e=this.__chain__;if(o||e){var n=t(this.__wrapped__),i=n.__actions__=gi(this.__actions__);return i.push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,pe([this.value()],arguments))})})),t}function Js(){}var Xs=Pi(he),Qs=Pi(le),tu=Pi(ge);function eu(t){return uo(t)?Se(Co(t)):function(t){return function(e){return fr(e,t)}}(t)}var nu=Ri(),ru=Ri(!0);function iu(){return[]}function ou(){return!1}var au=Oi((function(t,e){return t+e}),0),su=Ni("ceil"),uu=Oi((function(t,e){return t/e}),1),lu=Ni("floor");var cu,fu=Oi((function(t,e){return t*e}),1),du=Ni("round"),hu=Oi((function(t,e){return t-e}),0);return Tn.after=function(t,e){if("function"!=typeof e)throw new bt(o);return t=rs(t),function(){if(--t<1)return e.apply(this,arguments)}},Tn.ary=va,Tn.assign=us,Tn.assignIn=ls,Tn.assignInWith=cs,Tn.assignWith=fs,Tn.at=ds,Tn.before=ga,Tn.bind=ba,Tn.bindAll=Vs,Tn.bindKey=ya,Tn.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Ra(t)?t:[t]},Tn.chain=ea,Tn.chunk=function(t,e,n){e=(n?so(t,e,n):void 0===e)?1:an(rs(e),0);var i=null==t?0:t.length;if(!i||e<1)return[];for(var o=0,a=0,s=r(Xe(i/e));oi?0:i+n),(r=void 0===r||r>i?i:rs(r))<0&&(r+=i),r=n>r?0:is(r);n>>0)?(t=ss(t))&&("string"==typeof e||null!=e&&!Ya(e))&&!(e=Jr(e))&&ze(t)?li(We(t),0,n):t.split(e,n):[]},Tn.spread=function(t,e){if("function"!=typeof t)throw new bt(o);return e=null==e?0:an(rs(e),0),Br((function(n){var r=n[e],i=li(n,0,e);return r&&pe(i,r),oe(t,this,i)}))},Tn.tail=function(t){var e=null==t?0:t.length;return e?Ur(t,1,e):[]},Tn.take=function(t,e,n){return t&&t.length?Ur(t,0,(e=n||void 0===e?1:rs(e))<0?0:e):[]},Tn.takeRight=function(t,e,n){var r=null==t?0:t.length;return r?Ur(t,(e=r-(e=n||void 0===e?1:rs(e)))<0?0:e,r):[]},Tn.takeRightWhile=function(t,e){return t&&t.length?ei(t,Zi(e,3),!1,!0):[]},Tn.takeWhile=function(t,e){return t&&t.length?ei(t,Zi(e,3)):[]},Tn.tap=function(t,e){return e(t),t},Tn.throttle=function(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new bt(o);return $a(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),wa(t,e,{leading:r,maxWait:e,trailing:i})},Tn.thru=na,Tn.toArray=es,Tn.toPairs=As,Tn.toPairsIn=Ts,Tn.toPath=function(t){return Ra(t)?he(t,Co):Ja(t)?[t]:gi(So(ss(t)))},Tn.toPlainObject=as,Tn.transform=function(t,e,n){var r=Ra(t),i=r||La(t)||Xa(t);if(e=Zi(e,4),null==n){var o=t&&t.constructor;n=i?r?new o:[]:$a(t)&&Fa(o)?En(Ut(t)):{}}return(i?se:ur)(t,(function(t,r,i){return e(n,t,r,i)})),n},Tn.unary=function(t){return va(t,1)},Tn.union=Ho,Tn.unionBy=Uo,Tn.unionWith=Wo,Tn.uniq=function(t){return t&&t.length?Xr(t):[]},Tn.uniqBy=function(t,e){return t&&t.length?Xr(t,Zi(e,2)):[]},Tn.uniqWith=function(t,e){return e="function"==typeof e?e:void 0,t&&t.length?Xr(t,void 0,e):[]},Tn.unset=function(t,e){return null==t||Qr(t,e)},Tn.unzip=Ko,Tn.unzipWith=Yo,Tn.update=function(t,e,n){return null==t?t:ti(t,e,ai(n))},Tn.updateWith=function(t,e,n,r){return r="function"==typeof r?r:void 0,null==t?t:ti(t,e,ai(n),r)},Tn.values=Es,Tn.valuesIn=function(t){return null==t?[]:Pe(t,_s(t))},Tn.without=Go,Tn.words=Fs,Tn.wrap=function(t,e){return Ca(ai(e),t)},Tn.xor=Zo,Tn.xorBy=Jo,Tn.xorWith=Xo,Tn.zip=Qo,Tn.zipObject=function(t,e){return ii(t||[],e||[],$n)},Tn.zipObjectDeep=function(t,e){return ii(t||[],e||[],qr)},Tn.zipWith=ta,Tn.entries=As,Tn.entriesIn=Ts,Tn.extend=ls,Tn.extendWith=cs,Zs(Tn,Tn),Tn.add=au,Tn.attempt=qs,Tn.camelCase=Os,Tn.capitalize=Ps,Tn.ceil=su,Tn.clamp=function(t,e,n){return void 0===n&&(n=e,e=void 0),void 0!==n&&(n=(n=os(n))==n?n:0),void 0!==e&&(e=(e=os(e))==e?e:0),Gn(os(t),e,n)},Tn.clone=function(t){return Zn(t,4)},Tn.cloneDeep=function(t){return Zn(t,5)},Tn.cloneDeepWith=function(t,e){return Zn(t,5,e="function"==typeof e?e:void 0)},Tn.cloneWith=function(t,e){return Zn(t,4,e="function"==typeof e?e:void 0)},Tn.conformsTo=function(t,e){return null==e||Jn(t,e,ws(e))},Tn.deburr=Is,Tn.defaultTo=function(t,e){return null==t||t!=t?e:t},Tn.divide=uu,Tn.endsWith=function(t,e,n){t=ss(t),e=Jr(e);var r=t.length,i=n=void 0===n?r:Gn(rs(n),0,r);return(n-=e.length)>=0&&t.slice(n,i)==e},Tn.eq=Ea,Tn.escape=function(t){return(t=ss(t))&&z.test(t)?t.replace(L,Le):t},Tn.escapeRegExp=function(t){return(t=ss(t))&&K.test(t)?t.replace(W,"\\$&"):t},Tn.every=function(t,e,n){var r=Ra(t)?le:nr;return n&&so(t,e,n)&&(e=void 0),r(t,Zi(e,3))},Tn.find=oa,Tn.findIndex=Io,Tn.findKey=function(t,e){return ye(t,Zi(e,3),ur)},Tn.findLast=aa,Tn.findLastIndex=Ro,Tn.findLastKey=function(t,e){return ye(t,Zi(e,3),lr)},Tn.floor=lu,Tn.forEach=sa,Tn.forEachRight=ua,Tn.forIn=function(t,e){return null==t?t:ar(t,Zi(e,3),_s)},Tn.forInRight=function(t,e){return null==t?t:sr(t,Zi(e,3),_s)},Tn.forOwn=function(t,e){return t&&ur(t,Zi(e,3))},Tn.forOwnRight=function(t,e){return t&&lr(t,Zi(e,3))},Tn.get=ms,Tn.gt=Oa,Tn.gte=Pa,Tn.has=function(t,e){return null!=t&&ro(t,e,mr)},Tn.hasIn=vs,Tn.head=Do,Tn.identity=Ws,Tn.includes=function(t,e,n,r){t=Da(t)?t:Es(t),n=n&&!r?rs(n):0;var i=t.length;return n<0&&(n=an(i+n,0)),Za(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&_e(t,e,n)>-1},Tn.indexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:rs(n);return i<0&&(i=an(r+i,0)),_e(t,e,i)},Tn.inRange=function(t,e,n){return e=ns(e),void 0===n?(n=e,e=0):n=ns(n),function(t,e,n){return t>=sn(e,n)&&t=-9007199254740991&&t<=9007199254740991},Tn.isSet=Ga,Tn.isString=Za,Tn.isSymbol=Ja,Tn.isTypedArray=Xa,Tn.isUndefined=function(t){return void 0===t},Tn.isWeakMap=function(t){return Ha(t)&&no(t)==k},Tn.isWeakSet=function(t){return Ha(t)&&"[object WeakSet]"==hr(t)},Tn.join=function(t,e){return null==t?"":rn.call(t,e)},Tn.kebabCase=Rs,Tn.last=zo,Tn.lastIndexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r;return void 0!==n&&(i=(i=rs(n))<0?an(r+i,0):sn(i,r-1)),e==e?function(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}(t,e,i):we(t,Me,i,!0)},Tn.lowerCase=js,Tn.lowerFirst=Ds,Tn.lt=Qa,Tn.lte=ts,Tn.max=function(t){return t&&t.length?rr(t,Ws,pr):void 0},Tn.maxBy=function(t,e){return t&&t.length?rr(t,Zi(e,2),pr):void 0},Tn.mean=function(t){return xe(t,Ws)},Tn.meanBy=function(t,e){return xe(t,Zi(e,2))},Tn.min=function(t){return t&&t.length?rr(t,Ws,Cr):void 0},Tn.minBy=function(t,e){return t&&t.length?rr(t,Zi(e,2),Cr):void 0},Tn.stubArray=iu,Tn.stubFalse=ou,Tn.stubObject=function(){return{}},Tn.stubString=function(){return""},Tn.stubTrue=function(){return!0},Tn.multiply=fu,Tn.nth=function(t,e){return t&&t.length?Pr(t,rs(e)):void 0},Tn.noConflict=function(){return Kt._===this&&(Kt._=Et),this},Tn.noop=Js,Tn.now=ma,Tn.pad=function(t,e,n){t=ss(t);var r=(e=rs(e))?Ue(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return Ii(Qe(i),n)+t+Ii(Xe(i),n)},Tn.padEnd=function(t,e,n){t=ss(t);var r=(e=rs(e))?Ue(t):0;return e&&re){var r=t;t=e,e=r}if(n||t%1||e%1){var i=cn();return sn(t+i*(e-t+$t("1e-"+((i+"").length-1))),e)}return Nr(t,e)},Tn.reduce=function(t,e,n){var r=Ra(t)?me:Ae,i=arguments.length<3;return r(t,Zi(e,4),n,i,tr)},Tn.reduceRight=function(t,e,n){var r=Ra(t)?ve:Ae,i=arguments.length<3;return r(t,Zi(e,4),n,i,er)},Tn.repeat=function(t,e,n){return e=(n?so(t,e,n):void 0===e)?1:rs(e),Lr(ss(t),e)},Tn.replace=function(){var t=arguments,e=ss(t[0]);return t.length<3?e:e.replace(t[1],t[2])},Tn.result=function(t,e,n){var r=-1,i=(e=si(e,t)).length;for(i||(i=1,t=void 0);++r9007199254740991)return[];var n=4294967295,r=sn(t,4294967295);t-=4294967295;for(var i=Ee(r,e=Zi(e));++n=o)return t;var s=n-Ue(r);if(s<1)return r;var u=a?li(a,0,s).join(""):t.slice(0,s);if(void 0===i)return u+r;if(a&&(s+=u.length-s),Ya(i)){if(t.slice(s).search(i)){var l,c=u;for(i.global||(i=vt(i.source,ss(rt.exec(i))+"g")),i.lastIndex=0;l=i.exec(c);)var f=l.index;u=u.slice(0,void 0===f?s:f)}}else if(t.indexOf(Jr(i),s)!=s){var d=u.lastIndexOf(i);d>-1&&(u=u.slice(0,d))}return u+r},Tn.unescape=function(t){return(t=ss(t))&&B.test(t)?t.replace(N,Ke):t},Tn.uniqueId=function(t){var e=++St;return ss(t)+e},Tn.upperCase=Bs,Tn.upperFirst=zs,Tn.each=sa,Tn.eachRight=ua,Tn.first=Do,Zs(Tn,(cu={},ur(Tn,(function(t,e){xt.call(Tn.prototype,e)||(cu[e]=t)})),cu),{chain:!1}),Tn.VERSION="4.17.20",se(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){Tn[t].placeholder=Tn})),se(["drop","take"],(function(t,e){In.prototype[t]=function(n){n=void 0===n?1:an(rs(n),0);var r=this.__filtered__&&!e?new In(this):this.clone();return r.__filtered__?r.__takeCount__=sn(n,r.__takeCount__):r.__views__.push({size:sn(n,4294967295),type:t+(r.__dir__<0?"Right":"")}),r},In.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),se(["filter","map","takeWhile"],(function(t,e){var n=e+1,r=1==n||3==n;In.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:Zi(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}})),se(["head","last"],(function(t,e){var n="take"+(e?"Right":"");In.prototype[t]=function(){return this[n](1).value()[0]}})),se(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");In.prototype[t]=function(){return this.__filtered__?new In(this):this[n](1)}})),In.prototype.compact=function(){return this.filter(Ws)},In.prototype.find=function(t){return this.filter(t).head()},In.prototype.findLast=function(t){return this.reverse().find(t)},In.prototype.invokeMap=Br((function(t,e){return"function"==typeof t?new In(this):this.map((function(n){return br(n,t,e)}))})),In.prototype.reject=function(t){return this.filter(xa(Zi(t)))},In.prototype.slice=function(t,e){t=rs(t);var n=this;return n.__filtered__&&(t>0||e<0)?new In(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),void 0!==e&&(n=(e=rs(e))<0?n.dropRight(-e):n.take(e-t)),n)},In.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},In.prototype.toArray=function(){return this.take(4294967295)},ur(In.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),r=/^(?:head|last)$/.test(e),i=Tn[r?"take"+("last"==e?"Right":""):e],o=r||/^find/.test(e);i&&(Tn.prototype[e]=function(){var e=this.__wrapped__,a=r?[1]:arguments,s=e instanceof In,u=a[0],l=s||Ra(e),c=function(t){var e=i.apply(Tn,pe([t],a));return r&&f?e[0]:e};l&&n&&"function"==typeof u&&1!=u.length&&(s=l=!1);var f=this.__chain__,d=!!this.__actions__.length,h=o&&!f,p=s&&!d;if(!o&&l){e=p?e:new In(this);var m=t.apply(e,a);return m.__actions__.push({func:na,args:[c],thisArg:void 0}),new Pn(m,f)}return h&&p?t.apply(this,a):(m=this.thru(c),h?r?m.value()[0]:m.value():m)})})),se(["pop","push","shift","sort","splice","unshift"],(function(t){var e=yt[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:pop|shift)$/.test(t);Tn.prototype[t]=function(){var t=arguments;if(r&&!this.__chain__){var i=this.value();return e.apply(Ra(i)?i:[],t)}return this[n]((function(n){return e.apply(Ra(n)?n:[],t)}))}})),ur(In.prototype,(function(t,e){var n=Tn[e];if(n){var r=n.name+"";xt.call(yn,r)||(yn[r]=[]),yn[r].push({name:e,func:n})}})),yn[Ti(void 0,2).name]=[{name:"wrapper",func:void 0}],In.prototype.clone=function(){var t=new In(this.__wrapped__);return t.__actions__=gi(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=gi(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=gi(this.__views__),t},In.prototype.reverse=function(){if(this.__filtered__){var t=new In(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},In.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=Ra(t),r=e<0,i=n?t.length:0,o=function(t,e,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:t,value:t?void 0:this.__values__[this.__index__++]}},Tn.prototype.plant=function(t){for(var e,n=this;n instanceof On;){var r=To(n);r.__index__=0,r.__values__=void 0,e?i.__wrapped__=r:e=r;var i=r;n=n.__wrapped__}return i.__wrapped__=t,e},Tn.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof In){var e=t;return this.__actions__.length&&(e=new In(this)),(e=e.reverse()).__actions__.push({func:na,args:[$o],thisArg:void 0}),new Pn(e,this.__chain__)}return this.thru($o)},Tn.prototype.toJSON=Tn.prototype.valueOf=Tn.prototype.value=function(){return ni(this.__wrapped__,this.__actions__)},Tn.prototype.first=Tn.prototype.head,Xt&&(Tn.prototype[Xt]=function(){return this}),Tn}();Kt._=Ye,void 0===(i=function(){return Ye}.call(e,n,e,r))||(r.exports=i)}).call(this)}).call(this,n(7),n(14)(t))},function(t,e,n){var r;!function(e,n){"use strict";"object"==typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)}("undefined"!=typeof window?window:this,(function(n,i){"use strict";var o=[],a=Object.getPrototypeOf,s=o.slice,u=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},l=o.push,c=o.indexOf,f={},d=f.toString,h=f.hasOwnProperty,p=h.toString,m=p.call(Object),v={},g=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},b=function(t){return null!=t&&t===t.window},y=n.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function _(t,e,n){var r,i,o=(n=n||y).createElement("script");if(o.text=t,e)for(r in w)(i=e[r]||e.getAttribute&&e.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function k(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[d.call(t)]||"object":typeof t}var M=function(t,e){return new M.fn.init(t,e)};function x(t){var e=!!t&&"length"in t&&t.length,n=k(t);return!g(t)&&!b(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}M.fn=M.prototype={jquery:"3.5.1",constructor:M,length:0,toArray:function(){return s.call(this)},get:function(t){return null==t?s.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=M.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return M.each(this,t)},map:function(t){return this.pushStack(M.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(M.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(M.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n+~]|"+L+")"+L+"*"),U=new RegExp(L+"|>"),W=new RegExp(F),K=new RegExp("^"+B+"$"),Y={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+z),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,Z=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+L+"?|\\\\([^\\r\\n\\f])","g"),nt=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},rt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,it=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},ot=function(){d()},at=wt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{R.apply(O=j.call(_.childNodes),_.childNodes),O[_.childNodes.length].nodeType}catch(t){R={apply:O.length?function(t,e){I.apply(t,j.call(e))}:function(t,e){for(var n=t.length,r=0;t[n++]=e[r++];);t.length=n-1}}}function st(t,e,r,i){var o,s,l,c,f,p,g,b=e&&e.ownerDocument,_=e?e.nodeType:9;if(r=r||[],"string"!=typeof t||!t||1!==_&&9!==_&&11!==_)return r;if(!i&&(d(e),e=e||h,m)){if(11!==_&&(f=Q.exec(t)))if(o=f[1]){if(9===_){if(!(l=e.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(b&&(l=b.getElementById(o))&&y(e,l)&&l.id===o)return r.push(l),r}else{if(f[2])return R.apply(r,e.getElementsByTagName(t)),r;if((o=f[3])&&n.getElementsByClassName&&e.getElementsByClassName)return R.apply(r,e.getElementsByClassName(o)),r}if(n.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==_||"object"!==e.nodeName.toLowerCase())){if(g=t,b=e,1===_&&(U.test(t)||H.test(t))){for((b=tt.test(t)&>(e.parentNode)||e)===e&&n.scope||((c=e.getAttribute("id"))?c=c.replace(rt,it):e.setAttribute("id",c=w)),s=(p=a(t)).length;s--;)p[s]=(c?"#"+c:":scope")+" "+yt(p[s]);g=p.join(",")}try{return R.apply(r,b.querySelectorAll(g)),r}catch(e){A(t,!0)}finally{c===w&&e.removeAttribute("id")}}}return u(t.replace(V,"$1"),e,r,i)}function ut(){var t=[];return function e(n,i){return t.push(n+" ")>r.cacheLength&&delete e[t.shift()],e[n+" "]=i}}function lt(t){return t[w]=!0,t}function ct(t){var e=h.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ft(t,e){for(var n=t.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=e}function dt(t,e){var n=e&&t,r=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function ht(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function pt(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function mt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&at(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function vt(t){return lt((function(e){return e=+e,lt((function(n,r){for(var i,o=t([],n.length,e),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function gt(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in n=st.support={},o=st.isXML=function(t){var e=t.namespaceURI,n=(t.ownerDocument||t).documentElement;return!G.test(e||n&&n.nodeName||"HTML")},d=st.setDocument=function(t){var e,i,a=t?t.ownerDocument||t:_;return a!=h&&9===a.nodeType&&a.documentElement?(p=(h=a).documentElement,m=!o(h),_!=h&&(i=h.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",ot,!1):i.attachEvent&&i.attachEvent("onunload",ot)),n.scope=ct((function(t){return p.appendChild(t).appendChild(h.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),n.attributes=ct((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=ct((function(t){return t.appendChild(h.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(h.getElementsByClassName),n.getById=ct((function(t){return p.appendChild(t).id=w,!h.getElementsByName||!h.getElementsByName(w).length})),n.getById?(r.filter.ID=function(t){var e=t.replace(et,nt);return function(t){return t.getAttribute("id")===e}},r.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var n=e.getElementById(t);return n?[n]:[]}}):(r.filter.ID=function(t){var e=t.replace(et,nt);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},r.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var n,r,i,o=e.getElementById(t);if(o){if((n=o.getAttributeNode("id"))&&n.value===t)return[o];for(i=e.getElementsByName(t),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===t)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,r=[],i=0,o=e.getElementsByTagName(t);if("*"===t){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&m)return e.getElementsByClassName(t)},g=[],v=[],(n.qsa=X.test(h.querySelectorAll))&&(ct((function(t){var e;p.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+L+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||v.push("\\["+L+"*(?:value|"+N+")"),t.querySelectorAll("[id~="+w+"-]").length||v.push("~="),(e=h.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||v.push("\\["+L+"*name"+L+"*="+L+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||v.push(":checked"),t.querySelectorAll("a#"+w+"+*").length||v.push(".#.+[+~]"),t.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")})),ct((function(t){t.innerHTML="";var e=h.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&v.push("name"+L+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),p.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=X.test(b=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&ct((function(t){n.disconnectedMatch=b.call(t,"*"),b.call(t,"[s!='']:x"),g.push("!=",F)})),v=v.length&&new RegExp(v.join("|")),g=g.length&&new RegExp(g.join("|")),e=X.test(p.compareDocumentPosition),y=e||X.test(p.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,r=e&&e.parentNode;return t===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):t.compareDocumentPosition&&16&t.compareDocumentPosition(r)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},T=e?function(t,e){if(t===e)return f=!0,0;var r=!t.compareDocumentPosition-!e.compareDocumentPosition;return r||(1&(r=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!n.sortDetached&&e.compareDocumentPosition(t)===r?t==h||t.ownerDocument==_&&y(_,t)?-1:e==h||e.ownerDocument==_&&y(_,e)?1:c?D(c,t)-D(c,e):0:4&r?-1:1)}:function(t,e){if(t===e)return f=!0,0;var n,r=0,i=t.parentNode,o=e.parentNode,a=[t],s=[e];if(!i||!o)return t==h?-1:e==h?1:i?-1:o?1:c?D(c,t)-D(c,e):0;if(i===o)return dt(t,e);for(n=t;n=n.parentNode;)a.unshift(n);for(n=e;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?dt(a[r],s[r]):a[r]==_?-1:s[r]==_?1:0},h):h},st.matches=function(t,e){return st(t,null,null,e)},st.matchesSelector=function(t,e){if(d(t),n.matchesSelector&&m&&!A[e+" "]&&(!g||!g.test(e))&&(!v||!v.test(e)))try{var r=b.call(t,e);if(r||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return r}catch(t){A(e,!0)}return st(e,h,null,[t]).length>0},st.contains=function(t,e){return(t.ownerDocument||t)!=h&&d(t),y(t,e)},st.attr=function(t,e){(t.ownerDocument||t)!=h&&d(t);var i=r.attrHandle[e.toLowerCase()],o=i&&E.call(r.attrHandle,e.toLowerCase())?i(t,e,!m):void 0;return void 0!==o?o:n.attributes||!m?t.getAttribute(e):(o=t.getAttributeNode(e))&&o.specified?o.value:null},st.escape=function(t){return(t+"").replace(rt,it)},st.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},st.uniqueSort=function(t){var e,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&t.slice(0),t.sort(T),f){for(;e=t[o++];)e===t[o]&&(i=r.push(o));for(;i--;)t.splice(r[i],1)}return c=null,t},i=st.getText=function(t){var e,n="",r=0,o=t.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=i(t)}else if(3===o||4===o)return t.nodeValue}else for(;e=t[r++];)n+=i(e);return n},(r=st.selectors={cacheLength:50,createPseudo:lt,match:Y,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,nt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,nt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||st.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&st.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return Y.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&W.test(n)&&(e=a(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,nt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=x[t+" "];return e||(e=new RegExp("(^|"+L+")"+t+"("+L+"|$)"))&&x(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(r){var i=st.attr(r,t);return null==i?"!="===e:!e||(i+="","="===e?i===n:"!="===e?i!==n:"^="===e?n&&0===i.indexOf(n):"*="===e?n&&i.indexOf(n)>-1:"$="===e?n&&i.slice(-n.length)===n:"~="===e?(" "+i.replace(q," ")+" ").indexOf(n)>-1:"|="===e&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,r,i){var o="nth"!==t.slice(0,3),a="last"!==t.slice(-4),s="of-type"===e;return 1===r&&0===i?function(t){return!!t.parentNode}:function(e,n,u){var l,c,f,d,h,p,m=o!==a?"nextSibling":"previousSibling",v=e.parentNode,g=s&&e.nodeName.toLowerCase(),b=!u&&!s,y=!1;if(v){if(o){for(;m;){for(d=e;d=d[m];)if(s?d.nodeName.toLowerCase()===g:1===d.nodeType)return!1;p=m="only"===t&&!p&&"nextSibling"}return!0}if(p=[a?v.firstChild:v.lastChild],a&&b){for(y=(h=(l=(c=(f=(d=v)[w]||(d[w]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]||[])[0]===k&&l[1])&&l[2],d=h&&v.childNodes[h];d=++h&&d&&d[m]||(y=h=0)||p.pop();)if(1===d.nodeType&&++y&&d===e){c[t]=[k,h,y];break}}else if(b&&(y=h=(l=(c=(f=(d=e)[w]||(d[w]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]||[])[0]===k&&l[1]),!1===y)for(;(d=++h&&d&&d[m]||(y=h=0)||p.pop())&&((s?d.nodeName.toLowerCase()!==g:1!==d.nodeType)||!++y||(b&&((c=(f=d[w]||(d[w]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]=[k,y]),d!==e)););return(y-=i)===r||y%r==0&&y/r>=0}}},PSEUDO:function(t,e){var n,i=r.pseudos[t]||r.setFilters[t.toLowerCase()]||st.error("unsupported pseudo: "+t);return i[w]?i(e):i.length>1?(n=[t,t,"",e],r.setFilters.hasOwnProperty(t.toLowerCase())?lt((function(t,n){for(var r,o=i(t,e),a=o.length;a--;)t[r=D(t,o[a])]=!(n[r]=o[a])})):function(t){return i(t,0,n)}):i}},pseudos:{not:lt((function(t){var e=[],n=[],r=s(t.replace(V,"$1"));return r[w]?lt((function(t,e,n,i){for(var o,a=r(t,null,i,[]),s=t.length;s--;)(o=a[s])&&(t[s]=!(e[s]=o))})):function(t,i,o){return e[0]=t,r(e,null,o,n),e[0]=null,!n.pop()}})),has:lt((function(t){return function(e){return st(t,e).length>0}})),contains:lt((function(t){return t=t.replace(et,nt),function(e){return(e.textContent||i(e)).indexOf(t)>-1}})),lang:lt((function(t){return K.test(t||"")||st.error("unsupported lang: "+t),t=t.replace(et,nt).toLowerCase(),function(e){var n;do{if(n=m?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===p},focus:function(t){return t===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:mt(!1),disabled:mt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!r.pseudos.empty(t)},header:function(t){return J.test(t.nodeName)},input:function(t){return Z.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:vt((function(){return[0]})),last:vt((function(t,e){return[e-1]})),eq:vt((function(t,e,n){return[n<0?n+e:n]})),even:vt((function(t,e){for(var n=0;ne?e:n;--r>=0;)t.push(r);return t})),gt:vt((function(t,e,n){for(var r=n<0?n+e:n;++r1?function(e,n,r){for(var i=t.length;i--;)if(!t[i](e,n,r))return!1;return!0}:t[0]}function kt(t,e,n,r,i){for(var o,a=[],s=0,u=t.length,l=null!=e;s-1&&(o[l]=!(a[l]=f))}}else g=kt(g===a?g.splice(p,g.length):g),i?i(null,a,g,u):R.apply(a,g)}))}function xt(t){for(var e,n,i,o=t.length,a=r.relative[t[0].type],s=a||r.relative[" "],u=a?1:0,c=wt((function(t){return t===e}),s,!0),f=wt((function(t){return D(e,t)>-1}),s,!0),d=[function(t,n,r){var i=!a&&(r||n!==l)||((e=n).nodeType?c(t,n,r):f(t,n,r));return e=null,i}];u1&&_t(d),u>1&&yt(t.slice(0,u-1).concat({value:" "===t[u-2].type?"*":""})).replace(V,"$1"),n,u0,i=t.length>0,o=function(o,a,s,u,c){var f,p,v,g=0,b="0",y=o&&[],w=[],_=l,M=o||i&&r.find.TAG("*",c),x=k+=null==_?1:Math.random()||.1,S=M.length;for(c&&(l=a==h||a||c);b!==S&&null!=(f=M[b]);b++){if(i&&f){for(p=0,a||f.ownerDocument==h||(d(f),s=!m);v=t[p++];)if(v(f,a||h,s)){u.push(f);break}c&&(k=x)}n&&((f=!v&&f)&&g--,o&&y.push(f))}if(g+=b,n&&b!==g){for(p=0;v=e[p++];)v(y,w,a,s);if(o){if(g>0)for(;b--;)y[b]||w[b]||(w[b]=P.call(u));w=kt(w)}R.apply(u,w),c&&!o&&w.length>0&&g+e.length>1&&st.uniqueSort(u)}return c&&(k=x,l=_),y};return n?lt(o):o}(o,i))).selector=t}return s},u=st.select=function(t,e,n,i){var o,u,l,c,f,d="function"==typeof t&&t,h=!i&&a(t=d.selector||t);if(n=n||[],1===h.length){if((u=h[0]=h[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===e.nodeType&&m&&r.relative[u[1].type]){if(!(e=(r.find.ID(l.matches[0].replace(et,nt),e)||[])[0]))return n;d&&(e=e.parentNode),t=t.slice(u.shift().value.length)}for(o=Y.needsContext.test(t)?0:u.length;o--&&(l=u[o],!r.relative[c=l.type]);)if((f=r.find[c])&&(i=f(l.matches[0].replace(et,nt),tt.test(u[0].type)&>(e.parentNode)||e))){if(u.splice(o,1),!(t=i.length&&yt(u)))return R.apply(n,i),n;break}}return(d||s(t,h))(i,e,!m,n,!e||tt.test(t)&>(e.parentNode)||e),n},n.sortStable=w.split("").sort(T).join("")===w,n.detectDuplicates=!!f,d(),n.sortDetached=ct((function(t){return 1&t.compareDocumentPosition(h.createElement("fieldset"))})),ct((function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")}))||ft("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&ct((function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ft("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),ct((function(t){return null==t.getAttribute("disabled")}))||ft(N,(function(t,e,n){var r;if(!n)return!0===t[e]?e.toLowerCase():(r=t.getAttributeNode(e))&&r.specified?r.value:null})),st}(n);M.find=S,M.expr=S.selectors,M.expr[":"]=M.expr.pseudos,M.uniqueSort=M.unique=S.uniqueSort,M.text=S.getText,M.isXMLDoc=S.isXML,M.contains=S.contains,M.escapeSelector=S.escape;var C=function(t,e,n){for(var r=[],i=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(i&&M(t).is(n))break;r.push(t)}return r},A=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},T=M.expr.match.needsContext;function E(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var O=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function P(t,e,n){return g(e)?M.grep(t,(function(t,r){return!!e.call(t,r,t)!==n})):e.nodeType?M.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?M.grep(t,(function(t){return c.call(e,t)>-1!==n})):M.filter(e,t,n)}M.filter=function(t,e,n){var r=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===r.nodeType?M.find.matchesSelector(r,t)?[r]:[]:M.find.matches(t,M.grep(e,(function(t){return 1===t.nodeType})))},M.fn.extend({find:function(t){var e,n,r=this.length,i=this;if("string"!=typeof t)return this.pushStack(M(t).filter((function(){for(e=0;e1?M.uniqueSort(n):n},filter:function(t){return this.pushStack(P(this,t||[],!1))},not:function(t){return this.pushStack(P(this,t||[],!0))},is:function(t){return!!P(this,"string"==typeof t&&T.test(t)?M(t):t||[],!1).length}});var I,R=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(M.fn.init=function(t,e,n){var r,i;if(!t)return this;if(n=n||I,"string"==typeof t){if(!(r="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:R.exec(t))||!r[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(r[1]){if(e=e instanceof M?e[0]:e,M.merge(this,M.parseHTML(r[1],e&&e.nodeType?e.ownerDocument||e:y,!0)),O.test(r[1])&&M.isPlainObject(e))for(r in e)g(this[r])?this[r](e[r]):this.attr(r,e[r]);return this}return(i=y.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):g(t)?void 0!==n.ready?n.ready(t):t(M):M.makeArray(t,this)}).prototype=M.fn,I=M(y);var j=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};function N(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}M.fn.extend({has:function(t){var e=M(t,this),n=e.length;return this.filter((function(){for(var t=0;t-1:1===n.nodeType&&M.find.matchesSelector(n,t))){o.push(n);break}return this.pushStack(o.length>1?M.uniqueSort(o):o)},index:function(t){return t?"string"==typeof t?c.call(M(t),this[0]):c.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(M.uniqueSort(M.merge(this.get(),M(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),M.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return C(t,"parentNode")},parentsUntil:function(t,e,n){return C(t,"parentNode",n)},next:function(t){return N(t,"nextSibling")},prev:function(t){return N(t,"previousSibling")},nextAll:function(t){return C(t,"nextSibling")},prevAll:function(t){return C(t,"previousSibling")},nextUntil:function(t,e,n){return C(t,"nextSibling",n)},prevUntil:function(t,e,n){return C(t,"previousSibling",n)},siblings:function(t){return A((t.parentNode||{}).firstChild,t)},children:function(t){return A(t.firstChild)},contents:function(t){return null!=t.contentDocument&&a(t.contentDocument)?t.contentDocument:(E(t,"template")&&(t=t.content||t),M.merge([],t.childNodes))}},(function(t,e){M.fn[t]=function(n,r){var i=M.map(this,e,n);return"Until"!==t.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=M.filter(r,i)),this.length>1&&(D[t]||M.uniqueSort(i),j.test(t)&&i.reverse()),this.pushStack(i)}}));var L=/[^\x20\t\r\n\f]+/g;function B(t){return t}function z(t){throw t}function F(t,e,n,r){var i;try{t&&g(i=t.promise)?i.call(t).done(e).fail(n):t&&g(i=t.then)?i.call(t,e,n):e.apply(void 0,[t].slice(r))}catch(t){n.apply(void 0,[t])}}M.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return M.each(t.match(L)||[],(function(t,n){e[n]=!0})),e}(t):M.extend({},t);var e,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||t.once,r=e=!0;a.length;s=-1)for(n=a.shift();++s-1;)o.splice(n,1),n<=s&&s--})),this},has:function(t){return t?M.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||e||(o=n=""),this},locked:function(){return!!i},fireWith:function(t,n){return i||(n=[t,(n=n||[]).slice?n.slice():n],a.push(n),e||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},M.extend({Deferred:function(t){var e=[["notify","progress",M.Callbacks("memory"),M.Callbacks("memory"),2],["resolve","done",M.Callbacks("once memory"),M.Callbacks("once memory"),0,"resolved"],["reject","fail",M.Callbacks("once memory"),M.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return i.then(null,t)},pipe:function(){var t=arguments;return M.Deferred((function(n){M.each(e,(function(e,r){var i=g(t[r[4]])&&t[r[4]];o[r[1]]((function(){var t=i&&i.apply(this,arguments);t&&g(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[t]:arguments)}))})),t=null})).promise()},then:function(t,r,i){var o=0;function a(t,e,r,i){return function(){var s=this,u=arguments,l=function(){var n,l;if(!(t=o&&(r!==z&&(s=void 0,u=[n]),e.rejectWith(s,u))}};t?c():(M.Deferred.getStackHook&&(c.stackTrace=M.Deferred.getStackHook()),n.setTimeout(c))}}return M.Deferred((function(n){e[0][3].add(a(0,n,g(i)?i:B,n.notifyWith)),e[1][3].add(a(0,n,g(t)?t:B)),e[2][3].add(a(0,n,g(r)?r:z))})).promise()},promise:function(t){return null!=t?M.extend(t,i):i}},o={};return M.each(e,(function(t,n){var a=n[2],s=n[5];i[n[1]]=a.add,s&&a.add((function(){r=s}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith})),i.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,n=e,r=Array(n),i=s.call(arguments),o=M.Deferred(),a=function(t){return function(n){r[t]=this,i[t]=arguments.length>1?s.call(arguments):n,--e||o.resolveWith(r,i)}};if(e<=1&&(F(t,o.done(a(n)).resolve,o.reject,!e),"pending"===o.state()||g(i[n]&&i[n].then)))return o.then();for(;n--;)F(i[n],a(n),o.reject);return o.promise()}});var q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;M.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&q.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},M.readyException=function(t){n.setTimeout((function(){throw t}))};var V=M.Deferred();function $(){y.removeEventListener("DOMContentLoaded",$),n.removeEventListener("load",$),M.ready()}M.fn.ready=function(t){return V.then(t).catch((function(t){M.readyException(t)})),this},M.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--M.readyWait:M.isReady)||(M.isReady=!0,!0!==t&&--M.readyWait>0||V.resolveWith(y,[M]))}}),M.ready.then=V.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?n.setTimeout(M.ready):(y.addEventListener("DOMContentLoaded",$),n.addEventListener("load",$));var H=function(t,e,n,r,i,o,a){var s=0,u=t.length,l=null==n;if("object"===k(n))for(s in i=!0,n)H(t,e,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(e.call(t,r),e=null):(l=e,e=function(t,e,n){return l.call(M(t),n)})),e))for(;s1,null,!0)},removeData:function(t){return this.each((function(){X.remove(this,t)}))}}),M.extend({queue:function(t,e,n){var r;if(t)return e=(e||"fx")+"queue",r=J.get(t,e),n&&(!r||Array.isArray(n)?r=J.access(t,e,M.makeArray(n)):r.push(n)),r||[]},dequeue:function(t,e){e=e||"fx";var n=M.queue(t,e),r=n.length,i=n.shift(),o=M._queueHooks(t,e);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===e&&n.unshift("inprogress"),delete o.stop,i.call(t,(function(){M.dequeue(t,e)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return J.get(t,n)||J.access(t,n,{empty:M.Callbacks("once memory").add((function(){J.remove(t,[e+"queue",n])}))})}}),M.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length\x20\t\r\n\f]*)/i,gt=/^$|^module$|\/(?:java|ecma)script/i;ht=y.createDocumentFragment().appendChild(y.createElement("div")),(pt=y.createElement("input")).setAttribute("type","radio"),pt.setAttribute("checked","checked"),pt.setAttribute("name","t"),ht.appendChild(pt),v.checkClone=ht.cloneNode(!0).cloneNode(!0).lastChild.checked,ht.innerHTML="",v.noCloneChecked=!!ht.cloneNode(!0).lastChild.defaultValue,ht.innerHTML="",v.option=!!ht.lastChild;var bt={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function yt(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&E(t,e)?M.merge([t],n):n}function wt(t,e){for(var n=0,r=t.length;n",""]);var _t=/<|&#?\w+;/;function kt(t,e,n,r,i){for(var o,a,s,u,l,c,f=e.createDocumentFragment(),d=[],h=0,p=t.length;h-1)i&&i.push(o);else if(l=at(o),a=yt(f.appendChild(o),"script"),l&&wt(a),n)for(c=0;o=a[c++];)gt.test(o.type||"")&&n.push(o);return f}var Mt=/^key/,xt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,St=/^([^.]*)(?:\.(.+)|)/;function Ct(){return!0}function At(){return!1}function Tt(t,e){return t===function(){try{return y.activeElement}catch(t){}}()==("focus"===e)}function Et(t,e,n,r,i,o){var a,s;if("object"==typeof e){for(s in"string"!=typeof n&&(r=r||n,n=void 0),e)Et(t,s,n,r,e[s],o);return t}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=At;else if(!i)return t;return 1===o&&(a=i,(i=function(t){return M().off(t),a.apply(this,arguments)}).guid=a.guid||(a.guid=M.guid++)),t.each((function(){M.event.add(this,e,i,r,n)}))}function Ot(t,e,n){n?(J.set(t,e,!1),M.event.add(t,e,{namespace:!1,handler:function(t){var r,i,o=J.get(this,e);if(1&t.isTrigger&&this[e]){if(o.length)(M.event.special[e]||{}).delegateType&&t.stopPropagation();else if(o=s.call(arguments),J.set(this,e,o),r=n(this,e),this[e](),o!==(i=J.get(this,e))||r?J.set(this,e,!1):i={},o!==i)return t.stopImmediatePropagation(),t.preventDefault(),i.value}else o.length&&(J.set(this,e,{value:M.event.trigger(M.extend(o[0],M.Event.prototype),o.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===J.get(t,e)&&M.event.add(t,e,Ct)}M.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,d,h,p,m,v=J.get(t);if(G(t))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&M.find.matchesSelector(ot,i),n.guid||(n.guid=M.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return void 0!==M&&M.event.triggered!==e.type?M.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(L)||[""]).length;l--;)h=m=(s=St.exec(e[l])||[])[1],p=(s[2]||"").split(".").sort(),h&&(f=M.event.special[h]||{},h=(i?f.delegateType:f.bindType)||h,f=M.event.special[h]||{},c=M.extend({type:h,origType:m,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&M.expr.match.needsContext.test(i),namespace:p.join(".")},o),(d=u[h])||((d=u[h]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,p,a)||t.addEventListener&&t.addEventListener(h,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),M.event.global[h]=!0)},remove:function(t,e,n,r,i){var o,a,s,u,l,c,f,d,h,p,m,v=J.hasData(t)&&J.get(t);if(v&&(u=v.events)){for(l=(e=(e||"").match(L)||[""]).length;l--;)if(h=m=(s=St.exec(e[l])||[])[1],p=(s[2]||"").split(".").sort(),h){for(f=M.event.special[h]||{},d=u[h=(r?f.delegateType:f.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=d.length;o--;)c=d[o],!i&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(o,1),c.selector&&d.delegateCount--,f.remove&&f.remove.call(t,c));a&&!d.length&&(f.teardown&&!1!==f.teardown.call(t,p,v.handle)||M.removeEvent(t,h,v.handle),delete u[h])}else for(h in u)M.event.remove(t,h+e[l],n,r,!0);M.isEmptyObject(u)&&J.remove(t,"handle events")}},dispatch:function(t){var e,n,r,i,o,a,s=new Array(arguments.length),u=M.event.fix(t),l=(J.get(this,"events")||Object.create(null))[u.type]||[],c=M.event.special[u.type]||{};for(s[0]=u,e=1;e=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==t.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:M.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\s*$/g;function jt(t,e){return E(t,"table")&&E(11!==e.nodeType?e:e.firstChild,"tr")&&M(t).children("tbody")[0]||t}function Dt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Nt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Lt(t,e){var n,r,i,o,a,s;if(1===e.nodeType){if(J.hasData(t)&&(s=J.get(t).events))for(i in J.remove(e,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"==typeof p&&!v.checkClone&&It.test(p))return t.each((function(i){var o=t.eq(i);m&&(e[0]=p.call(this,i,o.html())),zt(o,e,n,r)}));if(d&&(o=(i=kt(e,t[0].ownerDocument,!1,t,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(s=(a=M.map(yt(i,"script"),Dt)).length;f0&&wt(a,!u&&yt(t,"script")),s},cleanData:function(t){for(var e,n,r,i=M.event.special,o=0;void 0!==(n=t[o]);o++)if(G(n)){if(e=n[J.expando]){if(e.events)for(r in e.events)i[r]?M.event.remove(n,r):M.removeEvent(n,r,e.handle);n[J.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),M.fn.extend({detach:function(t){return Ft(this,t,!0)},remove:function(t){return Ft(this,t)},text:function(t){return H(this,(function(t){return void 0===t?M.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return zt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||jt(this,t).appendChild(t)}))},prepend:function(){return zt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=jt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return zt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return zt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(M.cleanData(yt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return M.clone(this,t,e)}))},html:function(t){return H(this,(function(t){var e=this[0]||{},n=0,r=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Pt.test(t)&&!bt[(vt.exec(t)||["",""])[1].toLowerCase()]){t=M.htmlPrefilter(t);try{for(;n3,ot.removeChild(t)),s}}))}();var Kt=["Webkit","Moz","ms"],Yt=y.createElement("div").style,Gt={};function Zt(t){var e=M.cssProps[t]||Gt[t];return e||(t in Yt?t:Gt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),n=Kt.length;n--;)if((t=Kt[n]+e)in Yt)return t}(t)||t)}var Jt=/^(none|table(?!-c[ea]).+)/,Xt=/^--/,Qt={position:"absolute",visibility:"hidden",display:"block"},te={letterSpacing:"0",fontWeight:"400"};function ee(t,e,n){var r=rt.exec(e);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):e}function ne(t,e,n,r,i,o){var a="width"===e?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=M.css(t,n+it[a],!0,i)),r?("content"===n&&(u-=M.css(t,"padding"+it[a],!0,i)),"margin"!==n&&(u-=M.css(t,"border"+it[a]+"Width",!0,i))):(u+=M.css(t,"padding"+it[a],!0,i),"padding"!==n?u+=M.css(t,"border"+it[a]+"Width",!0,i):s+=M.css(t,"border"+it[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-u-s-.5))||0),u}function re(t,e,n){var r=Vt(t),i=(!v.boxSizingReliable()||n)&&"border-box"===M.css(t,"boxSizing",!1,r),o=i,a=Ut(t,e,r),s="offset"+e[0].toUpperCase()+e.slice(1);if(qt.test(a)){if(!n)return a;a="auto"}return(!v.boxSizingReliable()&&i||!v.reliableTrDimensions()&&E(t,"tr")||"auto"===a||!parseFloat(a)&&"inline"===M.css(t,"display",!1,r))&&t.getClientRects().length&&(i="border-box"===M.css(t,"boxSizing",!1,r),(o=s in t)&&(a=t[s])),(a=parseFloat(a)||0)+ne(t,e,n||(i?"border":"content"),o,r,a)+"px"}function ie(t,e,n,r,i){return new ie.prototype.init(t,e,n,r,i)}M.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Ut(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,n,r){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var i,o,a,s=Y(e),u=Xt.test(e),l=t.style;if(u||(e=Zt(s)),a=M.cssHooks[e]||M.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(t,!1,r))?i:l[e];"string"===(o=typeof n)&&(i=rt.exec(n))&&i[1]&&(n=lt(t,e,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(M.cssNumber[s]?"":"px")),v.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,r))||(u?l.setProperty(e,n):l[e]=n))}},css:function(t,e,n,r){var i,o,a,s=Y(e);return Xt.test(e)||(e=Zt(s)),(a=M.cssHooks[e]||M.cssHooks[s])&&"get"in a&&(i=a.get(t,!0,n)),void 0===i&&(i=Ut(t,e,r)),"normal"===i&&e in te&&(i=te[e]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),M.each(["height","width"],(function(t,e){M.cssHooks[e]={get:function(t,n,r){if(n)return!Jt.test(M.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?re(t,e,r):$t(t,Qt,(function(){return re(t,e,r)}))},set:function(t,n,r){var i,o=Vt(t),a=!v.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===M.css(t,"boxSizing",!1,o),u=r?ne(t,e,r,s,o):0;return s&&a&&(u-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-ne(t,e,"border",!1,o)-.5)),u&&(i=rt.exec(n))&&"px"!==(i[3]||"px")&&(t.style[e]=n,n=M.css(t,e)),ee(0,n,u)}}})),M.cssHooks.marginLeft=Wt(v.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Ut(t,"marginLeft"))||t.getBoundingClientRect().left-$t(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),M.each({margin:"",padding:"",border:"Width"},(function(t,e){M.cssHooks[t+e]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[t+it[r]+e]=o[r]||o[r-2]||o[0];return i}},"margin"!==t&&(M.cssHooks[t+e].set=ee)})),M.fn.extend({css:function(t,e){return H(this,(function(t,e,n){var r,i,o={},a=0;if(Array.isArray(e)){for(r=Vt(t),i=e.length;a1)}}),M.Tween=ie,ie.prototype={constructor:ie,init:function(t,e,n,r,i,o){this.elem=t,this.prop=n,this.easing=i||M.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=r,this.unit=o||(M.cssNumber[n]?"":"px")},cur:function(){var t=ie.propHooks[this.prop];return t&&t.get?t.get(this):ie.propHooks._default.get(this)},run:function(t){var e,n=ie.propHooks[this.prop];return this.options.duration?this.pos=e=M.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ie.propHooks._default.set(this),this}},ie.prototype.init.prototype=ie.prototype,ie.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=M.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){M.fx.step[t.prop]?M.fx.step[t.prop](t):1!==t.elem.nodeType||!M.cssHooks[t.prop]&&null==t.elem.style[Zt(t.prop)]?t.elem[t.prop]=t.now:M.style(t.elem,t.prop,t.now+t.unit)}}},ie.propHooks.scrollTop=ie.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},M.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},M.fx=ie.prototype.init,M.fx.step={};var oe,ae,se=/^(?:toggle|show|hide)$/,ue=/queueHooks$/;function le(){ae&&(!1===y.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(le):n.setTimeout(le,M.fx.interval),M.fx.tick())}function ce(){return n.setTimeout((function(){oe=void 0})),oe=Date.now()}function fe(t,e){var n,r=0,i={height:t};for(e=e?1:0;r<4;r+=2-e)i["margin"+(n=it[r])]=i["padding"+n]=t;return e&&(i.opacity=i.width=t),i}function de(t,e,n){for(var r,i=(he.tweeners[e]||[]).concat(he.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(t){return this.each((function(){M.removeAttr(this,t)}))}}),M.extend({attr:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===t.getAttribute?M.prop(t,e,n):(1===o&&M.isXMLDoc(t)||(i=M.attrHooks[e.toLowerCase()]||(M.expr.match.bool.test(e)?pe:void 0)),void 0!==n?null===n?void M.removeAttr(t,e):i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:(t.setAttribute(e,n+""),n):i&&"get"in i&&null!==(r=i.get(t,e))?r:null==(r=M.find.attr(t,e))?void 0:r)},attrHooks:{type:{set:function(t,e){if(!v.radioValue&&"radio"===e&&E(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,r=0,i=e&&e.match(L);if(i&&1===t.nodeType)for(;n=i[r++];)t.removeAttribute(n)}}),pe={set:function(t,e,n){return!1===e?M.removeAttr(t,n):t.setAttribute(n,n),n}},M.each(M.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=me[e]||M.find.attr;me[e]=function(t,e,r){var i,o,a=e.toLowerCase();return r||(o=me[a],me[a]=i,i=null!=n(t,e,r)?a:null,me[a]=o),i}}));var ve=/^(?:input|select|textarea|button)$/i,ge=/^(?:a|area)$/i;function be(t){return(t.match(L)||[]).join(" ")}function ye(t){return t.getAttribute&&t.getAttribute("class")||""}function we(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(L)||[]}M.fn.extend({prop:function(t,e){return H(this,M.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[M.propFix[t]||t]}))}}),M.extend({prop:function(t,e,n){var r,i,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&M.isXMLDoc(t)||(e=M.propFix[e]||e,i=M.propHooks[e]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:t[e]=n:i&&"get"in i&&null!==(r=i.get(t,e))?r:t[e]},propHooks:{tabIndex:{get:function(t){var e=M.find.attr(t,"tabindex");return e?parseInt(e,10):ve.test(t.nodeName)||ge.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),v.optSelected||(M.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),M.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){M.propFix[this.toLowerCase()]=this})),M.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(g(t))return this.each((function(e){M(this).addClass(t.call(this,e,ye(this)))}));if((e=we(t)).length)for(;n=this[u++];)if(i=ye(n),r=1===n.nodeType&&" "+be(i)+" "){for(a=0;o=e[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=be(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(g(t))return this.each((function(e){M(this).removeClass(t.call(this,e,ye(this)))}));if(!arguments.length)return this.attr("class","");if((e=we(t)).length)for(;n=this[u++];)if(i=ye(n),r=1===n.nodeType&&" "+be(i)+" "){for(a=0;o=e[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=be(r))&&n.setAttribute("class",s)}return this},toggleClass:function(t,e){var n=typeof t,r="string"===n||Array.isArray(t);return"boolean"==typeof e&&r?e?this.addClass(t):this.removeClass(t):g(t)?this.each((function(n){M(this).toggleClass(t.call(this,n,ye(this),e),e)})):this.each((function(){var e,i,o,a;if(r)for(i=0,o=M(this),a=we(t);e=a[i++];)o.hasClass(e)?o.removeClass(e):o.addClass(e);else void 0!==t&&"boolean"!==n||((e=ye(this))&&J.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":J.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,r=0;for(e=" "+t+" ";n=this[r++];)if(1===n.nodeType&&(" "+be(ye(n))+" ").indexOf(e)>-1)return!0;return!1}});var _e=/\r/g;M.fn.extend({val:function(t){var e,n,r,i=this[0];return arguments.length?(r=g(t),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?t.call(this,n,M(this).val()):t)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=M.map(i,(function(t){return null==t?"":t+""}))),(e=M.valHooks[this.type]||M.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,i,"value")||(this.value=i))}))):i?(e=M.valHooks[i.type]||M.valHooks[i.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(_e,""):null==n?"":n:void 0}}),M.extend({valHooks:{option:{get:function(t){var e=M.find.attr(t,"value");return null!=e?e:be(M.text(t))}},select:{get:function(t){var e,n,r,i=t.options,o=t.selectedIndex,a="select-one"===t.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(t.selectedIndex=-1),o}}}}),M.each(["radio","checkbox"],(function(){M.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=M.inArray(M(t).val(),e)>-1}},v.checkOn||(M.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),v.focusin="onfocusin"in n;var ke=/^(?:focusinfocus|focusoutblur)$/,Me=function(t){t.stopPropagation()};M.extend(M.event,{trigger:function(t,e,r,i){var o,a,s,u,l,c,f,d,p=[r||y],m=h.call(t,"type")?t.type:t,v=h.call(t,"namespace")?t.namespace.split("."):[];if(a=d=s=r=r||y,3!==r.nodeType&&8!==r.nodeType&&!ke.test(m+M.event.triggered)&&(m.indexOf(".")>-1&&(v=m.split("."),m=v.shift(),v.sort()),l=m.indexOf(":")<0&&"on"+m,(t=t[M.expando]?t:new M.Event(m,"object"==typeof t&&t)).isTrigger=i?2:3,t.namespace=v.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),e=null==e?[t]:M.makeArray(e,[t]),f=M.event.special[m]||{},i||!f.trigger||!1!==f.trigger.apply(r,e))){if(!i&&!f.noBubble&&!b(r)){for(u=f.delegateType||m,ke.test(u+m)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(r.ownerDocument||y)&&p.push(s.defaultView||s.parentWindow||n)}for(o=0;(a=p[o++])&&!t.isPropagationStopped();)d=a,t.type=o>1?u:f.bindType||m,(c=(J.get(a,"events")||Object.create(null))[t.type]&&J.get(a,"handle"))&&c.apply(a,e),(c=l&&a[l])&&c.apply&&G(a)&&(t.result=c.apply(a,e),!1===t.result&&t.preventDefault());return t.type=m,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(p.pop(),e)||!G(r)||l&&g(r[m])&&!b(r)&&((s=r[l])&&(r[l]=null),M.event.triggered=m,t.isPropagationStopped()&&d.addEventListener(m,Me),r[m](),t.isPropagationStopped()&&d.removeEventListener(m,Me),M.event.triggered=void 0,s&&(r[l]=s)),t.result}},simulate:function(t,e,n){var r=M.extend(new M.Event,n,{type:t,isSimulated:!0});M.event.trigger(r,null,e)}}),M.fn.extend({trigger:function(t,e){return this.each((function(){M.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return M.event.trigger(t,e,n,!0)}}),v.focusin||M.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){M.event.simulate(e,t.target,M.event.fix(t))};M.event.special[e]={setup:function(){var r=this.ownerDocument||this.document||this,i=J.access(r,e);i||r.addEventListener(t,n,!0),J.access(r,e,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=J.access(r,e)-1;i?J.access(r,e,i):(r.removeEventListener(t,n,!0),J.remove(r,e))}}}));var xe=n.location,Se={guid:Date.now()},Ce=/\?/;M.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||M.error("Invalid XML: "+t),e};var Ae=/\[\]$/,Te=/\r?\n/g,Ee=/^(?:submit|button|image|reset|file)$/i,Oe=/^(?:input|select|textarea|keygen)/i;function Pe(t,e,n,r){var i;if(Array.isArray(e))M.each(e,(function(e,i){n||Ae.test(t)?r(t,i):Pe(t+"["+("object"==typeof i&&null!=i?e:"")+"]",i,n,r)}));else if(n||"object"!==k(e))r(t,e);else for(i in e)Pe(t+"["+i+"]",e[i],n,r)}M.param=function(t,e){var n,r=[],i=function(t,e){var n=g(e)?e():e;r[r.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!M.isPlainObject(t))M.each(t,(function(){i(this.name,this.value)}));else for(n in t)Pe(n,t[n],e,i);return r.join("&")},M.fn.extend({serialize:function(){return M.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=M.prop(this,"elements");return t?M.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!M(this).is(":disabled")&&Oe.test(this.nodeName)&&!Ee.test(t)&&(this.checked||!mt.test(t))})).map((function(t,e){var n=M(this).val();return null==n?null:Array.isArray(n)?M.map(n,(function(t){return{name:e.name,value:t.replace(Te,"\r\n")}})):{name:e.name,value:n.replace(Te,"\r\n")}})).get()}});var Ie=/%20/g,Re=/#.*$/,je=/([?&])_=[^&]*/,De=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ne=/^(?:GET|HEAD)$/,Le=/^\/\//,Be={},ze={},Fe="*/".concat("*"),qe=y.createElement("a");function Ve(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var r,i=0,o=e.toLowerCase().match(L)||[];if(g(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(t[r]=t[r]||[]).unshift(n)):(t[r]=t[r]||[]).push(n)}}function $e(t,e,n,r){var i={},o=t===ze;function a(s){var u;return i[s]=!0,M.each(t[s]||[],(function(t,s){var l=s(e,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(e.dataTypes.unshift(l),a(l),!1)})),u}return a(e.dataTypes[0])||!i["*"]&&a("*")}function He(t,e){var n,r,i=M.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((i[n]?t:r||(r={}))[n]=e[n]);return r&&M.extend(!0,t,r),t}qe.href=xe.href,M.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:xe.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(xe.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Fe,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":M.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?He(He(t,M.ajaxSettings),e):He(M.ajaxSettings,t)},ajaxPrefilter:Ve(Be),ajaxTransport:Ve(ze),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var r,i,o,a,s,u,l,c,f,d,h=M.ajaxSetup({},e),p=h.context||h,m=h.context&&(p.nodeType||p.jquery)?M(p):M.event,v=M.Deferred(),g=M.Callbacks("once memory"),b=h.statusCode||{},w={},_={},k="canceled",x={readyState:0,getResponseHeader:function(t){var e;if(l){if(!a)for(a={};e=De.exec(o);)a[e[1].toLowerCase()+" "]=(a[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=a[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return l?o:null},setRequestHeader:function(t,e){return null==l&&(t=_[t.toLowerCase()]=_[t.toLowerCase()]||t,w[t]=e),this},overrideMimeType:function(t){return null==l&&(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)x.always(t[x.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||k;return r&&r.abort(e),S(0,e),this}};if(v.promise(x),h.url=((t||h.url||xe.href)+"").replace(Le,xe.protocol+"//"),h.type=e.method||e.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(L)||[""],null==h.crossDomain){u=y.createElement("a");try{u.href=h.url,u.href=u.href,h.crossDomain=qe.protocol+"//"+qe.host!=u.protocol+"//"+u.host}catch(t){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=M.param(h.data,h.traditional)),$e(Be,h,e,x),l)return x;for(f in(c=M.event&&h.global)&&0==M.active++&&M.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Ne.test(h.type),i=h.url.replace(Re,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Ie,"+")):(d=h.url.slice(i.length),h.data&&(h.processData||"string"==typeof h.data)&&(i+=(Ce.test(i)?"&":"?")+h.data,delete h.data),!1===h.cache&&(i=i.replace(je,"$1"),d=(Ce.test(i)?"&":"?")+"_="+Se.guid+++d),h.url=i+d),h.ifModified&&(M.lastModified[i]&&x.setRequestHeader("If-Modified-Since",M.lastModified[i]),M.etag[i]&&x.setRequestHeader("If-None-Match",M.etag[i])),(h.data&&h.hasContent&&!1!==h.contentType||e.contentType)&&x.setRequestHeader("Content-Type",h.contentType),x.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Fe+"; q=0.01":""):h.accepts["*"]),h.headers)x.setRequestHeader(f,h.headers[f]);if(h.beforeSend&&(!1===h.beforeSend.call(p,x,h)||l))return x.abort();if(k="abort",g.add(h.complete),x.done(h.success),x.fail(h.error),r=$e(ze,h,e,x)){if(x.readyState=1,c&&m.trigger("ajaxSend",[x,h]),l)return x;h.async&&h.timeout>0&&(s=n.setTimeout((function(){x.abort("timeout")}),h.timeout));try{l=!1,r.send(w,S)}catch(t){if(l)throw t;S(-1,t)}}else S(-1,"No Transport");function S(t,e,a,u){var f,d,y,w,_,k=e;l||(l=!0,s&&n.clearTimeout(s),r=void 0,o=u||"",x.readyState=t>0?4:0,f=t>=200&&t<300||304===t,a&&(w=function(t,e,n){for(var r,i,o,a,s=t.contents,u=t.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=t.mimeType||e.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||t.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(h,x,a)),!f&&M.inArray("script",h.dataTypes)>-1&&(h.converters["text script"]=function(){}),w=function(t,e,n,r){var i,o,a,s,u,l={},c=t.dataTypes.slice();if(c[1])for(a in t.converters)l[a.toLowerCase()]=t.converters[a];for(o=c.shift();o;)if(t.responseFields[o]&&(n[t.responseFields[o]]=e),!u&&r&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&t.throws)e=a(e);else try{e=a(e)}catch(t){return{state:"parsererror",error:a?t:"No conversion from "+u+" to "+o}}}return{state:"success",data:e}}(h,w,x,f),f?(h.ifModified&&((_=x.getResponseHeader("Last-Modified"))&&(M.lastModified[i]=_),(_=x.getResponseHeader("etag"))&&(M.etag[i]=_)),204===t||"HEAD"===h.type?k="nocontent":304===t?k="notmodified":(k=w.state,d=w.data,f=!(y=w.error))):(y=k,!t&&k||(k="error",t<0&&(t=0))),x.status=t,x.statusText=(e||k)+"",f?v.resolveWith(p,[d,k,x]):v.rejectWith(p,[x,k,y]),x.statusCode(b),b=void 0,c&&m.trigger(f?"ajaxSuccess":"ajaxError",[x,h,f?d:y]),g.fireWith(p,[x,k]),c&&(m.trigger("ajaxComplete",[x,h]),--M.active||M.event.trigger("ajaxStop")))}return x},getJSON:function(t,e,n){return M.get(t,e,n,"json")},getScript:function(t,e){return M.get(t,void 0,e,"script")}}),M.each(["get","post"],(function(t,e){M[e]=function(t,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),M.ajax(M.extend({url:t,type:e,dataType:i,data:n,success:r},M.isPlainObject(t)&&t))}})),M.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),M._evalUrl=function(t,e,n){return M.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){M.globalEval(t,e,n)}})},M.fn.extend({wrapAll:function(t){var e;return this[0]&&(g(t)&&(t=t.call(this[0])),e=M(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return g(t)?this.each((function(e){M(this).wrapInner(t.call(this,e))})):this.each((function(){var e=M(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=g(t);return this.each((function(n){M(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){M(this).replaceWith(this.childNodes)})),this}}),M.expr.pseudos.hidden=function(t){return!M.expr.pseudos.visible(t)},M.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},M.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var Ue={0:200,1223:204},We=M.ajaxSettings.xhr();v.cors=!!We&&"withCredentials"in We,v.ajax=We=!!We,M.ajaxTransport((function(t){var e,r;if(v.cors||We&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];for(a in t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);e=function(t){return function(){e&&(e=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===t?s.abort():"error"===t?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Ue[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=e(),r=s.onerror=s.ontimeout=e("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){e&&r()}))},e=e("abort");try{s.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),M.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),M.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return M.globalEval(t),t}}}),M.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),M.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(r,i){e=M("