/*! * Bootstrap v4.5.0 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
 #jb-template :root, .jb-template :root {
	 --blue: #007bff;
	 --indigo: #6610f2;
	 --purple: #6f42c1;
	 --pink: #e83e8c;
	 --red: #dc3545;
	 --orange: #fd7e14;
	 --yellow: #ffc107;
	 --green: #28a745;
	 --teal: #20c997;
	 --cyan: #17a2b8;
	 --white: #fff;
	 --gray: #6c757d;
	 --gray-dark: #343a40;
	 --primary: #007bff;
	 --secondary: #6c757d;
	 --success: #28a745;
	 --info: #17a2b8;
	 --warning: #ffc107;
	 --danger: #dc3545;
	 --light: #f8f9fa;
	 --dark: #343a40;
	 --breakpoint-xs: 0;
	 --breakpoint-sm: 576px;
	 --breakpoint-md: 768px;
	 --breakpoint-lg: 992px;
	 --breakpoint-xl: 1200px;
	 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
 #jb-template *, .jb-template *, #jb-template *::before, .jb-template *::before, #jb-template *::after, .jb-template *::after {
	 box-sizing: border-box;
}
 #jb-template html, .jb-template html {
	 line-height: 1.15;
	 -webkit-text-size-adjust: 100%;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 #jb-template article, .jb-template article, #jb-template aside, .jb-template aside, #jb-template figcaption, .jb-template figcaption, #jb-template figure, .jb-template figure, #jb-template footer, .jb-template footer, #jb-template header, .jb-template header, #jb-template hgroup, .jb-template hgroup, #jb-template main, .jb-template main, #jb-template nav, .jb-template nav, #jb-template section, .jb-template section {
	 display: block;
}
 #jb-template body, .jb-template body {
	 margin: 0;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
	 color: #212529;
	 text-align: left;
	 background-color: #fff;
}
 #jb-template [tabindex="-1"]:focus:not(:focus-visible), .jb-template [tabindex="-1"]:focus:not(:focus-visible) {
	 outline: 0 !important;
}
 #jb-template hr, .jb-template hr {
	 box-sizing: content-box;
	 height: 0;
	 overflow: visible;
}
 #jb-template h1, .jb-template h1, #jb-template h2, .jb-template h2, #jb-template h3, .jb-template h3, #jb-template h4, .jb-template h4, #jb-template h5, .jb-template h5, #jb-template h6, .jb-template h6 {
	 margin-top: 0;
	 margin-bottom: 0.5rem;
}
 #jb-template p, .jb-template p {
	 margin-top: 0;
	 margin-bottom: 1rem;
}
 #jb-template abbr[title], .jb-template abbr[title], #jb-template abbr[data-original-title], .jb-template 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;
}
 #jb-template address, .jb-template address {
	 margin-bottom: 1rem;
	 font-style: normal;
	 line-height: inherit;
}
 #jb-template ol, .jb-template ol, #jb-template ul, .jb-template ul, #jb-template dl, .jb-template dl {
	 margin-top: 0;
	 margin-bottom: 1rem;
}
 #jb-template ol ol, .jb-template ol ol, #jb-template ul ul, .jb-template ul ul, #jb-template ol ul, .jb-template ol ul, #jb-template ul ol, .jb-template ul ol {
	 margin-bottom: 0;
}
 #jb-template dt, .jb-template dt {
	 font-weight: 700;
}
 #jb-template dd, .jb-template dd {
	 margin-bottom: 0.5rem;
	 margin-left: 0;
}
 #jb-template blockquote, .jb-template blockquote {
	 margin: 0 0 1rem;
}
 #jb-template b, .jb-template b, #jb-template strong, .jb-template strong {
	 font-weight: bolder;
}
 #jb-template small, .jb-template small {
	 font-size: 80%;
}
 #jb-template sub, .jb-template sub, #jb-template sup, .jb-template sup {
	 position: relative;
	 font-size: 75%;
	 line-height: 0;
	 vertical-align: baseline;
}
 #jb-template sub, .jb-template sub {
	 bottom: -0.25em;
}
 #jb-template sup, .jb-template sup {
	 top: -0.5em;
}
 #jb-template a, .jb-template a {
	 color: #007bff;
	 text-decoration: none;
	 background-color: transparent;
}
 #jb-template a:hover, .jb-template a:hover {
	 color: #0056b3;
	 text-decoration: underline;
}
 #jb-template a:not([href]), .jb-template a:not([href]) {
	 color: inherit;
	 text-decoration: none;
}
 #jb-template a:not([href]):hover, .jb-template a:not([href]):hover {
	 color: inherit;
	 text-decoration: none;
}
 #jb-template pre, .jb-template pre, #jb-template code, .jb-template code, #jb-template kbd, .jb-template kbd, #jb-template samp, .jb-template samp {
	 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	 font-size: 1em;
}
 #jb-template pre, .jb-template pre {
	 margin-top: 0;
	 margin-bottom: 1rem;
	 overflow: auto;
	 -ms-overflow-style: scrollbar;
}
 #jb-template figure, .jb-template figure {
	 margin: 0 0 1rem;
}
 #jb-template img, .jb-template img {
	 vertical-align: middle;
	 border-style: none;
}
 #jb-template svg, .jb-template svg {
	 overflow: hidden;
	 vertical-align: middle;
}
 #jb-template table, .jb-template table {
	 border-collapse: collapse;
}
 #jb-template caption, .jb-template caption {
	 padding-top: 0.75rem;
	 padding-bottom: 0.75rem;
	 color: #6c757d;
	 text-align: left;
	 caption-side: bottom;
}
 #jb-template th, .jb-template th {
	 text-align: inherit;
}
 #jb-template label, .jb-template label {
	 display: inline-block;
	 margin-bottom: 0.5rem;
}
 #jb-template button, .jb-template button {
	 border-radius: 0;
}
 #jb-template button:focus, .jb-template button:focus {
	 outline: 1px dotted;
	 outline: 5px auto -webkit-focus-ring-color;
}
 #jb-template input, .jb-template input, #jb-template button, .jb-template button, #jb-template select, .jb-template select, #jb-template optgroup, .jb-template optgroup, #jb-template textarea, .jb-template textarea {
	 margin: 0;
	 font-family: inherit;
	 font-size: inherit;
	 line-height: inherit;
}
 #jb-template button, .jb-template button, #jb-template input, .jb-template input {
	 overflow: visible;
}
 #jb-template button, .jb-template button, #jb-template select, .jb-template select {
	 text-transform: none;
}
 #jb-template [role="button"], .jb-template [role="button"] {
	 cursor: pointer;
}
 #jb-template select, .jb-template select {
	 word-wrap: normal;
}
 #jb-template button, .jb-template button, #jb-template [type="button"], .jb-template [type="button"], #jb-template [type="reset"], .jb-template [type="reset"], #jb-template [type="submit"], .jb-template [type="submit"] {
	 -webkit-appearance: button;
}
 #jb-template button:not(:disabled), .jb-template button:not(:disabled), #jb-template [type="button"]:not(:disabled), .jb-template [type="button"]:not(:disabled), #jb-template [type="reset"]:not(:disabled), .jb-template [type="reset"]:not(:disabled), #jb-template [type="submit"]:not(:disabled), .jb-template [type="submit"]:not(:disabled) {
	 cursor: pointer;
}
 #jb-template button::-moz-focus-inner, .jb-template button::-moz-focus-inner, #jb-template [type="button"]::-moz-focus-inner, .jb-template [type="button"]::-moz-focus-inner, #jb-template [type="reset"]::-moz-focus-inner, .jb-template [type="reset"]::-moz-focus-inner, #jb-template [type="submit"]::-moz-focus-inner, .jb-template [type="submit"]::-moz-focus-inner {
	 padding: 0;
	 border-style: none;
}
 #jb-template input[type="radio"], .jb-template input[type="radio"], #jb-template input[type="checkbox"], .jb-template input[type="checkbox"] {
	 box-sizing: border-box;
	 padding: 0;
}
 #jb-template textarea, .jb-template textarea {
	 overflow: auto;
	 resize: vertical;
}
 #jb-template fieldset, .jb-template fieldset {
	 min-width: 0;
	 padding: 0;
	 margin: 0;
	 border: 0;
}
 #jb-template legend, .jb-template 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;
}
 #jb-template progress, .jb-template progress {
	 vertical-align: baseline;
}
 #jb-template [type="number"]::-webkit-inner-spin-button, .jb-template [type="number"]::-webkit-inner-spin-button, #jb-template [type="number"]::-webkit-outer-spin-button, .jb-template [type="number"]::-webkit-outer-spin-button {
	 height: auto;
}
 #jb-template [type="search"], .jb-template [type="search"] {
	 outline-offset: -2px;
	 -webkit-appearance: none;
}
 #jb-template [type="search"]::-webkit-search-decoration, .jb-template [type="search"]::-webkit-search-decoration {
	 -webkit-appearance: none;
}
 #jb-template ::-webkit-file-upload-button, .jb-template ::-webkit-file-upload-button {
	 font: inherit;
	 -webkit-appearance: button;
}
 #jb-template output, .jb-template output {
	 display: inline-block;
}
 #jb-template summary, .jb-template summary {
	 display: list-item;
	 cursor: pointer;
}
 #jb-template template, .jb-template template {
	 display: none;
}
 #jb-template [hidden], .jb-template [hidden] {
	 display: none !important;
}
 #jb-template h1, .jb-template h1, #jb-template h2, .jb-template h2, #jb-template h3, .jb-template h3, #jb-template h4, .jb-template h4, #jb-template h5, .jb-template h5, #jb-template h6, .jb-template h6, #jb-template .h1, .jb-template .h1, #jb-template .h2, .jb-template .h2, #jb-template .h3, .jb-template .h3, #jb-template .h4, .jb-template .h4, #jb-template .h5, .jb-template .h5, #jb-template .h6, .jb-template .h6 {
	 margin-bottom: 0.5rem;
	 font-weight: 500;
	 line-height: 1.2;
}
 #jb-template h1, .jb-template h1, #jb-template .h1, .jb-template .h1 {

}
 #jb-template h2, .jb-template h2, #jb-template .h2, .jb-template .h2 {

}
 #jb-template h3, .jb-template h3, #jb-template .h3, .jb-template .h3 {

}
 #jb-template h4, .jb-template h4, #jb-template .h4, .jb-template .h4 {

}
 #jb-template h5, .jb-template h5, #jb-template .h5, .jb-template .h5 {

}
 #jb-template h6, .jb-template h6, #jb-template .h6, .jb-template .h6 {

}
 #jb-template .lead, .jb-template .lead {
	 font-size: 1.25rem;
	 font-weight: 300;
}
 #jb-template .display-1, .jb-template .display-1 {
	 font-size: 6rem;
	 font-weight: 300;
	 line-height: 1.2;
}
 #jb-template .display-2, .jb-template .display-2 {
	 font-size: 5.5rem;
	 font-weight: 300;
	 line-height: 1.2;
}
 #jb-template .display-3, .jb-template .display-3 {
	 font-size: 4.5rem;
	 font-weight: 300;
	 line-height: 1.2;
}
 #jb-template .display-4, .jb-template .display-4 {
	 font-size: 3.5rem;
	 font-weight: 300;
	 line-height: 1.2;
}
 #jb-template hr, .jb-template hr {
	 margin-top: 1rem;
	 margin-bottom: 1rem;
	 border: 0;
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 #jb-template small, .jb-template small, #jb-template .small, .jb-template .small {
	 font-size: 80%;
	 font-weight: 400;
}
 #jb-template mark, .jb-template mark, #jb-template .mark, .jb-template .mark {
	 padding: 0.2em;
	 background-color: #fcf8e3;
}
 #jb-template .list-unstyled, .jb-template .list-unstyled {
	 padding-left: 0;
	 list-style: none;
}
 #jb-template .list-inline, .jb-template .list-inline {
	 padding-left: 0;
	 list-style: none;
}
 #jb-template .list-inline-item, .jb-template .list-inline-item {
	 display: inline-block;
}
 #jb-template .list-inline-item:not(:last-child), .jb-template .list-inline-item:not(:last-child) {
	 margin-right: 0.5rem;
}
 #jb-template .initialism, .jb-template .initialism {
	 font-size: 90%;
	 text-transform: uppercase;
}
 #jb-template .blockquote, .jb-template .blockquote {
	 margin-bottom: 1rem;
	 font-size: 1.25rem;
}
 #jb-template .blockquote-footer, .jb-template .blockquote-footer {
	 display: block;
	 font-size: 80%;
	 color: #6c757d;
}
 #jb-template .blockquote-footer::before, .jb-template .blockquote-footer::before {
	 content: "\2014\00A0";
}
 #jb-template .img-fluid, .jb-template .img-fluid {
	 max-width: 100%;
	 height: auto;
}
 #jb-template .img-thumbnail, .jb-template .img-thumbnail {
	 padding: 0.25rem;
	 background-color: #fff;
	 border: 1px solid #dee2e6;
	 border-radius: 0.25rem;
	 max-width: 100%;
	 height: auto;
}
 #jb-template .figure, .jb-template .figure {
	 display: inline-block;
}
 #jb-template .figure-img, .jb-template .figure-img {
	 margin-bottom: 0.5rem;
	 line-height: 1;
}
 #jb-template .figure-caption, .jb-template .figure-caption {
	 font-size: 90%;
	 color: #6c757d;
}
 #jb-template code, .jb-template code {
	 font-size: 87.5%;
	 color: #e83e8c;
	 word-wrap: break-word;
}
 #jb-template a > code, .jb-template a > code {
	 color: inherit;
}
 #jb-template kbd, .jb-template kbd {
	 padding: 0.2rem 0.4rem;
	 font-size: 87.5%;
	 color: #fff;
	 background-color: #212529;
	 border-radius: 0.2rem;
}
 #jb-template kbd kbd, .jb-template kbd kbd {
	 padding: 0;
	 font-size: 100%;
	 font-weight: 700;
}
 #jb-template pre, .jb-template pre {
	 display: block;
	 font-size: 87.5%;
	 color: #212529;
}
 #jb-template pre code, .jb-template pre code {
	 font-size: inherit;
	 color: inherit;
	 word-break: normal;
}
 #jb-template .pre-scrollable, .jb-template .pre-scrollable {
	 max-height: 340px;
	 overflow-y: scroll;
}
 #jb-template .container, .jb-template .container {
	 width: 100%;
	 padding-right: 15px;
	 padding-left: 15px;
	 margin-right: auto;
	 margin-left: auto;
}
 @media (min-width: 576px) {
	 #jb-template .container, .jb-template .container {
		 max-width: 540px;
	}
}
 @media (min-width: 768px) {
	 #jb-template .container, .jb-template .container {
		 max-width: 720px;
	}
}
 @media (min-width: 992px) {
	 #jb-template .container, .jb-template .container {
		 max-width: 960px;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .container, .jb-template .container {
		 max-width: 1140px;
	}
}
 #jb-template .container-fluid, .jb-template .container-fluid, #jb-template .container-sm, .jb-template .container-sm, #jb-template .container-md, .jb-template .container-md, #jb-template .container-lg, .jb-template .container-lg, #jb-template .container-xl, .jb-template .container-xl {
	 width: 100%;
	 padding-right: 15px;
	 padding-left: 15px;
	 margin-right: auto;
	 margin-left: auto;
}
 @media (min-width: 576px) {
	 #jb-template .container, .jb-template .container, #jb-template .container-sm, .jb-template .container-sm {
		 max-width: 540px;
	}
}
 @media (min-width: 768px) {
	 #jb-template .container, .jb-template .container, #jb-template .container-sm, .jb-template .container-sm, #jb-template .container-md, .jb-template .container-md {
		 max-width: 720px;
	}
}
 @media (min-width: 992px) {
	 #jb-template .container, .jb-template .container, #jb-template .container-sm, .jb-template .container-sm, #jb-template .container-md, .jb-template .container-md, #jb-template .container-lg, .jb-template .container-lg {
		 max-width: 960px;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .container, .jb-template .container, #jb-template .container-sm, .jb-template .container-sm, #jb-template .container-md, .jb-template .container-md, #jb-template .container-lg, .jb-template .container-lg, #jb-template .container-xl, .jb-template .container-xl {
		 max-width: 1140px;
	}
}
 #jb-template .row, .jb-template .row {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 #jb-template .no-gutters, .jb-template .no-gutters {
	 margin-right: 0;
	 margin-left: 0;
}
 #jb-template .no-gutters > .col, .jb-template .no-gutters > .col, #jb-template .no-gutters > [class*="col-"], .jb-template .no-gutters > [class*="col-"] {
	 padding-right: 0;
	 padding-left: 0;
}
 #jb-template .col-1, .jb-template .col-1, #jb-template .col-2, .jb-template .col-2, #jb-template .col-3, .jb-template .col-3, #jb-template .col-4, .jb-template .col-4, #jb-template .col-5, .jb-template .col-5, #jb-template .col-6, .jb-template .col-6, #jb-template .col-7, .jb-template .col-7, #jb-template .col-8, .jb-template .col-8, #jb-template .col-9, .jb-template .col-9, #jb-template .col-10, .jb-template .col-10, #jb-template .col-11, .jb-template .col-11, #jb-template .col-12, .jb-template .col-12, #jb-template .col, .jb-template .col, #jb-template .col-auto, .jb-template .col-auto, #jb-template .col-sm-1, .jb-template .col-sm-1, #jb-template .col-sm-2, .jb-template .col-sm-2, #jb-template .col-sm-3, .jb-template .col-sm-3, #jb-template .col-sm-4, .jb-template .col-sm-4, #jb-template .col-sm-5, .jb-template .col-sm-5, #jb-template .col-sm-6, .jb-template .col-sm-6, #jb-template .col-sm-7, .jb-template .col-sm-7, #jb-template .col-sm-8, .jb-template .col-sm-8, #jb-template .col-sm-9, .jb-template .col-sm-9, #jb-template .col-sm-10, .jb-template .col-sm-10, #jb-template .col-sm-11, .jb-template .col-sm-11, #jb-template .col-sm-12, .jb-template .col-sm-12, #jb-template .col-sm, .jb-template .col-sm, #jb-template .col-sm-auto, .jb-template .col-sm-auto, #jb-template .col-md-1, .jb-template .col-md-1, #jb-template .col-md-2, .jb-template .col-md-2, #jb-template .col-md-3, .jb-template .col-md-3, #jb-template .col-md-4, .jb-template .col-md-4, #jb-template .col-md-5, .jb-template .col-md-5, #jb-template .col-md-6, .jb-template .col-md-6, #jb-template .col-md-7, .jb-template .col-md-7, #jb-template .col-md-8, .jb-template .col-md-8, #jb-template .col-md-9, .jb-template .col-md-9, #jb-template .col-md-10, .jb-template .col-md-10, #jb-template .col-md-11, .jb-template .col-md-11, #jb-template .col-md-12, .jb-template .col-md-12, #jb-template .col-md, .jb-template .col-md, #jb-template .col-md-auto, .jb-template .col-md-auto, #jb-template .col-lg-1, .jb-template .col-lg-1, #jb-template .col-lg-2, .jb-template .col-lg-2, #jb-template .col-lg-3, .jb-template .col-lg-3, #jb-template .col-lg-4, .jb-template .col-lg-4, #jb-template .col-lg-5, .jb-template .col-lg-5, #jb-template .col-lg-6, .jb-template .col-lg-6, #jb-template .col-lg-7, .jb-template .col-lg-7, #jb-template .col-lg-8, .jb-template .col-lg-8, #jb-template .col-lg-9, .jb-template .col-lg-9, #jb-template .col-lg-10, .jb-template .col-lg-10, #jb-template .col-lg-11, .jb-template .col-lg-11, #jb-template .col-lg-12, .jb-template .col-lg-12, #jb-template .col-lg, .jb-template .col-lg, #jb-template .col-lg-auto, .jb-template .col-lg-auto, #jb-template .col-xl-1, .jb-template .col-xl-1, #jb-template .col-xl-2, .jb-template .col-xl-2, #jb-template .col-xl-3, .jb-template .col-xl-3, #jb-template .col-xl-4, .jb-template .col-xl-4, #jb-template .col-xl-5, .jb-template .col-xl-5, #jb-template .col-xl-6, .jb-template .col-xl-6, #jb-template .col-xl-7, .jb-template .col-xl-7, #jb-template .col-xl-8, .jb-template .col-xl-8, #jb-template .col-xl-9, .jb-template .col-xl-9, #jb-template .col-xl-10, .jb-template .col-xl-10, #jb-template .col-xl-11, .jb-template .col-xl-11, #jb-template .col-xl-12, .jb-template .col-xl-12, #jb-template .col-xl, .jb-template .col-xl, #jb-template .col-xl-auto, .jb-template .col-xl-auto {
	 position: relative;
	 width: 100%;
	 padding-right: 15px;
	 padding-left: 15px;
}
 #jb-template .col, .jb-template .col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 min-width: 0;
	 max-width: 100%;
}
 #jb-template .row-cols-1 > *, .jb-template .row-cols-1 > * {
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 max-width: 100%;
}
 #jb-template .row-cols-2 > *, .jb-template .row-cols-2 > * {
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;
}
 #jb-template .row-cols-3 > *, .jb-template .row-cols-3 > * {
	 -ms-flex: 0 0 33.333333%;
	 flex: 0 0 33.333333%;
	 max-width: 33.333333%;
}
 #jb-template .row-cols-4 > *, .jb-template .row-cols-4 > * {
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 max-width: 25%;
}
 #jb-template .row-cols-5 > *, .jb-template .row-cols-5 > * {
	 -ms-flex: 0 0 20%;
	 flex: 0 0 20%;
	 max-width: 20%;
}
 #jb-template .row-cols-6 > *, .jb-template .row-cols-6 > * {
	 -ms-flex: 0 0 16.666667%;
	 flex: 0 0 16.666667%;
	 max-width: 16.666667%;
}
 #jb-template .col-auto, .jb-template .col-auto {
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 width: auto;
	 max-width: 100%;
}
 #jb-template .col-1, .jb-template .col-1 {
	 -ms-flex: 0 0 8.333333%;
	 flex: 0 0 8.333333%;
	 max-width: 8.333333%;
}
 #jb-template .col-2, .jb-template .col-2 {
	 -ms-flex: 0 0 16.666667%;
	 flex: 0 0 16.666667%;
	 max-width: 16.666667%;
}
 #jb-template .col-3, .jb-template .col-3 {
	 -ms-flex: 0 0 25%;
	 flex: 0 0 25%;
	 max-width: 25%;
}
 #jb-template .col-4, .jb-template .col-4 {
	 -ms-flex: 0 0 33.333333%;
	 flex: 0 0 33.333333%;
	 max-width: 33.333333%;
}
 #jb-template .col-5, .jb-template .col-5 {
	 -ms-flex: 0 0 41.666667%;
	 flex: 0 0 41.666667%;
	 max-width: 41.666667%;
}
 #jb-template .col-6, .jb-template .col-6 {
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;
}
 #jb-template .col-7, .jb-template .col-7 {
	 -ms-flex: 0 0 58.333333%;
	 flex: 0 0 58.333333%;
	 max-width: 58.333333%;
}
 #jb-template .col-8, .jb-template .col-8 {
	 -ms-flex: 0 0 66.666667%;
	 flex: 0 0 66.666667%;
	 max-width: 66.666667%;
}
 #jb-template .col-9, .jb-template .col-9 {
	 -ms-flex: 0 0 75%;
	 flex: 0 0 75%;
	 max-width: 75%;
}
 #jb-template .col-10, .jb-template .col-10 {
	 -ms-flex: 0 0 83.333333%;
	 flex: 0 0 83.333333%;
	 max-width: 83.333333%;
}
 #jb-template .col-11, .jb-template .col-11 {
	 -ms-flex: 0 0 91.666667%;
	 flex: 0 0 91.666667%;
	 max-width: 91.666667%;
}
 #jb-template .col-12, .jb-template .col-12 {
	 -ms-flex: 0 0 100%;
	 flex: 0 0 100%;
	 max-width: 100%;
}
 #jb-template .order-first, .jb-template .order-first {
	 -ms-flex-order: -1;
	 order: -1;
}
 #jb-template .order-last, .jb-template .order-last {
	 -ms-flex-order: 13;
	 order: 13;
}
 #jb-template .order-0, .jb-template .order-0 {
	 -ms-flex-order: 0;
	 order: 0;
}
 #jb-template .order-1, .jb-template .order-1 {
	 -ms-flex-order: 1;
	 order: 1;
}
 #jb-template .order-2, .jb-template .order-2 {
	 -ms-flex-order: 2;
	 order: 2;
}
 #jb-template .order-3, .jb-template .order-3 {
	 -ms-flex-order: 3;
	 order: 3;
}
 #jb-template .order-4, .jb-template .order-4 {
	 -ms-flex-order: 4;
	 order: 4;
}
 #jb-template .order-5, .jb-template .order-5 {
	 -ms-flex-order: 5;
	 order: 5;
}
 #jb-template .order-6, .jb-template .order-6 {
	 -ms-flex-order: 6;
	 order: 6;
}
 #jb-template .order-7, .jb-template .order-7 {
	 -ms-flex-order: 7;
	 order: 7;
}
 #jb-template .order-8, .jb-template .order-8 {
	 -ms-flex-order: 8;
	 order: 8;
}
 #jb-template .order-9, .jb-template .order-9 {
	 -ms-flex-order: 9;
	 order: 9;
}
 #jb-template .order-10, .jb-template .order-10 {
	 -ms-flex-order: 10;
	 order: 10;
}
 #jb-template .order-11, .jb-template .order-11 {
	 -ms-flex-order: 11;
	 order: 11;
}
 #jb-template .order-12, .jb-template .order-12 {
	 -ms-flex-order: 12;
	 order: 12;
}
 #jb-template .offset-1, .jb-template .offset-1 {
	 margin-left: 8.333333%;
}
 #jb-template .offset-2, .jb-template .offset-2 {
	 margin-left: 16.666667%;
}
 #jb-template .offset-3, .jb-template .offset-3 {
	 margin-left: 25%;
}
 #jb-template .offset-4, .jb-template .offset-4 {
	 margin-left: 33.333333%;
}
 #jb-template .offset-5, .jb-template .offset-5 {
	 margin-left: 41.666667%;
}
 #jb-template .offset-6, .jb-template .offset-6 {
	 margin-left: 50%;
}
 #jb-template .offset-7, .jb-template .offset-7 {
	 margin-left: 58.333333%;
}
 #jb-template .offset-8, .jb-template .offset-8 {
	 margin-left: 66.666667%;
}
 #jb-template .offset-9, .jb-template .offset-9 {
	 margin-left: 75%;
}
 #jb-template .offset-10, .jb-template .offset-10 {
	 margin-left: 83.333333%;
}
 #jb-template .offset-11, .jb-template .offset-11 {
	 margin-left: 91.666667%;
}
 @media (min-width: 576px) {
	 #jb-template .col-sm, .jb-template .col-sm {
		 -ms-flex-preferred-size: 0;
		 flex-basis: 0;
		 -ms-flex-positive: 1;
		 flex-grow: 1;
		 min-width: 0;
		 max-width: 100%;
	}
	 #jb-template .row-cols-sm-1 > *, .jb-template .row-cols-sm-1 > * {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .row-cols-sm-2 > *, .jb-template .row-cols-sm-2 > * {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .row-cols-sm-3 > *, .jb-template .row-cols-sm-3 > * {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .row-cols-sm-4 > *, .jb-template .row-cols-sm-4 > * {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .row-cols-sm-5 > *, .jb-template .row-cols-sm-5 > * {
		 -ms-flex: 0 0 20%;
		 flex: 0 0 20%;
		 max-width: 20%;
	}
	 #jb-template .row-cols-sm-6 > *, .jb-template .row-cols-sm-6 > * {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-sm-auto, .jb-template .col-sm-auto {
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
		 width: auto;
		 max-width: 100%;
	}
	 #jb-template .col-sm-1, .jb-template .col-sm-1 {
		 -ms-flex: 0 0 8.333333%;
		 flex: 0 0 8.333333%;
		 max-width: 8.333333%;
	}
	 #jb-template .col-sm-2, .jb-template .col-sm-2 {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-sm-3, .jb-template .col-sm-3 {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .col-sm-4, .jb-template .col-sm-4 {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .col-sm-5, .jb-template .col-sm-5 {
		 -ms-flex: 0 0 41.666667%;
		 flex: 0 0 41.666667%;
		 max-width: 41.666667%;
	}
	 #jb-template .col-sm-6, .jb-template .col-sm-6 {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .col-sm-7, .jb-template .col-sm-7 {
		 -ms-flex: 0 0 58.333333%;
		 flex: 0 0 58.333333%;
		 max-width: 58.333333%;
	}
	 #jb-template .col-sm-8, .jb-template .col-sm-8 {
		 -ms-flex: 0 0 66.666667%;
		 flex: 0 0 66.666667%;
		 max-width: 66.666667%;
	}
	 #jb-template .col-sm-9, .jb-template .col-sm-9 {
		 -ms-flex: 0 0 75%;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 #jb-template .col-sm-10, .jb-template .col-sm-10 {
		 -ms-flex: 0 0 83.333333%;
		 flex: 0 0 83.333333%;
		 max-width: 83.333333%;
	}
	 #jb-template .col-sm-11, .jb-template .col-sm-11 {
		 -ms-flex: 0 0 91.666667%;
		 flex: 0 0 91.666667%;
		 max-width: 91.666667%;
	}
	 #jb-template .col-sm-12, .jb-template .col-sm-12 {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .order-sm-first, .jb-template .order-sm-first {
		 -ms-flex-order: -1;
		 order: -1;
	}
	 #jb-template .order-sm-last, .jb-template .order-sm-last {
		 -ms-flex-order: 13;
		 order: 13;
	}
	 #jb-template .order-sm-0, .jb-template .order-sm-0 {
		 -ms-flex-order: 0;
		 order: 0;
	}
	 #jb-template .order-sm-1, .jb-template .order-sm-1 {
		 -ms-flex-order: 1;
		 order: 1;
	}
	 #jb-template .order-sm-2, .jb-template .order-sm-2 {
		 -ms-flex-order: 2;
		 order: 2;
	}
	 #jb-template .order-sm-3, .jb-template .order-sm-3 {
		 -ms-flex-order: 3;
		 order: 3;
	}
	 #jb-template .order-sm-4, .jb-template .order-sm-4 {
		 -ms-flex-order: 4;
		 order: 4;
	}
	 #jb-template .order-sm-5, .jb-template .order-sm-5 {
		 -ms-flex-order: 5;
		 order: 5;
	}
	 #jb-template .order-sm-6, .jb-template .order-sm-6 {
		 -ms-flex-order: 6;
		 order: 6;
	}
	 #jb-template .order-sm-7, .jb-template .order-sm-7 {
		 -ms-flex-order: 7;
		 order: 7;
	}
	 #jb-template .order-sm-8, .jb-template .order-sm-8 {
		 -ms-flex-order: 8;
		 order: 8;
	}
	 #jb-template .order-sm-9, .jb-template .order-sm-9 {
		 -ms-flex-order: 9;
		 order: 9;
	}
	 #jb-template .order-sm-10, .jb-template .order-sm-10 {
		 -ms-flex-order: 10;
		 order: 10;
	}
	 #jb-template .order-sm-11, .jb-template .order-sm-11 {
		 -ms-flex-order: 11;
		 order: 11;
	}
	 #jb-template .order-sm-12, .jb-template .order-sm-12 {
		 -ms-flex-order: 12;
		 order: 12;
	}
	 #jb-template .offset-sm-0, .jb-template .offset-sm-0 {
		 margin-left: 0;
	}
	 #jb-template .offset-sm-1, .jb-template .offset-sm-1 {
		 margin-left: 8.333333%;
	}
	 #jb-template .offset-sm-2, .jb-template .offset-sm-2 {
		 margin-left: 16.666667%;
	}
	 #jb-template .offset-sm-3, .jb-template .offset-sm-3 {
		 margin-left: 25%;
	}
	 #jb-template .offset-sm-4, .jb-template .offset-sm-4 {
		 margin-left: 33.333333%;
	}
	 #jb-template .offset-sm-5, .jb-template .offset-sm-5 {
		 margin-left: 41.666667%;
	}
	 #jb-template .offset-sm-6, .jb-template .offset-sm-6 {
		 margin-left: 50%;
	}
	 #jb-template .offset-sm-7, .jb-template .offset-sm-7 {
		 margin-left: 58.333333%;
	}
	 #jb-template .offset-sm-8, .jb-template .offset-sm-8 {
		 margin-left: 66.666667%;
	}
	 #jb-template .offset-sm-9, .jb-template .offset-sm-9 {
		 margin-left: 75%;
	}
	 #jb-template .offset-sm-10, .jb-template .offset-sm-10 {
		 margin-left: 83.333333%;
	}
	 #jb-template .offset-sm-11, .jb-template .offset-sm-11 {
		 margin-left: 91.666667%;
	}
}
 @media (min-width: 768px) {
	 #jb-template .col-md, .jb-template .col-md {
		 -ms-flex-preferred-size: 0;
		 flex-basis: 0;
		 -ms-flex-positive: 1;
		 flex-grow: 1;
		 min-width: 0;
		 max-width: 100%;
	}
	 #jb-template .row-cols-md-1 > *, .jb-template .row-cols-md-1 > * {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .row-cols-md-2 > *, .jb-template .row-cols-md-2 > * {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .row-cols-md-3 > *, .jb-template .row-cols-md-3 > * {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .row-cols-md-4 > *, .jb-template .row-cols-md-4 > * {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .row-cols-md-5 > *, .jb-template .row-cols-md-5 > * {
		 -ms-flex: 0 0 20%;
		 flex: 0 0 20%;
		 max-width: 20%;
	}
	 #jb-template .row-cols-md-6 > *, .jb-template .row-cols-md-6 > * {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-md-auto, .jb-template .col-md-auto {
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
		 width: auto;
		 max-width: 100%;
	}
	 #jb-template .col-md-1, .jb-template .col-md-1 {
		 -ms-flex: 0 0 8.333333%;
		 flex: 0 0 8.333333%;
		 max-width: 8.333333%;
	}
	 #jb-template .col-md-2, .jb-template .col-md-2 {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-md-3, .jb-template .col-md-3 {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .col-md-4, .jb-template .col-md-4 {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .col-md-5, .jb-template .col-md-5 {
		 -ms-flex: 0 0 41.666667%;
		 flex: 0 0 41.666667%;
		 max-width: 41.666667%;
	}
	 #jb-template .col-md-6, .jb-template .col-md-6 {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .col-md-7, .jb-template .col-md-7 {
		 -ms-flex: 0 0 58.333333%;
		 flex: 0 0 58.333333%;
		 max-width: 58.333333%;
	}
	 #jb-template .col-md-8, .jb-template .col-md-8 {
		 -ms-flex: 0 0 66.666667%;
		 flex: 0 0 66.666667%;
		 max-width: 66.666667%;
	}
	 #jb-template .col-md-9, .jb-template .col-md-9 {
		 -ms-flex: 0 0 75%;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 #jb-template .col-md-10, .jb-template .col-md-10 {
		 -ms-flex: 0 0 83.333333%;
		 flex: 0 0 83.333333%;
		 max-width: 83.333333%;
	}
	 #jb-template .col-md-11, .jb-template .col-md-11 {
		 -ms-flex: 0 0 91.666667%;
		 flex: 0 0 91.666667%;
		 max-width: 91.666667%;
	}
	 #jb-template .col-md-12, .jb-template .col-md-12 {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .order-md-first, .jb-template .order-md-first {
		 -ms-flex-order: -1;
		 order: -1;
	}
	 #jb-template .order-md-last, .jb-template .order-md-last {
		 -ms-flex-order: 13;
		 order: 13;
	}
	 #jb-template .order-md-0, .jb-template .order-md-0 {
		 -ms-flex-order: 0;
		 order: 0;
	}
	 #jb-template .order-md-1, .jb-template .order-md-1 {
		 -ms-flex-order: 1;
		 order: 1;
	}
	 #jb-template .order-md-2, .jb-template .order-md-2 {
		 -ms-flex-order: 2;
		 order: 2;
	}
	 #jb-template .order-md-3, .jb-template .order-md-3 {
		 -ms-flex-order: 3;
		 order: 3;
	}
	 #jb-template .order-md-4, .jb-template .order-md-4 {
		 -ms-flex-order: 4;
		 order: 4;
	}
	 #jb-template .order-md-5, .jb-template .order-md-5 {
		 -ms-flex-order: 5;
		 order: 5;
	}
	 #jb-template .order-md-6, .jb-template .order-md-6 {
		 -ms-flex-order: 6;
		 order: 6;
	}
	 #jb-template .order-md-7, .jb-template .order-md-7 {
		 -ms-flex-order: 7;
		 order: 7;
	}
	 #jb-template .order-md-8, .jb-template .order-md-8 {
		 -ms-flex-order: 8;
		 order: 8;
	}
	 #jb-template .order-md-9, .jb-template .order-md-9 {
		 -ms-flex-order: 9;
		 order: 9;
	}
	 #jb-template .order-md-10, .jb-template .order-md-10 {
		 -ms-flex-order: 10;
		 order: 10;
	}
	 #jb-template .order-md-11, .jb-template .order-md-11 {
		 -ms-flex-order: 11;
		 order: 11;
	}
	 #jb-template .order-md-12, .jb-template .order-md-12 {
		 -ms-flex-order: 12;
		 order: 12;
	}
	 #jb-template .offset-md-0, .jb-template .offset-md-0 {
		 margin-left: 0;
	}
	 #jb-template .offset-md-1, .jb-template .offset-md-1 {
		 margin-left: 8.333333%;
	}
	 #jb-template .offset-md-2, .jb-template .offset-md-2 {
		 margin-left: 16.666667%;
	}
	 #jb-template .offset-md-3, .jb-template .offset-md-3 {
		 margin-left: 25%;
	}
	 #jb-template .offset-md-4, .jb-template .offset-md-4 {
		 margin-left: 33.333333%;
	}
	 #jb-template .offset-md-5, .jb-template .offset-md-5 {
		 margin-left: 41.666667%;
	}
	 #jb-template .offset-md-6, .jb-template .offset-md-6 {
		 margin-left: 50%;
	}
	 #jb-template .offset-md-7, .jb-template .offset-md-7 {
		 margin-left: 58.333333%;
	}
	 #jb-template .offset-md-8, .jb-template .offset-md-8 {
		 margin-left: 66.666667%;
	}
	 #jb-template .offset-md-9, .jb-template .offset-md-9 {
		 margin-left: 75%;
	}
	 #jb-template .offset-md-10, .jb-template .offset-md-10 {
		 margin-left: 83.333333%;
	}
	 #jb-template .offset-md-11, .jb-template .offset-md-11 {
		 margin-left: 91.666667%;
	}
}
 @media (min-width: 992px) {
	 #jb-template .col-lg, .jb-template .col-lg {
		 -ms-flex-preferred-size: 0;
		 flex-basis: 0;
		 -ms-flex-positive: 1;
		 flex-grow: 1;
		 min-width: 0;
		 max-width: 100%;
	}
	 #jb-template .row-cols-lg-1 > *, .jb-template .row-cols-lg-1 > * {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .row-cols-lg-2 > *, .jb-template .row-cols-lg-2 > * {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .row-cols-lg-3 > *, .jb-template .row-cols-lg-3 > * {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .row-cols-lg-4 > *, .jb-template .row-cols-lg-4 > * {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .row-cols-lg-5 > *, .jb-template .row-cols-lg-5 > * {
		 -ms-flex: 0 0 20%;
		 flex: 0 0 20%;
		 max-width: 20%;
	}
	 #jb-template .row-cols-lg-6 > *, .jb-template .row-cols-lg-6 > * {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-lg-auto, .jb-template .col-lg-auto {
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
		 width: auto;
		 max-width: 100%;
	}
	 #jb-template .col-lg-1, .jb-template .col-lg-1 {
		 -ms-flex: 0 0 8.333333%;
		 flex: 0 0 8.333333%;
		 max-width: 8.333333%;
	}
	 #jb-template .col-lg-2, .jb-template .col-lg-2 {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-lg-3, .jb-template .col-lg-3 {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .col-lg-4, .jb-template .col-lg-4 {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .col-lg-5, .jb-template .col-lg-5 {
		 -ms-flex: 0 0 41.666667%;
		 flex: 0 0 41.666667%;
		 max-width: 41.666667%;
	}
	 #jb-template .col-lg-6, .jb-template .col-lg-6 {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .col-lg-7, .jb-template .col-lg-7 {
		 -ms-flex: 0 0 58.333333%;
		 flex: 0 0 58.333333%;
		 max-width: 58.333333%;
	}
	 #jb-template .col-lg-8, .jb-template .col-lg-8 {
		 -ms-flex: 0 0 66.666667%;
		 flex: 0 0 66.666667%;
		 max-width: 66.666667%;
	}
	 #jb-template .col-lg-9, .jb-template .col-lg-9 {
		 -ms-flex: 0 0 75%;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 #jb-template .col-lg-10, .jb-template .col-lg-10 {
		 -ms-flex: 0 0 83.333333%;
		 flex: 0 0 83.333333%;
		 max-width: 83.333333%;
	}
	 #jb-template .col-lg-11, .jb-template .col-lg-11 {
		 -ms-flex: 0 0 91.666667%;
		 flex: 0 0 91.666667%;
		 max-width: 91.666667%;
	}
	 #jb-template .col-lg-12, .jb-template .col-lg-12 {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .order-lg-first, .jb-template .order-lg-first {
		 -ms-flex-order: -1;
		 order: -1;
	}
	 #jb-template .order-lg-last, .jb-template .order-lg-last {
		 -ms-flex-order: 13;
		 order: 13;
	}
	 #jb-template .order-lg-0, .jb-template .order-lg-0 {
		 -ms-flex-order: 0;
		 order: 0;
	}
	 #jb-template .order-lg-1, .jb-template .order-lg-1 {
		 -ms-flex-order: 1;
		 order: 1;
	}
	 #jb-template .order-lg-2, .jb-template .order-lg-2 {
		 -ms-flex-order: 2;
		 order: 2;
	}
	 #jb-template .order-lg-3, .jb-template .order-lg-3 {
		 -ms-flex-order: 3;
		 order: 3;
	}
	 #jb-template .order-lg-4, .jb-template .order-lg-4 {
		 -ms-flex-order: 4;
		 order: 4;
	}
	 #jb-template .order-lg-5, .jb-template .order-lg-5 {
		 -ms-flex-order: 5;
		 order: 5;
	}
	 #jb-template .order-lg-6, .jb-template .order-lg-6 {
		 -ms-flex-order: 6;
		 order: 6;
	}
	 #jb-template .order-lg-7, .jb-template .order-lg-7 {
		 -ms-flex-order: 7;
		 order: 7;
	}
	 #jb-template .order-lg-8, .jb-template .order-lg-8 {
		 -ms-flex-order: 8;
		 order: 8;
	}
	 #jb-template .order-lg-9, .jb-template .order-lg-9 {
		 -ms-flex-order: 9;
		 order: 9;
	}
	 #jb-template .order-lg-10, .jb-template .order-lg-10 {
		 -ms-flex-order: 10;
		 order: 10;
	}
	 #jb-template .order-lg-11, .jb-template .order-lg-11 {
		 -ms-flex-order: 11;
		 order: 11;
	}
	 #jb-template .order-lg-12, .jb-template .order-lg-12 {
		 -ms-flex-order: 12;
		 order: 12;
	}
	 #jb-template .offset-lg-0, .jb-template .offset-lg-0 {
		 margin-left: 0;
	}
	 #jb-template .offset-lg-1, .jb-template .offset-lg-1 {
		 margin-left: 8.333333%;
	}
	 #jb-template .offset-lg-2, .jb-template .offset-lg-2 {
		 margin-left: 16.666667%;
	}
	 #jb-template .offset-lg-3, .jb-template .offset-lg-3 {
		 margin-left: 25%;
	}
	 #jb-template .offset-lg-4, .jb-template .offset-lg-4 {
		 margin-left: 33.333333%;
	}
	 #jb-template .offset-lg-5, .jb-template .offset-lg-5 {
		 margin-left: 41.666667%;
	}
	 #jb-template .offset-lg-6, .jb-template .offset-lg-6 {
		 margin-left: 50%;
	}
	 #jb-template .offset-lg-7, .jb-template .offset-lg-7 {
		 margin-left: 58.333333%;
	}
	 #jb-template .offset-lg-8, .jb-template .offset-lg-8 {
		 margin-left: 66.666667%;
	}
	 #jb-template .offset-lg-9, .jb-template .offset-lg-9 {
		 margin-left: 75%;
	}
	 #jb-template .offset-lg-10, .jb-template .offset-lg-10 {
		 margin-left: 83.333333%;
	}
	 #jb-template .offset-lg-11, .jb-template .offset-lg-11 {
		 margin-left: 91.666667%;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .col-xl, .jb-template .col-xl {
		 -ms-flex-preferred-size: 0;
		 flex-basis: 0;
		 -ms-flex-positive: 1;
		 flex-grow: 1;
		 min-width: 0;
		 max-width: 100%;
	}
	 #jb-template .row-cols-xl-1 > *, .jb-template .row-cols-xl-1 > * {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .row-cols-xl-2 > *, .jb-template .row-cols-xl-2 > * {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .row-cols-xl-3 > *, .jb-template .row-cols-xl-3 > * {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .row-cols-xl-4 > *, .jb-template .row-cols-xl-4 > * {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .row-cols-xl-5 > *, .jb-template .row-cols-xl-5 > * {
		 -ms-flex: 0 0 20%;
		 flex: 0 0 20%;
		 max-width: 20%;
	}
	 #jb-template .row-cols-xl-6 > *, .jb-template .row-cols-xl-6 > * {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-xl-auto, .jb-template .col-xl-auto {
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
		 width: auto;
		 max-width: 100%;
	}
	 #jb-template .col-xl-1, .jb-template .col-xl-1 {
		 -ms-flex: 0 0 8.333333%;
		 flex: 0 0 8.333333%;
		 max-width: 8.333333%;
	}
	 #jb-template .col-xl-2, .jb-template .col-xl-2 {
		 -ms-flex: 0 0 16.666667%;
		 flex: 0 0 16.666667%;
		 max-width: 16.666667%;
	}
	 #jb-template .col-xl-3, .jb-template .col-xl-3 {
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
	}
	 #jb-template .col-xl-4, .jb-template .col-xl-4 {
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	}
	 #jb-template .col-xl-5, .jb-template .col-xl-5 {
		 -ms-flex: 0 0 41.666667%;
		 flex: 0 0 41.666667%;
		 max-width: 41.666667%;
	}
	 #jb-template .col-xl-6, .jb-template .col-xl-6 {
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 #jb-template .col-xl-7, .jb-template .col-xl-7 {
		 -ms-flex: 0 0 58.333333%;
		 flex: 0 0 58.333333%;
		 max-width: 58.333333%;
	}
	 #jb-template .col-xl-8, .jb-template .col-xl-8 {
		 -ms-flex: 0 0 66.666667%;
		 flex: 0 0 66.666667%;
		 max-width: 66.666667%;
	}
	 #jb-template .col-xl-9, .jb-template .col-xl-9 {
		 -ms-flex: 0 0 75%;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 #jb-template .col-xl-10, .jb-template .col-xl-10 {
		 -ms-flex: 0 0 83.333333%;
		 flex: 0 0 83.333333%;
		 max-width: 83.333333%;
	}
	 #jb-template .col-xl-11, .jb-template .col-xl-11 {
		 -ms-flex: 0 0 91.666667%;
		 flex: 0 0 91.666667%;
		 max-width: 91.666667%;
	}
	 #jb-template .col-xl-12, .jb-template .col-xl-12 {
		 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
		 max-width: 100%;
	}
	 #jb-template .order-xl-first, .jb-template .order-xl-first {
		 -ms-flex-order: -1;
		 order: -1;
	}
	 #jb-template .order-xl-last, .jb-template .order-xl-last {
		 -ms-flex-order: 13;
		 order: 13;
	}
	 #jb-template .order-xl-0, .jb-template .order-xl-0 {
		 -ms-flex-order: 0;
		 order: 0;
	}
	 #jb-template .order-xl-1, .jb-template .order-xl-1 {
		 -ms-flex-order: 1;
		 order: 1;
	}
	 #jb-template .order-xl-2, .jb-template .order-xl-2 {
		 -ms-flex-order: 2;
		 order: 2;
	}
	 #jb-template .order-xl-3, .jb-template .order-xl-3 {
		 -ms-flex-order: 3;
		 order: 3;
	}
	 #jb-template .order-xl-4, .jb-template .order-xl-4 {
		 -ms-flex-order: 4;
		 order: 4;
	}
	 #jb-template .order-xl-5, .jb-template .order-xl-5 {
		 -ms-flex-order: 5;
		 order: 5;
	}
	 #jb-template .order-xl-6, .jb-template .order-xl-6 {
		 -ms-flex-order: 6;
		 order: 6;
	}
	 #jb-template .order-xl-7, .jb-template .order-xl-7 {
		 -ms-flex-order: 7;
		 order: 7;
	}
	 #jb-template .order-xl-8, .jb-template .order-xl-8 {
		 -ms-flex-order: 8;
		 order: 8;
	}
	 #jb-template .order-xl-9, .jb-template .order-xl-9 {
		 -ms-flex-order: 9;
		 order: 9;
	}
	 #jb-template .order-xl-10, .jb-template .order-xl-10 {
		 -ms-flex-order: 10;
		 order: 10;
	}
	 #jb-template .order-xl-11, .jb-template .order-xl-11 {
		 -ms-flex-order: 11;
		 order: 11;
	}
	 #jb-template .order-xl-12, .jb-template .order-xl-12 {
		 -ms-flex-order: 12;
		 order: 12;
	}
	 #jb-template .offset-xl-0, .jb-template .offset-xl-0 {
		 margin-left: 0;
	}
	 #jb-template .offset-xl-1, .jb-template .offset-xl-1 {
		 margin-left: 8.333333%;
	}
	 #jb-template .offset-xl-2, .jb-template .offset-xl-2 {
		 margin-left: 16.666667%;
	}
	 #jb-template .offset-xl-3, .jb-template .offset-xl-3 {
		 margin-left: 25%;
	}
	 #jb-template .offset-xl-4, .jb-template .offset-xl-4 {
		 margin-left: 33.333333%;
	}
	 #jb-template .offset-xl-5, .jb-template .offset-xl-5 {
		 margin-left: 41.666667%;
	}
	 #jb-template .offset-xl-6, .jb-template .offset-xl-6 {
		 margin-left: 50%;
	}
	 #jb-template .offset-xl-7, .jb-template .offset-xl-7 {
		 margin-left: 58.333333%;
	}
	 #jb-template .offset-xl-8, .jb-template .offset-xl-8 {
		 margin-left: 66.666667%;
	}
	 #jb-template .offset-xl-9, .jb-template .offset-xl-9 {
		 margin-left: 75%;
	}
	 #jb-template .offset-xl-10, .jb-template .offset-xl-10 {
		 margin-left: 83.333333%;
	}
	 #jb-template .offset-xl-11, .jb-template .offset-xl-11 {
		 margin-left: 91.666667%;
	}
}
 #jb-template .table, .jb-template .table {
	 width: 100%;
	 margin-bottom: 1rem;
	 color: #212529;
}
 #jb-template .table th, .jb-template .table th, #jb-template .table td, .jb-template .table td {
	 padding: 0.75rem;
	 vertical-align: top;
	 border-top: 1px solid #dee2e6;
}
 #jb-template .table thead th, .jb-template .table thead th {
	 vertical-align: bottom;
	 border-bottom: 2px solid #dee2e6;
}
 #jb-template .table tbody + tbody, .jb-template .table tbody + tbody {
	 border-top: 2px solid #dee2e6;
}
 #jb-template .table-sm th, .jb-template .table-sm th, #jb-template .table-sm td, .jb-template .table-sm td {
	 padding: 0.3rem;
}
 #jb-template .table-bordered, .jb-template .table-bordered {
	 border: 1px solid #dee2e6;
}
 #jb-template .table-bordered th, .jb-template .table-bordered th, #jb-template .table-bordered td, .jb-template .table-bordered td {
	 border: 1px solid #dee2e6;
}
 #jb-template .table-bordered thead th, .jb-template .table-bordered thead th, #jb-template .table-bordered thead td, .jb-template .table-bordered thead td {
	 border-bottom-width: 2px;
}
 #jb-template .table-borderless th, .jb-template .table-borderless th, #jb-template .table-borderless td, .jb-template .table-borderless td, #jb-template .table-borderless thead th, .jb-template .table-borderless thead th, #jb-template .table-borderless tbody + tbody, .jb-template .table-borderless tbody + tbody {
	 border: 0;
}
 #jb-template .table-striped tbody tr:nth-of-type(odd), .jb-template .table-striped tbody tr:nth-of-type(odd) {
	 background-color: rgba(0, 0, 0, 0.05);
}
 #jb-template .table-hover tbody tr:hover, .jb-template .table-hover tbody tr:hover {
	 color: #212529;
	 background-color: rgba(0, 0, 0, 0.075);
}
 #jb-template .table-primary, .jb-template .table-primary, #jb-template .table-primary > th, .jb-template .table-primary > th, #jb-template .table-primary > td, .jb-template .table-primary > td {
	 background-color: #b8daff;
}
 #jb-template .table-primary th, .jb-template .table-primary th, #jb-template .table-primary td, .jb-template .table-primary td, #jb-template .table-primary thead th, .jb-template .table-primary thead th, #jb-template .table-primary tbody + tbody, .jb-template .table-primary tbody + tbody {
	 border-color: #7abaff;
}
 #jb-template .table-hover .table-primary:hover, .jb-template .table-hover .table-primary:hover {
	 background-color: #9fcdff;
}
 #jb-template .table-hover .table-primary:hover > td, .jb-template .table-hover .table-primary:hover > td, #jb-template .table-hover .table-primary:hover > th, .jb-template .table-hover .table-primary:hover > th {
	 background-color: #9fcdff;
}
 #jb-template .table-secondary, .jb-template .table-secondary, #jb-template .table-secondary > th, .jb-template .table-secondary > th, #jb-template .table-secondary > td, .jb-template .table-secondary > td {
	 background-color: #d6d8db;
}
 #jb-template .table-secondary th, .jb-template .table-secondary th, #jb-template .table-secondary td, .jb-template .table-secondary td, #jb-template .table-secondary thead th, .jb-template .table-secondary thead th, #jb-template .table-secondary tbody + tbody, .jb-template .table-secondary tbody + tbody {
	 border-color: #b3b7bb;
}
 #jb-template .table-hover .table-secondary:hover, .jb-template .table-hover .table-secondary:hover {
	 background-color: #c8cbcf;
}
 #jb-template .table-hover .table-secondary:hover > td, .jb-template .table-hover .table-secondary:hover > td, #jb-template .table-hover .table-secondary:hover > th, .jb-template .table-hover .table-secondary:hover > th {
	 background-color: #c8cbcf;
}
 #jb-template .table-success, .jb-template .table-success, #jb-template .table-success > th, .jb-template .table-success > th, #jb-template .table-success > td, .jb-template .table-success > td {
	 background-color: #c3e6cb;
}
 #jb-template .table-success th, .jb-template .table-success th, #jb-template .table-success td, .jb-template .table-success td, #jb-template .table-success thead th, .jb-template .table-success thead th, #jb-template .table-success tbody + tbody, .jb-template .table-success tbody + tbody {
	 border-color: #8fd19e;
}
 #jb-template .table-hover .table-success:hover, .jb-template .table-hover .table-success:hover {
	 background-color: #b1dfbb;
}
 #jb-template .table-hover .table-success:hover > td, .jb-template .table-hover .table-success:hover > td, #jb-template .table-hover .table-success:hover > th, .jb-template .table-hover .table-success:hover > th {
	 background-color: #b1dfbb;
}
 #jb-template .table-info, .jb-template .table-info, #jb-template .table-info > th, .jb-template .table-info > th, #jb-template .table-info > td, .jb-template .table-info > td {
	 background-color: #bee5eb;
}
 #jb-template .table-info th, .jb-template .table-info th, #jb-template .table-info td, .jb-template .table-info td, #jb-template .table-info thead th, .jb-template .table-info thead th, #jb-template .table-info tbody + tbody, .jb-template .table-info tbody + tbody {
	 border-color: #86cfda;
}
 #jb-template .table-hover .table-info:hover, .jb-template .table-hover .table-info:hover {
	 background-color: #abdde5;
}
 #jb-template .table-hover .table-info:hover > td, .jb-template .table-hover .table-info:hover > td, #jb-template .table-hover .table-info:hover > th, .jb-template .table-hover .table-info:hover > th {
	 background-color: #abdde5;
}
 #jb-template .table-warning, .jb-template .table-warning, #jb-template .table-warning > th, .jb-template .table-warning > th, #jb-template .table-warning > td, .jb-template .table-warning > td {
	 background-color: #ffeeba;
}
 #jb-template .table-warning th, .jb-template .table-warning th, #jb-template .table-warning td, .jb-template .table-warning td, #jb-template .table-warning thead th, .jb-template .table-warning thead th, #jb-template .table-warning tbody + tbody, .jb-template .table-warning tbody + tbody {
	 border-color: #ffdf7e;
}
 #jb-template .table-hover .table-warning:hover, .jb-template .table-hover .table-warning:hover {
	 background-color: #ffe8a1;
}
 #jb-template .table-hover .table-warning:hover > td, .jb-template .table-hover .table-warning:hover > td, #jb-template .table-hover .table-warning:hover > th, .jb-template .table-hover .table-warning:hover > th {
	 background-color: #ffe8a1;
}
 #jb-template .table-danger, .jb-template .table-danger, #jb-template .table-danger > th, .jb-template .table-danger > th, #jb-template .table-danger > td, .jb-template .table-danger > td {
	 background-color: #f5c6cb;
}
 #jb-template .table-danger th, .jb-template .table-danger th, #jb-template .table-danger td, .jb-template .table-danger td, #jb-template .table-danger thead th, .jb-template .table-danger thead th, #jb-template .table-danger tbody + tbody, .jb-template .table-danger tbody + tbody {
	 border-color: #ed969e;
}
 #jb-template .table-hover .table-danger:hover, .jb-template .table-hover .table-danger:hover {
	 background-color: #f1b0b7;
}
 #jb-template .table-hover .table-danger:hover > td, .jb-template .table-hover .table-danger:hover > td, #jb-template .table-hover .table-danger:hover > th, .jb-template .table-hover .table-danger:hover > th {
	 background-color: #f1b0b7;
}
 #jb-template .table-light, .jb-template .table-light, #jb-template .table-light > th, .jb-template .table-light > th, #jb-template .table-light > td, .jb-template .table-light > td {
	 background-color: #fdfdfe;
}
 #jb-template .table-light th, .jb-template .table-light th, #jb-template .table-light td, .jb-template .table-light td, #jb-template .table-light thead th, .jb-template .table-light thead th, #jb-template .table-light tbody + tbody, .jb-template .table-light tbody + tbody {
	 border-color: #fbfcfc;
}
 #jb-template .table-hover .table-light:hover, .jb-template .table-hover .table-light:hover {
	 background-color: #ececf6;
}
 #jb-template .table-hover .table-light:hover > td, .jb-template .table-hover .table-light:hover > td, #jb-template .table-hover .table-light:hover > th, .jb-template .table-hover .table-light:hover > th {
	 background-color: #ececf6;
}
 #jb-template .table-dark, .jb-template .table-dark, #jb-template .table-dark > th, .jb-template .table-dark > th, #jb-template .table-dark > td, .jb-template .table-dark > td {
	 background-color: #c6c8ca;
}
 #jb-template .table-dark th, .jb-template .table-dark th, #jb-template .table-dark td, .jb-template .table-dark td, #jb-template .table-dark thead th, .jb-template .table-dark thead th, #jb-template .table-dark tbody + tbody, .jb-template .table-dark tbody + tbody {
	 border-color: #95999c;
}
 #jb-template .table-hover .table-dark:hover, .jb-template .table-hover .table-dark:hover {
	 background-color: #b9bbbe;
}
 #jb-template .table-hover .table-dark:hover > td, .jb-template .table-hover .table-dark:hover > td, #jb-template .table-hover .table-dark:hover > th, .jb-template .table-hover .table-dark:hover > th {
	 background-color: #b9bbbe;
}
 #jb-template .table-active, .jb-template .table-active, #jb-template .table-active > th, .jb-template .table-active > th, #jb-template .table-active > td, .jb-template .table-active > td {
	 background-color: rgba(0, 0, 0, 0.075);
}
 #jb-template .table-hover .table-active:hover, .jb-template .table-hover .table-active:hover {
	 background-color: rgba(0, 0, 0, 0.075);
}
 #jb-template .table-hover .table-active:hover > td, .jb-template .table-hover .table-active:hover > td, #jb-template .table-hover .table-active:hover > th, .jb-template .table-hover .table-active:hover > th {
	 background-color: rgba(0, 0, 0, 0.075);
}
 #jb-template .table .thead-dark th, .jb-template .table .thead-dark th {
	 color: #fff;
	 background-color: #343a40;
	 border-color: #454d55;
}
 #jb-template .table .thead-light th, .jb-template .table .thead-light th {
	 color: #495057;
	 background-color: #e9ecef;
	 border-color: #dee2e6;
}
 #jb-template .table-dark, .jb-template .table-dark {
	 color: #fff;
	 background-color: #343a40;
}
 #jb-template .table-dark th, .jb-template .table-dark th, #jb-template .table-dark td, .jb-template .table-dark td, #jb-template .table-dark thead th, .jb-template .table-dark thead th {
	 border-color: #454d55;
}
 #jb-template .table-dark.table-bordered, .jb-template .table-dark.table-bordered {
	 border: 0;
}
 #jb-template .table-dark.table-striped tbody tr:nth-of-type(odd), .jb-template .table-dark.table-striped tbody tr:nth-of-type(odd) {
	 background-color: rgba(255, 255, 255, 0.05);
}
 #jb-template .table-dark.table-hover tbody tr:hover, .jb-template .table-dark.table-hover tbody tr:hover {
	 color: #fff;
	 background-color: rgba(255, 255, 255, 0.075);
}
 @media (max-width: 575.98px) {
	 #jb-template .table-responsive-sm, .jb-template .table-responsive-sm {
		 display: block;
		 width: 100%;
		 overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	 #jb-template .table-responsive-sm > .table-bordered, .jb-template .table-responsive-sm > .table-bordered {
		 border: 0;
	}
}
 @media (max-width: 767.98px) {
	 #jb-template .table-responsive-md, .jb-template .table-responsive-md {
		 display: block;
		 width: 100%;
		 overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	 #jb-template .table-responsive-md > .table-bordered, .jb-template .table-responsive-md > .table-bordered {
		 border: 0;
	}
}
 @media (max-width: 991.98px) {
	 #jb-template .table-responsive-lg, .jb-template .table-responsive-lg {
		 display: block;
		 width: 100%;
		 overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	 #jb-template .table-responsive-lg > .table-bordered, .jb-template .table-responsive-lg > .table-bordered {
		 border: 0;
	}
}
 @media (max-width: 1199.98px) {
	 #jb-template .table-responsive-xl, .jb-template .table-responsive-xl {
		 display: block;
		 width: 100%;
		 overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	 #jb-template .table-responsive-xl > .table-bordered, .jb-template .table-responsive-xl > .table-bordered {
		 border: 0;
	}
}
 #jb-template .table-responsive, .jb-template .table-responsive {
	 display: block;
	 width: 100%;
	 overflow-x: auto;
	 -webkit-overflow-scrolling: touch;
}
 #jb-template .table-responsive > .table-bordered, .jb-template .table-responsive > .table-bordered {
	 border: 0;
}
 #jb-template .form-control, .jb-template .form-control {
	 display: block;
	 width: 100%;
	 height: calc(1.5em + 0.75rem + 2px);
	 padding: 0.375rem 0.75rem;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
	 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) {
	 #jb-template .form-control, .jb-template .form-control {
		 transition: none;
	}
}
 #jb-template .form-control::-ms-expand, .jb-template .form-control::-ms-expand {
	 background-color: transparent;
	 border: 0;
}
 #jb-template .form-control:-moz-focusring, .jb-template .form-control:-moz-focusring {
	 color: transparent;
	 text-shadow: 0 0 0 #495057;
}
 #jb-template .form-control:focus, .jb-template .form-control:focus {
	 color: #495057;
	 background-color: #fff;
	 border-color: #80bdff;
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .form-control::-webkit-input-placeholder, .jb-template .form-control::-webkit-input-placeholder {
	 color: #6c757d;
	 opacity: 1;
}
 #jb-template .form-control::-moz-placeholder, .jb-template .form-control::-moz-placeholder {
	 color: #6c757d;
	 opacity: 1;
}
 #jb-template .form-control:-ms-input-placeholder, .jb-template .form-control:-ms-input-placeholder {
	 color: #6c757d;
	 opacity: 1;
}
 #jb-template .form-control::-ms-input-placeholder, .jb-template .form-control::-ms-input-placeholder {
	 color: #6c757d;
	 opacity: 1;
}
 #jb-template .form-control::placeholder, .jb-template .form-control::placeholder {
	 color: #6c757d;
	 opacity: 1;
}
 #jb-template .form-control:disabled, .jb-template .form-control:disabled, #jb-template .form-control[readonly], .jb-template .form-control[readonly] {
	 background-color: #e9ecef;
	 opacity: 1;
}
 #jb-template input[type="date"].form-control, .jb-template input[type="date"].form-control, #jb-template input[type="time"].form-control, .jb-template input[type="time"].form-control, #jb-template input[type="datetime-local"].form-control, .jb-template input[type="datetime-local"].form-control, #jb-template input[type="month"].form-control, .jb-template input[type="month"].form-control {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 #jb-template select.form-control:focus::-ms-value, .jb-template select.form-control:focus::-ms-value {
	 color: #495057;
	 background-color: #fff;
}
 #jb-template .form-control-file, .jb-template .form-control-file, #jb-template .form-control-range, .jb-template .form-control-range {
	 display: block;
	 width: 100%;
}
 #jb-template .col-form-label, .jb-template .col-form-label {
	 padding-top: calc(0.375rem + 1px);
	 padding-bottom: calc(0.375rem + 1px);
	 margin-bottom: 0;
	 font-size: inherit;
	 line-height: 1.5;
}
 #jb-template .col-form-label-lg, .jb-template .col-form-label-lg {
	 padding-top: calc(0.5rem + 1px);
	 padding-bottom: calc(0.5rem + 1px);
	 font-size: 1.25rem;
	 line-height: 1.5;
}
 #jb-template .col-form-label-sm, .jb-template .col-form-label-sm {
	 padding-top: calc(0.25rem + 1px);
	 padding-bottom: calc(0.25rem + 1px);
	 font-size: 0.875rem;
	 line-height: 1.5;
}
 #jb-template .form-control-plaintext, .jb-template .form-control-plaintext {
	 display: block;
	 width: 100%;
	 padding: 0.375rem 0;
	 margin-bottom: 0;
	 font-size: 1rem;
	 line-height: 1.5;
	 color: #212529;
	 background-color: transparent;
	 border: solid transparent;
	 border-width: 1px 0;
}
 #jb-template .form-control-plaintext.form-control-sm, .jb-template .form-control-plaintext.form-control-sm, #jb-template .form-control-plaintext.form-control-lg, .jb-template .form-control-plaintext.form-control-lg {
	 padding-right: 0;
	 padding-left: 0;
}
 #jb-template .form-control-sm, .jb-template .form-control-sm {
	 height: calc(1.5em + 0.5rem + 2px);
	 padding: 0.25rem 0.5rem;
	 font-size: 0.875rem;
	 line-height: 1.5;
	 border-radius: 0.2rem;
}
 #jb-template .form-control-lg, .jb-template .form-control-lg {
	 height: calc(1.5em + 1rem + 2px);
	 padding: 0.5rem 1rem;
	 font-size: 1.25rem;
	 line-height: 1.5;
	 border-radius: 0.3rem;
}
 #jb-template select.form-control[size], .jb-template select.form-control[size], #jb-template select.form-control[multiple], .jb-template select.form-control[multiple] {
	 height: auto;
}
 #jb-template textarea.form-control, .jb-template textarea.form-control {
	 height: auto;
}
 #jb-template .form-group, .jb-template .form-group {
	 margin-bottom: 1rem;
}
 #jb-template .form-text, .jb-template .form-text {
	 display: block;
	 margin-top: 0.25rem;
}
 #jb-template .form-row, .jb-template .form-row {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -5px;
	 margin-left: -5px;
}
 #jb-template .form-row > .col, .jb-template .form-row > .col, #jb-template .form-row > [class*="col-"], .jb-template .form-row > [class*="col-"] {
	 padding-right: 5px;
	 padding-left: 5px;
}
 #jb-template .form-check, .jb-template .form-check {
	 position: relative;
	 display: block;
	 padding-left: 1.25rem;
}
 #jb-template .form-check-input, .jb-template .form-check-input {
	 position: absolute;
	 margin-top: 0.3rem;
	 margin-left: -1.25rem;
}
 #jb-template .form-check-input[disabled] ~ .form-check-label, .jb-template .form-check-input[disabled] ~ .form-check-label, #jb-template .form-check-input:disabled ~ .form-check-label, .jb-template .form-check-input:disabled ~ .form-check-label {
	 color: #6c757d;
}
 #jb-template .form-check-label, .jb-template .form-check-label {
	 margin-bottom: 0;
}
 #jb-template .form-check-inline, .jb-template .form-check-inline {
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -ms-flex-align: center;
	 align-items: center;
	 padding-left: 0;
	 margin-right: 0.75rem;
}
 #jb-template .form-check-inline .form-check-input, .jb-template .form-check-inline .form-check-input {
	 position: static;
	 margin-top: 0;
	 margin-right: 0.3125rem;
	 margin-left: 0;
}
 #jb-template .valid-feedback, .jb-template .valid-feedback {
	 display: none;
	 width: 100%;
	 margin-top: 0.25rem;
	 font-size: 80%;
	 color: #28a745;
}
 #jb-template .valid-tooltip, .jb-template .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.875rem;
	 line-height: 1.5;
	 color: #fff;
	 background-color: rgba(40, 167, 69, 0.9);
	 border-radius: 0.25rem;
}
 #jb-template .was-validated :valid ~ .valid-feedback, .jb-template .was-validated :valid ~ .valid-feedback, #jb-template .was-validated :valid ~ .valid-tooltip, .jb-template .was-validated :valid ~ .valid-tooltip, #jb-template .is-valid ~ .valid-feedback, .jb-template .is-valid ~ .valid-feedback, #jb-template .is-valid ~ .valid-tooltip, .jb-template .is-valid ~ .valid-tooltip {
	 display: block;
}
 #jb-template .was-validated .form-control:valid, .jb-template .was-validated .form-control:valid, #jb-template .form-control.is-valid, .jb-template .form-control.is-valid {
	 border-color: #28a745;
	 padding-right: calc(1.5em + 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	 background-repeat: no-repeat;
	 background-position: right calc(0.375em + 0.1875rem) center;
	 background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 #jb-template .was-validated .form-control:valid:focus, .jb-template .was-validated .form-control:valid:focus, #jb-template .form-control.is-valid:focus, .jb-template .form-control.is-valid:focus {
	 border-color: #28a745;
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 #jb-template .was-validated textarea.form-control:valid, .jb-template .was-validated textarea.form-control:valid, #jb-template textarea.form-control.is-valid, .jb-template textarea.form-control.is-valid {
	 padding-right: calc(1.5em + 0.75rem);
	 background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
 #jb-template .was-validated .custom-select:valid, .jb-template .was-validated .custom-select:valid, #jb-template .custom-select.is-valid, .jb-template .custom-select.is-valid {
	 border-color: #28a745;
	 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 #jb-template .was-validated .custom-select:valid:focus, .jb-template .was-validated .custom-select:valid:focus, #jb-template .custom-select.is-valid:focus, .jb-template .custom-select.is-valid:focus {
	 border-color: #28a745;
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 #jb-template .was-validated .form-check-input:valid ~ .form-check-label, .jb-template .was-validated .form-check-input:valid ~ .form-check-label, #jb-template .form-check-input.is-valid ~ .form-check-label, .jb-template .form-check-input.is-valid ~ .form-check-label {
	 color: #28a745;
}
 #jb-template .was-validated .form-check-input:valid ~ .valid-feedback, .jb-template .was-validated .form-check-input:valid ~ .valid-feedback, #jb-template .was-validated .form-check-input:valid ~ .valid-tooltip, .jb-template .was-validated .form-check-input:valid ~ .valid-tooltip, #jb-template .form-check-input.is-valid ~ .valid-feedback, .jb-template .form-check-input.is-valid ~ .valid-feedback, #jb-template .form-check-input.is-valid ~ .valid-tooltip, .jb-template .form-check-input.is-valid ~ .valid-tooltip {
	 display: block;
}
 #jb-template .was-validated .custom-control-input:valid ~ .custom-control-label, .jb-template .was-validated .custom-control-input:valid ~ .custom-control-label, #jb-template .custom-control-input.is-valid ~ .custom-control-label, .jb-template .custom-control-input.is-valid ~ .custom-control-label {
	 color: #28a745;
}
 #jb-template .was-validated .custom-control-input:valid ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:valid ~ .custom-control-label::before, #jb-template .custom-control-input.is-valid ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid ~ .custom-control-label::before {
	 border-color: #28a745;
}
 #jb-template .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, #jb-template .custom-control-input.is-valid:checked ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	 border-color: #34ce57;
	 background-color: #34ce57;
}
 #jb-template .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, #jb-template .custom-control-input.is-valid:focus ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 #jb-template .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #jb-template .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	 border-color: #28a745;
}
 #jb-template .was-validated .custom-file-input:valid ~ .custom-file-label, .jb-template .was-validated .custom-file-input:valid ~ .custom-file-label, #jb-template .custom-file-input.is-valid ~ .custom-file-label, .jb-template .custom-file-input.is-valid ~ .custom-file-label {
	 border-color: #28a745;
}
 #jb-template .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .jb-template .was-validated .custom-file-input:valid:focus ~ .custom-file-label, #jb-template .custom-file-input.is-valid:focus ~ .custom-file-label, .jb-template .custom-file-input.is-valid:focus ~ .custom-file-label {
	 border-color: #28a745;
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 #jb-template .invalid-feedback, .jb-template .invalid-feedback {
	 display: none;
	 width: 100%;
	 margin-top: 0.25rem;
	 font-size: 80%;
	 color: #dc3545;
}
 #jb-template .invalid-tooltip, .jb-template .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.875rem;
	 line-height: 1.5;
	 color: #fff;
	 background-color: rgba(220, 53, 69, 0.9);
	 border-radius: 0.25rem;
}
 #jb-template .was-validated :invalid ~ .invalid-feedback, .jb-template .was-validated :invalid ~ .invalid-feedback, #jb-template .was-validated :invalid ~ .invalid-tooltip, .jb-template .was-validated :invalid ~ .invalid-tooltip, #jb-template .is-invalid ~ .invalid-feedback, .jb-template .is-invalid ~ .invalid-feedback, #jb-template .is-invalid ~ .invalid-tooltip, .jb-template .is-invalid ~ .invalid-tooltip {
	 display: block;
}
 #jb-template .was-validated .form-control:invalid, .jb-template .was-validated .form-control:invalid, #jb-template .form-control.is-invalid, .jb-template .form-control.is-invalid {
	 border-color: #dc3545;
	 padding-right: calc(1.5em + 0.75rem);
	 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	 background-repeat: no-repeat;
	 background-position: right calc(0.375em + 0.1875rem) center;
	 background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 #jb-template .was-validated .form-control:invalid:focus, .jb-template .was-validated .form-control:invalid:focus, #jb-template .form-control.is-invalid:focus, .jb-template .form-control.is-invalid:focus {
	 border-color: #dc3545;
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 #jb-template .was-validated textarea.form-control:invalid, .jb-template .was-validated textarea.form-control:invalid, #jb-template textarea.form-control.is-invalid, .jb-template textarea.form-control.is-invalid {
	 padding-right: calc(1.5em + 0.75rem);
	 background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
 #jb-template .was-validated .custom-select:invalid, .jb-template .was-validated .custom-select:invalid, #jb-template .custom-select.is-invalid, .jb-template .custom-select.is-invalid {
	 border-color: #dc3545;
	 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='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 #jb-template .was-validated .custom-select:invalid:focus, .jb-template .was-validated .custom-select:invalid:focus, #jb-template .custom-select.is-invalid:focus, .jb-template .custom-select.is-invalid:focus {
	 border-color: #dc3545;
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 #jb-template .was-validated .form-check-input:invalid ~ .form-check-label, .jb-template .was-validated .form-check-input:invalid ~ .form-check-label, #jb-template .form-check-input.is-invalid ~ .form-check-label, .jb-template .form-check-input.is-invalid ~ .form-check-label {
	 color: #dc3545;
}
 #jb-template .was-validated .form-check-input:invalid ~ .invalid-feedback, .jb-template .was-validated .form-check-input:invalid ~ .invalid-feedback, #jb-template .was-validated .form-check-input:invalid ~ .invalid-tooltip, .jb-template .was-validated .form-check-input:invalid ~ .invalid-tooltip, #jb-template .form-check-input.is-invalid ~ .invalid-feedback, .jb-template .form-check-input.is-invalid ~ .invalid-feedback, #jb-template .form-check-input.is-invalid ~ .invalid-tooltip, .jb-template .form-check-input.is-invalid ~ .invalid-tooltip {
	 display: block;
}
 #jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label, .jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label, #jb-template .custom-control-input.is-invalid ~ .custom-control-label, .jb-template .custom-control-input.is-invalid ~ .custom-control-label {
	 color: #dc3545;
}
 #jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label::before, #jb-template .custom-control-input.is-invalid ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid ~ .custom-control-label::before {
	 border-color: #dc3545;
}
 #jb-template .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, #jb-template .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	 border-color: #e4606d;
	 background-color: #e4606d;
}
 #jb-template .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, #jb-template .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 #jb-template .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #jb-template .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	 border-color: #dc3545;
}
 #jb-template .was-validated .custom-file-input:invalid ~ .custom-file-label, .jb-template .was-validated .custom-file-input:invalid ~ .custom-file-label, #jb-template .custom-file-input.is-invalid ~ .custom-file-label, .jb-template .custom-file-input.is-invalid ~ .custom-file-label {
	 border-color: #dc3545;
}
 #jb-template .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .jb-template .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, #jb-template .custom-file-input.is-invalid:focus ~ .custom-file-label, .jb-template .custom-file-input.is-invalid:focus ~ .custom-file-label {
	 border-color: #dc3545;
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 #jb-template .form-inline, .jb-template .form-inline {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -ms-flex-align: center;
	 align-items: center;
}
 #jb-template .form-inline .form-check, .jb-template .form-inline .form-check {
	 width: 100%;
}
 @media (min-width: 576px) {
	 #jb-template .form-inline label, .jb-template .form-inline label {
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-align: center;
		 align-items: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 margin-bottom: 0;
	}
	 #jb-template .form-inline .form-group, .jb-template .form-inline .form-group {
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex: 0 0 auto;
		 flex: 0 0 auto;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
		 -ms-flex-align: center;
		 align-items: center;
		 margin-bottom: 0;
	}
	 #jb-template .form-inline .form-control, .jb-template .form-inline .form-control {
		 display: inline-block;
		 width: auto;
		 vertical-align: middle;
	}
	 #jb-template .form-inline .form-control-plaintext, .jb-template .form-inline .form-control-plaintext {
		 display: inline-block;
	}
	 #jb-template .form-inline .input-group, .jb-template .form-inline .input-group, #jb-template .form-inline .custom-select, .jb-template .form-inline .custom-select {
		 width: auto;
	}
	 #jb-template .form-inline .form-check, .jb-template .form-inline .form-check {
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-align: center;
		 align-items: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 width: auto;
		 padding-left: 0;
	}
	 #jb-template .form-inline .form-check-input, .jb-template .form-inline .form-check-input {
		 position: relative;
		 -ms-flex-negative: 0;
		 flex-shrink: 0;
		 margin-top: 0;
		 margin-right: 0.25rem;
		 margin-left: 0;
	}
	 #jb-template .form-inline .custom-control, .jb-template .form-inline .custom-control {
		 -ms-flex-align: center;
		 align-items: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 #jb-template .form-inline .custom-control-label, .jb-template .form-inline .custom-control-label {
		 margin-bottom: 0;
	}
}
 #jb-template .btn, .jb-template .btn {
	 display: inline-block;
	 font-weight: 400;
	 color: #212529;
	 text-align: center;
	 vertical-align: middle;
	 -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: 1rem;
	 line-height: 1.5;
	 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) {
	 #jb-template .btn, .jb-template .btn {
		 transition: none;
	}
}
 #jb-template .btn:hover, .jb-template .btn:hover {
	 color: #212529;
	 text-decoration: none;
}
 #jb-template .btn:focus, .jb-template .btn:focus, #jb-template .btn.focus, .jb-template .btn.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .btn.disabled, .jb-template .btn.disabled, #jb-template .btn:disabled, .jb-template .btn:disabled {
	 opacity: 0.65;
}
 #jb-template .btn:not(:disabled):not(.disabled), .jb-template .btn:not(:disabled):not(.disabled) {
	 cursor: pointer;
}
 #jb-template a.btn.disabled, .jb-template a.btn.disabled, #jb-template fieldset:disabled a.btn, .jb-template fieldset:disabled a.btn {
	 pointer-events: none;
}
 #jb-template .btn-primary, .jb-template .btn-primary {
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .btn-primary:hover, .jb-template .btn-primary:hover {
	 color: #fff;
	 background-color: #0069d9;
	 border-color: #0062cc;
}
 #jb-template .btn-primary:focus, .jb-template .btn-primary:focus, #jb-template .btn-primary.focus, .jb-template .btn-primary.focus {
	 color: #fff;
	 background-color: #0069d9;
	 border-color: #0062cc;
	 box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
 #jb-template .btn-primary.disabled, .jb-template .btn-primary.disabled, #jb-template .btn-primary:disabled, .jb-template .btn-primary:disabled {
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .btn-primary:not(:disabled):not(.disabled):active, .jb-template .btn-primary:not(:disabled):not(.disabled):active, #jb-template .btn-primary:not(:disabled):not(.disabled).active, .jb-template .btn-primary:not(:disabled):not(.disabled).active, #jb-template .show > .btn-primary.dropdown-toggle, .jb-template .show > .btn-primary.dropdown-toggle {
	 color: #fff;
	 background-color: #0062cc;
	 border-color: #005cbf;
}
 #jb-template .btn-primary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-primary:not(:disabled):not(.disabled):active:focus, #jb-template .btn-primary:not(:disabled):not(.disabled).active:focus, .jb-template .btn-primary:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-primary.dropdown-toggle:focus, .jb-template .show > .btn-primary.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
 #jb-template .btn-secondary, .jb-template .btn-secondary {
	 color: #fff;
	 background-color: #6c757d;
	 border-color: #6c757d;
}
 #jb-template .btn-secondary:hover, .jb-template .btn-secondary:hover {
	 color: #fff;
	 background-color: #5a6268;
	 border-color: #545b62;
}
 #jb-template .btn-secondary:focus, .jb-template .btn-secondary:focus, #jb-template .btn-secondary.focus, .jb-template .btn-secondary.focus {
	 color: #fff;
	 background-color: #5a6268;
	 border-color: #545b62;
	 box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
 #jb-template .btn-secondary.disabled, .jb-template .btn-secondary.disabled, #jb-template .btn-secondary:disabled, .jb-template .btn-secondary:disabled {
	 color: #fff;
	 background-color: #6c757d;
	 border-color: #6c757d;
}
 #jb-template .btn-secondary:not(:disabled):not(.disabled):active, .jb-template .btn-secondary:not(:disabled):not(.disabled):active, #jb-template .btn-secondary:not(:disabled):not(.disabled).active, .jb-template .btn-secondary:not(:disabled):not(.disabled).active, #jb-template .show > .btn-secondary.dropdown-toggle, .jb-template .show > .btn-secondary.dropdown-toggle {
	 color: #fff;
	 background-color: #545b62;
	 border-color: #4e555b;
}
 #jb-template .btn-secondary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-secondary:not(:disabled):not(.disabled):active:focus, #jb-template .btn-secondary:not(:disabled):not(.disabled).active:focus, .jb-template .btn-secondary:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-secondary.dropdown-toggle:focus, .jb-template .show > .btn-secondary.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
 #jb-template .btn-success, .jb-template .btn-success {
	 color: #fff;
	 background-color: #28a745;
	 border-color: #28a745;
}
 #jb-template .btn-success:hover, .jb-template .btn-success:hover {
	 color: #fff;
	 background-color: #218838;
	 border-color: #1e7e34;
}
 #jb-template .btn-success:focus, .jb-template .btn-success:focus, #jb-template .btn-success.focus, .jb-template .btn-success.focus {
	 color: #fff;
	 background-color: #218838;
	 border-color: #1e7e34;
	 box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
 #jb-template .btn-success.disabled, .jb-template .btn-success.disabled, #jb-template .btn-success:disabled, .jb-template .btn-success:disabled {
	 color: #fff;
	 background-color: #28a745;
	 border-color: #28a745;
}
 #jb-template .btn-success:not(:disabled):not(.disabled):active, .jb-template .btn-success:not(:disabled):not(.disabled):active, #jb-template .btn-success:not(:disabled):not(.disabled).active, .jb-template .btn-success:not(:disabled):not(.disabled).active, #jb-template .show > .btn-success.dropdown-toggle, .jb-template .show > .btn-success.dropdown-toggle {
	 color: #fff;
	 background-color: #1e7e34;
	 border-color: #1c7430;
}
 #jb-template .btn-success:not(:disabled):not(.disabled):active:focus, .jb-template .btn-success:not(:disabled):not(.disabled):active:focus, #jb-template .btn-success:not(:disabled):not(.disabled).active:focus, .jb-template .btn-success:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-success.dropdown-toggle:focus, .jb-template .show > .btn-success.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
 #jb-template .btn-info, .jb-template .btn-info {
	 color: #fff;
	 background-color: #17a2b8;
	 border-color: #17a2b8;
}
 #jb-template .btn-info:hover, .jb-template .btn-info:hover {
	 color: #fff;
	 background-color: #138496;
	 border-color: #117a8b;
}
 #jb-template .btn-info:focus, .jb-template .btn-info:focus, #jb-template .btn-info.focus, .jb-template .btn-info.focus {
	 color: #fff;
	 background-color: #138496;
	 border-color: #117a8b;
	 box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
 #jb-template .btn-info.disabled, .jb-template .btn-info.disabled, #jb-template .btn-info:disabled, .jb-template .btn-info:disabled {
	 color: #fff;
	 background-color: #17a2b8;
	 border-color: #17a2b8;
}
 #jb-template .btn-info:not(:disabled):not(.disabled):active, .jb-template .btn-info:not(:disabled):not(.disabled):active, #jb-template .btn-info:not(:disabled):not(.disabled).active, .jb-template .btn-info:not(:disabled):not(.disabled).active, #jb-template .show > .btn-info.dropdown-toggle, .jb-template .show > .btn-info.dropdown-toggle {
	 color: #fff;
	 background-color: #117a8b;
	 border-color: #10707f;
}
 #jb-template .btn-info:not(:disabled):not(.disabled):active:focus, .jb-template .btn-info:not(:disabled):not(.disabled):active:focus, #jb-template .btn-info:not(:disabled):not(.disabled).active:focus, .jb-template .btn-info:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-info.dropdown-toggle:focus, .jb-template .show > .btn-info.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
 #jb-template .btn-warning, .jb-template .btn-warning {
	 color: #212529;
	 background-color: #ffc107;
	 border-color: #ffc107;
}
 #jb-template .btn-warning:hover, .jb-template .btn-warning:hover {
	 color: #212529;
	 background-color: #e0a800;
	 border-color: #d39e00;
}
 #jb-template .btn-warning:focus, .jb-template .btn-warning:focus, #jb-template .btn-warning.focus, .jb-template .btn-warning.focus {
	 color: #212529;
	 background-color: #e0a800;
	 border-color: #d39e00;
	 box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
 #jb-template .btn-warning.disabled, .jb-template .btn-warning.disabled, #jb-template .btn-warning:disabled, .jb-template .btn-warning:disabled {
	 color: #212529;
	 background-color: #ffc107;
	 border-color: #ffc107;
}
 #jb-template .btn-warning:not(:disabled):not(.disabled):active, .jb-template .btn-warning:not(:disabled):not(.disabled):active, #jb-template .btn-warning:not(:disabled):not(.disabled).active, .jb-template .btn-warning:not(:disabled):not(.disabled).active, #jb-template .show > .btn-warning.dropdown-toggle, .jb-template .show > .btn-warning.dropdown-toggle {
	 color: #212529;
	 background-color: #d39e00;
	 border-color: #c69500;
}
 #jb-template .btn-warning:not(:disabled):not(.disabled):active:focus, .jb-template .btn-warning:not(:disabled):not(.disabled):active:focus, #jb-template .btn-warning:not(:disabled):not(.disabled).active:focus, .jb-template .btn-warning:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-warning.dropdown-toggle:focus, .jb-template .show > .btn-warning.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
 #jb-template .btn-danger, .jb-template .btn-danger {
	 color: #fff;
	 background-color: #dc3545;
	 border-color: #dc3545;
}
 #jb-template .btn-danger:hover, .jb-template .btn-danger:hover {
	 color: #fff;
	 background-color: #c82333;
	 border-color: #bd2130;
}
 #jb-template .btn-danger:focus, .jb-template .btn-danger:focus, #jb-template .btn-danger.focus, .jb-template .btn-danger.focus {
	 color: #fff;
	 background-color: #c82333;
	 border-color: #bd2130;
	 box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
 #jb-template .btn-danger.disabled, .jb-template .btn-danger.disabled, #jb-template .btn-danger:disabled, .jb-template .btn-danger:disabled {
	 color: #fff;
	 background-color: #dc3545;
	 border-color: #dc3545;
}
 #jb-template .btn-danger:not(:disabled):not(.disabled):active, .jb-template .btn-danger:not(:disabled):not(.disabled):active, #jb-template .btn-danger:not(:disabled):not(.disabled).active, .jb-template .btn-danger:not(:disabled):not(.disabled).active, #jb-template .show > .btn-danger.dropdown-toggle, .jb-template .show > .btn-danger.dropdown-toggle {
	 color: #fff;
	 background-color: #bd2130;
	 border-color: #b21f2d;
}
 #jb-template .btn-danger:not(:disabled):not(.disabled):active:focus, .jb-template .btn-danger:not(:disabled):not(.disabled):active:focus, #jb-template .btn-danger:not(:disabled):not(.disabled).active:focus, .jb-template .btn-danger:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-danger.dropdown-toggle:focus, .jb-template .show > .btn-danger.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
 #jb-template .btn-light, .jb-template .btn-light {
	 color: #212529;
	 background-color: #f8f9fa;
	 border-color: #f8f9fa;
}
 #jb-template .btn-light:hover, .jb-template .btn-light:hover {
	 color: #212529;
	 background-color: #e2e6ea;
	 border-color: #dae0e5;
}
 #jb-template .btn-light:focus, .jb-template .btn-light:focus, #jb-template .btn-light.focus, .jb-template .btn-light.focus {
	 color: #212529;
	 background-color: #e2e6ea;
	 border-color: #dae0e5;
	 box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
 #jb-template .btn-light.disabled, .jb-template .btn-light.disabled, #jb-template .btn-light:disabled, .jb-template .btn-light:disabled {
	 color: #212529;
	 background-color: #f8f9fa;
	 border-color: #f8f9fa;
}
 #jb-template .btn-light:not(:disabled):not(.disabled):active, .jb-template .btn-light:not(:disabled):not(.disabled):active, #jb-template .btn-light:not(:disabled):not(.disabled).active, .jb-template .btn-light:not(:disabled):not(.disabled).active, #jb-template .show > .btn-light.dropdown-toggle, .jb-template .show > .btn-light.dropdown-toggle {
	 color: #212529;
	 background-color: #dae0e5;
	 border-color: #d3d9df;
}
 #jb-template .btn-light:not(:disabled):not(.disabled):active:focus, .jb-template .btn-light:not(:disabled):not(.disabled):active:focus, #jb-template .btn-light:not(:disabled):not(.disabled).active:focus, .jb-template .btn-light:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-light.dropdown-toggle:focus, .jb-template .show > .btn-light.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
 #jb-template .btn-dark, .jb-template .btn-dark {
	 color: #fff;
	 background-color: #343a40;
	 border-color: #343a40;
}
 #jb-template .btn-dark:hover, .jb-template .btn-dark:hover {
	 color: #fff;
	 background-color: #23272b;
	 border-color: #1d2124;
}
 #jb-template .btn-dark:focus, .jb-template .btn-dark:focus, #jb-template .btn-dark.focus, .jb-template .btn-dark.focus {
	 color: #fff;
	 background-color: #23272b;
	 border-color: #1d2124;
	 box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
 #jb-template .btn-dark.disabled, .jb-template .btn-dark.disabled, #jb-template .btn-dark:disabled, .jb-template .btn-dark:disabled {
	 color: #fff;
	 background-color: #343a40;
	 border-color: #343a40;
}
 #jb-template .btn-dark:not(:disabled):not(.disabled):active, .jb-template .btn-dark:not(:disabled):not(.disabled):active, #jb-template .btn-dark:not(:disabled):not(.disabled).active, .jb-template .btn-dark:not(:disabled):not(.disabled).active, #jb-template .show > .btn-dark.dropdown-toggle, .jb-template .show > .btn-dark.dropdown-toggle {
	 color: #fff;
	 background-color: #1d2124;
	 border-color: #171a1d;
}
 #jb-template .btn-dark:not(:disabled):not(.disabled):active:focus, .jb-template .btn-dark:not(:disabled):not(.disabled):active:focus, #jb-template .btn-dark:not(:disabled):not(.disabled).active:focus, .jb-template .btn-dark:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-dark.dropdown-toggle:focus, .jb-template .show > .btn-dark.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
 #jb-template .btn-outline-primary, .jb-template .btn-outline-primary {
	 color: #007bff;
	 border-color: #007bff;
}
 #jb-template .btn-outline-primary:hover, .jb-template .btn-outline-primary:hover {
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .btn-outline-primary:focus, .jb-template .btn-outline-primary:focus, #jb-template .btn-outline-primary.focus, .jb-template .btn-outline-primary.focus {
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
 #jb-template .btn-outline-primary.disabled, .jb-template .btn-outline-primary.disabled, #jb-template .btn-outline-primary:disabled, .jb-template .btn-outline-primary:disabled {
	 color: #007bff;
	 background-color: transparent;
}
 #jb-template .btn-outline-primary:not(:disabled):not(.disabled):active, .jb-template .btn-outline-primary:not(:disabled):not(.disabled):active, #jb-template .btn-outline-primary:not(:disabled):not(.disabled).active, .jb-template .btn-outline-primary:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-primary.dropdown-toggle, .jb-template .show > .btn-outline-primary.dropdown-toggle {
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-primary.dropdown-toggle:focus, .jb-template .show > .btn-outline-primary.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
 #jb-template .btn-outline-secondary, .jb-template .btn-outline-secondary {
	 color: #6c757d;
	 border-color: #6c757d;
}
 #jb-template .btn-outline-secondary:hover, .jb-template .btn-outline-secondary:hover {
	 color: #fff;
	 background-color: #6c757d;
	 border-color: #6c757d;
}
 #jb-template .btn-outline-secondary:focus, .jb-template .btn-outline-secondary:focus, #jb-template .btn-outline-secondary.focus, .jb-template .btn-outline-secondary.focus {
	 box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
 #jb-template .btn-outline-secondary.disabled, .jb-template .btn-outline-secondary.disabled, #jb-template .btn-outline-secondary:disabled, .jb-template .btn-outline-secondary:disabled {
	 color: #6c757d;
	 background-color: transparent;
}
 #jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active, #jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-secondary.dropdown-toggle, .jb-template .show > .btn-outline-secondary.dropdown-toggle {
	 color: #fff;
	 background-color: #6c757d;
	 border-color: #6c757d;
}
 #jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-secondary.dropdown-toggle:focus, .jb-template .show > .btn-outline-secondary.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
 #jb-template .btn-outline-success, .jb-template .btn-outline-success {
	 color: #28a745;
	 border-color: #28a745;
}
 #jb-template .btn-outline-success:hover, .jb-template .btn-outline-success:hover {
	 color: #fff;
	 background-color: #28a745;
	 border-color: #28a745;
}
 #jb-template .btn-outline-success:focus, .jb-template .btn-outline-success:focus, #jb-template .btn-outline-success.focus, .jb-template .btn-outline-success.focus {
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 #jb-template .btn-outline-success.disabled, .jb-template .btn-outline-success.disabled, #jb-template .btn-outline-success:disabled, .jb-template .btn-outline-success:disabled {
	 color: #28a745;
	 background-color: transparent;
}
 #jb-template .btn-outline-success:not(:disabled):not(.disabled):active, .jb-template .btn-outline-success:not(:disabled):not(.disabled):active, #jb-template .btn-outline-success:not(:disabled):not(.disabled).active, .jb-template .btn-outline-success:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-success.dropdown-toggle, .jb-template .show > .btn-outline-success.dropdown-toggle {
	 color: #fff;
	 background-color: #28a745;
	 border-color: #28a745;
}
 #jb-template .btn-outline-success:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-success:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-success:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-success:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-success.dropdown-toggle:focus, .jb-template .show > .btn-outline-success.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 #jb-template .btn-outline-info, .jb-template .btn-outline-info {
	 color: #17a2b8;
	 border-color: #17a2b8;
}
 #jb-template .btn-outline-info:hover, .jb-template .btn-outline-info:hover {
	 color: #fff;
	 background-color: #17a2b8;
	 border-color: #17a2b8;
}
 #jb-template .btn-outline-info:focus, .jb-template .btn-outline-info:focus, #jb-template .btn-outline-info.focus, .jb-template .btn-outline-info.focus {
	 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 #jb-template .btn-outline-info.disabled, .jb-template .btn-outline-info.disabled, #jb-template .btn-outline-info:disabled, .jb-template .btn-outline-info:disabled {
	 color: #17a2b8;
	 background-color: transparent;
}
 #jb-template .btn-outline-info:not(:disabled):not(.disabled):active, .jb-template .btn-outline-info:not(:disabled):not(.disabled):active, #jb-template .btn-outline-info:not(:disabled):not(.disabled).active, .jb-template .btn-outline-info:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-info.dropdown-toggle, .jb-template .show > .btn-outline-info.dropdown-toggle {
	 color: #fff;
	 background-color: #17a2b8;
	 border-color: #17a2b8;
}
 #jb-template .btn-outline-info:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-info:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-info:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-info:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-info.dropdown-toggle:focus, .jb-template .show > .btn-outline-info.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 #jb-template .btn-outline-warning, .jb-template .btn-outline-warning {
	 color: #ffc107;
	 border-color: #ffc107;
}
 #jb-template .btn-outline-warning:hover, .jb-template .btn-outline-warning:hover {
	 color: #212529;
	 background-color: #ffc107;
	 border-color: #ffc107;
}
 #jb-template .btn-outline-warning:focus, .jb-template .btn-outline-warning:focus, #jb-template .btn-outline-warning.focus, .jb-template .btn-outline-warning.focus {
	 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 #jb-template .btn-outline-warning.disabled, .jb-template .btn-outline-warning.disabled, #jb-template .btn-outline-warning:disabled, .jb-template .btn-outline-warning:disabled {
	 color: #ffc107;
	 background-color: transparent;
}
 #jb-template .btn-outline-warning:not(:disabled):not(.disabled):active, .jb-template .btn-outline-warning:not(:disabled):not(.disabled):active, #jb-template .btn-outline-warning:not(:disabled):not(.disabled).active, .jb-template .btn-outline-warning:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-warning.dropdown-toggle, .jb-template .show > .btn-outline-warning.dropdown-toggle {
	 color: #212529;
	 background-color: #ffc107;
	 border-color: #ffc107;
}
 #jb-template .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-warning:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-warning.dropdown-toggle:focus, .jb-template .show > .btn-outline-warning.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 #jb-template .btn-outline-danger, .jb-template .btn-outline-danger {
	 color: #dc3545;
	 border-color: #dc3545;
}
 #jb-template .btn-outline-danger:hover, .jb-template .btn-outline-danger:hover {
	 color: #fff;
	 background-color: #dc3545;
	 border-color: #dc3545;
}
 #jb-template .btn-outline-danger:focus, .jb-template .btn-outline-danger:focus, #jb-template .btn-outline-danger.focus, .jb-template .btn-outline-danger.focus {
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 #jb-template .btn-outline-danger.disabled, .jb-template .btn-outline-danger.disabled, #jb-template .btn-outline-danger:disabled, .jb-template .btn-outline-danger:disabled {
	 color: #dc3545;
	 background-color: transparent;
}
 #jb-template .btn-outline-danger:not(:disabled):not(.disabled):active, .jb-template .btn-outline-danger:not(:disabled):not(.disabled):active, #jb-template .btn-outline-danger:not(:disabled):not(.disabled).active, .jb-template .btn-outline-danger:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-danger.dropdown-toggle, .jb-template .show > .btn-outline-danger.dropdown-toggle {
	 color: #fff;
	 background-color: #dc3545;
	 border-color: #dc3545;
}
 #jb-template .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-danger:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-danger.dropdown-toggle:focus, .jb-template .show > .btn-outline-danger.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 #jb-template .btn-outline-light, .jb-template .btn-outline-light {
	 color: #f8f9fa;
	 border-color: #f8f9fa;
}
 #jb-template .btn-outline-light:hover, .jb-template .btn-outline-light:hover {
	 color: #212529;
	 background-color: #f8f9fa;
	 border-color: #f8f9fa;
}
 #jb-template .btn-outline-light:focus, .jb-template .btn-outline-light:focus, #jb-template .btn-outline-light.focus, .jb-template .btn-outline-light.focus {
	 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
 #jb-template .btn-outline-light.disabled, .jb-template .btn-outline-light.disabled, #jb-template .btn-outline-light:disabled, .jb-template .btn-outline-light:disabled {
	 color: #f8f9fa;
	 background-color: transparent;
}
 #jb-template .btn-outline-light:not(:disabled):not(.disabled):active, .jb-template .btn-outline-light:not(:disabled):not(.disabled):active, #jb-template .btn-outline-light:not(:disabled):not(.disabled).active, .jb-template .btn-outline-light:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-light.dropdown-toggle, .jb-template .show > .btn-outline-light.dropdown-toggle {
	 color: #212529;
	 background-color: #f8f9fa;
	 border-color: #f8f9fa;
}
 #jb-template .btn-outline-light:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-light:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-light:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-light:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-light.dropdown-toggle:focus, .jb-template .show > .btn-outline-light.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
 #jb-template .btn-outline-dark, .jb-template .btn-outline-dark {
	 color: #343a40;
	 border-color: #343a40;
}
 #jb-template .btn-outline-dark:hover, .jb-template .btn-outline-dark:hover {
	 color: #fff;
	 background-color: #343a40;
	 border-color: #343a40;
}
 #jb-template .btn-outline-dark:focus, .jb-template .btn-outline-dark:focus, #jb-template .btn-outline-dark.focus, .jb-template .btn-outline-dark.focus {
	 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
 #jb-template .btn-outline-dark.disabled, .jb-template .btn-outline-dark.disabled, #jb-template .btn-outline-dark:disabled, .jb-template .btn-outline-dark:disabled {
	 color: #343a40;
	 background-color: transparent;
}
 #jb-template .btn-outline-dark:not(:disabled):not(.disabled):active, .jb-template .btn-outline-dark:not(:disabled):not(.disabled):active, #jb-template .btn-outline-dark:not(:disabled):not(.disabled).active, .jb-template .btn-outline-dark:not(:disabled):not(.disabled).active, #jb-template .show > .btn-outline-dark.dropdown-toggle, .jb-template .show > .btn-outline-dark.dropdown-toggle {
	 color: #fff;
	 background-color: #343a40;
	 border-color: #343a40;
}
 #jb-template .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #jb-template .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .jb-template .btn-outline-dark:not(:disabled):not(.disabled).active:focus, #jb-template .show > .btn-outline-dark.dropdown-toggle:focus, .jb-template .show > .btn-outline-dark.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
 #jb-template .btn-link, .jb-template .btn-link {
	 font-weight: 400;
	 color: #007bff;
	 text-decoration: none;
}
 #jb-template .btn-link:hover, .jb-template .btn-link:hover {
	 color: #0056b3;
	 text-decoration: underline;
}
 #jb-template .btn-link:focus, .jb-template .btn-link:focus, #jb-template .btn-link.focus, .jb-template .btn-link.focus {
	 text-decoration: underline;
}
 #jb-template .btn-link:disabled, .jb-template .btn-link:disabled, #jb-template .btn-link.disabled, .jb-template .btn-link.disabled {
	 color: #6c757d;
	 pointer-events: none;
}
 #jb-template .btn-lg, .jb-template .btn-lg, #jb-template .btn-group-lg > .btn, .jb-template .btn-group-lg > .btn {
	 padding: 0.5rem 1rem;
	 font-size: 1.25rem;
	 line-height: 1.5;
	 border-radius: 0.3rem;
}
 #jb-template .btn-sm, .jb-template .btn-sm, #jb-template .btn-group-sm > .btn, .jb-template .btn-group-sm > .btn {
	 padding: 0.25rem 0.5rem;
	 font-size: 0.875rem;
	 line-height: 1.5;
	 border-radius: 0.2rem;
}
 #jb-template .btn-block, .jb-template .btn-block {
	 display: block;
	 width: 100%;
}
 #jb-template .btn-block + .btn-block, .jb-template .btn-block + .btn-block {
	 margin-top: 0.5rem;
}
 #jb-template input[type="submit"].btn-block, .jb-template input[type="submit"].btn-block, #jb-template input[type="reset"].btn-block, .jb-template input[type="reset"].btn-block, #jb-template input[type="button"].btn-block, .jb-template input[type="button"].btn-block {
	 width: 100%;
}
 #jb-template .fade, .jb-template .fade {
	 transition: opacity 0.15s linear;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .fade, .jb-template .fade {
		 transition: none;
	}
}
 #jb-template .fade:not(.show), .jb-template .fade:not(.show) {
	 opacity: 0;
}
 #jb-template .collapse:not(.show), .jb-template .collapse:not(.show) {
	 display: none;
}
 #jb-template .collapsing, .jb-template .collapsing {
	 position: relative;
	 height: 0;
	 overflow: hidden;
	 transition: height 0.35s ease;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .collapsing, .jb-template .collapsing {
		 transition: none;
	}
}
 #jb-template .dropup, .jb-template .dropup, #jb-template .dropright, .jb-template .dropright, #jb-template .dropdown, .jb-template .dropdown, #jb-template .dropleft, .jb-template .dropleft {
	 position: relative;
}
 #jb-template .dropdown-toggle, .jb-template .dropdown-toggle {
	 white-space: nowrap;
}
 #jb-template .dropdown-toggle::after, .jb-template .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;
}
 #jb-template .dropdown-toggle:empty::after, .jb-template .dropdown-toggle:empty::after {
	 margin-left: 0;
}
 #jb-template .dropdown-menu, .jb-template .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: 1rem;
	 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;
}
 #jb-template .dropdown-menu-left, .jb-template .dropdown-menu-left {
	 right: auto;
	 left: 0;
}
 #jb-template .dropdown-menu-right, .jb-template .dropdown-menu-right {
	 right: 0;
	 left: auto;
}
 @media (min-width: 576px) {
	 #jb-template .dropdown-menu-sm-left, .jb-template .dropdown-menu-sm-left {
		 right: auto;
		 left: 0;
	}
	 #jb-template .dropdown-menu-sm-right, .jb-template .dropdown-menu-sm-right {
		 right: 0;
		 left: auto;
	}
}
 @media (min-width: 768px) {
	 #jb-template .dropdown-menu-md-left, .jb-template .dropdown-menu-md-left {
		 right: auto;
		 left: 0;
	}
	 #jb-template .dropdown-menu-md-right, .jb-template .dropdown-menu-md-right {
		 right: 0;
		 left: auto;
	}
}
 @media (min-width: 992px) {
	 #jb-template .dropdown-menu-lg-left, .jb-template .dropdown-menu-lg-left {
		 right: auto;
		 left: 0;
	}
	 #jb-template .dropdown-menu-lg-right, .jb-template .dropdown-menu-lg-right {
		 right: 0;
		 left: auto;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .dropdown-menu-xl-left, .jb-template .dropdown-menu-xl-left {
		 right: auto;
		 left: 0;
	}
	 #jb-template .dropdown-menu-xl-right, .jb-template .dropdown-menu-xl-right {
		 right: 0;
		 left: auto;
	}
}
 #jb-template .dropup .dropdown-menu, .jb-template .dropup .dropdown-menu {
	 top: auto;
	 bottom: 100%;
	 margin-top: 0;
	 margin-bottom: 0.125rem;
}
 #jb-template .dropup .dropdown-toggle::after, .jb-template .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;
}
 #jb-template .dropup .dropdown-toggle:empty::after, .jb-template .dropup .dropdown-toggle:empty::after {
	 margin-left: 0;
}
 #jb-template .dropright .dropdown-menu, .jb-template .dropright .dropdown-menu {
	 top: 0;
	 right: auto;
	 left: 100%;
	 margin-top: 0;
	 margin-left: 0.125rem;
}
 #jb-template .dropright .dropdown-toggle::after, .jb-template .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;
}
 #jb-template .dropright .dropdown-toggle:empty::after, .jb-template .dropright .dropdown-toggle:empty::after {
	 margin-left: 0;
}
 #jb-template .dropright .dropdown-toggle::after, .jb-template .dropright .dropdown-toggle::after {
	 vertical-align: 0;
}
 #jb-template .dropleft .dropdown-menu, .jb-template .dropleft .dropdown-menu {
	 top: 0;
	 right: 100%;
	 left: auto;
	 margin-top: 0;
	 margin-right: 0.125rem;
}
 #jb-template .dropleft .dropdown-toggle::after, .jb-template .dropleft .dropdown-toggle::after {
	 display: inline-block;
	 margin-left: 0.255em;
	 vertical-align: 0.255em;
	 content: "";
}
 #jb-template .dropleft .dropdown-toggle::after, .jb-template .dropleft .dropdown-toggle::after {
	 display: none;
}
 #jb-template .dropleft .dropdown-toggle::before, .jb-template .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;
}
 #jb-template .dropleft .dropdown-toggle:empty::after, .jb-template .dropleft .dropdown-toggle:empty::after {
	 margin-left: 0;
}
 #jb-template .dropleft .dropdown-toggle::before, .jb-template .dropleft .dropdown-toggle::before {
	 vertical-align: 0;
}
 #jb-template .dropdown-menu[x-placement^="top"], .jb-template .dropdown-menu[x-placement^="top"], #jb-template .dropdown-menu[x-placement^="right"], .jb-template .dropdown-menu[x-placement^="right"], #jb-template .dropdown-menu[x-placement^="bottom"], .jb-template .dropdown-menu[x-placement^="bottom"], #jb-template .dropdown-menu[x-placement^="left"], .jb-template .dropdown-menu[x-placement^="left"] {
	 right: auto;
	 bottom: auto;
}
 #jb-template .dropdown-divider, .jb-template .dropdown-divider {
	 height: 0;
	 margin: 0.5rem 0;
	 overflow: hidden;
	 border-top: 1px solid #e9ecef;
}
 #jb-template .dropdown-item, .jb-template .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;
}
 #jb-template .dropdown-item:hover, .jb-template .dropdown-item:hover, #jb-template .dropdown-item:focus, .jb-template .dropdown-item:focus {
	 color: #16181b;
	 text-decoration: none;
	 background-color: #f8f9fa;
}
 #jb-template .dropdown-item.active, .jb-template .dropdown-item.active, #jb-template .dropdown-item:active, .jb-template .dropdown-item:active {
	 color: #fff;
	 text-decoration: none;
	 background-color: #007bff;
}
 #jb-template .dropdown-item.disabled, .jb-template .dropdown-item.disabled, #jb-template .dropdown-item:disabled, .jb-template .dropdown-item:disabled {
	 color: #6c757d;
	 pointer-events: none;
	 background-color: transparent;
}
 #jb-template .dropdown-menu.show, .jb-template .dropdown-menu.show {
	 display: block;
}
 #jb-template .dropdown-header, .jb-template .dropdown-header {
	 display: block;
	 padding: 0.5rem 1.5rem;
	 margin-bottom: 0;
	 font-size: 0.875rem;
	 color: #6c757d;
	 white-space: nowrap;
}
 #jb-template .dropdown-item-text, .jb-template .dropdown-item-text {
	 display: block;
	 padding: 0.25rem 1.5rem;
	 color: #212529;
}
 #jb-template .btn-group, .jb-template .btn-group, #jb-template .btn-group-vertical, .jb-template .btn-group-vertical {
	 position: relative;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 vertical-align: middle;
}
 #jb-template .btn-group > .btn, .jb-template .btn-group > .btn, #jb-template .btn-group-vertical > .btn, .jb-template .btn-group-vertical > .btn {
	 position: relative;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
}
 #jb-template .btn-group > .btn:hover, .jb-template .btn-group > .btn:hover, #jb-template .btn-group-vertical > .btn:hover, .jb-template .btn-group-vertical > .btn:hover {
	 z-index: 1;
}
 #jb-template .btn-group > .btn:focus, .jb-template .btn-group > .btn:focus, #jb-template .btn-group > .btn:active, .jb-template .btn-group > .btn:active, #jb-template .btn-group > .btn.active, .jb-template .btn-group > .btn.active, #jb-template .btn-group-vertical > .btn:focus, .jb-template .btn-group-vertical > .btn:focus, #jb-template .btn-group-vertical > .btn:active, .jb-template .btn-group-vertical > .btn:active, #jb-template .btn-group-vertical > .btn.active, .jb-template .btn-group-vertical > .btn.active {
	 z-index: 1;
}
 #jb-template .btn-toolbar, .jb-template .btn-toolbar {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}
 #jb-template .btn-toolbar .input-group, .jb-template .btn-toolbar .input-group {
	 width: auto;
}
 #jb-template .btn-group > .btn:not(:first-child), .jb-template .btn-group > .btn:not(:first-child), #jb-template .btn-group > .btn-group:not(:first-child), .jb-template .btn-group > .btn-group:not(:first-child) {
	 margin-left: -1px;
}
 #jb-template .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .btn-group > .btn:not(:last-child):not(.dropdown-toggle), #jb-template .btn-group > .btn-group:not(:last-child) > .btn, .jb-template .btn-group > .btn-group:not(:last-child) > .btn {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 #jb-template .btn-group > .btn:not(:first-child), .jb-template .btn-group > .btn:not(:first-child), #jb-template .btn-group > .btn-group:not(:first-child) > .btn, .jb-template .btn-group > .btn-group:not(:first-child) > .btn {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .dropdown-toggle-split, .jb-template .dropdown-toggle-split {
	 padding-right: 0.5625rem;
	 padding-left: 0.5625rem;
}
 #jb-template .dropdown-toggle-split::after, .jb-template .dropdown-toggle-split::after, #jb-template .dropup .dropdown-toggle-split::after, .jb-template .dropup .dropdown-toggle-split::after, #jb-template .dropright .dropdown-toggle-split::after, .jb-template .dropright .dropdown-toggle-split::after {
	 margin-left: 0;
}
 #jb-template .dropleft .dropdown-toggle-split::before, .jb-template .dropleft .dropdown-toggle-split::before {
	 margin-right: 0;
}
 #jb-template .btn-sm + .dropdown-toggle-split, .jb-template .btn-sm + .dropdown-toggle-split, #jb-template .btn-group-sm > .btn + .dropdown-toggle-split, .jb-template .btn-group-sm > .btn + .dropdown-toggle-split {
	 padding-right: 0.375rem;
	 padding-left: 0.375rem;
}
 #jb-template .btn-lg + .dropdown-toggle-split, .jb-template .btn-lg + .dropdown-toggle-split, #jb-template .btn-group-lg > .btn + .dropdown-toggle-split, .jb-template .btn-group-lg > .btn + .dropdown-toggle-split {
	 padding-right: 0.75rem;
	 padding-left: 0.75rem;
}
 #jb-template .btn-group-vertical, .jb-template .btn-group-vertical {
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #jb-template .btn-group-vertical > .btn, .jb-template .btn-group-vertical > .btn, #jb-template .btn-group-vertical > .btn-group, .jb-template .btn-group-vertical > .btn-group {
	 width: 100%;
}
 #jb-template .btn-group-vertical > .btn:not(:first-child), .jb-template .btn-group-vertical > .btn:not(:first-child), #jb-template .btn-group-vertical > .btn-group:not(:first-child), .jb-template .btn-group-vertical > .btn-group:not(:first-child) {
	 margin-top: -1px;
}
 #jb-template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), #jb-template .btn-group-vertical > .btn-group:not(:last-child) > .btn, .jb-template .btn-group-vertical > .btn-group:not(:last-child) > .btn {
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .btn-group-vertical > .btn:not(:first-child), .jb-template .btn-group-vertical > .btn:not(:first-child), #jb-template .btn-group-vertical > .btn-group:not(:first-child) > .btn, .jb-template .btn-group-vertical > .btn-group:not(:first-child) > .btn {
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
 #jb-template .btn-group-toggle > .btn, .jb-template .btn-group-toggle > .btn, #jb-template .btn-group-toggle > .btn-group > .btn, .jb-template .btn-group-toggle > .btn-group > .btn {
	 margin-bottom: 0;
}
 #jb-template .btn-group-toggle > .btn input[type="radio"], .jb-template .btn-group-toggle > .btn input[type="radio"], #jb-template .btn-group-toggle > .btn input[type="checkbox"], .jb-template .btn-group-toggle > .btn input[type="checkbox"], #jb-template .btn-group-toggle > .btn-group > .btn input[type="radio"], .jb-template .btn-group-toggle > .btn-group > .btn input[type="radio"], #jb-template .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .jb-template .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	 position: absolute;
	 clip: rect(0, 0, 0, 0);
	 pointer-events: none;
}
 #jb-template .input-group, .jb-template .input-group {
	 position: relative;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-align: stretch;
	 align-items: stretch;
	 width: 100%;
}
 #jb-template .input-group > .form-control, .jb-template .input-group > .form-control, #jb-template .input-group > .form-control-plaintext, .jb-template .input-group > .form-control-plaintext, #jb-template .input-group > .custom-select, .jb-template .input-group > .custom-select, #jb-template .input-group > .custom-file, .jb-template .input-group > .custom-file {
	 position: relative;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 width: 1%;
	 min-width: 0;
	 margin-bottom: 0;
}
 #jb-template .input-group > .form-control + .form-control, .jb-template .input-group > .form-control + .form-control, #jb-template .input-group > .form-control + .custom-select, .jb-template .input-group > .form-control + .custom-select, #jb-template .input-group > .form-control + .custom-file, .jb-template .input-group > .form-control + .custom-file, #jb-template .input-group > .form-control-plaintext + .form-control, .jb-template .input-group > .form-control-plaintext + .form-control, #jb-template .input-group > .form-control-plaintext + .custom-select, .jb-template .input-group > .form-control-plaintext + .custom-select, #jb-template .input-group > .form-control-plaintext + .custom-file, .jb-template .input-group > .form-control-plaintext + .custom-file, #jb-template .input-group > .custom-select + .form-control, .jb-template .input-group > .custom-select + .form-control, #jb-template .input-group > .custom-select + .custom-select, .jb-template .input-group > .custom-select + .custom-select, #jb-template .input-group > .custom-select + .custom-file, .jb-template .input-group > .custom-select + .custom-file, #jb-template .input-group > .custom-file + .form-control, .jb-template .input-group > .custom-file + .form-control, #jb-template .input-group > .custom-file + .custom-select, .jb-template .input-group > .custom-file + .custom-select, #jb-template .input-group > .custom-file + .custom-file, .jb-template .input-group > .custom-file + .custom-file {
	 margin-left: -1px;
}
 #jb-template .input-group > .form-control:focus, .jb-template .input-group > .form-control:focus, #jb-template .input-group > .custom-select:focus, .jb-template .input-group > .custom-select:focus, #jb-template .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .jb-template .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	 z-index: 3;
}
 #jb-template .input-group > .custom-file .custom-file-input:focus, .jb-template .input-group > .custom-file .custom-file-input:focus {
	 z-index: 4;
}
 #jb-template .input-group > .form-control:not(:last-child), .jb-template .input-group > .form-control:not(:last-child), #jb-template .input-group > .custom-select:not(:last-child), .jb-template .input-group > .custom-select:not(:last-child) {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 #jb-template .input-group > .form-control:not(:first-child), .jb-template .input-group > .form-control:not(:first-child), #jb-template .input-group > .custom-select:not(:first-child), .jb-template .input-group > .custom-select:not(:first-child) {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .input-group > .custom-file, .jb-template .input-group > .custom-file {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: center;
	 align-items: center;
}
 #jb-template .input-group > .custom-file:not(:last-child) .custom-file-label, .jb-template .input-group > .custom-file:not(:last-child) .custom-file-label, #jb-template .input-group > .custom-file:not(:last-child) .custom-file-label::after, .jb-template .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 #jb-template .input-group > .custom-file:not(:first-child) .custom-file-label, .jb-template .input-group > .custom-file:not(:first-child) .custom-file-label {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .input-group-prepend, .jb-template .input-group-prepend, #jb-template .input-group-append, .jb-template .input-group-append {
	 display: -ms-flexbox;
	 display: flex;
}
 #jb-template .input-group-prepend .btn, .jb-template .input-group-prepend .btn, #jb-template .input-group-append .btn, .jb-template .input-group-append .btn {
	 position: relative;
	 z-index: 2;
}
 #jb-template .input-group-prepend .btn:focus, .jb-template .input-group-prepend .btn:focus, #jb-template .input-group-append .btn:focus, .jb-template .input-group-append .btn:focus {
	 z-index: 3;
}
 #jb-template .input-group-prepend .btn + .btn, .jb-template .input-group-prepend .btn + .btn, #jb-template .input-group-prepend .btn + .input-group-text, .jb-template .input-group-prepend .btn + .input-group-text, #jb-template .input-group-prepend .input-group-text + .input-group-text, .jb-template .input-group-prepend .input-group-text + .input-group-text, #jb-template .input-group-prepend .input-group-text + .btn, .jb-template .input-group-prepend .input-group-text + .btn, #jb-template .input-group-append .btn + .btn, .jb-template .input-group-append .btn + .btn, #jb-template .input-group-append .btn + .input-group-text, .jb-template .input-group-append .btn + .input-group-text, #jb-template .input-group-append .input-group-text + .input-group-text, .jb-template .input-group-append .input-group-text + .input-group-text, #jb-template .input-group-append .input-group-text + .btn, .jb-template .input-group-append .input-group-text + .btn {
	 margin-left: -1px;
}
 #jb-template .input-group-prepend, .jb-template .input-group-prepend {
	 margin-right: -1px;
}
 #jb-template .input-group-append, .jb-template .input-group-append {
	 margin-left: -1px;
}
 #jb-template .input-group-text, .jb-template .input-group-text {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: center;
	 align-items: center;
	 padding: 0.375rem 0.75rem;
	 margin-bottom: 0;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
	 color: #495057;
	 text-align: center;
	 white-space: nowrap;
	 background-color: #e9ecef;
	 border: 1px solid #ced4da;
	 border-radius: 0.25rem;
}
 #jb-template .input-group-text input[type="radio"], .jb-template .input-group-text input[type="radio"], #jb-template .input-group-text input[type="checkbox"], .jb-template .input-group-text input[type="checkbox"] {
	 margin-top: 0;
}
 #jb-template .input-group-lg > .form-control:not(textarea), .jb-template .input-group-lg > .form-control:not(textarea), #jb-template .input-group-lg > .custom-select, .jb-template .input-group-lg > .custom-select {
	 height: calc(1.5em + 1rem + 2px);
}
 #jb-template .input-group-lg > .form-control, .jb-template .input-group-lg > .form-control, #jb-template .input-group-lg > .custom-select, .jb-template .input-group-lg > .custom-select, #jb-template .input-group-lg > .input-group-prepend > .input-group-text, .jb-template .input-group-lg > .input-group-prepend > .input-group-text, #jb-template .input-group-lg > .input-group-append > .input-group-text, .jb-template .input-group-lg > .input-group-append > .input-group-text, #jb-template .input-group-lg > .input-group-prepend > .btn, .jb-template .input-group-lg > .input-group-prepend > .btn, #jb-template .input-group-lg > .input-group-append > .btn, .jb-template .input-group-lg > .input-group-append > .btn {
	 padding: 0.5rem 1rem;
	 font-size: 1.25rem;
	 line-height: 1.5;
	 border-radius: 0.3rem;
}
 #jb-template .input-group-sm > .form-control:not(textarea), .jb-template .input-group-sm > .form-control:not(textarea), #jb-template .input-group-sm > .custom-select, .jb-template .input-group-sm > .custom-select {
	 height: calc(1.5em + 0.5rem + 2px);
}
 #jb-template .input-group-sm > .form-control, .jb-template .input-group-sm > .form-control, #jb-template .input-group-sm > .custom-select, .jb-template .input-group-sm > .custom-select, #jb-template .input-group-sm > .input-group-prepend > .input-group-text, .jb-template .input-group-sm > .input-group-prepend > .input-group-text, #jb-template .input-group-sm > .input-group-append > .input-group-text, .jb-template .input-group-sm > .input-group-append > .input-group-text, #jb-template .input-group-sm > .input-group-prepend > .btn, .jb-template .input-group-sm > .input-group-prepend > .btn, #jb-template .input-group-sm > .input-group-append > .btn, .jb-template .input-group-sm > .input-group-append > .btn {
	 padding: 0.25rem 0.5rem;
	 font-size: 0.875rem;
	 line-height: 1.5;
	 border-radius: 0.2rem;
}
 #jb-template .input-group-lg > .custom-select, .jb-template .input-group-lg > .custom-select, #jb-template .input-group-sm > .custom-select, .jb-template .input-group-sm > .custom-select {
	 padding-right: 1.75rem;
}
 #jb-template .input-group > .input-group-prepend > .btn, .jb-template .input-group > .input-group-prepend > .btn, #jb-template .input-group > .input-group-prepend > .input-group-text, .jb-template .input-group > .input-group-prepend > .input-group-text, #jb-template .input-group > .input-group-append:not(:last-child) > .btn, .jb-template .input-group > .input-group-append:not(:last-child) > .btn, #jb-template .input-group > .input-group-append:not(:last-child) > .input-group-text, .jb-template .input-group > .input-group-append:not(:last-child) > .input-group-text, #jb-template .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #jb-template .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .jb-template .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 #jb-template .input-group > .input-group-append > .btn, .jb-template .input-group > .input-group-append > .btn, #jb-template .input-group > .input-group-append > .input-group-text, .jb-template .input-group > .input-group-append > .input-group-text, #jb-template .input-group > .input-group-prepend:not(:first-child) > .btn, .jb-template .input-group > .input-group-prepend:not(:first-child) > .btn, #jb-template .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .jb-template .input-group > .input-group-prepend:not(:first-child) > .input-group-text, #jb-template .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .jb-template .input-group > .input-group-prepend:first-child > .btn:not(:first-child), #jb-template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .jb-template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .custom-control, .jb-template .custom-control {
	 position: relative;
	 display: block;
	 min-height: 1.5rem;
	 padding-left: 1.5rem;
}
 #jb-template .custom-control-inline, .jb-template .custom-control-inline {
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 margin-right: 1rem;
}
 #jb-template .custom-control-input, .jb-template .custom-control-input {
	 position: absolute;
	 left: 0;
	 z-index: -1;
	 width: 1rem;
	 height: 1.25rem;
	 opacity: 0;
}
 #jb-template .custom-control-input:checked ~ .custom-control-label::before, .jb-template .custom-control-input:checked ~ .custom-control-label::before {
	 color: #fff;
	 border-color: #007bff;
	 background-color: #007bff;
}
 #jb-template .custom-control-input:focus ~ .custom-control-label::before, .jb-template .custom-control-input:focus ~ .custom-control-label::before {
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .jb-template .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	 border-color: #80bdff;
}
 #jb-template .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .jb-template .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	 color: #fff;
	 background-color: #b3d7ff;
	 border-color: #b3d7ff;
}
 #jb-template .custom-control-input[disabled] ~ .custom-control-label, .jb-template .custom-control-input[disabled] ~ .custom-control-label, #jb-template .custom-control-input:disabled ~ .custom-control-label, .jb-template .custom-control-input:disabled ~ .custom-control-label {
	 color: #6c757d;
}
 #jb-template .custom-control-input[disabled] ~ .custom-control-label::before, .jb-template .custom-control-input[disabled] ~ .custom-control-label::before, #jb-template .custom-control-input:disabled ~ .custom-control-label::before, .jb-template .custom-control-input:disabled ~ .custom-control-label::before {
	 background-color: #e9ecef;
}
 #jb-template .custom-control-label, .jb-template .custom-control-label {
	 position: relative;
	 margin-bottom: 0;
	 vertical-align: top;
}
 #jb-template .custom-control-label::before, .jb-template .custom-control-label::before {
	 position: absolute;
	 top: 0.25rem;
	 left: -1.5rem;
	 display: block;
	 width: 1rem;
	 height: 1rem;
	 pointer-events: none;
	 content: "";
	 background-color: #fff;
	 border: #adb5bd solid 1px;
}
 #jb-template .custom-control-label::after, .jb-template .custom-control-label::after {
	 position: absolute;
	 top: 0.25rem;
	 left: -1.5rem;
	 display: block;
	 width: 1rem;
	 height: 1rem;
	 content: "";
	 background: no-repeat 50% / 50% 50%;
}
 #jb-template .custom-checkbox .custom-control-label::before, .jb-template .custom-checkbox .custom-control-label::before {
	 border-radius: 0.25rem;
}
 #jb-template .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .jb-template .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");
}
 #jb-template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .jb-template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	 border-color: #007bff;
	 background-color: #007bff;
}
 #jb-template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .jb-template .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");
}
 #jb-template .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb-template .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	 background-color: rgba(0, 123, 255, 0.5);
}
 #jb-template .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .jb-template .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	 background-color: rgba(0, 123, 255, 0.5);
}
 #jb-template .custom-radio .custom-control-label::before, .jb-template .custom-radio .custom-control-label::before {
	 border-radius: 50%;
}
 #jb-template .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .jb-template .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");
}
 #jb-template .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb-template .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	 background-color: rgba(0, 123, 255, 0.5);
}
 #jb-template .custom-switch, .jb-template .custom-switch {
	 padding-left: 2.25rem;
}
 #jb-template .custom-switch .custom-control-label::before, .jb-template .custom-switch .custom-control-label::before {
	 left: -2.25rem;
	 width: 1.75rem;
	 pointer-events: all;
	 border-radius: 0.5rem;
}
 #jb-template .custom-switch .custom-control-label::after, .jb-template .custom-switch .custom-control-label::after {
	 top: calc(0.25rem + 2px);
	 left: calc(-2.25rem + 2px);
	 width: calc(1rem - 4px);
	 height: calc(1rem - 4px);
	 background-color: #adb5bd;
	 border-radius: 0.5rem;
	 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	 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;
	 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, -webkit-transform 0.15s ease-in-out;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .custom-switch .custom-control-label::after, .jb-template .custom-switch .custom-control-label::after {
		 transition: none;
	}
}
 #jb-template .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .jb-template .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	 background-color: #fff;
	 -webkit-transform: translateX(0.75rem);
	 transform: translateX(0.75rem);
}
 #jb-template .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .jb-template .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	 background-color: rgba(0, 123, 255, 0.5);
}
 #jb-template .custom-select, .jb-template .custom-select {
	 display: inline-block;
	 width: 100%;
	 height: calc(1.5em + 0.75rem + 2px);
	 padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	 font-size: 1rem;
	 font-weight: 400;
	 line-height: 1.5;
	 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;
}
 #jb-template .custom-select:focus, .jb-template .custom-select:focus {
	 border-color: #80bdff;
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-select:focus::-ms-value, .jb-template .custom-select:focus::-ms-value {
	 color: #495057;
	 background-color: #fff;
}
 #jb-template .custom-select[multiple], .jb-template .custom-select[multiple], #jb-template .custom-select[size]:not([size="1"]), .jb-template .custom-select[size]:not([size="1"]) {
	 height: auto;
	 padding-right: 0.75rem;
	 background-image: none;
}
 #jb-template .custom-select:disabled, .jb-template .custom-select:disabled {
	 color: #6c757d;
	 background-color: #e9ecef;
}
 #jb-template .custom-select::-ms-expand, .jb-template .custom-select::-ms-expand {
	 display: none;
}
 #jb-template .custom-select:-moz-focusring, .jb-template .custom-select:-moz-focusring {
	 color: transparent;
	 text-shadow: 0 0 0 #495057;
}
 #jb-template .custom-select-sm, .jb-template .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.875rem;
}
 #jb-template .custom-select-lg, .jb-template .custom-select-lg {
	 height: calc(1.5em + 1rem + 2px);
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
	 padding-left: 1rem;
	 font-size: 1.25rem;
}
 #jb-template .custom-file, .jb-template .custom-file {
	 position: relative;
	 display: inline-block;
	 width: 100%;
	 height: calc(1.5em + 0.75rem + 2px);
	 margin-bottom: 0;
}
 #jb-template .custom-file-input, .jb-template .custom-file-input {
	 position: relative;
	 z-index: 2;
	 width: 100%;
	 height: calc(1.5em + 0.75rem + 2px);
	 margin: 0;
	 opacity: 0;
}
 #jb-template .custom-file-input:focus ~ .custom-file-label, .jb-template .custom-file-input:focus ~ .custom-file-label {
	 border-color: #80bdff;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-file-input[disabled] ~ .custom-file-label, .jb-template .custom-file-input[disabled] ~ .custom-file-label, #jb-template .custom-file-input:disabled ~ .custom-file-label, .jb-template .custom-file-input:disabled ~ .custom-file-label {
	 background-color: #e9ecef;
}
 #jb-template .custom-file-input:lang(en) ~ .custom-file-label::after, .jb-template .custom-file-input:lang(en) ~ .custom-file-label::after {
	 content: "Browse";
}
 #jb-template .custom-file-input ~ .custom-file-label[data-browse]::after, .jb-template .custom-file-input ~ .custom-file-label[data-browse]::after {
	 content: attr(data-browse);
}
 #jb-template .custom-file-label, .jb-template .custom-file-label {
	 position: absolute;
	 top: 0;
	 right: 0;
	 left: 0;
	 z-index: 1;
	 height: calc(1.5em + 0.75rem + 2px);
	 padding: 0.375rem 0.75rem;
	 font-weight: 400;
	 line-height: 1.5;
	 color: #495057;
	 background-color: #fff;
	 border: 1px solid #ced4da;
	 border-radius: 0.25rem;
}
 #jb-template .custom-file-label::after, .jb-template .custom-file-label::after {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 3;
	 display: block;
	 height: calc(1.5em + 0.75rem);
	 padding: 0.375rem 0.75rem;
	 line-height: 1.5;
	 color: #495057;
	 content: "Browse";
	 background-color: #e9ecef;
	 border-left: inherit;
	 border-radius: 0 0.25rem 0.25rem 0;
}
 #jb-template .custom-range, .jb-template .custom-range {
	 width: 100%;
	 height: 1.4rem;
	 padding: 0;
	 background-color: transparent;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 #jb-template .custom-range:focus, .jb-template .custom-range:focus {
	 outline: none;
}
 #jb-template .custom-range:focus::-webkit-slider-thumb, .jb-template .custom-range:focus::-webkit-slider-thumb {
	 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-range:focus::-moz-range-thumb, .jb-template .custom-range:focus::-moz-range-thumb {
	 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-range:focus::-ms-thumb, .jb-template .custom-range:focus::-ms-thumb {
	 box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .custom-range::-moz-focus-outer, .jb-template .custom-range::-moz-focus-outer {
	 border: 0;
}
 #jb-template .custom-range::-webkit-slider-thumb, .jb-template .custom-range::-webkit-slider-thumb {
	 width: 1rem;
	 height: 1rem;
	 margin-top: -0.25rem;
	 background-color: #007bff;
	 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) {
	 #jb-template .custom-range::-webkit-slider-thumb, .jb-template .custom-range::-webkit-slider-thumb {
		 -webkit-transition: none;
		 transition: none;
	}
}
 #jb-template .custom-range::-webkit-slider-thumb:active, .jb-template .custom-range::-webkit-slider-thumb:active {
	 background-color: #b3d7ff;
}
 #jb-template .custom-range::-webkit-slider-runnable-track, .jb-template .custom-range::-webkit-slider-runnable-track {
	 width: 100%;
	 height: 0.5rem;
	 color: transparent;
	 cursor: pointer;
	 background-color: #dee2e6;
	 border-color: transparent;
	 border-radius: 1rem;
}
 #jb-template .custom-range::-moz-range-thumb, .jb-template .custom-range::-moz-range-thumb {
	 width: 1rem;
	 height: 1rem;
	 background-color: #007bff;
	 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) {
	 #jb-template .custom-range::-moz-range-thumb, .jb-template .custom-range::-moz-range-thumb {
		 -moz-transition: none;
		 transition: none;
	}
}
 #jb-template .custom-range::-moz-range-thumb:active, .jb-template .custom-range::-moz-range-thumb:active {
	 background-color: #b3d7ff;
}
 #jb-template .custom-range::-moz-range-track, .jb-template .custom-range::-moz-range-track {
	 width: 100%;
	 height: 0.5rem;
	 color: transparent;
	 cursor: pointer;
	 background-color: #dee2e6;
	 border-color: transparent;
	 border-radius: 1rem;
}
 #jb-template .custom-range::-ms-thumb, .jb-template .custom-range::-ms-thumb {
	 width: 1rem;
	 height: 1rem;
	 margin-top: 0;
	 margin-right: 0.2rem;
	 margin-left: 0.2rem;
	 background-color: #007bff;
	 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) {
	 #jb-template .custom-range::-ms-thumb, .jb-template .custom-range::-ms-thumb {
		 -ms-transition: none;
		 transition: none;
	}
}
 #jb-template .custom-range::-ms-thumb:active, .jb-template .custom-range::-ms-thumb:active {
	 background-color: #b3d7ff;
}
 #jb-template .custom-range::-ms-track, .jb-template .custom-range::-ms-track {
	 width: 100%;
	 height: 0.5rem;
	 color: transparent;
	 cursor: pointer;
	 background-color: transparent;
	 border-color: transparent;
	 border-width: 0.5rem;
}
 #jb-template .custom-range::-ms-fill-lower, .jb-template .custom-range::-ms-fill-lower {
	 background-color: #dee2e6;
	 border-radius: 1rem;
}
 #jb-template .custom-range::-ms-fill-upper, .jb-template .custom-range::-ms-fill-upper {
	 margin-right: 15px;
	 background-color: #dee2e6;
	 border-radius: 1rem;
}
 #jb-template .custom-range:disabled::-webkit-slider-thumb, .jb-template .custom-range:disabled::-webkit-slider-thumb {
	 background-color: #adb5bd;
}
 #jb-template .custom-range:disabled::-webkit-slider-runnable-track, .jb-template .custom-range:disabled::-webkit-slider-runnable-track {
	 cursor: default;
}
 #jb-template .custom-range:disabled::-moz-range-thumb, .jb-template .custom-range:disabled::-moz-range-thumb {
	 background-color: #adb5bd;
}
 #jb-template .custom-range:disabled::-moz-range-track, .jb-template .custom-range:disabled::-moz-range-track {
	 cursor: default;
}
 #jb-template .custom-range:disabled::-ms-thumb, .jb-template .custom-range:disabled::-ms-thumb {
	 background-color: #adb5bd;
}
 #jb-template .custom-control-label::before, .jb-template .custom-control-label::before, #jb-template .custom-file-label, .jb-template .custom-file-label, #jb-template .custom-select, .jb-template .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) {
	 #jb-template .custom-control-label::before, .jb-template .custom-control-label::before, #jb-template .custom-file-label, .jb-template .custom-file-label, #jb-template .custom-select, .jb-template .custom-select {
		 transition: none;
	}
}
 #jb-template .nav, .jb-template .nav {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 padding-left: 0;
	 margin-bottom: 0;
	 list-style: none;
}
 #jb-template .nav-link, .jb-template .nav-link {
	 display: block;
	 padding: 0.5rem 1rem;
}
 #jb-template .nav-link:hover, .jb-template .nav-link:hover, #jb-template .nav-link:focus, .jb-template .nav-link:focus {
	 text-decoration: none;
}
 #jb-template .nav-link.disabled, .jb-template .nav-link.disabled {
	 color: #6c757d;
	 pointer-events: none;
	 cursor: default;
}
 #jb-template .nav-tabs, .jb-template .nav-tabs {
	 border-bottom: 1px solid #dee2e6;
}
 #jb-template .nav-tabs .nav-item, .jb-template .nav-tabs .nav-item {
	 margin-bottom: -1px;
}
 #jb-template .nav-tabs .nav-link, .jb-template .nav-tabs .nav-link {
	 border: 1px solid transparent;
	 border-top-left-radius: 0.25rem;
	 border-top-right-radius: 0.25rem;
}
 #jb-template .nav-tabs .nav-link:hover, .jb-template .nav-tabs .nav-link:hover, #jb-template .nav-tabs .nav-link:focus, .jb-template .nav-tabs .nav-link:focus {
	 border-color: #e9ecef #e9ecef #dee2e6;
}
 #jb-template .nav-tabs .nav-link.disabled, .jb-template .nav-tabs .nav-link.disabled {
	 color: #6c757d;
	 background-color: transparent;
	 border-color: transparent;
}
 #jb-template .nav-tabs .nav-link.active, .jb-template .nav-tabs .nav-link.active, #jb-template .nav-tabs .nav-item.show .nav-link, .jb-template .nav-tabs .nav-item.show .nav-link {
	 color: #495057;
	 background-color: #fff;
	 border-color: #dee2e6 #dee2e6 #fff;
}
 #jb-template .nav-tabs .dropdown-menu, .jb-template .nav-tabs .dropdown-menu {
	 margin-top: -1px;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
 #jb-template .nav-pills .nav-link, .jb-template .nav-pills .nav-link {
	 border-radius: 0.25rem;
}
 #jb-template .nav-pills .nav-link.active, .jb-template .nav-pills .nav-link.active, #jb-template .nav-pills .show > .nav-link, .jb-template .nav-pills .show > .nav-link {
	 color: #fff;
	 background-color: #007bff;
}
 #jb-template .nav-fill .nav-item, .jb-template .nav-fill .nav-item {
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 text-align: center;
}
 #jb-template .nav-justified .nav-item, .jb-template .nav-justified .nav-item {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 text-align: center;
}
 #jb-template .tab-content > .tab-pane, .jb-template .tab-content > .tab-pane {
	 display: none;
}
 #jb-template .tab-content > .active, .jb-template .tab-content > .active {
	 display: block;
}
 #jb-template .navbar, .jb-template .navbar {
	 position: relative;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-align: center;
	 align-items: center;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding: 0.5rem 1rem;
}
 #jb-template .navbar .container, .jb-template .navbar .container, #jb-template .navbar .container-fluid, .jb-template .navbar .container-fluid, #jb-template .navbar .container-sm, .jb-template .navbar .container-sm, #jb-template .navbar .container-md, .jb-template .navbar .container-md, #jb-template .navbar .container-lg, .jb-template .navbar .container-lg, #jb-template .navbar .container-xl, .jb-template .navbar .container-xl {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-align: center;
	 align-items: center;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 #jb-template .navbar-brand, .jb-template .navbar-brand {
	 display: inline-block;
	 padding-top: 0.3125rem;
	 padding-bottom: 0.3125rem;
	 margin-right: 1rem;
	 font-size: 1.25rem;
	 line-height: inherit;
	 white-space: nowrap;
}
 #jb-template .navbar-brand:hover, .jb-template .navbar-brand:hover, #jb-template .navbar-brand:focus, .jb-template .navbar-brand:focus {
	 text-decoration: none;
}
 #jb-template .navbar-nav, .jb-template .navbar-nav {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 padding-left: 0;
	 margin-bottom: 0;
	 list-style: none;
}
 #jb-template .navbar-nav .nav-link, .jb-template .navbar-nav .nav-link {
	 padding-right: 0;
	 padding-left: 0;
}
 #jb-template .navbar-nav .dropdown-menu, .jb-template .navbar-nav .dropdown-menu {
	 position: static;
	 float: none;
}
 #jb-template .navbar-text, .jb-template .navbar-text {
	 display: inline-block;
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
}
 #jb-template .navbar-collapse, .jb-template .navbar-collapse {
	 -ms-flex-preferred-size: 100%;
	 flex-basis: 100%;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 -ms-flex-align: center;
	 align-items: center;
}
 #jb-template .navbar-toggler, .jb-template .navbar-toggler {
	 padding: 0.25rem 0.75rem;
	 font-size: 1.25rem;
	 line-height: 1;
	 background-color: transparent;
	 border: 1px solid transparent;
	 border-radius: 0.25rem;
}
 #jb-template .navbar-toggler:hover, .jb-template .navbar-toggler:hover, #jb-template .navbar-toggler:focus, .jb-template .navbar-toggler:focus {
	 text-decoration: none;
}
 #jb-template .navbar-toggler-icon, .jb-template .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) {
	 #jb-template .navbar-expand-sm > .container, .jb-template .navbar-expand-sm > .container, #jb-template .navbar-expand-sm > .container-fluid, .jb-template .navbar-expand-sm > .container-fluid, #jb-template .navbar-expand-sm > .container-sm, .jb-template .navbar-expand-sm > .container-sm, #jb-template .navbar-expand-sm > .container-md, .jb-template .navbar-expand-sm > .container-md, #jb-template .navbar-expand-sm > .container-lg, .jb-template .navbar-expand-sm > .container-lg, #jb-template .navbar-expand-sm > .container-xl, .jb-template .navbar-expand-sm > .container-xl {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media (min-width: 576px) {
	 #jb-template .navbar-expand-sm, .jb-template .navbar-expand-sm {
		 -ms-flex-flow: row nowrap;
		 flex-flow: row nowrap;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
	 #jb-template .navbar-expand-sm .navbar-nav, .jb-template .navbar-expand-sm .navbar-nav {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .navbar-expand-sm .navbar-nav .dropdown-menu, .jb-template .navbar-expand-sm .navbar-nav .dropdown-menu {
		 position: absolute;
	}
	 #jb-template .navbar-expand-sm .navbar-nav .nav-link, .jb-template .navbar-expand-sm .navbar-nav .nav-link {
		 padding-right: 0.5rem;
		 padding-left: 0.5rem;
	}
	 #jb-template .navbar-expand-sm > .container, .jb-template .navbar-expand-sm > .container, #jb-template .navbar-expand-sm > .container-fluid, .jb-template .navbar-expand-sm > .container-fluid, #jb-template .navbar-expand-sm > .container-sm, .jb-template .navbar-expand-sm > .container-sm, #jb-template .navbar-expand-sm > .container-md, .jb-template .navbar-expand-sm > .container-md, #jb-template .navbar-expand-sm > .container-lg, .jb-template .navbar-expand-sm > .container-lg, #jb-template .navbar-expand-sm > .container-xl, .jb-template .navbar-expand-sm > .container-xl {
		 -ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	}
	 #jb-template .navbar-expand-sm .navbar-collapse, .jb-template .navbar-expand-sm .navbar-collapse {
		 display: -ms-flexbox !important;
		 display: flex !important;
		 -ms-flex-preferred-size: auto;
		 flex-basis: auto;
	}
	 #jb-template .navbar-expand-sm .navbar-toggler, .jb-template .navbar-expand-sm .navbar-toggler {
		 display: none;
	}
}
 @media (max-width: 767.98px) {
	 #jb-template .navbar-expand-md > .container, .jb-template .navbar-expand-md > .container, #jb-template .navbar-expand-md > .container-fluid, .jb-template .navbar-expand-md > .container-fluid, #jb-template .navbar-expand-md > .container-sm, .jb-template .navbar-expand-md > .container-sm, #jb-template .navbar-expand-md > .container-md, .jb-template .navbar-expand-md > .container-md, #jb-template .navbar-expand-md > .container-lg, .jb-template .navbar-expand-md > .container-lg, #jb-template .navbar-expand-md > .container-xl, .jb-template .navbar-expand-md > .container-xl {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media (min-width: 768px) {
	 #jb-template .navbar-expand-md, .jb-template .navbar-expand-md {
		 -ms-flex-flow: row nowrap;
		 flex-flow: row nowrap;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
	 #jb-template .navbar-expand-md .navbar-nav, .jb-template .navbar-expand-md .navbar-nav {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .navbar-expand-md .navbar-nav .dropdown-menu, .jb-template .navbar-expand-md .navbar-nav .dropdown-menu {
		 position: absolute;
	}
	 #jb-template .navbar-expand-md .navbar-nav .nav-link, .jb-template .navbar-expand-md .navbar-nav .nav-link {
		 padding-right: 0.5rem;
		 padding-left: 0.5rem;
	}
	 #jb-template .navbar-expand-md > .container, .jb-template .navbar-expand-md > .container, #jb-template .navbar-expand-md > .container-fluid, .jb-template .navbar-expand-md > .container-fluid, #jb-template .navbar-expand-md > .container-sm, .jb-template .navbar-expand-md > .container-sm, #jb-template .navbar-expand-md > .container-md, .jb-template .navbar-expand-md > .container-md, #jb-template .navbar-expand-md > .container-lg, .jb-template .navbar-expand-md > .container-lg, #jb-template .navbar-expand-md > .container-xl, .jb-template .navbar-expand-md > .container-xl {
		 -ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	}
	 #jb-template .navbar-expand-md .navbar-collapse, .jb-template .navbar-expand-md .navbar-collapse {
		 display: -ms-flexbox !important;
		 display: flex !important;
		 -ms-flex-preferred-size: auto;
		 flex-basis: auto;
	}
	 #jb-template .navbar-expand-md .navbar-toggler, .jb-template .navbar-expand-md .navbar-toggler {
		 display: none;
	}
}
 @media (max-width: 991.98px) {
	 #jb-template .navbar-expand-lg > .container, .jb-template .navbar-expand-lg > .container, #jb-template .navbar-expand-lg > .container-fluid, .jb-template .navbar-expand-lg > .container-fluid, #jb-template .navbar-expand-lg > .container-sm, .jb-template .navbar-expand-lg > .container-sm, #jb-template .navbar-expand-lg > .container-md, .jb-template .navbar-expand-lg > .container-md, #jb-template .navbar-expand-lg > .container-lg, .jb-template .navbar-expand-lg > .container-lg, #jb-template .navbar-expand-lg > .container-xl, .jb-template .navbar-expand-lg > .container-xl {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media (min-width: 992px) {
	 #jb-template .navbar-expand-lg, .jb-template .navbar-expand-lg {
		 -ms-flex-flow: row nowrap;
		 flex-flow: row nowrap;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
	 #jb-template .navbar-expand-lg .navbar-nav, .jb-template .navbar-expand-lg .navbar-nav {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .navbar-expand-lg .navbar-nav .dropdown-menu, .jb-template .navbar-expand-lg .navbar-nav .dropdown-menu {
		 position: absolute;
	}
	 #jb-template .navbar-expand-lg .navbar-nav .nav-link, .jb-template .navbar-expand-lg .navbar-nav .nav-link {
		 padding-right: 0.5rem;
		 padding-left: 0.5rem;
	}
	 #jb-template .navbar-expand-lg > .container, .jb-template .navbar-expand-lg > .container, #jb-template .navbar-expand-lg > .container-fluid, .jb-template .navbar-expand-lg > .container-fluid, #jb-template .navbar-expand-lg > .container-sm, .jb-template .navbar-expand-lg > .container-sm, #jb-template .navbar-expand-lg > .container-md, .jb-template .navbar-expand-lg > .container-md, #jb-template .navbar-expand-lg > .container-lg, .jb-template .navbar-expand-lg > .container-lg, #jb-template .navbar-expand-lg > .container-xl, .jb-template .navbar-expand-lg > .container-xl {
		 -ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	}
	 #jb-template .navbar-expand-lg .navbar-collapse, .jb-template .navbar-expand-lg .navbar-collapse {
		 display: -ms-flexbox !important;
		 display: flex !important;
		 -ms-flex-preferred-size: auto;
		 flex-basis: auto;
	}
	 #jb-template .navbar-expand-lg .navbar-toggler, .jb-template .navbar-expand-lg .navbar-toggler {
		 display: none;
	}
}
 @media (max-width: 1199.98px) {
	 #jb-template .navbar-expand-xl > .container, .jb-template .navbar-expand-xl > .container, #jb-template .navbar-expand-xl > .container-fluid, .jb-template .navbar-expand-xl > .container-fluid, #jb-template .navbar-expand-xl > .container-sm, .jb-template .navbar-expand-xl > .container-sm, #jb-template .navbar-expand-xl > .container-md, .jb-template .navbar-expand-xl > .container-md, #jb-template .navbar-expand-xl > .container-lg, .jb-template .navbar-expand-xl > .container-lg, #jb-template .navbar-expand-xl > .container-xl, .jb-template .navbar-expand-xl > .container-xl {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .navbar-expand-xl, .jb-template .navbar-expand-xl {
		 -ms-flex-flow: row nowrap;
		 flex-flow: row nowrap;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
	 #jb-template .navbar-expand-xl .navbar-nav, .jb-template .navbar-expand-xl .navbar-nav {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .navbar-expand-xl .navbar-nav .dropdown-menu, .jb-template .navbar-expand-xl .navbar-nav .dropdown-menu {
		 position: absolute;
	}
	 #jb-template .navbar-expand-xl .navbar-nav .nav-link, .jb-template .navbar-expand-xl .navbar-nav .nav-link {
		 padding-right: 0.5rem;
		 padding-left: 0.5rem;
	}
	 #jb-template .navbar-expand-xl > .container, .jb-template .navbar-expand-xl > .container, #jb-template .navbar-expand-xl > .container-fluid, .jb-template .navbar-expand-xl > .container-fluid, #jb-template .navbar-expand-xl > .container-sm, .jb-template .navbar-expand-xl > .container-sm, #jb-template .navbar-expand-xl > .container-md, .jb-template .navbar-expand-xl > .container-md, #jb-template .navbar-expand-xl > .container-lg, .jb-template .navbar-expand-xl > .container-lg, #jb-template .navbar-expand-xl > .container-xl, .jb-template .navbar-expand-xl > .container-xl {
		 -ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	}
	 #jb-template .navbar-expand-xl .navbar-collapse, .jb-template .navbar-expand-xl .navbar-collapse {
		 display: -ms-flexbox !important;
		 display: flex !important;
		 -ms-flex-preferred-size: auto;
		 flex-basis: auto;
	}
	 #jb-template .navbar-expand-xl .navbar-toggler, .jb-template .navbar-expand-xl .navbar-toggler {
		 display: none;
	}
}
 #jb-template .navbar-expand, .jb-template .navbar-expand {
	 -ms-flex-flow: row nowrap;
	 flex-flow: row nowrap;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}
 #jb-template .navbar-expand > .container, .jb-template .navbar-expand > .container, #jb-template .navbar-expand > .container-fluid, .jb-template .navbar-expand > .container-fluid, #jb-template .navbar-expand > .container-sm, .jb-template .navbar-expand > .container-sm, #jb-template .navbar-expand > .container-md, .jb-template .navbar-expand > .container-md, #jb-template .navbar-expand > .container-lg, .jb-template .navbar-expand > .container-lg, #jb-template .navbar-expand > .container-xl, .jb-template .navbar-expand > .container-xl {
	 padding-right: 0;
	 padding-left: 0;
}
 #jb-template .navbar-expand .navbar-nav, .jb-template .navbar-expand .navbar-nav {
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 #jb-template .navbar-expand .navbar-nav .dropdown-menu, .jb-template .navbar-expand .navbar-nav .dropdown-menu {
	 position: absolute;
}
 #jb-template .navbar-expand .navbar-nav .nav-link, .jb-template .navbar-expand .navbar-nav .nav-link {
	 padding-right: 0.5rem;
	 padding-left: 0.5rem;
}
 #jb-template .navbar-expand > .container, .jb-template .navbar-expand > .container, #jb-template .navbar-expand > .container-fluid, .jb-template .navbar-expand > .container-fluid, #jb-template .navbar-expand > .container-sm, .jb-template .navbar-expand > .container-sm, #jb-template .navbar-expand > .container-md, .jb-template .navbar-expand > .container-md, #jb-template .navbar-expand > .container-lg, .jb-template .navbar-expand > .container-lg, #jb-template .navbar-expand > .container-xl, .jb-template .navbar-expand > .container-xl {
	 -ms-flex-wrap: nowrap;
	 flex-wrap: nowrap;
}
 #jb-template .navbar-expand .navbar-collapse, .jb-template .navbar-expand .navbar-collapse {
	 display: -ms-flexbox !important;
	 display: flex !important;
	 -ms-flex-preferred-size: auto;
	 flex-basis: auto;
}
 #jb-template .navbar-expand .navbar-toggler, .jb-template .navbar-expand .navbar-toggler {
	 display: none;
}
 #jb-template .navbar-light .navbar-brand, .jb-template .navbar-light .navbar-brand {
	 color: rgba(0, 0, 0, 0.9);
}
 #jb-template .navbar-light .navbar-brand:hover, .jb-template .navbar-light .navbar-brand:hover, #jb-template .navbar-light .navbar-brand:focus, .jb-template .navbar-light .navbar-brand:focus {
	 color: rgba(0, 0, 0, 0.9);
}
 #jb-template .navbar-light .navbar-nav .nav-link, .jb-template .navbar-light .navbar-nav .nav-link {
	 color: rgba(0, 0, 0, 0.5);
}
 #jb-template .navbar-light .navbar-nav .nav-link:hover, .jb-template .navbar-light .navbar-nav .nav-link:hover, #jb-template .navbar-light .navbar-nav .nav-link:focus, .jb-template .navbar-light .navbar-nav .nav-link:focus {
	 color: rgba(0, 0, 0, 0.7);
}
 #jb-template .navbar-light .navbar-nav .nav-link.disabled, .jb-template .navbar-light .navbar-nav .nav-link.disabled {
	 color: rgba(0, 0, 0, 0.3);
}
 #jb-template .navbar-light .navbar-nav .show > .nav-link, .jb-template .navbar-light .navbar-nav .show > .nav-link, #jb-template .navbar-light .navbar-nav .active > .nav-link, .jb-template .navbar-light .navbar-nav .active > .nav-link, #jb-template .navbar-light .navbar-nav .nav-link.show, .jb-template .navbar-light .navbar-nav .nav-link.show, #jb-template .navbar-light .navbar-nav .nav-link.active, .jb-template .navbar-light .navbar-nav .nav-link.active {
	 color: rgba(0, 0, 0, 0.9);
}
 #jb-template .navbar-light .navbar-toggler, .jb-template .navbar-light .navbar-toggler {
	 color: rgba(0, 0, 0, 0.5);
	 border-color: rgba(0, 0, 0, 0.1);
}
 #jb-template .navbar-light .navbar-toggler-icon, .jb-template .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%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 #jb-template .navbar-light .navbar-text, .jb-template .navbar-light .navbar-text {
	 color: rgba(0, 0, 0, 0.5);
}
 #jb-template .navbar-light .navbar-text a, .jb-template .navbar-light .navbar-text a {
	 color: rgba(0, 0, 0, 0.9);
}
 #jb-template .navbar-light .navbar-text a:hover, .jb-template .navbar-light .navbar-text a:hover, #jb-template .navbar-light .navbar-text a:focus, .jb-template .navbar-light .navbar-text a:focus {
	 color: rgba(0, 0, 0, 0.9);
}
 #jb-template .navbar-dark .navbar-brand, .jb-template .navbar-dark .navbar-brand {
	 color: #fff;
}
 #jb-template .navbar-dark .navbar-brand:hover, .jb-template .navbar-dark .navbar-brand:hover, #jb-template .navbar-dark .navbar-brand:focus, .jb-template .navbar-dark .navbar-brand:focus {
	 color: #fff;
}
 #jb-template .navbar-dark .navbar-nav .nav-link, .jb-template .navbar-dark .navbar-nav .nav-link {
	 color: rgba(255, 255, 255, 0.5);
}
 #jb-template .navbar-dark .navbar-nav .nav-link:hover, .jb-template .navbar-dark .navbar-nav .nav-link:hover, #jb-template .navbar-dark .navbar-nav .nav-link:focus, .jb-template .navbar-dark .navbar-nav .nav-link:focus {
	 color: rgba(255, 255, 255, 0.75);
}
 #jb-template .navbar-dark .navbar-nav .nav-link.disabled, .jb-template .navbar-dark .navbar-nav .nav-link.disabled {
	 color: rgba(255, 255, 255, 0.25);
}
 #jb-template .navbar-dark .navbar-nav .show > .nav-link, .jb-template .navbar-dark .navbar-nav .show > .nav-link, #jb-template .navbar-dark .navbar-nav .active > .nav-link, .jb-template .navbar-dark .navbar-nav .active > .nav-link, #jb-template .navbar-dark .navbar-nav .nav-link.show, .jb-template .navbar-dark .navbar-nav .nav-link.show, #jb-template .navbar-dark .navbar-nav .nav-link.active, .jb-template .navbar-dark .navbar-nav .nav-link.active {
	 color: #fff;
}
 #jb-template .navbar-dark .navbar-toggler, .jb-template .navbar-dark .navbar-toggler {
	 color: rgba(255, 255, 255, 0.5);
	 border-color: rgba(255, 255, 255, 0.1);
}
 #jb-template .navbar-dark .navbar-toggler-icon, .jb-template .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%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 #jb-template .navbar-dark .navbar-text, .jb-template .navbar-dark .navbar-text {
	 color: rgba(255, 255, 255, 0.5);
}
 #jb-template .navbar-dark .navbar-text a, .jb-template .navbar-dark .navbar-text a {
	 color: #fff;
}
 #jb-template .navbar-dark .navbar-text a:hover, .jb-template .navbar-dark .navbar-text a:hover, #jb-template .navbar-dark .navbar-text a:focus, .jb-template .navbar-dark .navbar-text a:focus {
	 color: #fff;
}
 #jb-template .card, .jb-template .card {
	 position: relative;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 min-width: 0;
	 word-wrap: break-word;
	 background-color: #fff;
	 background-clip: border-box;
	 border: 1px solid rgba(0, 0, 0, 0.125);
	 border-radius: 0.25rem;
}
 #jb-template .card > hr, .jb-template .card > hr {
	 margin-right: 0;
	 margin-left: 0;
}
 #jb-template .card > .list-group, .jb-template .card > .list-group {
	 border-top: inherit;
	 border-bottom: inherit;
}
 #jb-template .card > .list-group:first-child, .jb-template .card > .list-group:first-child {
	 border-top-width: 0;
	 border-top-left-radius: calc(0.25rem - 1px);
	 border-top-right-radius: calc(0.25rem - 1px);
}
 #jb-template .card > .list-group:last-child, .jb-template .card > .list-group:last-child {
	 border-bottom-width: 0;
	 border-bottom-right-radius: calc(0.25rem - 1px);
	 border-bottom-left-radius: calc(0.25rem - 1px);
}
 #jb-template .card-body, .jb-template .card-body {
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 min-height: 1px;
	 padding: 1.25rem;
}
 #jb-template .card-title, .jb-template .card-title {
	 margin-bottom: 0.75rem;
}
 #jb-template .card-subtitle, .jb-template .card-subtitle {
	 margin-top: -0.375rem;
	 margin-bottom: 0;
}
 #jb-template .card-text:last-child, .jb-template .card-text:last-child {
	 margin-bottom: 0;
}
 #jb-template .card-link:hover, .jb-template .card-link:hover {
	 text-decoration: none;
}
 #jb-template .card-link + .card-link, .jb-template .card-link + .card-link {
	 margin-left: 1.25rem;
}
 #jb-template .card-header, .jb-template .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);
}
 #jb-template .card-header:first-child, .jb-template .card-header:first-child {
	 border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
 #jb-template .card-header + .list-group .list-group-item:first-child, .jb-template .card-header + .list-group .list-group-item:first-child {
	 border-top: 0;
}
 #jb-template .card-footer, .jb-template .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);
}
 #jb-template .card-footer:last-child, .jb-template .card-footer:last-child {
	 border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
 #jb-template .card-header-tabs, .jb-template .card-header-tabs {
	 margin-right: -0.625rem;
	 margin-bottom: -0.75rem;
	 margin-left: -0.625rem;
	 border-bottom: 0;
}
 #jb-template .card-header-pills, .jb-template .card-header-pills {
	 margin-right: -0.625rem;
	 margin-left: -0.625rem;
}
 #jb-template .card-img-overlay, .jb-template .card-img-overlay {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 padding: 1.25rem;
}
 #jb-template .card-img, .jb-template .card-img, #jb-template .card-img-top, .jb-template .card-img-top, #jb-template .card-img-bottom, .jb-template .card-img-bottom {
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
	 width: 100%;
}
 #jb-template .card-img, .jb-template .card-img, #jb-template .card-img-top, .jb-template .card-img-top {
	 border-top-left-radius: calc(0.25rem - 1px);
	 border-top-right-radius: calc(0.25rem - 1px);
}
 #jb-template .card-img, .jb-template .card-img, #jb-template .card-img-bottom, .jb-template .card-img-bottom {
	 border-bottom-right-radius: calc(0.25rem - 1px);
	 border-bottom-left-radius: calc(0.25rem - 1px);
}
 #jb-template .card-deck .card, .jb-template .card-deck .card {
	 margin-bottom: 15px;
}
 @media (min-width: 576px) {
	 #jb-template .card-deck, .jb-template .card-deck {
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
		 margin-right: -15px;
		 margin-left: -15px;
	}
	 #jb-template .card-deck .card, .jb-template .card-deck .card {
		 -ms-flex: 1 0 0%;
		 flex: 1 0 0%;
		 margin-right: 15px;
		 margin-bottom: 0;
		 margin-left: 15px;
	}
}
 #jb-template .card-group > .card, .jb-template .card-group > .card {
	 margin-bottom: 15px;
}
 @media (min-width: 576px) {
	 #jb-template .card-group, .jb-template .card-group {
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-flow: row wrap;
		 flex-flow: row wrap;
	}
	 #jb-template .card-group > .card, .jb-template .card-group > .card {
		 -ms-flex: 1 0 0%;
		 flex: 1 0 0%;
		 margin-bottom: 0;
	}
	 #jb-template .card-group > .card + .card, .jb-template .card-group > .card + .card {
		 margin-left: 0;
		 border-left: 0;
	}
	 #jb-template .card-group > .card:not(:last-child), .jb-template .card-group > .card:not(:last-child) {
		 border-top-right-radius: 0;
		 border-bottom-right-radius: 0;
	}
	 #jb-template .card-group > .card:not(:last-child) .card-img-top, .jb-template .card-group > .card:not(:last-child) .card-img-top, #jb-template .card-group > .card:not(:last-child) .card-header, .jb-template .card-group > .card:not(:last-child) .card-header {
		 border-top-right-radius: 0;
	}
	 #jb-template .card-group > .card:not(:last-child) .card-img-bottom, .jb-template .card-group > .card:not(:last-child) .card-img-bottom, #jb-template .card-group > .card:not(:last-child) .card-footer, .jb-template .card-group > .card:not(:last-child) .card-footer {
		 border-bottom-right-radius: 0;
	}
	 #jb-template .card-group > .card:not(:first-child), .jb-template .card-group > .card:not(:first-child) {
		 border-top-left-radius: 0;
		 border-bottom-left-radius: 0;
	}
	 #jb-template .card-group > .card:not(:first-child) .card-img-top, .jb-template .card-group > .card:not(:first-child) .card-img-top, #jb-template .card-group > .card:not(:first-child) .card-header, .jb-template .card-group > .card:not(:first-child) .card-header {
		 border-top-left-radius: 0;
	}
	 #jb-template .card-group > .card:not(:first-child) .card-img-bottom, .jb-template .card-group > .card:not(:first-child) .card-img-bottom, #jb-template .card-group > .card:not(:first-child) .card-footer, .jb-template .card-group > .card:not(:first-child) .card-footer {
		 border-bottom-left-radius: 0;
	}
}
 #jb-template .card-columns .card, .jb-template .card-columns .card {
	 margin-bottom: 0.75rem;
}
 @media (min-width: 576px) {
	 #jb-template .card-columns, .jb-template .card-columns {
		 -webkit-column-count: 3;
		 -moz-column-count: 3;
		 column-count: 3;
		 -webkit-column-gap: 1.25rem;
		 -moz-column-gap: 1.25rem;
		 column-gap: 1.25rem;
		 orphans: 1;
		 widows: 1;
	}
	 #jb-template .card-columns .card, .jb-template .card-columns .card {
		 display: inline-block;
		 width: 100%;
	}
}
 #jb-template .accordion > .card, .jb-template .accordion > .card {
	 overflow: hidden;
}
 #jb-template .accordion > .card:not(:last-of-type), .jb-template .accordion > .card:not(:last-of-type) {
	 border-bottom: 0;
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
 #jb-template .accordion > .card:not(:first-of-type), .jb-template .accordion > .card:not(:first-of-type) {
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
 #jb-template .accordion > .card > .card-header, .jb-template .accordion > .card > .card-header {
	 border-radius: 0;
	 margin-bottom: -1px;
}
 #jb-template .breadcrumb, .jb-template .breadcrumb {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 padding: 0.75rem 1rem;
	 margin-bottom: 1rem;
	 list-style: none;
	 background-color: #e9ecef;
	 border-radius: 0.25rem;
}
 #jb-template .breadcrumb-item, .jb-template .breadcrumb-item {
	 display: -ms-flexbox;
	 display: flex;
}
 #jb-template .breadcrumb-item + .breadcrumb-item, .jb-template .breadcrumb-item + .breadcrumb-item {
	 padding-left: 0.5rem;
}
 #jb-template .breadcrumb-item + .breadcrumb-item::before, .jb-template .breadcrumb-item + .breadcrumb-item::before {
	 display: inline-block;
	 padding-right: 0.5rem;
	 color: #6c757d;
	 content: "/";
}
 #jb-template .breadcrumb-item + .breadcrumb-item:hover::before, .jb-template .breadcrumb-item + .breadcrumb-item:hover::before {
	 text-decoration: underline;
}
 #jb-template .breadcrumb-item + .breadcrumb-item:hover::before, .jb-template .breadcrumb-item + .breadcrumb-item:hover::before {
	 text-decoration: none;
}
 #jb-template .breadcrumb-item.active, .jb-template .breadcrumb-item.active {
	 color: #6c757d;
}
 #jb-template .pagination, .jb-template .pagination {
	 display: -ms-flexbox;
	 display: flex;
	 padding-left: 0;
	 list-style: none;
	 border-radius: 0.25rem;
}
 #jb-template .page-link, .jb-template .page-link {
	 position: relative;
	 display: block;
	 padding: 0.5rem 0.75rem;
	 margin-left: -1px;
	 line-height: 1.25;
	 color: #007bff;
	 background-color: #fff;
	 border: 1px solid #dee2e6;
}
 #jb-template .page-link:hover, .jb-template .page-link:hover {
	 z-index: 2;
	 color: #0056b3;
	 text-decoration: none;
	 background-color: #e9ecef;
	 border-color: #dee2e6;
}
 #jb-template .page-link:focus, .jb-template .page-link:focus {
	 z-index: 3;
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 #jb-template .page-item:first-child .page-link, .jb-template .page-item:first-child .page-link {
	 margin-left: 0;
	 border-top-left-radius: 0.25rem;
	 border-bottom-left-radius: 0.25rem;
}
 #jb-template .page-item:last-child .page-link, .jb-template .page-item:last-child .page-link {
	 border-top-right-radius: 0.25rem;
	 border-bottom-right-radius: 0.25rem;
}
 #jb-template .page-item.active .page-link, .jb-template .page-item.active .page-link {
	 z-index: 3;
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .page-item.disabled .page-link, .jb-template .page-item.disabled .page-link {
	 color: #6c757d;
	 pointer-events: none;
	 cursor: auto;
	 background-color: #fff;
	 border-color: #dee2e6;
}
 #jb-template .pagination-lg .page-link, .jb-template .pagination-lg .page-link {
	 padding: 0.75rem 1.5rem;
	 font-size: 1.25rem;
	 line-height: 1.5;
}
 #jb-template .pagination-lg .page-item:first-child .page-link, .jb-template .pagination-lg .page-item:first-child .page-link {
	 border-top-left-radius: 0.3rem;
	 border-bottom-left-radius: 0.3rem;
}
 #jb-template .pagination-lg .page-item:last-child .page-link, .jb-template .pagination-lg .page-item:last-child .page-link {
	 border-top-right-radius: 0.3rem;
	 border-bottom-right-radius: 0.3rem;
}
 #jb-template .pagination-sm .page-link, .jb-template .pagination-sm .page-link {
	 padding: 0.25rem 0.5rem;
	 font-size: 0.875rem;
	 line-height: 1.5;
}
 #jb-template .pagination-sm .page-item:first-child .page-link, .jb-template .pagination-sm .page-item:first-child .page-link {
	 border-top-left-radius: 0.2rem;
	 border-bottom-left-radius: 0.2rem;
}
 #jb-template .pagination-sm .page-item:last-child .page-link, .jb-template .pagination-sm .page-item:last-child .page-link {
	 border-top-right-radius: 0.2rem;
	 border-bottom-right-radius: 0.2rem;
}
 #jb-template .badge, .jb-template .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) {
	 #jb-template .badge, .jb-template .badge {
		 transition: none;
	}
}
 #jb-template a.badge:hover, .jb-template a.badge:hover, #jb-template a.badge:focus, .jb-template a.badge:focus {
	 text-decoration: none;
}
 #jb-template .badge:empty, .jb-template .badge:empty {
	 display: none;
}
 #jb-template .btn .badge, .jb-template .btn .badge {
	 position: relative;
	 top: -1px;
}
 #jb-template .badge-pill, .jb-template .badge-pill {
	 padding-right: 0.6em;
	 padding-left: 0.6em;
	 border-radius: 10rem;
}
 #jb-template .badge-primary, .jb-template .badge-primary {
	 color: #fff;
	 background-color: #007bff;
}
 #jb-template a.badge-primary:hover, .jb-template a.badge-primary:hover, #jb-template a.badge-primary:focus, .jb-template a.badge-primary:focus {
	 color: #fff;
	 background-color: #0062cc;
}
 #jb-template a.badge-primary:focus, .jb-template a.badge-primary:focus, #jb-template a.badge-primary.focus, .jb-template a.badge-primary.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
 #jb-template .badge-secondary, .jb-template .badge-secondary {
	 color: #fff;
	 background-color: #6c757d;
}
 #jb-template a.badge-secondary:hover, .jb-template a.badge-secondary:hover, #jb-template a.badge-secondary:focus, .jb-template a.badge-secondary:focus {
	 color: #fff;
	 background-color: #545b62;
}
 #jb-template a.badge-secondary:focus, .jb-template a.badge-secondary:focus, #jb-template a.badge-secondary.focus, .jb-template a.badge-secondary.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
 #jb-template .badge-success, .jb-template .badge-success {
	 color: #fff;
	 background-color: #28a745;
}
 #jb-template a.badge-success:hover, .jb-template a.badge-success:hover, #jb-template a.badge-success:focus, .jb-template a.badge-success:focus {
	 color: #fff;
	 background-color: #1e7e34;
}
 #jb-template a.badge-success:focus, .jb-template a.badge-success:focus, #jb-template a.badge-success.focus, .jb-template a.badge-success.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 #jb-template .badge-info, .jb-template .badge-info {
	 color: #fff;
	 background-color: #17a2b8;
}
 #jb-template a.badge-info:hover, .jb-template a.badge-info:hover, #jb-template a.badge-info:focus, .jb-template a.badge-info:focus {
	 color: #fff;
	 background-color: #117a8b;
}
 #jb-template a.badge-info:focus, .jb-template a.badge-info:focus, #jb-template a.badge-info.focus, .jb-template a.badge-info.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 #jb-template .badge-warning, .jb-template .badge-warning {
	 color: #212529;
	 background-color: #ffc107;
}
 #jb-template a.badge-warning:hover, .jb-template a.badge-warning:hover, #jb-template a.badge-warning:focus, .jb-template a.badge-warning:focus {
	 color: #212529;
	 background-color: #d39e00;
}
 #jb-template a.badge-warning:focus, .jb-template a.badge-warning:focus, #jb-template a.badge-warning.focus, .jb-template a.badge-warning.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 #jb-template .badge-danger, .jb-template .badge-danger {
	 color: #fff;
	 background-color: #dc3545;
}
 #jb-template a.badge-danger:hover, .jb-template a.badge-danger:hover, #jb-template a.badge-danger:focus, .jb-template a.badge-danger:focus {
	 color: #fff;
	 background-color: #bd2130;
}
 #jb-template a.badge-danger:focus, .jb-template a.badge-danger:focus, #jb-template a.badge-danger.focus, .jb-template a.badge-danger.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 #jb-template .badge-light, .jb-template .badge-light {
	 color: #212529;
	 background-color: #f8f9fa;
}
 #jb-template a.badge-light:hover, .jb-template a.badge-light:hover, #jb-template a.badge-light:focus, .jb-template a.badge-light:focus {
	 color: #212529;
	 background-color: #dae0e5;
}
 #jb-template a.badge-light:focus, .jb-template a.badge-light:focus, #jb-template a.badge-light.focus, .jb-template a.badge-light.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
 #jb-template .badge-dark, .jb-template .badge-dark {
	 color: #fff;
	 background-color: #343a40;
}
 #jb-template a.badge-dark:hover, .jb-template a.badge-dark:hover, #jb-template a.badge-dark:focus, .jb-template a.badge-dark:focus {
	 color: #fff;
	 background-color: #1d2124;
}
 #jb-template a.badge-dark:focus, .jb-template a.badge-dark:focus, #jb-template a.badge-dark.focus, .jb-template a.badge-dark.focus {
	 outline: 0;
	 box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
 #jb-template .jumbotron, .jb-template .jumbotron {
	 padding: 2rem 1rem;
	 margin-bottom: 2rem;
	 background-color: #e9ecef;
	 border-radius: 0.3rem;
}
 @media (min-width: 576px) {
	 #jb-template .jumbotron, .jb-template .jumbotron {
		 padding: 4rem 2rem;
	}
}
 #jb-template .jumbotron-fluid, .jb-template .jumbotron-fluid {
	 padding-right: 0;
	 padding-left: 0;
	 border-radius: 0;
}
 #jb-template .alert, .jb-template .alert {
	 position: relative;
	 padding: 0.75rem 1.25rem;
	 margin-bottom: 1rem;
	 border: 1px solid transparent;
	 border-radius: 0.25rem;
}
 #jb-template .alert-heading, .jb-template .alert-heading {
	 color: inherit;
}
 #jb-template .alert-link, .jb-template .alert-link {
	 font-weight: 700;
}
 #jb-template .alert-dismissible, .jb-template .alert-dismissible {
	 padding-right: 4rem;
}
 #jb-template .alert-dismissible .close, .jb-template .alert-dismissible .close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 padding: 0.75rem 1.25rem;
	 color: inherit;
}
 #jb-template .alert-primary, .jb-template .alert-primary {
	 color: #004085;
	 background-color: #cce5ff;
	 border-color: #b8daff;
}
 #jb-template .alert-primary hr, .jb-template .alert-primary hr {
	 border-top-color: #9fcdff;
}
 #jb-template .alert-primary .alert-link, .jb-template .alert-primary .alert-link {
	 color: #002752;
}
 #jb-template .alert-secondary, .jb-template .alert-secondary {
	 color: #383d41;
	 background-color: #e2e3e5;
	 border-color: #d6d8db;
}
 #jb-template .alert-secondary hr, .jb-template .alert-secondary hr {
	 border-top-color: #c8cbcf;
}
 #jb-template .alert-secondary .alert-link, .jb-template .alert-secondary .alert-link {
	 color: #202326;
}
 #jb-template .alert-success, .jb-template .alert-success {
	 color: #155724;
	 background-color: #d4edda;
	 border-color: #c3e6cb;
}
 #jb-template .alert-success hr, .jb-template .alert-success hr {
	 border-top-color: #b1dfbb;
}
 #jb-template .alert-success .alert-link, .jb-template .alert-success .alert-link {
	 color: #0b2e13;
}
 #jb-template .alert-info, .jb-template .alert-info {
	 color: #0c5460;
	 background-color: #d1ecf1;
	 border-color: #bee5eb;
}
 #jb-template .alert-info hr, .jb-template .alert-info hr {
	 border-top-color: #abdde5;
}
 #jb-template .alert-info .alert-link, .jb-template .alert-info .alert-link {
	 color: #062c33;
}
 #jb-template .alert-warning, .jb-template .alert-warning {
	 color: #856404;
	 background-color: #fff3cd;
	 border-color: #ffeeba;
}
 #jb-template .alert-warning hr, .jb-template .alert-warning hr {
	 border-top-color: #ffe8a1;
}
 #jb-template .alert-warning .alert-link, .jb-template .alert-warning .alert-link {
	 color: #533f03;
}
 #jb-template .alert-danger, .jb-template .alert-danger {
	 color: #721c24;
	 background-color: #f8d7da;
	 border-color: #f5c6cb;
}
 #jb-template .alert-danger hr, .jb-template .alert-danger hr {
	 border-top-color: #f1b0b7;
}
 #jb-template .alert-danger .alert-link, .jb-template .alert-danger .alert-link {
	 color: #491217;
}
 #jb-template .alert-light, .jb-template .alert-light {
	 color: #818182;
	 background-color: #fefefe;
	 border-color: #fdfdfe;
}
 #jb-template .alert-light hr, .jb-template .alert-light hr {
	 border-top-color: #ececf6;
}
 #jb-template .alert-light .alert-link, .jb-template .alert-light .alert-link {
	 color: #686868;
}
 #jb-template .alert-dark, .jb-template .alert-dark {
	 color: #1b1e21;
	 background-color: #d6d8d9;
	 border-color: #c6c8ca;
}
 #jb-template .alert-dark hr, .jb-template .alert-dark hr {
	 border-top-color: #b9bbbe;
}
 #jb-template .alert-dark .alert-link, .jb-template .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;
	}
}
 #jb-template .progress, .jb-template .progress {
	 display: -ms-flexbox;
	 display: flex;
	 height: 1rem;
	 overflow: hidden;
	 line-height: 0;
	 font-size: 0.75rem;
	 background-color: #e9ecef;
	 border-radius: 0.25rem;
}
 #jb-template .progress-bar, .jb-template .progress-bar {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -ms-flex-pack: center;
	 justify-content: center;
	 overflow: hidden;
	 color: #fff;
	 text-align: center;
	 white-space: nowrap;
	 background-color: #007bff;
	 transition: width 0.6s ease;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .progress-bar, .jb-template .progress-bar {
		 transition: none;
	}
}
 #jb-template .progress-bar-striped, .jb-template .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;
}
 #jb-template .progress-bar-animated, .jb-template .progress-bar-animated {
	 -webkit-animation: progress-bar-stripes 1s linear infinite;
	 animation: progress-bar-stripes 1s linear infinite;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .progress-bar-animated, .jb-template .progress-bar-animated {
		 -webkit-animation: none;
		 animation: none;
	}
}
 #jb-template .media, .jb-template .media {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
 #jb-template .media-body, .jb-template .media-body {
	 -ms-flex: 1;
	 flex: 1;
}
 #jb-template .list-group, .jb-template .list-group {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 padding-left: 0;
	 margin-bottom: 0;
	 border-radius: 0.25rem;
}
 #jb-template .list-group-item-action, .jb-template .list-group-item-action {
	 width: 100%;
	 color: #495057;
	 text-align: inherit;
}
 #jb-template .list-group-item-action:hover, .jb-template .list-group-item-action:hover, #jb-template .list-group-item-action:focus, .jb-template .list-group-item-action:focus {
	 z-index: 1;
	 color: #495057;
	 text-decoration: none;
	 background-color: #f8f9fa;
}
 #jb-template .list-group-item-action:active, .jb-template .list-group-item-action:active {
	 color: #212529;
	 background-color: #e9ecef;
}
 #jb-template .list-group-item, .jb-template .list-group-item {
	 position: relative;
	 display: block;
	 padding: 0.75rem 1.25rem;
	 background-color: #fff;
	 border: 1px solid rgba(0, 0, 0, 0.125);
}
 #jb-template .list-group-item:first-child, .jb-template .list-group-item:first-child {
	 border-top-left-radius: inherit;
	 border-top-right-radius: inherit;
}
 #jb-template .list-group-item:last-child, .jb-template .list-group-item:last-child {
	 border-bottom-right-radius: inherit;
	 border-bottom-left-radius: inherit;
}
 #jb-template .list-group-item.disabled, .jb-template .list-group-item.disabled, #jb-template .list-group-item:disabled, .jb-template .list-group-item:disabled {
	 color: #6c757d;
	 pointer-events: none;
	 background-color: #fff;
}
 #jb-template .list-group-item.active, .jb-template .list-group-item.active {
	 z-index: 2;
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
 #jb-template .list-group-item + .list-group-item, .jb-template .list-group-item + .list-group-item {
	 border-top-width: 0;
}
 #jb-template .list-group-item + .list-group-item.active, .jb-template .list-group-item + .list-group-item.active {
	 margin-top: -1px;
	 border-top-width: 1px;
}
 #jb-template .list-group-horizontal, .jb-template .list-group-horizontal {
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 #jb-template .list-group-horizontal > .list-group-item:first-child, .jb-template .list-group-horizontal > .list-group-item:first-child {
	 border-bottom-left-radius: 0.25rem;
	 border-top-right-radius: 0;
}
 #jb-template .list-group-horizontal > .list-group-item:last-child, .jb-template .list-group-horizontal > .list-group-item:last-child {
	 border-top-right-radius: 0.25rem;
	 border-bottom-left-radius: 0;
}
 #jb-template .list-group-horizontal > .list-group-item.active, .jb-template .list-group-horizontal > .list-group-item.active {
	 margin-top: 0;
}
 #jb-template .list-group-horizontal > .list-group-item + .list-group-item, .jb-template .list-group-horizontal > .list-group-item + .list-group-item {
	 border-top-width: 1px;
	 border-left-width: 0;
}
 #jb-template .list-group-horizontal > .list-group-item + .list-group-item.active, .jb-template .list-group-horizontal > .list-group-item + .list-group-item.active {
	 margin-left: -1px;
	 border-left-width: 1px;
}
 @media (min-width: 576px) {
	 #jb-template .list-group-horizontal-sm, .jb-template .list-group-horizontal-sm {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .list-group-horizontal-sm > .list-group-item:first-child, .jb-template .list-group-horizontal-sm > .list-group-item:first-child {
		 border-bottom-left-radius: 0.25rem;
		 border-top-right-radius: 0;
	}
	 #jb-template .list-group-horizontal-sm > .list-group-item:last-child, .jb-template .list-group-horizontal-sm > .list-group-item:last-child {
		 border-top-right-radius: 0.25rem;
		 border-bottom-left-radius: 0;
	}
	 #jb-template .list-group-horizontal-sm > .list-group-item.active, .jb-template .list-group-horizontal-sm > .list-group-item.active {
		 margin-top: 0;
	}
	 #jb-template .list-group-horizontal-sm > .list-group-item + .list-group-item, .jb-template .list-group-horizontal-sm > .list-group-item + .list-group-item {
		 border-top-width: 1px;
		 border-left-width: 0;
	}
	 #jb-template .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .jb-template .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		 margin-left: -1px;
		 border-left-width: 1px;
	}
}
 @media (min-width: 768px) {
	 #jb-template .list-group-horizontal-md, .jb-template .list-group-horizontal-md {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .list-group-horizontal-md > .list-group-item:first-child, .jb-template .list-group-horizontal-md > .list-group-item:first-child {
		 border-bottom-left-radius: 0.25rem;
		 border-top-right-radius: 0;
	}
	 #jb-template .list-group-horizontal-md > .list-group-item:last-child, .jb-template .list-group-horizontal-md > .list-group-item:last-child {
		 border-top-right-radius: 0.25rem;
		 border-bottom-left-radius: 0;
	}
	 #jb-template .list-group-horizontal-md > .list-group-item.active, .jb-template .list-group-horizontal-md > .list-group-item.active {
		 margin-top: 0;
	}
	 #jb-template .list-group-horizontal-md > .list-group-item + .list-group-item, .jb-template .list-group-horizontal-md > .list-group-item + .list-group-item {
		 border-top-width: 1px;
		 border-left-width: 0;
	}
	 #jb-template .list-group-horizontal-md > .list-group-item + .list-group-item.active, .jb-template .list-group-horizontal-md > .list-group-item + .list-group-item.active {
		 margin-left: -1px;
		 border-left-width: 1px;
	}
}
 @media (min-width: 992px) {
	 #jb-template .list-group-horizontal-lg, .jb-template .list-group-horizontal-lg {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .list-group-horizontal-lg > .list-group-item:first-child, .jb-template .list-group-horizontal-lg > .list-group-item:first-child {
		 border-bottom-left-radius: 0.25rem;
		 border-top-right-radius: 0;
	}
	 #jb-template .list-group-horizontal-lg > .list-group-item:last-child, .jb-template .list-group-horizontal-lg > .list-group-item:last-child {
		 border-top-right-radius: 0.25rem;
		 border-bottom-left-radius: 0;
	}
	 #jb-template .list-group-horizontal-lg > .list-group-item.active, .jb-template .list-group-horizontal-lg > .list-group-item.active {
		 margin-top: 0;
	}
	 #jb-template .list-group-horizontal-lg > .list-group-item + .list-group-item, .jb-template .list-group-horizontal-lg > .list-group-item + .list-group-item {
		 border-top-width: 1px;
		 border-left-width: 0;
	}
	 #jb-template .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .jb-template .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		 margin-left: -1px;
		 border-left-width: 1px;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .list-group-horizontal-xl, .jb-template .list-group-horizontal-xl {
		 -ms-flex-direction: row;
		 flex-direction: row;
	}
	 #jb-template .list-group-horizontal-xl > .list-group-item:first-child, .jb-template .list-group-horizontal-xl > .list-group-item:first-child {
		 border-bottom-left-radius: 0.25rem;
		 border-top-right-radius: 0;
	}
	 #jb-template .list-group-horizontal-xl > .list-group-item:last-child, .jb-template .list-group-horizontal-xl > .list-group-item:last-child {
		 border-top-right-radius: 0.25rem;
		 border-bottom-left-radius: 0;
	}
	 #jb-template .list-group-horizontal-xl > .list-group-item.active, .jb-template .list-group-horizontal-xl > .list-group-item.active {
		 margin-top: 0;
	}
	 #jb-template .list-group-horizontal-xl > .list-group-item + .list-group-item, .jb-template .list-group-horizontal-xl > .list-group-item + .list-group-item {
		 border-top-width: 1px;
		 border-left-width: 0;
	}
	 #jb-template .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .jb-template .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		 margin-left: -1px;
		 border-left-width: 1px;
	}
}
 #jb-template .list-group-flush, .jb-template .list-group-flush {
	 border-radius: 0;
}
 #jb-template .list-group-flush > .list-group-item, .jb-template .list-group-flush > .list-group-item {
	 border-width: 0 0 1px;
}
 #jb-template .list-group-flush > .list-group-item:last-child, .jb-template .list-group-flush > .list-group-item:last-child {
	 border-bottom-width: 0;
}
 #jb-template .list-group-item-primary, .jb-template .list-group-item-primary {
	 color: #004085;
	 background-color: #b8daff;
}
 #jb-template .list-group-item-primary.list-group-item-action:hover, .jb-template .list-group-item-primary.list-group-item-action:hover, #jb-template .list-group-item-primary.list-group-item-action:focus, .jb-template .list-group-item-primary.list-group-item-action:focus {
	 color: #004085;
	 background-color: #9fcdff;
}
 #jb-template .list-group-item-primary.list-group-item-action.active, .jb-template .list-group-item-primary.list-group-item-action.active {
	 color: #fff;
	 background-color: #004085;
	 border-color: #004085;
}
 #jb-template .list-group-item-secondary, .jb-template .list-group-item-secondary {
	 color: #383d41;
	 background-color: #d6d8db;
}
 #jb-template .list-group-item-secondary.list-group-item-action:hover, .jb-template .list-group-item-secondary.list-group-item-action:hover, #jb-template .list-group-item-secondary.list-group-item-action:focus, .jb-template .list-group-item-secondary.list-group-item-action:focus {
	 color: #383d41;
	 background-color: #c8cbcf;
}
 #jb-template .list-group-item-secondary.list-group-item-action.active, .jb-template .list-group-item-secondary.list-group-item-action.active {
	 color: #fff;
	 background-color: #383d41;
	 border-color: #383d41;
}
 #jb-template .list-group-item-success, .jb-template .list-group-item-success {
	 color: #155724;
	 background-color: #c3e6cb;
}
 #jb-template .list-group-item-success.list-group-item-action:hover, .jb-template .list-group-item-success.list-group-item-action:hover, #jb-template .list-group-item-success.list-group-item-action:focus, .jb-template .list-group-item-success.list-group-item-action:focus {
	 color: #155724;
	 background-color: #b1dfbb;
}
 #jb-template .list-group-item-success.list-group-item-action.active, .jb-template .list-group-item-success.list-group-item-action.active {
	 color: #fff;
	 background-color: #155724;
	 border-color: #155724;
}
 #jb-template .list-group-item-info, .jb-template .list-group-item-info {
	 color: #0c5460;
	 background-color: #bee5eb;
}
 #jb-template .list-group-item-info.list-group-item-action:hover, .jb-template .list-group-item-info.list-group-item-action:hover, #jb-template .list-group-item-info.list-group-item-action:focus, .jb-template .list-group-item-info.list-group-item-action:focus {
	 color: #0c5460;
	 background-color: #abdde5;
}
 #jb-template .list-group-item-info.list-group-item-action.active, .jb-template .list-group-item-info.list-group-item-action.active {
	 color: #fff;
	 background-color: #0c5460;
	 border-color: #0c5460;
}
 #jb-template .list-group-item-warning, .jb-template .list-group-item-warning {
	 color: #856404;
	 background-color: #ffeeba;
}
 #jb-template .list-group-item-warning.list-group-item-action:hover, .jb-template .list-group-item-warning.list-group-item-action:hover, #jb-template .list-group-item-warning.list-group-item-action:focus, .jb-template .list-group-item-warning.list-group-item-action:focus {
	 color: #856404;
	 background-color: #ffe8a1;
}
 #jb-template .list-group-item-warning.list-group-item-action.active, .jb-template .list-group-item-warning.list-group-item-action.active {
	 color: #fff;
	 background-color: #856404;
	 border-color: #856404;
}
 #jb-template .list-group-item-danger, .jb-template .list-group-item-danger {
	 color: #721c24;
	 background-color: #f5c6cb;
}
 #jb-template .list-group-item-danger.list-group-item-action:hover, .jb-template .list-group-item-danger.list-group-item-action:hover, #jb-template .list-group-item-danger.list-group-item-action:focus, .jb-template .list-group-item-danger.list-group-item-action:focus {
	 color: #721c24;
	 background-color: #f1b0b7;
}
 #jb-template .list-group-item-danger.list-group-item-action.active, .jb-template .list-group-item-danger.list-group-item-action.active {
	 color: #fff;
	 background-color: #721c24;
	 border-color: #721c24;
}
 #jb-template .list-group-item-light, .jb-template .list-group-item-light {
	 color: #818182;
	 background-color: #fdfdfe;
}
 #jb-template .list-group-item-light.list-group-item-action:hover, .jb-template .list-group-item-light.list-group-item-action:hover, #jb-template .list-group-item-light.list-group-item-action:focus, .jb-template .list-group-item-light.list-group-item-action:focus {
	 color: #818182;
	 background-color: #ececf6;
}
 #jb-template .list-group-item-light.list-group-item-action.active, .jb-template .list-group-item-light.list-group-item-action.active {
	 color: #fff;
	 background-color: #818182;
	 border-color: #818182;
}
 #jb-template .list-group-item-dark, .jb-template .list-group-item-dark {
	 color: #1b1e21;
	 background-color: #c6c8ca;
}
 #jb-template .list-group-item-dark.list-group-item-action:hover, .jb-template .list-group-item-dark.list-group-item-action:hover, #jb-template .list-group-item-dark.list-group-item-action:focus, .jb-template .list-group-item-dark.list-group-item-action:focus {
	 color: #1b1e21;
	 background-color: #b9bbbe;
}
 #jb-template .list-group-item-dark.list-group-item-action.active, .jb-template .list-group-item-dark.list-group-item-action.active {
	 color: #fff;
	 background-color: #1b1e21;
	 border-color: #1b1e21;
}
 #jb-template .close, .jb-template .close {
	 float: right;
	 font-size: 1.5rem;
	 font-weight: 700;
	 line-height: 1;
	 color: #000;
	 text-shadow: 0 1px 0 #fff;
	 opacity: 0.5;
}
 #jb-template .close:hover, .jb-template .close:hover {
	 color: #000;
	 text-decoration: none;
}
 #jb-template .close:not(:disabled):not(.disabled):hover, .jb-template .close:not(:disabled):not(.disabled):hover, #jb-template .close:not(:disabled):not(.disabled):focus, .jb-template .close:not(:disabled):not(.disabled):focus {
	 opacity: 0.75;
}
 #jb-template button.close, .jb-template button.close {
	 padding: 0;
	 background-color: transparent;
	 border: 0;
}
 #jb-template a.close.disabled, .jb-template a.close.disabled {
	 pointer-events: none;
}
 #jb-template .toast, .jb-template .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;
}
 #jb-template .toast:not(:last-child), .jb-template .toast:not(:last-child) {
	 margin-bottom: 0.75rem;
}
 #jb-template .toast.showing, .jb-template .toast.showing {
	 opacity: 1;
}
 #jb-template .toast.show, .jb-template .toast.show {
	 display: block;
	 opacity: 1;
}
 #jb-template .toast.hide, .jb-template .toast.hide {
	 display: none;
}
 #jb-template .toast-header, .jb-template .toast-header {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: center;
	 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);
}
 #jb-template .toast-body, .jb-template .toast-body {
	 padding: 0.75rem;
}
 #jb-template .modal-open, .jb-template .modal-open {
	 overflow: hidden;
}
 #jb-template .modal-open .modal, .jb-template .modal-open .modal {
	 overflow-x: hidden;
	 overflow-y: auto;
}
 #jb-template .modal, .jb-template .modal {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1050;
	 display: none;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 outline: 0;
}
 #jb-template .modal-dialog, .jb-template .modal-dialog {
	 position: relative;
	 width: auto;
	 margin: 0.5rem;
	 pointer-events: none;
}
 #jb-template .modal.fade .modal-dialog, .jb-template .modal.fade .modal-dialog {
	 transition: -webkit-transform 0.3s ease-out;
	 transition: transform 0.3s ease-out;
	 transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	 -webkit-transform: translate(0, -50px);
	 transform: translate(0, -50px);
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .modal.fade .modal-dialog, .jb-template .modal.fade .modal-dialog {
		 transition: none;
	}
}
 #jb-template .modal.show .modal-dialog, .jb-template .modal.show .modal-dialog {
	 -webkit-transform: none;
	 transform: none;
}
 #jb-template .modal.modal-static .modal-dialog, .jb-template .modal.modal-static .modal-dialog {
	 -webkit-transform: scale(1.02);
	 transform: scale(1.02);
}
 #jb-template .modal-dialog-scrollable, .jb-template .modal-dialog-scrollable {
	 display: -ms-flexbox;
	 display: flex;
	 max-height: calc(100% - 1rem);
}
 #jb-template .modal-dialog-scrollable .modal-content, .jb-template .modal-dialog-scrollable .modal-content {
	 max-height: calc(100vh - 1rem);
	 overflow: hidden;
}
 #jb-template .modal-dialog-scrollable .modal-header, .jb-template .modal-dialog-scrollable .modal-header, #jb-template .modal-dialog-scrollable .modal-footer, .jb-template .modal-dialog-scrollable .modal-footer {
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 #jb-template .modal-dialog-scrollable .modal-body, .jb-template .modal-dialog-scrollable .modal-body {
	 overflow-y: auto;
}
 #jb-template .modal-dialog-centered, .jb-template .modal-dialog-centered {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: center;
	 align-items: center;
	 min-height: calc(100% - 1rem);
}
 #jb-template .modal-dialog-centered::before, .jb-template .modal-dialog-centered::before {
	 display: block;
	 height: calc(100vh - 1rem);
	 height: -webkit-min-content;
	 height: -moz-min-content;
	 height: min-content;
	 content: "";
}
 #jb-template .modal-dialog-centered.modal-dialog-scrollable, .jb-template .modal-dialog-centered.modal-dialog-scrollable {
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -ms-flex-pack: center;
	 justify-content: center;
	 height: 100%;
}
 #jb-template .modal-dialog-centered.modal-dialog-scrollable .modal-content, .jb-template .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	 max-height: none;
}
 #jb-template .modal-dialog-centered.modal-dialog-scrollable::before, .jb-template .modal-dialog-centered.modal-dialog-scrollable::before {
	 content: none;
}
 #jb-template .modal-content, .jb-template .modal-content {
	 position: relative;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 width: 100%;
	 pointer-events: auto;
	 background-color: #fff;
	 background-clip: padding-box;
	 border: 1px solid rgba(0, 0, 0, 0.2);
	 border-radius: 0.3rem;
	 outline: 0;
}
 #jb-template .modal-backdrop, .jb-template .modal-backdrop {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1040;
	 width: 100vw;
	 height: 100vh;
	 background-color: #000;
}
 #jb-template .modal-backdrop.fade, .jb-template .modal-backdrop.fade {
	 opacity: 0;
}
 #jb-template .modal-backdrop.show, .jb-template .modal-backdrop.show {
	 opacity: 0.5;
}
 #jb-template .modal-header, .jb-template .modal-header {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding: 1rem 1rem;
	 border-bottom: 1px solid #dee2e6;
	 border-top-left-radius: calc(0.3rem - 1px);
	 border-top-right-radius: calc(0.3rem - 1px);
}
 #jb-template .modal-header .close, .jb-template .modal-header .close {
	 padding: 1rem 1rem;
	 margin: -1rem -1rem -1rem auto;
}
 #jb-template .modal-title, .jb-template .modal-title {
	 margin-bottom: 0;
	 line-height: 1.5;
}
 #jb-template .modal-body, .jb-template .modal-body {
	 position: relative;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 padding: 1rem;
}
 #jb-template .modal-footer, .jb-template .modal-footer {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-align: center;
	 align-items: center;
	 -ms-flex-pack: end;
	 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);
}
 #jb-template .modal-footer > *, .jb-template .modal-footer > * {
	 margin: 0.25rem;
}
 #jb-template .modal-scrollbar-measure, .jb-template .modal-scrollbar-measure {
	 position: absolute;
	 top: -9999px;
	 width: 50px;
	 height: 50px;
	 overflow: scroll;
}
 @media (min-width: 576px) {
	 #jb-template .modal-dialog, .jb-template .modal-dialog {
		 max-width: 500px;
		 margin: 1.75rem auto;
	}
	 #jb-template .modal-dialog-scrollable, .jb-template .modal-dialog-scrollable {
		 max-height: calc(100% - 3.5rem);
	}
	 #jb-template .modal-dialog-scrollable .modal-content, .jb-template .modal-dialog-scrollable .modal-content {
		 max-height: calc(100vh - 3.5rem);
	}
	 #jb-template .modal-dialog-centered, .jb-template .modal-dialog-centered {
		 min-height: calc(100% - 3.5rem);
	}
	 #jb-template .modal-dialog-centered::before, .jb-template .modal-dialog-centered::before {
		 height: calc(100vh - 3.5rem);
		 height: -webkit-min-content;
		 height: -moz-min-content;
		 height: min-content;
	}
	 #jb-template .modal-sm, .jb-template .modal-sm {
		 max-width: 300px;
	}
}
 @media (min-width: 992px) {
	 #jb-template .modal-lg, .jb-template .modal-lg, #jb-template .modal-xl, .jb-template .modal-xl {
		 max-width: 800px;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .modal-xl, .jb-template .modal-xl {
		 max-width: 1140px;
	}
}
 #jb-template .tooltip, .jb-template .tooltip {
	 position: absolute;
	 z-index: 1070;
	 display: block;
	 margin: 0;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-style: normal;
	 font-weight: 400;
	 line-height: 1.5;
	 text-align: left;
	 text-align: start;
	 text-decoration: none;
	 text-shadow: none;
	 text-transform: none;
	 letter-spacing: normal;
	 word-break: normal;
	 word-spacing: normal;
	 white-space: normal;
	 line-break: auto;
	 font-size: 0.875rem;
	 word-wrap: break-word;
	 opacity: 0;
}
 #jb-template .tooltip.show, .jb-template .tooltip.show {
	 opacity: 0.9;
}
 #jb-template .tooltip .arrow, .jb-template .tooltip .arrow {
	 position: absolute;
	 display: block;
	 width: 0.8rem;
	 height: 0.4rem;
}
 #jb-template .tooltip .arrow::before, .jb-template .tooltip .arrow::before {
	 position: absolute;
	 content: "";
	 border-color: transparent;
	 border-style: solid;
}
 #jb-template .bs-tooltip-top, .jb-template .bs-tooltip-top, #jb-template .bs-tooltip-auto[x-placement^="top"], .jb-template .bs-tooltip-auto[x-placement^="top"] {
	 padding: 0.4rem 0;
}
 #jb-template .bs-tooltip-top .arrow, .jb-template .bs-tooltip-top .arrow, #jb-template .bs-tooltip-auto[x-placement^="top"] .arrow, .jb-template .bs-tooltip-auto[x-placement^="top"] .arrow {
	 bottom: 0;
}
 #jb-template .bs-tooltip-top .arrow::before, .jb-template .bs-tooltip-top .arrow::before, #jb-template .bs-tooltip-auto[x-placement^="top"] .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	 top: 0;
	 border-width: 0.4rem 0.4rem 0;
	 border-top-color: #000;
}
 #jb-template .bs-tooltip-right, .jb-template .bs-tooltip-right, #jb-template .bs-tooltip-auto[x-placement^="right"], .jb-template .bs-tooltip-auto[x-placement^="right"] {
	 padding: 0 0.4rem;
}
 #jb-template .bs-tooltip-right .arrow, .jb-template .bs-tooltip-right .arrow, #jb-template .bs-tooltip-auto[x-placement^="right"] .arrow, .jb-template .bs-tooltip-auto[x-placement^="right"] .arrow {
	 left: 0;
	 width: 0.4rem;
	 height: 0.8rem;
}
 #jb-template .bs-tooltip-right .arrow::before, .jb-template .bs-tooltip-right .arrow::before, #jb-template .bs-tooltip-auto[x-placement^="right"] .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	 right: 0;
	 border-width: 0.4rem 0.4rem 0.4rem 0;
	 border-right-color: #000;
}
 #jb-template .bs-tooltip-bottom, .jb-template .bs-tooltip-bottom, #jb-template .bs-tooltip-auto[x-placement^="bottom"], .jb-template .bs-tooltip-auto[x-placement^="bottom"] {
	 padding: 0.4rem 0;
}
 #jb-template .bs-tooltip-bottom .arrow, .jb-template .bs-tooltip-bottom .arrow, #jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow, .jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	 top: 0;
}
 #jb-template .bs-tooltip-bottom .arrow::before, .jb-template .bs-tooltip-bottom .arrow::before, #jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	 bottom: 0;
	 border-width: 0 0.4rem 0.4rem;
	 border-bottom-color: #000;
}
 #jb-template .bs-tooltip-left, .jb-template .bs-tooltip-left, #jb-template .bs-tooltip-auto[x-placement^="left"], .jb-template .bs-tooltip-auto[x-placement^="left"] {
	 padding: 0 0.4rem;
}
 #jb-template .bs-tooltip-left .arrow, .jb-template .bs-tooltip-left .arrow, #jb-template .bs-tooltip-auto[x-placement^="left"] .arrow, .jb-template .bs-tooltip-auto[x-placement^="left"] .arrow {
	 right: 0;
	 width: 0.4rem;
	 height: 0.8rem;
}
 #jb-template .bs-tooltip-left .arrow::before, .jb-template .bs-tooltip-left .arrow::before, #jb-template .bs-tooltip-auto[x-placement^="left"] .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	 left: 0;
	 border-width: 0.4rem 0 0.4rem 0.4rem;
	 border-left-color: #000;
}
 #jb-template .tooltip-inner, .jb-template .tooltip-inner {
	 max-width: 200px;
	 padding: 0.25rem 0.5rem;
	 color: #fff;
	 text-align: center;
	 background-color: #000;
	 border-radius: 0.25rem;
}
 #jb-template .popover, .jb-template .popover {
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1060;
	 display: block;
	 max-width: 276px;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-style: normal;
	 font-weight: 400;
	 line-height: 1.5;
	 text-align: left;
	 text-align: start;
	 text-decoration: none;
	 text-shadow: none;
	 text-transform: none;
	 letter-spacing: normal;
	 word-break: normal;
	 word-spacing: normal;
	 white-space: normal;
	 line-break: auto;
	 font-size: 0.875rem;
	 word-wrap: break-word;
	 background-color: #fff;
	 background-clip: padding-box;
	 border: 1px solid rgba(0, 0, 0, 0.2);
	 border-radius: 0.3rem;
}
 #jb-template .popover .arrow, .jb-template .popover .arrow {
	 position: absolute;
	 display: block;
	 width: 1rem;
	 height: 0.5rem;
	 margin: 0 0.3rem;
}
 #jb-template .popover .arrow::before, .jb-template .popover .arrow::before, #jb-template .popover .arrow::after, .jb-template .popover .arrow::after {
	 position: absolute;
	 display: block;
	 content: "";
	 border-color: transparent;
	 border-style: solid;
}
 #jb-template .bs-popover-top, .jb-template .bs-popover-top, #jb-template .bs-popover-auto[x-placement^="top"], .jb-template .bs-popover-auto[x-placement^="top"] {
	 margin-bottom: 0.5rem;
}
 #jb-template .bs-popover-top > .arrow, .jb-template .bs-popover-top > .arrow, #jb-template .bs-popover-auto[x-placement^="top"] > .arrow, .jb-template .bs-popover-auto[x-placement^="top"] > .arrow {
	 bottom: calc(-0.5rem - 1px);
}
 #jb-template .bs-popover-top > .arrow::before, .jb-template .bs-popover-top > .arrow::before, #jb-template .bs-popover-auto[x-placement^="top"] > .arrow::before, .jb-template .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);
}
 #jb-template .bs-popover-top > .arrow::after, .jb-template .bs-popover-top > .arrow::after, #jb-template .bs-popover-auto[x-placement^="top"] > .arrow::after, .jb-template .bs-popover-auto[x-placement^="top"] > .arrow::after {
	 bottom: 1px;
	 border-width: 0.5rem 0.5rem 0;
	 border-top-color: #fff;
}
 #jb-template .bs-popover-right, .jb-template .bs-popover-right, #jb-template .bs-popover-auto[x-placement^="right"], .jb-template .bs-popover-auto[x-placement^="right"] {
	 margin-left: 0.5rem;
}
 #jb-template .bs-popover-right > .arrow, .jb-template .bs-popover-right > .arrow, #jb-template .bs-popover-auto[x-placement^="right"] > .arrow, .jb-template .bs-popover-auto[x-placement^="right"] > .arrow {
	 left: calc(-0.5rem - 1px);
	 width: 0.5rem;
	 height: 1rem;
	 margin: 0.3rem 0;
}
 #jb-template .bs-popover-right > .arrow::before, .jb-template .bs-popover-right > .arrow::before, #jb-template .bs-popover-auto[x-placement^="right"] > .arrow::before, .jb-template .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);
}
 #jb-template .bs-popover-right > .arrow::after, .jb-template .bs-popover-right > .arrow::after, #jb-template .bs-popover-auto[x-placement^="right"] > .arrow::after, .jb-template .bs-popover-auto[x-placement^="right"] > .arrow::after {
	 left: 1px;
	 border-width: 0.5rem 0.5rem 0.5rem 0;
	 border-right-color: #fff;
}
 #jb-template .bs-popover-bottom, .jb-template .bs-popover-bottom, #jb-template .bs-popover-auto[x-placement^="bottom"], .jb-template .bs-popover-auto[x-placement^="bottom"] {
	 margin-top: 0.5rem;
}
 #jb-template .bs-popover-bottom > .arrow, .jb-template .bs-popover-bottom > .arrow, #jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow, .jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow {
	 top: calc(-0.5rem - 1px);
}
 #jb-template .bs-popover-bottom > .arrow::before, .jb-template .bs-popover-bottom > .arrow::before, #jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow::before, .jb-template .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);
}
 #jb-template .bs-popover-bottom > .arrow::after, .jb-template .bs-popover-bottom > .arrow::after, #jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow::after, .jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	 top: 1px;
	 border-width: 0 0.5rem 0.5rem 0.5rem;
	 border-bottom-color: #fff;
}
 #jb-template .bs-popover-bottom .popover-header::before, .jb-template .bs-popover-bottom .popover-header::before, #jb-template .bs-popover-auto[x-placement^="bottom"] .popover-header::before, .jb-template .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;
}
 #jb-template .bs-popover-left, .jb-template .bs-popover-left, #jb-template .bs-popover-auto[x-placement^="left"], .jb-template .bs-popover-auto[x-placement^="left"] {
	 margin-right: 0.5rem;
}
 #jb-template .bs-popover-left > .arrow, .jb-template .bs-popover-left > .arrow, #jb-template .bs-popover-auto[x-placement^="left"] > .arrow, .jb-template .bs-popover-auto[x-placement^="left"] > .arrow {
	 right: calc(-0.5rem - 1px);
	 width: 0.5rem;
	 height: 1rem;
	 margin: 0.3rem 0;
}
 #jb-template .bs-popover-left > .arrow::before, .jb-template .bs-popover-left > .arrow::before, #jb-template .bs-popover-auto[x-placement^="left"] > .arrow::before, .jb-template .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);
}
 #jb-template .bs-popover-left > .arrow::after, .jb-template .bs-popover-left > .arrow::after, #jb-template .bs-popover-auto[x-placement^="left"] > .arrow::after, .jb-template .bs-popover-auto[x-placement^="left"] > .arrow::after {
	 right: 1px;
	 border-width: 0.5rem 0 0.5rem 0.5rem;
	 border-left-color: #fff;
}
 #jb-template .popover-header, .jb-template .popover-header {
	 padding: 0.5rem 0.75rem;
	 margin-bottom: 0;
	 font-size: 1rem;
	 background-color: #f7f7f7;
	 border-bottom: 1px solid #ebebeb;
	 border-top-left-radius: calc(0.3rem - 1px);
	 border-top-right-radius: calc(0.3rem - 1px);
}
 #jb-template .popover-header:empty, .jb-template .popover-header:empty {
	 display: none;
}
 #jb-template .popover-body, .jb-template .popover-body {
	 padding: 0.5rem 0.75rem;
	 color: #212529;
}
 #jb-template .carousel, .jb-template .carousel {
	 position: relative;
}
 #jb-template .carousel.pointer-event, .jb-template .carousel.pointer-event {
	 -ms-touch-action: pan-y;
	 touch-action: pan-y;
}
 #jb-template .carousel-inner, .jb-template .carousel-inner {
	 position: relative;
	 width: 100%;
	 overflow: hidden;
}
 #jb-template .carousel-inner::after, .jb-template .carousel-inner::after {
	 display: block;
	 clear: both;
	 content: "";
}
 #jb-template .carousel-item, .jb-template .carousel-item {
	 position: relative;
	 display: none;
	 float: left;
	 width: 100%;
	 margin-right: -100%;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 transition: -webkit-transform 0.6s ease-in-out;
	 transition: transform 0.6s ease-in-out;
	 transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .carousel-item, .jb-template .carousel-item {
		 transition: none;
	}
}
 #jb-template .carousel-item.active, .jb-template .carousel-item.active, #jb-template .carousel-item-next, .jb-template .carousel-item-next, #jb-template .carousel-item-prev, .jb-template .carousel-item-prev {
	 display: block;
}
 #jb-template .carousel-item-next:not(.carousel-item-left), .jb-template .carousel-item-next:not(.carousel-item-left), #jb-template .active.carousel-item-right, .jb-template .active.carousel-item-right {
	 -webkit-transform: translateX(100%);
	 transform: translateX(100%);
}
 #jb-template .carousel-item-prev:not(.carousel-item-right), .jb-template .carousel-item-prev:not(.carousel-item-right), #jb-template .active.carousel-item-left, .jb-template .active.carousel-item-left {
	 -webkit-transform: translateX(-100%);
	 transform: translateX(-100%);
}
 #jb-template .carousel-fade .carousel-item, .jb-template .carousel-fade .carousel-item {
	 opacity: 0;
	 transition-property: opacity;
	 -webkit-transform: none;
	 transform: none;
}
 #jb-template .carousel-fade .carousel-item.active, .jb-template .carousel-fade .carousel-item.active, #jb-template .carousel-fade .carousel-item-next.carousel-item-left, .jb-template .carousel-fade .carousel-item-next.carousel-item-left, #jb-template .carousel-fade .carousel-item-prev.carousel-item-right, .jb-template .carousel-fade .carousel-item-prev.carousel-item-right {
	 z-index: 1;
	 opacity: 1;
}
 #jb-template .carousel-fade .active.carousel-item-left, .jb-template .carousel-fade .active.carousel-item-left, #jb-template .carousel-fade .active.carousel-item-right, .jb-template .carousel-fade .active.carousel-item-right {
	 z-index: 0;
	 opacity: 0;
	 transition: opacity 0s 0.6s;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .carousel-fade .active.carousel-item-left, .jb-template .carousel-fade .active.carousel-item-left, #jb-template .carousel-fade .active.carousel-item-right, .jb-template .carousel-fade .active.carousel-item-right {
		 transition: none;
	}
}
 #jb-template .carousel-control-prev, .jb-template .carousel-control-prev, #jb-template .carousel-control-next, .jb-template .carousel-control-next {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 z-index: 1;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-align: center;
	 align-items: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 15%;
	 color: #fff;
	 text-align: center;
	 opacity: 0.5;
	 transition: opacity 0.15s ease;
}
 @media (prefers-reduced-motion: reduce) {
	 #jb-template .carousel-control-prev, .jb-template .carousel-control-prev, #jb-template .carousel-control-next, .jb-template .carousel-control-next {
		 transition: none;
	}
}
 #jb-template .carousel-control-prev:hover, .jb-template .carousel-control-prev:hover, #jb-template .carousel-control-prev:focus, .jb-template .carousel-control-prev:focus, #jb-template .carousel-control-next:hover, .jb-template .carousel-control-next:hover, #jb-template .carousel-control-next:focus, .jb-template .carousel-control-next:focus {
	 color: #fff;
	 text-decoration: none;
	 outline: 0;
	 opacity: 0.9;
}
 #jb-template .carousel-control-prev, .jb-template .carousel-control-prev {
	 left: 0;
}
 #jb-template .carousel-control-next, .jb-template .carousel-control-next {
	 right: 0;
}
 #jb-template .carousel-control-prev-icon, .jb-template .carousel-control-prev-icon, #jb-template .carousel-control-next-icon, .jb-template .carousel-control-next-icon {
	 display: inline-block;
	 width: 20px;
	 height: 20px;
	 background: no-repeat 50% / 100% 100%;
}
 #jb-template .carousel-control-prev-icon, .jb-template .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");
}
 #jb-template .carousel-control-next-icon, .jb-template .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");
}
 #jb-template .carousel-indicators, .jb-template .carousel-indicators {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 15;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-pack: center;
	 justify-content: center;
	 padding-left: 0;
	 margin-right: 15%;
	 margin-left: 15%;
	 list-style: none;
}
 #jb-template .carousel-indicators li, .jb-template .carousel-indicators li {
	 box-sizing: content-box;
	 -ms-flex: 0 1 auto;
	 flex: 0 1 auto;
	 width: 30px;
	 height: 3px;
	 margin-right: 3px;
	 margin-left: 3px;
	 text-indent: -999px;
	 cursor: pointer;
	 background-color: #fff;
	 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) {
	 #jb-template .carousel-indicators li, .jb-template .carousel-indicators li {
		 transition: none;
	}
}
 #jb-template .carousel-indicators .active, .jb-template .carousel-indicators .active {
	 opacity: 1;
}
 #jb-template .carousel-caption, .jb-template .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 {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes spinner-border {
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 #jb-template .spinner-border, .jb-template .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;
}
 #jb-template .spinner-border-sm, .jb-template .spinner-border-sm {
	 width: 1rem;
	 height: 1rem;
	 border-width: 0.2em;
}
 @-webkit-keyframes spinner-grow {
	 0% {
		 -webkit-transform: scale(0);
		 transform: scale(0);
	}
	 50% {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes spinner-grow {
	 0% {
		 -webkit-transform: scale(0);
		 transform: scale(0);
	}
	 50% {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 #jb-template .spinner-grow, .jb-template .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;
}
 #jb-template .spinner-grow-sm, .jb-template .spinner-grow-sm {
	 width: 1rem;
	 height: 1rem;
}
 #jb-template .align-baseline, .jb-template .align-baseline {
	 vertical-align: baseline !important;
}
 #jb-template .align-top, .jb-template .align-top {
	 vertical-align: top !important;
}
 #jb-template .align-middle, .jb-template .align-middle {
	 vertical-align: middle !important;
}
 #jb-template .align-bottom, .jb-template .align-bottom {
	 vertical-align: bottom !important;
}
 #jb-template .align-text-bottom, .jb-template .align-text-bottom {
	 vertical-align: text-bottom !important;
}
 #jb-template .align-text-top, .jb-template .align-text-top {
	 vertical-align: text-top !important;
}
 #jb-template .bg-primary, .jb-template .bg-primary {
	 background-color: #007bff !important;
}
 #jb-template a.bg-primary:hover, .jb-template a.bg-primary:hover, #jb-template a.bg-primary:focus, .jb-template a.bg-primary:focus, #jb-template button.bg-primary:hover, .jb-template button.bg-primary:hover, #jb-template button.bg-primary:focus, .jb-template button.bg-primary:focus {
	 background-color: #0062cc !important;
}
 #jb-template .bg-secondary, .jb-template .bg-secondary {
	 background-color: #6c757d !important;
}
 #jb-template a.bg-secondary:hover, .jb-template a.bg-secondary:hover, #jb-template a.bg-secondary:focus, .jb-template a.bg-secondary:focus, #jb-template button.bg-secondary:hover, .jb-template button.bg-secondary:hover, #jb-template button.bg-secondary:focus, .jb-template button.bg-secondary:focus {
	 background-color: #545b62 !important;
}
 #jb-template .bg-success, .jb-template .bg-success {
	 background-color: #28a745 !important;
}
 #jb-template a.bg-success:hover, .jb-template a.bg-success:hover, #jb-template a.bg-success:focus, .jb-template a.bg-success:focus, #jb-template button.bg-success:hover, .jb-template button.bg-success:hover, #jb-template button.bg-success:focus, .jb-template button.bg-success:focus {
	 background-color: #1e7e34 !important;
}
 #jb-template .bg-info, .jb-template .bg-info {
	 background-color: #17a2b8 !important;
}
 #jb-template a.bg-info:hover, .jb-template a.bg-info:hover, #jb-template a.bg-info:focus, .jb-template a.bg-info:focus, #jb-template button.bg-info:hover, .jb-template button.bg-info:hover, #jb-template button.bg-info:focus, .jb-template button.bg-info:focus {
	 background-color: #117a8b !important;
}
 #jb-template .bg-warning, .jb-template .bg-warning {
	 background-color: #ffc107 !important;
}
 #jb-template a.bg-warning:hover, .jb-template a.bg-warning:hover, #jb-template a.bg-warning:focus, .jb-template a.bg-warning:focus, #jb-template button.bg-warning:hover, .jb-template button.bg-warning:hover, #jb-template button.bg-warning:focus, .jb-template button.bg-warning:focus {
	 background-color: #d39e00 !important;
}
 #jb-template .bg-danger, .jb-template .bg-danger {
	 background-color: #dc3545 !important;
}
 #jb-template a.bg-danger:hover, .jb-template a.bg-danger:hover, #jb-template a.bg-danger:focus, .jb-template a.bg-danger:focus, #jb-template button.bg-danger:hover, .jb-template button.bg-danger:hover, #jb-template button.bg-danger:focus, .jb-template button.bg-danger:focus {
	 background-color: #bd2130 !important;
}
 #jb-template .bg-light, .jb-template .bg-light {
	 background-color: #f8f9fa !important;
}
 #jb-template a.bg-light:hover, .jb-template a.bg-light:hover, #jb-template a.bg-light:focus, .jb-template a.bg-light:focus, #jb-template button.bg-light:hover, .jb-template button.bg-light:hover, #jb-template button.bg-light:focus, .jb-template button.bg-light:focus {
	 background-color: #dae0e5 !important;
}
 #jb-template .bg-dark, .jb-template .bg-dark {
	 background-color: #343a40 !important;
}
 #jb-template a.bg-dark:hover, .jb-template a.bg-dark:hover, #jb-template a.bg-dark:focus, .jb-template a.bg-dark:focus, #jb-template button.bg-dark:hover, .jb-template button.bg-dark:hover, #jb-template button.bg-dark:focus, .jb-template button.bg-dark:focus {
	 background-color: #1d2124 !important;
}
 #jb-template .bg-white, .jb-template .bg-white {
	 background-color: #fff !important;
}
 #jb-template .bg-transparent, .jb-template .bg-transparent {
	 background-color: transparent !important;
}
 #jb-template .border, .jb-template .border {
	 border: 1px solid #dee2e6 !important;
}
 #jb-template .border-top, .jb-template .border-top {
	 border-top: 1px solid #dee2e6 !important;
}
 #jb-template .border-right, .jb-template .border-right {
	 border-right: 1px solid #dee2e6 !important;
}
 #jb-template .border-bottom, .jb-template .border-bottom {
	 border-bottom: 1px solid #dee2e6 !important;
}
 #jb-template .border-left, .jb-template .border-left {
	 border-left: 1px solid #dee2e6 !important;
}
 #jb-template .border-0, .jb-template .border-0 {
	 border: 0 !important;
}
 #jb-template .border-top-0, .jb-template .border-top-0 {
	 border-top: 0 !important;
}
 #jb-template .border-right-0, .jb-template .border-right-0 {
	 border-right: 0 !important;
}
 #jb-template .border-bottom-0, .jb-template .border-bottom-0 {
	 border-bottom: 0 !important;
}
 #jb-template .border-left-0, .jb-template .border-left-0 {
	 border-left: 0 !important;
}
 #jb-template .border-primary, .jb-template .border-primary {
	 border-color: #007bff !important;
}
 #jb-template .border-secondary, .jb-template .border-secondary {
	 border-color: #6c757d !important;
}
 #jb-template .border-success, .jb-template .border-success {
	 border-color: #28a745 !important;
}
 #jb-template .border-info, .jb-template .border-info {
	 border-color: #17a2b8 !important;
}
 #jb-template .border-warning, .jb-template .border-warning {
	 border-color: #ffc107 !important;
}
 #jb-template .border-danger, .jb-template .border-danger {
	 border-color: #dc3545 !important;
}
 #jb-template .border-light, .jb-template .border-light {
	 border-color: #f8f9fa !important;
}
 #jb-template .border-dark, .jb-template .border-dark {
	 border-color: #343a40 !important;
}
 #jb-template .border-white, .jb-template .border-white {
	 border-color: #fff !important;
}
 #jb-template .rounded-sm, .jb-template .rounded-sm {
	 border-radius: 0.2rem !important;
}
 #jb-template .rounded, .jb-template .rounded {
	 border-radius: 0.25rem !important;
}
 #jb-template .rounded-top, .jb-template .rounded-top {
	 border-top-left-radius: 0.25rem !important;
	 border-top-right-radius: 0.25rem !important;
}
 #jb-template .rounded-right, .jb-template .rounded-right {
	 border-top-right-radius: 0.25rem !important;
	 border-bottom-right-radius: 0.25rem !important;
}
 #jb-template .rounded-bottom, .jb-template .rounded-bottom {
	 border-bottom-right-radius: 0.25rem !important;
	 border-bottom-left-radius: 0.25rem !important;
}
 #jb-template .rounded-left, .jb-template .rounded-left {
	 border-top-left-radius: 0.25rem !important;
	 border-bottom-left-radius: 0.25rem !important;
}
 #jb-template .rounded-lg, .jb-template .rounded-lg {
	 border-radius: 0.3rem !important;
}
 #jb-template .rounded-circle, .jb-template .rounded-circle {
	 border-radius: 50% !important;
}
 #jb-template .rounded-pill, .jb-template .rounded-pill {
	 border-radius: 50rem !important;
}
 #jb-template .rounded-0, .jb-template .rounded-0 {
	 border-radius: 0 !important;
}
 #jb-template .clearfix::after, .jb-template .clearfix::after {
	 display: block;
	 clear: both;
	 content: "";
}
 #jb-template .d-none, .jb-template .d-none {
	 display: none !important;
}
 #jb-template .d-inline, .jb-template .d-inline {
	 display: inline !important;
}
 #jb-template .d-inline-block, .jb-template .d-inline-block {
	 display: inline-block !important;
}
 #jb-template .d-block, .jb-template .d-block {
	 display: block !important;
}
 #jb-template .d-table, .jb-template .d-table {
	 display: table !important;
}
 #jb-template .d-table-row, .jb-template .d-table-row {
	 display: table-row !important;
}
 #jb-template .d-table-cell, .jb-template .d-table-cell {
	 display: table-cell !important;
}
 #jb-template .d-flex, .jb-template .d-flex {
	 display: -ms-flexbox !important;
	 display: flex !important;
}
 #jb-template .d-inline-flex, .jb-template .d-inline-flex {
	 display: -ms-inline-flexbox !important;
	 display: inline-flex !important;
}
 @media (min-width: 576px) {
	 #jb-template .d-sm-none, .jb-template .d-sm-none {
		 display: none !important;
	}
	 #jb-template .d-sm-inline, .jb-template .d-sm-inline {
		 display: inline !important;
	}
	 #jb-template .d-sm-inline-block, .jb-template .d-sm-inline-block {
		 display: inline-block !important;
	}
	 #jb-template .d-sm-block, .jb-template .d-sm-block {
		 display: block !important;
	}
	 #jb-template .d-sm-table, .jb-template .d-sm-table {
		 display: table !important;
	}
	 #jb-template .d-sm-table-row, .jb-template .d-sm-table-row {
		 display: table-row !important;
	}
	 #jb-template .d-sm-table-cell, .jb-template .d-sm-table-cell {
		 display: table-cell !important;
	}
	 #jb-template .d-sm-flex, .jb-template .d-sm-flex {
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
	 #jb-template .d-sm-inline-flex, .jb-template .d-sm-inline-flex {
		 display: -ms-inline-flexbox !important;
		 display: inline-flex !important;
	}
}
 @media (min-width: 768px) {
	 #jb-template .d-md-none, .jb-template .d-md-none {
		 display: none !important;
	}
	 #jb-template .d-md-inline, .jb-template .d-md-inline {
		 display: inline !important;
	}
	 #jb-template .d-md-inline-block, .jb-template .d-md-inline-block {
		 display: inline-block !important;
	}
	 #jb-template .d-md-block, .jb-template .d-md-block {
		 display: block !important;
	}
	 #jb-template .d-md-table, .jb-template .d-md-table {
		 display: table !important;
	}
	 #jb-template .d-md-table-row, .jb-template .d-md-table-row {
		 display: table-row !important;
	}
	 #jb-template .d-md-table-cell, .jb-template .d-md-table-cell {
		 display: table-cell !important;
	}
	 #jb-template .d-md-flex, .jb-template .d-md-flex {
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
	 #jb-template .d-md-inline-flex, .jb-template .d-md-inline-flex {
		 display: -ms-inline-flexbox !important;
		 display: inline-flex !important;
	}
}
 @media (min-width: 992px) {
	 #jb-template .d-lg-none, .jb-template .d-lg-none {
		 display: none !important;
	}
	 #jb-template .d-lg-inline, .jb-template .d-lg-inline {
		 display: inline !important;
	}
	 #jb-template .d-lg-inline-block, .jb-template .d-lg-inline-block {
		 display: inline-block !important;
	}
	 #jb-template .d-lg-block, .jb-template .d-lg-block {
		 display: block !important;
	}
	 #jb-template .d-lg-table, .jb-template .d-lg-table {
		 display: table !important;
	}
	 #jb-template .d-lg-table-row, .jb-template .d-lg-table-row {
		 display: table-row !important;
	}
	 #jb-template .d-lg-table-cell, .jb-template .d-lg-table-cell {
		 display: table-cell !important;
	}
	 #jb-template .d-lg-flex, .jb-template .d-lg-flex {
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
	 #jb-template .d-lg-inline-flex, .jb-template .d-lg-inline-flex {
		 display: -ms-inline-flexbox !important;
		 display: inline-flex !important;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .d-xl-none, .jb-template .d-xl-none {
		 display: none !important;
	}
	 #jb-template .d-xl-inline, .jb-template .d-xl-inline {
		 display: inline !important;
	}
	 #jb-template .d-xl-inline-block, .jb-template .d-xl-inline-block {
		 display: inline-block !important;
	}
	 #jb-template .d-xl-block, .jb-template .d-xl-block {
		 display: block !important;
	}
	 #jb-template .d-xl-table, .jb-template .d-xl-table {
		 display: table !important;
	}
	 #jb-template .d-xl-table-row, .jb-template .d-xl-table-row {
		 display: table-row !important;
	}
	 #jb-template .d-xl-table-cell, .jb-template .d-xl-table-cell {
		 display: table-cell !important;
	}
	 #jb-template .d-xl-flex, .jb-template .d-xl-flex {
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
	 #jb-template .d-xl-inline-flex, .jb-template .d-xl-inline-flex {
		 display: -ms-inline-flexbox !important;
		 display: inline-flex !important;
	}
}
 @media print {
	 #jb-template .d-print-none, .jb-template .d-print-none {
		 display: none !important;
	}
	 #jb-template .d-print-inline, .jb-template .d-print-inline {
		 display: inline !important;
	}
	 #jb-template .d-print-inline-block, .jb-template .d-print-inline-block {
		 display: inline-block !important;
	}
	 #jb-template .d-print-block, .jb-template .d-print-block {
		 display: block !important;
	}
	 #jb-template .d-print-table, .jb-template .d-print-table {
		 display: table !important;
	}
	 #jb-template .d-print-table-row, .jb-template .d-print-table-row {
		 display: table-row !important;
	}
	 #jb-template .d-print-table-cell, .jb-template .d-print-table-cell {
		 display: table-cell !important;
	}
	 #jb-template .d-print-flex, .jb-template .d-print-flex {
		 display: -ms-flexbox !important;
		 display: flex !important;
	}
	 #jb-template .d-print-inline-flex, .jb-template .d-print-inline-flex {
		 display: -ms-inline-flexbox !important;
		 display: inline-flex !important;
	}
}
 #jb-template .embed-responsive, .jb-template .embed-responsive {
	 position: relative;
	 display: block;
	 width: 100%;
	 padding: 0;
	 overflow: hidden;
}
 #jb-template .embed-responsive::before, .jb-template .embed-responsive::before {
	 display: block;
	 content: "";
}
 #jb-template .embed-responsive .embed-responsive-item, .jb-template .embed-responsive .embed-responsive-item, #jb-template .embed-responsive iframe, .jb-template .embed-responsive iframe, #jb-template .embed-responsive embed, .jb-template .embed-responsive embed, #jb-template .embed-responsive object, .jb-template .embed-responsive object, #jb-template .embed-responsive video, .jb-template .embed-responsive video {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border: 0;
}
 #jb-template .embed-responsive-21by9::before, .jb-template .embed-responsive-21by9::before {
	 padding-top: 42.857143%;
}
 #jb-template .embed-responsive-16by9::before, .jb-template .embed-responsive-16by9::before {
	 padding-top: 56.25%;
}
 #jb-template .embed-responsive-4by3::before, .jb-template .embed-responsive-4by3::before {
	 padding-top: 75%;
}
 #jb-template .embed-responsive-1by1::before, .jb-template .embed-responsive-1by1::before {
	 padding-top: 100%;
}
 #jb-template .flex-row, .jb-template .flex-row {
	 -ms-flex-direction: row !important;
	 flex-direction: row !important;
}
 #jb-template .flex-column, .jb-template .flex-column {
	 -ms-flex-direction: column !important;
	 flex-direction: column !important;
}
 #jb-template .flex-row-reverse, .jb-template .flex-row-reverse {
	 -ms-flex-direction: row-reverse !important;
	 flex-direction: row-reverse !important;
}
 #jb-template .flex-column-reverse, .jb-template .flex-column-reverse {
	 -ms-flex-direction: column-reverse !important;
	 flex-direction: column-reverse !important;
}
 #jb-template .flex-wrap, .jb-template .flex-wrap {
	 -ms-flex-wrap: wrap !important;
	 flex-wrap: wrap !important;
}
 #jb-template .flex-nowrap, .jb-template .flex-nowrap {
	 -ms-flex-wrap: nowrap !important;
	 flex-wrap: nowrap !important;
}
 #jb-template .flex-wrap-reverse, .jb-template .flex-wrap-reverse {
	 -ms-flex-wrap: wrap-reverse !important;
	 flex-wrap: wrap-reverse !important;
}
 #jb-template .flex-fill, .jb-template .flex-fill {
	 -ms-flex: 1 1 auto !important;
	 flex: 1 1 auto !important;
}
 #jb-template .flex-grow-0, .jb-template .flex-grow-0 {
	 -ms-flex-positive: 0 !important;
	 flex-grow: 0 !important;
}
 #jb-template .flex-grow-1, .jb-template .flex-grow-1 {
	 -ms-flex-positive: 1 !important;
	 flex-grow: 1 !important;
}
 #jb-template .flex-shrink-0, .jb-template .flex-shrink-0 {
	 -ms-flex-negative: 0 !important;
	 flex-shrink: 0 !important;
}
 #jb-template .flex-shrink-1, .jb-template .flex-shrink-1 {
	 -ms-flex-negative: 1 !important;
	 flex-shrink: 1 !important;
}
 #jb-template .justify-content-start, .jb-template .justify-content-start {
	 -ms-flex-pack: start !important;
	 justify-content: flex-start !important;
}
 #jb-template .justify-content-end, .jb-template .justify-content-end {
	 -ms-flex-pack: end !important;
	 justify-content: flex-end !important;
}
 #jb-template .justify-content-center, .jb-template .justify-content-center {
	 -ms-flex-pack: center !important;
	 justify-content: center !important;
}
 #jb-template .justify-content-between, .jb-template .justify-content-between {
	 -ms-flex-pack: justify !important;
	 justify-content: space-between !important;
}
 #jb-template .justify-content-around, .jb-template .justify-content-around {
	 -ms-flex-pack: distribute !important;
	 justify-content: space-around !important;
}
 #jb-template .align-items-start, .jb-template .align-items-start {
	 -ms-flex-align: start !important;
	 align-items: flex-start !important;
}
 #jb-template .align-items-end, .jb-template .align-items-end {
	 -ms-flex-align: end !important;
	 align-items: flex-end !important;
}
 #jb-template .align-items-center, .jb-template .align-items-center {
	 -ms-flex-align: center !important;
	 align-items: center !important;
}
 #jb-template .align-items-baseline, .jb-template .align-items-baseline {
	 -ms-flex-align: baseline !important;
	 align-items: baseline !important;
}
 #jb-template .align-items-stretch, .jb-template .align-items-stretch {
	 -ms-flex-align: stretch !important;
	 align-items: stretch !important;
}
 #jb-template .align-content-start, .jb-template .align-content-start {
	 -ms-flex-line-pack: start !important;
	 align-content: flex-start !important;
}
 #jb-template .align-content-end, .jb-template .align-content-end {
	 -ms-flex-line-pack: end !important;
	 align-content: flex-end !important;
}
 #jb-template .align-content-center, .jb-template .align-content-center {
	 -ms-flex-line-pack: center !important;
	 align-content: center !important;
}
 #jb-template .align-content-between, .jb-template .align-content-between {
	 -ms-flex-line-pack: justify !important;
	 align-content: space-between !important;
}
 #jb-template .align-content-around, .jb-template .align-content-around {
	 -ms-flex-line-pack: distribute !important;
	 align-content: space-around !important;
}
 #jb-template .align-content-stretch, .jb-template .align-content-stretch {
	 -ms-flex-line-pack: stretch !important;
	 align-content: stretch !important;
}
 #jb-template .align-self-auto, .jb-template .align-self-auto {
	 -ms-flex-item-align: auto !important;
	 align-self: auto !important;
}
 #jb-template .align-self-start, .jb-template .align-self-start {
	 -ms-flex-item-align: start !important;
	 align-self: flex-start !important;
}
 #jb-template .align-self-end, .jb-template .align-self-end {
	 -ms-flex-item-align: end !important;
	 align-self: flex-end !important;
}
 #jb-template .align-self-center, .jb-template .align-self-center {
	 -ms-flex-item-align: center !important;
	 align-self: center !important;
}
 #jb-template .align-self-baseline, .jb-template .align-self-baseline {
	 -ms-flex-item-align: baseline !important;
	 align-self: baseline !important;
}
 #jb-template .align-self-stretch, .jb-template .align-self-stretch {
	 -ms-flex-item-align: stretch !important;
	 align-self: stretch !important;
}
 @media (min-width: 576px) {
	 #jb-template .flex-sm-row, .jb-template .flex-sm-row {
		 -ms-flex-direction: row !important;
		 flex-direction: row !important;
	}
	 #jb-template .flex-sm-column, .jb-template .flex-sm-column {
		 -ms-flex-direction: column !important;
		 flex-direction: column !important;
	}
	 #jb-template .flex-sm-row-reverse, .jb-template .flex-sm-row-reverse {
		 -ms-flex-direction: row-reverse !important;
		 flex-direction: row-reverse !important;
	}
	 #jb-template .flex-sm-column-reverse, .jb-template .flex-sm-column-reverse {
		 -ms-flex-direction: column-reverse !important;
		 flex-direction: column-reverse !important;
	}
	 #jb-template .flex-sm-wrap, .jb-template .flex-sm-wrap {
		 -ms-flex-wrap: wrap !important;
		 flex-wrap: wrap !important;
	}
	 #jb-template .flex-sm-nowrap, .jb-template .flex-sm-nowrap {
		 -ms-flex-wrap: nowrap !important;
		 flex-wrap: nowrap !important;
	}
	 #jb-template .flex-sm-wrap-reverse, .jb-template .flex-sm-wrap-reverse {
		 -ms-flex-wrap: wrap-reverse !important;
		 flex-wrap: wrap-reverse !important;
	}
	 #jb-template .flex-sm-fill, .jb-template .flex-sm-fill {
		 -ms-flex: 1 1 auto !important;
		 flex: 1 1 auto !important;
	}
	 #jb-template .flex-sm-grow-0, .jb-template .flex-sm-grow-0 {
		 -ms-flex-positive: 0 !important;
		 flex-grow: 0 !important;
	}
	 #jb-template .flex-sm-grow-1, .jb-template .flex-sm-grow-1 {
		 -ms-flex-positive: 1 !important;
		 flex-grow: 1 !important;
	}
	 #jb-template .flex-sm-shrink-0, .jb-template .flex-sm-shrink-0 {
		 -ms-flex-negative: 0 !important;
		 flex-shrink: 0 !important;
	}
	 #jb-template .flex-sm-shrink-1, .jb-template .flex-sm-shrink-1 {
		 -ms-flex-negative: 1 !important;
		 flex-shrink: 1 !important;
	}
	 #jb-template .justify-content-sm-start, .jb-template .justify-content-sm-start {
		 -ms-flex-pack: start !important;
		 justify-content: flex-start !important;
	}
	 #jb-template .justify-content-sm-end, .jb-template .justify-content-sm-end {
		 -ms-flex-pack: end !important;
		 justify-content: flex-end !important;
	}
	 #jb-template .justify-content-sm-center, .jb-template .justify-content-sm-center {
		 -ms-flex-pack: center !important;
		 justify-content: center !important;
	}
	 #jb-template .justify-content-sm-between, .jb-template .justify-content-sm-between {
		 -ms-flex-pack: justify !important;
		 justify-content: space-between !important;
	}
	 #jb-template .justify-content-sm-around, .jb-template .justify-content-sm-around {
		 -ms-flex-pack: distribute !important;
		 justify-content: space-around !important;
	}
	 #jb-template .align-items-sm-start, .jb-template .align-items-sm-start {
		 -ms-flex-align: start !important;
		 align-items: flex-start !important;
	}
	 #jb-template .align-items-sm-end, .jb-template .align-items-sm-end {
		 -ms-flex-align: end !important;
		 align-items: flex-end !important;
	}
	 #jb-template .align-items-sm-center, .jb-template .align-items-sm-center {
		 -ms-flex-align: center !important;
		 align-items: center !important;
	}
	 #jb-template .align-items-sm-baseline, .jb-template .align-items-sm-baseline {
		 -ms-flex-align: baseline !important;
		 align-items: baseline !important;
	}
	 #jb-template .align-items-sm-stretch, .jb-template .align-items-sm-stretch {
		 -ms-flex-align: stretch !important;
		 align-items: stretch !important;
	}
	 #jb-template .align-content-sm-start, .jb-template .align-content-sm-start {
		 -ms-flex-line-pack: start !important;
		 align-content: flex-start !important;
	}
	 #jb-template .align-content-sm-end, .jb-template .align-content-sm-end {
		 -ms-flex-line-pack: end !important;
		 align-content: flex-end !important;
	}
	 #jb-template .align-content-sm-center, .jb-template .align-content-sm-center {
		 -ms-flex-line-pack: center !important;
		 align-content: center !important;
	}
	 #jb-template .align-content-sm-between, .jb-template .align-content-sm-between {
		 -ms-flex-line-pack: justify !important;
		 align-content: space-between !important;
	}
	 #jb-template .align-content-sm-around, .jb-template .align-content-sm-around {
		 -ms-flex-line-pack: distribute !important;
		 align-content: space-around !important;
	}
	 #jb-template .align-content-sm-stretch, .jb-template .align-content-sm-stretch {
		 -ms-flex-line-pack: stretch !important;
		 align-content: stretch !important;
	}
	 #jb-template .align-self-sm-auto, .jb-template .align-self-sm-auto {
		 -ms-flex-item-align: auto !important;
		 align-self: auto !important;
	}
	 #jb-template .align-self-sm-start, .jb-template .align-self-sm-start {
		 -ms-flex-item-align: start !important;
		 align-self: flex-start !important;
	}
	 #jb-template .align-self-sm-end, .jb-template .align-self-sm-end {
		 -ms-flex-item-align: end !important;
		 align-self: flex-end !important;
	}
	 #jb-template .align-self-sm-center, .jb-template .align-self-sm-center {
		 -ms-flex-item-align: center !important;
		 align-self: center !important;
	}
	 #jb-template .align-self-sm-baseline, .jb-template .align-self-sm-baseline {
		 -ms-flex-item-align: baseline !important;
		 align-self: baseline !important;
	}
	 #jb-template .align-self-sm-stretch, .jb-template .align-self-sm-stretch {
		 -ms-flex-item-align: stretch !important;
		 align-self: stretch !important;
	}
}
 @media (min-width: 768px) {
	 #jb-template .flex-md-row, .jb-template .flex-md-row {
		 -ms-flex-direction: row !important;
		 flex-direction: row !important;
	}
	 #jb-template .flex-md-column, .jb-template .flex-md-column {
		 -ms-flex-direction: column !important;
		 flex-direction: column !important;
	}
	 #jb-template .flex-md-row-reverse, .jb-template .flex-md-row-reverse {
		 -ms-flex-direction: row-reverse !important;
		 flex-direction: row-reverse !important;
	}
	 #jb-template .flex-md-column-reverse, .jb-template .flex-md-column-reverse {
		 -ms-flex-direction: column-reverse !important;
		 flex-direction: column-reverse !important;
	}
	 #jb-template .flex-md-wrap, .jb-template .flex-md-wrap {
		 -ms-flex-wrap: wrap !important;
		 flex-wrap: wrap !important;
	}
	 #jb-template .flex-md-nowrap, .jb-template .flex-md-nowrap {
		 -ms-flex-wrap: nowrap !important;
		 flex-wrap: nowrap !important;
	}
	 #jb-template .flex-md-wrap-reverse, .jb-template .flex-md-wrap-reverse {
		 -ms-flex-wrap: wrap-reverse !important;
		 flex-wrap: wrap-reverse !important;
	}
	 #jb-template .flex-md-fill, .jb-template .flex-md-fill {
		 -ms-flex: 1 1 auto !important;
		 flex: 1 1 auto !important;
	}
	 #jb-template .flex-md-grow-0, .jb-template .flex-md-grow-0 {
		 -ms-flex-positive: 0 !important;
		 flex-grow: 0 !important;
	}
	 #jb-template .flex-md-grow-1, .jb-template .flex-md-grow-1 {
		 -ms-flex-positive: 1 !important;
		 flex-grow: 1 !important;
	}
	 #jb-template .flex-md-shrink-0, .jb-template .flex-md-shrink-0 {
		 -ms-flex-negative: 0 !important;
		 flex-shrink: 0 !important;
	}
	 #jb-template .flex-md-shrink-1, .jb-template .flex-md-shrink-1 {
		 -ms-flex-negative: 1 !important;
		 flex-shrink: 1 !important;
	}
	 #jb-template .justify-content-md-start, .jb-template .justify-content-md-start {
		 -ms-flex-pack: start !important;
		 justify-content: flex-start !important;
	}
	 #jb-template .justify-content-md-end, .jb-template .justify-content-md-end {
		 -ms-flex-pack: end !important;
		 justify-content: flex-end !important;
	}
	 #jb-template .justify-content-md-center, .jb-template .justify-content-md-center {
		 -ms-flex-pack: center !important;
		 justify-content: center !important;
	}
	 #jb-template .justify-content-md-between, .jb-template .justify-content-md-between {
		 -ms-flex-pack: justify !important;
		 justify-content: space-between !important;
	}
	 #jb-template .justify-content-md-around, .jb-template .justify-content-md-around {
		 -ms-flex-pack: distribute !important;
		 justify-content: space-around !important;
	}
	 #jb-template .align-items-md-start, .jb-template .align-items-md-start {
		 -ms-flex-align: start !important;
		 align-items: flex-start !important;
	}
	 #jb-template .align-items-md-end, .jb-template .align-items-md-end {
		 -ms-flex-align: end !important;
		 align-items: flex-end !important;
	}
	 #jb-template .align-items-md-center, .jb-template .align-items-md-center {
		 -ms-flex-align: center !important;
		 align-items: center !important;
	}
	 #jb-template .align-items-md-baseline, .jb-template .align-items-md-baseline {
		 -ms-flex-align: baseline !important;
		 align-items: baseline !important;
	}
	 #jb-template .align-items-md-stretch, .jb-template .align-items-md-stretch {
		 -ms-flex-align: stretch !important;
		 align-items: stretch !important;
	}
	 #jb-template .align-content-md-start, .jb-template .align-content-md-start {
		 -ms-flex-line-pack: start !important;
		 align-content: flex-start !important;
	}
	 #jb-template .align-content-md-end, .jb-template .align-content-md-end {
		 -ms-flex-line-pack: end !important;
		 align-content: flex-end !important;
	}
	 #jb-template .align-content-md-center, .jb-template .align-content-md-center {
		 -ms-flex-line-pack: center !important;
		 align-content: center !important;
	}
	 #jb-template .align-content-md-between, .jb-template .align-content-md-between {
		 -ms-flex-line-pack: justify !important;
		 align-content: space-between !important;
	}
	 #jb-template .align-content-md-around, .jb-template .align-content-md-around {
		 -ms-flex-line-pack: distribute !important;
		 align-content: space-around !important;
	}
	 #jb-template .align-content-md-stretch, .jb-template .align-content-md-stretch {
		 -ms-flex-line-pack: stretch !important;
		 align-content: stretch !important;
	}
	 #jb-template .align-self-md-auto, .jb-template .align-self-md-auto {
		 -ms-flex-item-align: auto !important;
		 align-self: auto !important;
	}
	 #jb-template .align-self-md-start, .jb-template .align-self-md-start {
		 -ms-flex-item-align: start !important;
		 align-self: flex-start !important;
	}
	 #jb-template .align-self-md-end, .jb-template .align-self-md-end {
		 -ms-flex-item-align: end !important;
		 align-self: flex-end !important;
	}
	 #jb-template .align-self-md-center, .jb-template .align-self-md-center {
		 -ms-flex-item-align: center !important;
		 align-self: center !important;
	}
	 #jb-template .align-self-md-baseline, .jb-template .align-self-md-baseline {
		 -ms-flex-item-align: baseline !important;
		 align-self: baseline !important;
	}
	 #jb-template .align-self-md-stretch, .jb-template .align-self-md-stretch {
		 -ms-flex-item-align: stretch !important;
		 align-self: stretch !important;
	}
}
 @media (min-width: 992px) {
	 #jb-template .flex-lg-row, .jb-template .flex-lg-row {
		 -ms-flex-direction: row !important;
		 flex-direction: row !important;
	}
	 #jb-template .flex-lg-column, .jb-template .flex-lg-column {
		 -ms-flex-direction: column !important;
		 flex-direction: column !important;
	}
	 #jb-template .flex-lg-row-reverse, .jb-template .flex-lg-row-reverse {
		 -ms-flex-direction: row-reverse !important;
		 flex-direction: row-reverse !important;
	}
	 #jb-template .flex-lg-column-reverse, .jb-template .flex-lg-column-reverse {
		 -ms-flex-direction: column-reverse !important;
		 flex-direction: column-reverse !important;
	}
	 #jb-template .flex-lg-wrap, .jb-template .flex-lg-wrap {
		 -ms-flex-wrap: wrap !important;
		 flex-wrap: wrap !important;
	}
	 #jb-template .flex-lg-nowrap, .jb-template .flex-lg-nowrap {
		 -ms-flex-wrap: nowrap !important;
		 flex-wrap: nowrap !important;
	}
	 #jb-template .flex-lg-wrap-reverse, .jb-template .flex-lg-wrap-reverse {
		 -ms-flex-wrap: wrap-reverse !important;
		 flex-wrap: wrap-reverse !important;
	}
	 #jb-template .flex-lg-fill, .jb-template .flex-lg-fill {
		 -ms-flex: 1 1 auto !important;
		 flex: 1 1 auto !important;
	}
	 #jb-template .flex-lg-grow-0, .jb-template .flex-lg-grow-0 {
		 -ms-flex-positive: 0 !important;
		 flex-grow: 0 !important;
	}
	 #jb-template .flex-lg-grow-1, .jb-template .flex-lg-grow-1 {
		 -ms-flex-positive: 1 !important;
		 flex-grow: 1 !important;
	}
	 #jb-template .flex-lg-shrink-0, .jb-template .flex-lg-shrink-0 {
		 -ms-flex-negative: 0 !important;
		 flex-shrink: 0 !important;
	}
	 #jb-template .flex-lg-shrink-1, .jb-template .flex-lg-shrink-1 {
		 -ms-flex-negative: 1 !important;
		 flex-shrink: 1 !important;
	}
	 #jb-template .justify-content-lg-start, .jb-template .justify-content-lg-start {
		 -ms-flex-pack: start !important;
		 justify-content: flex-start !important;
	}
	 #jb-template .justify-content-lg-end, .jb-template .justify-content-lg-end {
		 -ms-flex-pack: end !important;
		 justify-content: flex-end !important;
	}
	 #jb-template .justify-content-lg-center, .jb-template .justify-content-lg-center {
		 -ms-flex-pack: center !important;
		 justify-content: center !important;
	}
	 #jb-template .justify-content-lg-between, .jb-template .justify-content-lg-between {
		 -ms-flex-pack: justify !important;
		 justify-content: space-between !important;
	}
	 #jb-template .justify-content-lg-around, .jb-template .justify-content-lg-around {
		 -ms-flex-pack: distribute !important;
		 justify-content: space-around !important;
	}
	 #jb-template .align-items-lg-start, .jb-template .align-items-lg-start {
		 -ms-flex-align: start !important;
		 align-items: flex-start !important;
	}
	 #jb-template .align-items-lg-end, .jb-template .align-items-lg-end {
		 -ms-flex-align: end !important;
		 align-items: flex-end !important;
	}
	 #jb-template .align-items-lg-center, .jb-template .align-items-lg-center {
		 -ms-flex-align: center !important;
		 align-items: center !important;
	}
	 #jb-template .align-items-lg-baseline, .jb-template .align-items-lg-baseline {
		 -ms-flex-align: baseline !important;
		 align-items: baseline !important;
	}
	 #jb-template .align-items-lg-stretch, .jb-template .align-items-lg-stretch {
		 -ms-flex-align: stretch !important;
		 align-items: stretch !important;
	}
	 #jb-template .align-content-lg-start, .jb-template .align-content-lg-start {
		 -ms-flex-line-pack: start !important;
		 align-content: flex-start !important;
	}
	 #jb-template .align-content-lg-end, .jb-template .align-content-lg-end {
		 -ms-flex-line-pack: end !important;
		 align-content: flex-end !important;
	}
	 #jb-template .align-content-lg-center, .jb-template .align-content-lg-center {
		 -ms-flex-line-pack: center !important;
		 align-content: center !important;
	}
	 #jb-template .align-content-lg-between, .jb-template .align-content-lg-between {
		 -ms-flex-line-pack: justify !important;
		 align-content: space-between !important;
	}
	 #jb-template .align-content-lg-around, .jb-template .align-content-lg-around {
		 -ms-flex-line-pack: distribute !important;
		 align-content: space-around !important;
	}
	 #jb-template .align-content-lg-stretch, .jb-template .align-content-lg-stretch {
		 -ms-flex-line-pack: stretch !important;
		 align-content: stretch !important;
	}
	 #jb-template .align-self-lg-auto, .jb-template .align-self-lg-auto {
		 -ms-flex-item-align: auto !important;
		 align-self: auto !important;
	}
	 #jb-template .align-self-lg-start, .jb-template .align-self-lg-start {
		 -ms-flex-item-align: start !important;
		 align-self: flex-start !important;
	}
	 #jb-template .align-self-lg-end, .jb-template .align-self-lg-end {
		 -ms-flex-item-align: end !important;
		 align-self: flex-end !important;
	}
	 #jb-template .align-self-lg-center, .jb-template .align-self-lg-center {
		 -ms-flex-item-align: center !important;
		 align-self: center !important;
	}
	 #jb-template .align-self-lg-baseline, .jb-template .align-self-lg-baseline {
		 -ms-flex-item-align: baseline !important;
		 align-self: baseline !important;
	}
	 #jb-template .align-self-lg-stretch, .jb-template .align-self-lg-stretch {
		 -ms-flex-item-align: stretch !important;
		 align-self: stretch !important;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .flex-xl-row, .jb-template .flex-xl-row {
		 -ms-flex-direction: row !important;
		 flex-direction: row !important;
	}
	 #jb-template .flex-xl-column, .jb-template .flex-xl-column {
		 -ms-flex-direction: column !important;
		 flex-direction: column !important;
	}
	 #jb-template .flex-xl-row-reverse, .jb-template .flex-xl-row-reverse {
		 -ms-flex-direction: row-reverse !important;
		 flex-direction: row-reverse !important;
	}
	 #jb-template .flex-xl-column-reverse, .jb-template .flex-xl-column-reverse {
		 -ms-flex-direction: column-reverse !important;
		 flex-direction: column-reverse !important;
	}
	 #jb-template .flex-xl-wrap, .jb-template .flex-xl-wrap {
		 -ms-flex-wrap: wrap !important;
		 flex-wrap: wrap !important;
	}
	 #jb-template .flex-xl-nowrap, .jb-template .flex-xl-nowrap {
		 -ms-flex-wrap: nowrap !important;
		 flex-wrap: nowrap !important;
	}
	 #jb-template .flex-xl-wrap-reverse, .jb-template .flex-xl-wrap-reverse {
		 -ms-flex-wrap: wrap-reverse !important;
		 flex-wrap: wrap-reverse !important;
	}
	 #jb-template .flex-xl-fill, .jb-template .flex-xl-fill {
		 -ms-flex: 1 1 auto !important;
		 flex: 1 1 auto !important;
	}
	 #jb-template .flex-xl-grow-0, .jb-template .flex-xl-grow-0 {
		 -ms-flex-positive: 0 !important;
		 flex-grow: 0 !important;
	}
	 #jb-template .flex-xl-grow-1, .jb-template .flex-xl-grow-1 {
		 -ms-flex-positive: 1 !important;
		 flex-grow: 1 !important;
	}
	 #jb-template .flex-xl-shrink-0, .jb-template .flex-xl-shrink-0 {
		 -ms-flex-negative: 0 !important;
		 flex-shrink: 0 !important;
	}
	 #jb-template .flex-xl-shrink-1, .jb-template .flex-xl-shrink-1 {
		 -ms-flex-negative: 1 !important;
		 flex-shrink: 1 !important;
	}
	 #jb-template .justify-content-xl-start, .jb-template .justify-content-xl-start {
		 -ms-flex-pack: start !important;
		 justify-content: flex-start !important;
	}
	 #jb-template .justify-content-xl-end, .jb-template .justify-content-xl-end {
		 -ms-flex-pack: end !important;
		 justify-content: flex-end !important;
	}
	 #jb-template .justify-content-xl-center, .jb-template .justify-content-xl-center {
		 -ms-flex-pack: center !important;
		 justify-content: center !important;
	}
	 #jb-template .justify-content-xl-between, .jb-template .justify-content-xl-between {
		 -ms-flex-pack: justify !important;
		 justify-content: space-between !important;
	}
	 #jb-template .justify-content-xl-around, .jb-template .justify-content-xl-around {
		 -ms-flex-pack: distribute !important;
		 justify-content: space-around !important;
	}
	 #jb-template .align-items-xl-start, .jb-template .align-items-xl-start {
		 -ms-flex-align: start !important;
		 align-items: flex-start !important;
	}
	 #jb-template .align-items-xl-end, .jb-template .align-items-xl-end {
		 -ms-flex-align: end !important;
		 align-items: flex-end !important;
	}
	 #jb-template .align-items-xl-center, .jb-template .align-items-xl-center {
		 -ms-flex-align: center !important;
		 align-items: center !important;
	}
	 #jb-template .align-items-xl-baseline, .jb-template .align-items-xl-baseline {
		 -ms-flex-align: baseline !important;
		 align-items: baseline !important;
	}
	 #jb-template .align-items-xl-stretch, .jb-template .align-items-xl-stretch {
		 -ms-flex-align: stretch !important;
		 align-items: stretch !important;
	}
	 #jb-template .align-content-xl-start, .jb-template .align-content-xl-start {
		 -ms-flex-line-pack: start !important;
		 align-content: flex-start !important;
	}
	 #jb-template .align-content-xl-end, .jb-template .align-content-xl-end {
		 -ms-flex-line-pack: end !important;
		 align-content: flex-end !important;
	}
	 #jb-template .align-content-xl-center, .jb-template .align-content-xl-center {
		 -ms-flex-line-pack: center !important;
		 align-content: center !important;
	}
	 #jb-template .align-content-xl-between, .jb-template .align-content-xl-between {
		 -ms-flex-line-pack: justify !important;
		 align-content: space-between !important;
	}
	 #jb-template .align-content-xl-around, .jb-template .align-content-xl-around {
		 -ms-flex-line-pack: distribute !important;
		 align-content: space-around !important;
	}
	 #jb-template .align-content-xl-stretch, .jb-template .align-content-xl-stretch {
		 -ms-flex-line-pack: stretch !important;
		 align-content: stretch !important;
	}
	 #jb-template .align-self-xl-auto, .jb-template .align-self-xl-auto {
		 -ms-flex-item-align: auto !important;
		 align-self: auto !important;
	}
	 #jb-template .align-self-xl-start, .jb-template .align-self-xl-start {
		 -ms-flex-item-align: start !important;
		 align-self: flex-start !important;
	}
	 #jb-template .align-self-xl-end, .jb-template .align-self-xl-end {
		 -ms-flex-item-align: end !important;
		 align-self: flex-end !important;
	}
	 #jb-template .align-self-xl-center, .jb-template .align-self-xl-center {
		 -ms-flex-item-align: center !important;
		 align-self: center !important;
	}
	 #jb-template .align-self-xl-baseline, .jb-template .align-self-xl-baseline {
		 -ms-flex-item-align: baseline !important;
		 align-self: baseline !important;
	}
	 #jb-template .align-self-xl-stretch, .jb-template .align-self-xl-stretch {
		 -ms-flex-item-align: stretch !important;
		 align-self: stretch !important;
	}
}
 #jb-template .float-left, .jb-template .float-left {
	 float: left !important;
}
 #jb-template .float-right, .jb-template .float-right {
	 float: right !important;
}
 #jb-template .float-none, .jb-template .float-none {
	 float: none !important;
}
 @media (min-width: 576px) {
	 #jb-template .float-sm-left, .jb-template .float-sm-left {
		 float: left !important;
	}
	 #jb-template .float-sm-right, .jb-template .float-sm-right {
		 float: right !important;
	}
	 #jb-template .float-sm-none, .jb-template .float-sm-none {
		 float: none !important;
	}
}
 @media (min-width: 768px) {
	 #jb-template .float-md-left, .jb-template .float-md-left {
		 float: left !important;
	}
	 #jb-template .float-md-right, .jb-template .float-md-right {
		 float: right !important;
	}
	 #jb-template .float-md-none, .jb-template .float-md-none {
		 float: none !important;
	}
}
 @media (min-width: 992px) {
	 #jb-template .float-lg-left, .jb-template .float-lg-left {
		 float: left !important;
	}
	 #jb-template .float-lg-right, .jb-template .float-lg-right {
		 float: right !important;
	}
	 #jb-template .float-lg-none, .jb-template .float-lg-none {
		 float: none !important;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .float-xl-left, .jb-template .float-xl-left {
		 float: left !important;
	}
	 #jb-template .float-xl-right, .jb-template .float-xl-right {
		 float: right !important;
	}
	 #jb-template .float-xl-none, .jb-template .float-xl-none {
		 float: none !important;
	}
}
 #jb-template .user-select-all, .jb-template .user-select-all {
	 -webkit-user-select: all !important;
	 -moz-user-select: all !important;
	 -ms-user-select: all !important;
	 user-select: all !important;
}
 #jb-template .user-select-auto, .jb-template .user-select-auto {
	 -webkit-user-select: auto !important;
	 -moz-user-select: auto !important;
	 -ms-user-select: auto !important;
	 user-select: auto !important;
}
 #jb-template .user-select-none, .jb-template .user-select-none {
	 -webkit-user-select: none !important;
	 -moz-user-select: none !important;
	 -ms-user-select: none !important;
	 user-select: none !important;
}
 #jb-template .overflow-auto, .jb-template .overflow-auto {
	 overflow: auto !important;
}
 #jb-template .overflow-hidden, .jb-template .overflow-hidden {
	 overflow: hidden !important;
}
 #jb-template .position-static, .jb-template .position-static {
	 position: static !important;
}
 #jb-template .position-relative, .jb-template .position-relative {
	 position: relative !important;
}
 #jb-template .position-absolute, .jb-template .position-absolute {
	 position: absolute !important;
}
 #jb-template .position-fixed, .jb-template .position-fixed {
	 position: fixed !important;
}
 #jb-template .position-sticky, .jb-template .position-sticky {
	 position: -webkit-sticky !important;
	 position: sticky !important;
}
 #jb-template .fixed-top, .jb-template .fixed-top {
	 position: fixed;
	 top: 0;
	 right: 0;
	 left: 0;
	 z-index: 1030;
}
 #jb-template .fixed-bottom, .jb-template .fixed-bottom {
	 position: fixed;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 1030;
}
 @supports ((position: -webkit-sticky) or (position: sticky)) {
	 #jb-template .sticky-top, .jb-template .sticky-top {
		 position: -webkit-sticky;
		 position: sticky;
		 top: 0;
		 z-index: 1020;
	}
}
 #jb-template .sr-only, .jb-template .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;
}
 #jb-template .sr-only-focusable:active, .jb-template .sr-only-focusable:active, #jb-template .sr-only-focusable:focus, .jb-template .sr-only-focusable:focus {
	 position: static;
	 width: auto;
	 height: auto;
	 overflow: visible;
	 clip: auto;
	 white-space: normal;
}
 #jb-template .shadow-sm, .jb-template .shadow-sm {
	 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
 #jb-template .shadow, .jb-template .shadow {
	 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
 #jb-template .shadow-lg, .jb-template .shadow-lg {
	 box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
 #jb-template .shadow-none, .jb-template .shadow-none {
	 box-shadow: none !important;
}
 #jb-template .w-25, .jb-template .w-25 {
	 width: 25% !important;
}
 #jb-template .w-50, .jb-template .w-50 {
	 width: 50% !important;
}
 #jb-template .w-75, .jb-template .w-75 {
	 width: 75% !important;
}
 #jb-template .w-100, .jb-template .w-100 {
	 width: 100% !important;
}
 #jb-template .w-auto, .jb-template .w-auto {
	 width: auto !important;
}
 #jb-template .h-25, .jb-template .h-25 {
	 height: 25% !important;
}
 #jb-template .h-50, .jb-template .h-50 {
	 height: 50% !important;
}
 #jb-template .h-75, .jb-template .h-75 {
	 height: 75% !important;
}
 #jb-template .h-100, .jb-template .h-100 {
	 height: 100% !important;
}
 #jb-template .h-auto, .jb-template .h-auto {
	 height: auto !important;
}
 #jb-template .mw-100, .jb-template .mw-100 {
	 max-width: 100% !important;
}
 #jb-template .mh-100, .jb-template .mh-100 {
	 max-height: 100% !important;
}
 #jb-template .min-vw-100, .jb-template .min-vw-100 {
	 min-width: 100vw !important;
}
 #jb-template .min-vh-100, .jb-template .min-vh-100 {
	 min-height: 100vh !important;
}
 #jb-template .vw-100, .jb-template .vw-100 {
	 width: 100vw !important;
}
 #jb-template .vh-100, .jb-template .vh-100 {
	 height: 100vh !important;
}
 #jb-template .m-0, .jb-template .m-0 {
	 margin: 0 !important;
}
 #jb-template .mt-0, .jb-template .mt-0, #jb-template .my-0, .jb-template .my-0 {
	 margin-top: 0 !important;
}
 #jb-template .mr-0, .jb-template .mr-0, #jb-template .mx-0, .jb-template .mx-0 {
	 margin-right: 0 !important;
}
 #jb-template .mb-0, .jb-template .mb-0, #jb-template .my-0, .jb-template .my-0 {
	 margin-bottom: 0 !important;
}
 #jb-template .ml-0, .jb-template .ml-0, #jb-template .mx-0, .jb-template .mx-0 {
	 margin-left: 0 !important;
}
 #jb-template .m-1, .jb-template .m-1 {
	 margin: 0.25rem !important;
}
 #jb-template .mt-1, .jb-template .mt-1, #jb-template .my-1, .jb-template .my-1 {
	 margin-top: 0.25rem !important;
}
 #jb-template .mr-1, .jb-template .mr-1, #jb-template .mx-1, .jb-template .mx-1 {
	 margin-right: 0.25rem !important;
}
 #jb-template .mb-1, .jb-template .mb-1, #jb-template .my-1, .jb-template .my-1 {
	 margin-bottom: 0.25rem !important;
}
 #jb-template .ml-1, .jb-template .ml-1, #jb-template .mx-1, .jb-template .mx-1 {
	 margin-left: 0.25rem !important;
}
 #jb-template .m-2, .jb-template .m-2 {
	 margin: 0.5rem !important;
}
 #jb-template .mt-2, .jb-template .mt-2, #jb-template .my-2, .jb-template .my-2 {
	 margin-top: 0.5rem !important;
}
 #jb-template .mr-2, .jb-template .mr-2, #jb-template .mx-2, .jb-template .mx-2 {
	 margin-right: 0.5rem !important;
}
 #jb-template .mb-2, .jb-template .mb-2, #jb-template .my-2, .jb-template .my-2 {
	 margin-bottom: 0.5rem !important;
}
 #jb-template .ml-2, .jb-template .ml-2, #jb-template .mx-2, .jb-template .mx-2 {
	 margin-left: 0.5rem !important;
}
 #jb-template .m-3, .jb-template .m-3 {
	 margin: 1rem !important;
}
 #jb-template .mt-3, .jb-template .mt-3, #jb-template .my-3, .jb-template .my-3 {
	 margin-top: 1rem !important;
}
 #jb-template .mr-3, .jb-template .mr-3, #jb-template .mx-3, .jb-template .mx-3 {
	 margin-right: 1rem !important;
}
 #jb-template .mb-3, .jb-template .mb-3, #jb-template .my-3, .jb-template .my-3 {
	 margin-bottom: 1rem !important;
}
 #jb-template .ml-3, .jb-template .ml-3, #jb-template .mx-3, .jb-template .mx-3 {
	 margin-left: 1rem !important;
}
 #jb-template .m-4, .jb-template .m-4 {
	 margin: 1.5rem !important;
}
 #jb-template .mt-4, .jb-template .mt-4, #jb-template .my-4, .jb-template .my-4 {
	 margin-top: 1.5rem !important;
}
 #jb-template .mr-4, .jb-template .mr-4, #jb-template .mx-4, .jb-template .mx-4 {
	 margin-right: 1.5rem !important;
}
 #jb-template .mb-4, .jb-template .mb-4, #jb-template .my-4, .jb-template .my-4 {
	 margin-bottom: 1.5rem !important;
}
 #jb-template .ml-4, .jb-template .ml-4, #jb-template .mx-4, .jb-template .mx-4 {
	 margin-left: 1.5rem !important;
}
 #jb-template .m-5, .jb-template .m-5 {
	 margin: 3rem !important;
}
 #jb-template .mt-5, .jb-template .mt-5, #jb-template .my-5, .jb-template .my-5 {
	 margin-top: 3rem !important;
}
 #jb-template .mr-5, .jb-template .mr-5, #jb-template .mx-5, .jb-template .mx-5 {
	 margin-right: 3rem !important;
}
 #jb-template .mb-5, .jb-template .mb-5, #jb-template .my-5, .jb-template .my-5 {
	 margin-bottom: 3rem !important;
}
 #jb-template .ml-5, .jb-template .ml-5, #jb-template .mx-5, .jb-template .mx-5 {
	 margin-left: 3rem !important;
}
 #jb-template .p-0, .jb-template .p-0 {
	 padding: 0 !important;
}
 #jb-template .pt-0, .jb-template .pt-0, #jb-template .py-0, .jb-template .py-0 {
	 padding-top: 0 !important;
}
 #jb-template .pr-0, .jb-template .pr-0, #jb-template .px-0, .jb-template .px-0 {
	 padding-right: 0 !important;
}
 #jb-template .pb-0, .jb-template .pb-0, #jb-template .py-0, .jb-template .py-0 {
	 padding-bottom: 0 !important;
}
 #jb-template .pl-0, .jb-template .pl-0, #jb-template .px-0, .jb-template .px-0 {
	 padding-left: 0 !important;
}
 #jb-template .p-1, .jb-template .p-1 {
	 padding: 0.25rem !important;
}
 #jb-template .pt-1, .jb-template .pt-1, #jb-template .py-1, .jb-template .py-1 {
	 padding-top: 0.25rem !important;
}
 #jb-template .pr-1, .jb-template .pr-1, #jb-template .px-1, .jb-template .px-1 {
	 padding-right: 0.25rem !important;
}
 #jb-template .pb-1, .jb-template .pb-1, #jb-template .py-1, .jb-template .py-1 {
	 padding-bottom: 0.25rem !important;
}
 #jb-template .pl-1, .jb-template .pl-1, #jb-template .px-1, .jb-template .px-1 {
	 padding-left: 0.25rem !important;
}
 #jb-template .p-2, .jb-template .p-2 {
	 padding: 0.5rem !important;
}
 #jb-template .pt-2, .jb-template .pt-2, #jb-template .py-2, .jb-template .py-2 {
	 padding-top: 0.5rem !important;
}
 #jb-template .pr-2, .jb-template .pr-2, #jb-template .px-2, .jb-template .px-2 {
	 padding-right: 0.5rem !important;
}
 #jb-template .pb-2, .jb-template .pb-2, #jb-template .py-2, .jb-template .py-2 {
	 padding-bottom: 0.5rem !important;
}
 #jb-template .pl-2, .jb-template .pl-2, #jb-template .px-2, .jb-template .px-2 {
	 padding-left: 0.5rem !important;
}
 #jb-template .p-3, .jb-template .p-3 {
	 padding: 1rem !important;
}
 #jb-template .pt-3, .jb-template .pt-3, #jb-template .py-3, .jb-template .py-3 {
	 padding-top: 1rem !important;
}
 #jb-template .pr-3, .jb-template .pr-3, #jb-template .px-3, .jb-template .px-3 {
	 padding-right: 1rem !important;
}
 #jb-template .pb-3, .jb-template .pb-3, #jb-template .py-3, .jb-template .py-3 {
	 padding-bottom: 1rem !important;
}
 #jb-template .pl-3, .jb-template .pl-3, #jb-template .px-3, .jb-template .px-3 {
	 padding-left: 1rem !important;
}
 #jb-template .p-4, .jb-template .p-4 {
	 padding: 1.5rem !important;
}
 #jb-template .pt-4, .jb-template .pt-4, #jb-template .py-4, .jb-template .py-4 {
	 padding-top: 1.5rem !important;
}
 #jb-template .pr-4, .jb-template .pr-4, #jb-template .px-4, .jb-template .px-4 {
	 padding-right: 1.5rem !important;
}
 #jb-template .pb-4, .jb-template .pb-4, #jb-template .py-4, .jb-template .py-4 {
	 padding-bottom: 1.5rem !important;
}
 #jb-template .pl-4, .jb-template .pl-4, #jb-template .px-4, .jb-template .px-4 {
	 padding-left: 1.5rem !important;
}
 #jb-template .p-5, .jb-template .p-5 {
	 padding: 3rem !important;
}
 #jb-template .pt-5, .jb-template .pt-5, #jb-template .py-5, .jb-template .py-5 {
	 padding-top: 3rem !important;
}
 #jb-template .pr-5, .jb-template .pr-5, #jb-template .px-5, .jb-template .px-5 {
	 padding-right: 3rem !important;
}
 #jb-template .pb-5, .jb-template .pb-5, #jb-template .py-5, .jb-template .py-5 {
	 padding-bottom: 3rem !important;
}
 #jb-template .pl-5, .jb-template .pl-5, #jb-template .px-5, .jb-template .px-5 {
	 padding-left: 3rem !important;
}
 #jb-template .m-n1, .jb-template .m-n1 {
	 margin: -0.25rem !important;
}
 #jb-template .mt-n1, .jb-template .mt-n1, #jb-template .my-n1, .jb-template .my-n1 {
	 margin-top: -0.25rem !important;
}
 #jb-template .mr-n1, .jb-template .mr-n1, #jb-template .mx-n1, .jb-template .mx-n1 {
	 margin-right: -0.25rem !important;
}
 #jb-template .mb-n1, .jb-template .mb-n1, #jb-template .my-n1, .jb-template .my-n1 {
	 margin-bottom: -0.25rem !important;
}
 #jb-template .ml-n1, .jb-template .ml-n1, #jb-template .mx-n1, .jb-template .mx-n1 {
	 margin-left: -0.25rem !important;
}
 #jb-template .m-n2, .jb-template .m-n2 {
	 margin: -0.5rem !important;
}
 #jb-template .mt-n2, .jb-template .mt-n2, #jb-template .my-n2, .jb-template .my-n2 {
	 margin-top: -0.5rem !important;
}
 #jb-template .mr-n2, .jb-template .mr-n2, #jb-template .mx-n2, .jb-template .mx-n2 {
	 margin-right: -0.5rem !important;
}
 #jb-template .mb-n2, .jb-template .mb-n2, #jb-template .my-n2, .jb-template .my-n2 {
	 margin-bottom: -0.5rem !important;
}
 #jb-template .ml-n2, .jb-template .ml-n2, #jb-template .mx-n2, .jb-template .mx-n2 {
	 margin-left: -0.5rem !important;
}
 #jb-template .m-n3, .jb-template .m-n3 {
	 margin: -1rem !important;
}
 #jb-template .mt-n3, .jb-template .mt-n3, #jb-template .my-n3, .jb-template .my-n3 {
	 margin-top: -1rem !important;
}
 #jb-template .mr-n3, .jb-template .mr-n3, #jb-template .mx-n3, .jb-template .mx-n3 {
	 margin-right: -1rem !important;
}
 #jb-template .mb-n3, .jb-template .mb-n3, #jb-template .my-n3, .jb-template .my-n3 {
	 margin-bottom: -1rem !important;
}
 #jb-template .ml-n3, .jb-template .ml-n3, #jb-template .mx-n3, .jb-template .mx-n3 {
	 margin-left: -1rem !important;
}
 #jb-template .m-n4, .jb-template .m-n4 {
	 margin: -1.5rem !important;
}
 #jb-template .mt-n4, .jb-template .mt-n4, #jb-template .my-n4, .jb-template .my-n4 {
	 margin-top: -1.5rem !important;
}
 #jb-template .mr-n4, .jb-template .mr-n4, #jb-template .mx-n4, .jb-template .mx-n4 {
	 margin-right: -1.5rem !important;
}
 #jb-template .mb-n4, .jb-template .mb-n4, #jb-template .my-n4, .jb-template .my-n4 {
	 margin-bottom: -1.5rem !important;
}
 #jb-template .ml-n4, .jb-template .ml-n4, #jb-template .mx-n4, .jb-template .mx-n4 {
	 margin-left: -1.5rem !important;
}
 #jb-template .m-n5, .jb-template .m-n5 {
	 margin: -3rem !important;
}
 #jb-template .mt-n5, .jb-template .mt-n5, #jb-template .my-n5, .jb-template .my-n5 {
	 margin-top: -3rem !important;
}
 #jb-template .mr-n5, .jb-template .mr-n5, #jb-template .mx-n5, .jb-template .mx-n5 {
	 margin-right: -3rem !important;
}
 #jb-template .mb-n5, .jb-template .mb-n5, #jb-template .my-n5, .jb-template .my-n5 {
	 margin-bottom: -3rem !important;
}
 #jb-template .ml-n5, .jb-template .ml-n5, #jb-template .mx-n5, .jb-template .mx-n5 {
	 margin-left: -3rem !important;
}
 #jb-template .m-auto, .jb-template .m-auto {
	 margin: auto !important;
}
 #jb-template .mt-auto, .jb-template .mt-auto, #jb-template .my-auto, .jb-template .my-auto {
	 margin-top: auto !important;
}
 #jb-template .mr-auto, .jb-template .mr-auto, #jb-template .mx-auto, .jb-template .mx-auto {
	 margin-right: auto !important;
}
 #jb-template .mb-auto, .jb-template .mb-auto, #jb-template .my-auto, .jb-template .my-auto {
	 margin-bottom: auto !important;
}
 #jb-template .ml-auto, .jb-template .ml-auto, #jb-template .mx-auto, .jb-template .mx-auto {
	 margin-left: auto !important;
}
 @media (min-width: 576px) {
	 #jb-template .m-sm-0, .jb-template .m-sm-0 {
		 margin: 0 !important;
	}
	 #jb-template .mt-sm-0, .jb-template .mt-sm-0, #jb-template .my-sm-0, .jb-template .my-sm-0 {
		 margin-top: 0 !important;
	}
	 #jb-template .mr-sm-0, .jb-template .mr-sm-0, #jb-template .mx-sm-0, .jb-template .mx-sm-0 {
		 margin-right: 0 !important;
	}
	 #jb-template .mb-sm-0, .jb-template .mb-sm-0, #jb-template .my-sm-0, .jb-template .my-sm-0 {
		 margin-bottom: 0 !important;
	}
	 #jb-template .ml-sm-0, .jb-template .ml-sm-0, #jb-template .mx-sm-0, .jb-template .mx-sm-0 {
		 margin-left: 0 !important;
	}
	 #jb-template .m-sm-1, .jb-template .m-sm-1 {
		 margin: 0.25rem !important;
	}
	 #jb-template .mt-sm-1, .jb-template .mt-sm-1, #jb-template .my-sm-1, .jb-template .my-sm-1 {
		 margin-top: 0.25rem !important;
	}
	 #jb-template .mr-sm-1, .jb-template .mr-sm-1, #jb-template .mx-sm-1, .jb-template .mx-sm-1 {
		 margin-right: 0.25rem !important;
	}
	 #jb-template .mb-sm-1, .jb-template .mb-sm-1, #jb-template .my-sm-1, .jb-template .my-sm-1 {
		 margin-bottom: 0.25rem !important;
	}
	 #jb-template .ml-sm-1, .jb-template .ml-sm-1, #jb-template .mx-sm-1, .jb-template .mx-sm-1 {
		 margin-left: 0.25rem !important;
	}
	 #jb-template .m-sm-2, .jb-template .m-sm-2 {
		 margin: 0.5rem !important;
	}
	 #jb-template .mt-sm-2, .jb-template .mt-sm-2, #jb-template .my-sm-2, .jb-template .my-sm-2 {
		 margin-top: 0.5rem !important;
	}
	 #jb-template .mr-sm-2, .jb-template .mr-sm-2, #jb-template .mx-sm-2, .jb-template .mx-sm-2 {
		 margin-right: 0.5rem !important;
	}
	 #jb-template .mb-sm-2, .jb-template .mb-sm-2, #jb-template .my-sm-2, .jb-template .my-sm-2 {
		 margin-bottom: 0.5rem !important;
	}
	 #jb-template .ml-sm-2, .jb-template .ml-sm-2, #jb-template .mx-sm-2, .jb-template .mx-sm-2 {
		 margin-left: 0.5rem !important;
	}
	 #jb-template .m-sm-3, .jb-template .m-sm-3 {
		 margin: 1rem !important;
	}
	 #jb-template .mt-sm-3, .jb-template .mt-sm-3, #jb-template .my-sm-3, .jb-template .my-sm-3 {
		 margin-top: 1rem !important;
	}
	 #jb-template .mr-sm-3, .jb-template .mr-sm-3, #jb-template .mx-sm-3, .jb-template .mx-sm-3 {
		 margin-right: 1rem !important;
	}
	 #jb-template .mb-sm-3, .jb-template .mb-sm-3, #jb-template .my-sm-3, .jb-template .my-sm-3 {
		 margin-bottom: 1rem !important;
	}
	 #jb-template .ml-sm-3, .jb-template .ml-sm-3, #jb-template .mx-sm-3, .jb-template .mx-sm-3 {
		 margin-left: 1rem !important;
	}
	 #jb-template .m-sm-4, .jb-template .m-sm-4 {
		 margin: 1.5rem !important;
	}
	 #jb-template .mt-sm-4, .jb-template .mt-sm-4, #jb-template .my-sm-4, .jb-template .my-sm-4 {
		 margin-top: 1.5rem !important;
	}
	 #jb-template .mr-sm-4, .jb-template .mr-sm-4, #jb-template .mx-sm-4, .jb-template .mx-sm-4 {
		 margin-right: 1.5rem !important;
	}
	 #jb-template .mb-sm-4, .jb-template .mb-sm-4, #jb-template .my-sm-4, .jb-template .my-sm-4 {
		 margin-bottom: 1.5rem !important;
	}
	 #jb-template .ml-sm-4, .jb-template .ml-sm-4, #jb-template .mx-sm-4, .jb-template .mx-sm-4 {
		 margin-left: 1.5rem !important;
	}
	 #jb-template .m-sm-5, .jb-template .m-sm-5 {
		 margin: 3rem !important;
	}
	 #jb-template .mt-sm-5, .jb-template .mt-sm-5, #jb-template .my-sm-5, .jb-template .my-sm-5 {
		 margin-top: 3rem !important;
	}
	 #jb-template .mr-sm-5, .jb-template .mr-sm-5, #jb-template .mx-sm-5, .jb-template .mx-sm-5 {
		 margin-right: 3rem !important;
	}
	 #jb-template .mb-sm-5, .jb-template .mb-sm-5, #jb-template .my-sm-5, .jb-template .my-sm-5 {
		 margin-bottom: 3rem !important;
	}
	 #jb-template .ml-sm-5, .jb-template .ml-sm-5, #jb-template .mx-sm-5, .jb-template .mx-sm-5 {
		 margin-left: 3rem !important;
	}
	 #jb-template .p-sm-0, .jb-template .p-sm-0 {
		 padding: 0 !important;
	}
	 #jb-template .pt-sm-0, .jb-template .pt-sm-0, #jb-template .py-sm-0, .jb-template .py-sm-0 {
		 padding-top: 0 !important;
	}
	 #jb-template .pr-sm-0, .jb-template .pr-sm-0, #jb-template .px-sm-0, .jb-template .px-sm-0 {
		 padding-right: 0 !important;
	}
	 #jb-template .pb-sm-0, .jb-template .pb-sm-0, #jb-template .py-sm-0, .jb-template .py-sm-0 {
		 padding-bottom: 0 !important;
	}
	 #jb-template .pl-sm-0, .jb-template .pl-sm-0, #jb-template .px-sm-0, .jb-template .px-sm-0 {
		 padding-left: 0 !important;
	}
	 #jb-template .p-sm-1, .jb-template .p-sm-1 {
		 padding: 0.25rem !important;
	}
	 #jb-template .pt-sm-1, .jb-template .pt-sm-1, #jb-template .py-sm-1, .jb-template .py-sm-1 {
		 padding-top: 0.25rem !important;
	}
	 #jb-template .pr-sm-1, .jb-template .pr-sm-1, #jb-template .px-sm-1, .jb-template .px-sm-1 {
		 padding-right: 0.25rem !important;
	}
	 #jb-template .pb-sm-1, .jb-template .pb-sm-1, #jb-template .py-sm-1, .jb-template .py-sm-1 {
		 padding-bottom: 0.25rem !important;
	}
	 #jb-template .pl-sm-1, .jb-template .pl-sm-1, #jb-template .px-sm-1, .jb-template .px-sm-1 {
		 padding-left: 0.25rem !important;
	}
	 #jb-template .p-sm-2, .jb-template .p-sm-2 {
		 padding: 0.5rem !important;
	}
	 #jb-template .pt-sm-2, .jb-template .pt-sm-2, #jb-template .py-sm-2, .jb-template .py-sm-2 {
		 padding-top: 0.5rem !important;
	}
	 #jb-template .pr-sm-2, .jb-template .pr-sm-2, #jb-template .px-sm-2, .jb-template .px-sm-2 {
		 padding-right: 0.5rem !important;
	}
	 #jb-template .pb-sm-2, .jb-template .pb-sm-2, #jb-template .py-sm-2, .jb-template .py-sm-2 {
		 padding-bottom: 0.5rem !important;
	}
	 #jb-template .pl-sm-2, .jb-template .pl-sm-2, #jb-template .px-sm-2, .jb-template .px-sm-2 {
		 padding-left: 0.5rem !important;
	}
	 #jb-template .p-sm-3, .jb-template .p-sm-3 {
		 padding: 1rem !important;
	}
	 #jb-template .pt-sm-3, .jb-template .pt-sm-3, #jb-template .py-sm-3, .jb-template .py-sm-3 {
		 padding-top: 1rem !important;
	}
	 #jb-template .pr-sm-3, .jb-template .pr-sm-3, #jb-template .px-sm-3, .jb-template .px-sm-3 {
		 padding-right: 1rem !important;
	}
	 #jb-template .pb-sm-3, .jb-template .pb-sm-3, #jb-template .py-sm-3, .jb-template .py-sm-3 {
		 padding-bottom: 1rem !important;
	}
	 #jb-template .pl-sm-3, .jb-template .pl-sm-3, #jb-template .px-sm-3, .jb-template .px-sm-3 {
		 padding-left: 1rem !important;
	}
	 #jb-template .p-sm-4, .jb-template .p-sm-4 {
		 padding: 1.5rem !important;
	}
	 #jb-template .pt-sm-4, .jb-template .pt-sm-4, #jb-template .py-sm-4, .jb-template .py-sm-4 {
		 padding-top: 1.5rem !important;
	}
	 #jb-template .pr-sm-4, .jb-template .pr-sm-4, #jb-template .px-sm-4, .jb-template .px-sm-4 {
		 padding-right: 1.5rem !important;
	}
	 #jb-template .pb-sm-4, .jb-template .pb-sm-4, #jb-template .py-sm-4, .jb-template .py-sm-4 {
		 padding-bottom: 1.5rem !important;
	}
	 #jb-template .pl-sm-4, .jb-template .pl-sm-4, #jb-template .px-sm-4, .jb-template .px-sm-4 {
		 padding-left: 1.5rem !important;
	}
	 #jb-template .p-sm-5, .jb-template .p-sm-5 {
		 padding: 3rem !important;
	}
	 #jb-template .pt-sm-5, .jb-template .pt-sm-5, #jb-template .py-sm-5, .jb-template .py-sm-5 {
		 padding-top: 3rem !important;
	}
	 #jb-template .pr-sm-5, .jb-template .pr-sm-5, #jb-template .px-sm-5, .jb-template .px-sm-5 {
		 padding-right: 3rem !important;
	}
	 #jb-template .pb-sm-5, .jb-template .pb-sm-5, #jb-template .py-sm-5, .jb-template .py-sm-5 {
		 padding-bottom: 3rem !important;
	}
	 #jb-template .pl-sm-5, .jb-template .pl-sm-5, #jb-template .px-sm-5, .jb-template .px-sm-5 {
		 padding-left: 3rem !important;
	}
	 #jb-template .m-sm-n1, .jb-template .m-sm-n1 {
		 margin: -0.25rem !important;
	}
	 #jb-template .mt-sm-n1, .jb-template .mt-sm-n1, #jb-template .my-sm-n1, .jb-template .my-sm-n1 {
		 margin-top: -0.25rem !important;
	}
	 #jb-template .mr-sm-n1, .jb-template .mr-sm-n1, #jb-template .mx-sm-n1, .jb-template .mx-sm-n1 {
		 margin-right: -0.25rem !important;
	}
	 #jb-template .mb-sm-n1, .jb-template .mb-sm-n1, #jb-template .my-sm-n1, .jb-template .my-sm-n1 {
		 margin-bottom: -0.25rem !important;
	}
	 #jb-template .ml-sm-n1, .jb-template .ml-sm-n1, #jb-template .mx-sm-n1, .jb-template .mx-sm-n1 {
		 margin-left: -0.25rem !important;
	}
	 #jb-template .m-sm-n2, .jb-template .m-sm-n2 {
		 margin: -0.5rem !important;
	}
	 #jb-template .mt-sm-n2, .jb-template .mt-sm-n2, #jb-template .my-sm-n2, .jb-template .my-sm-n2 {
		 margin-top: -0.5rem !important;
	}
	 #jb-template .mr-sm-n2, .jb-template .mr-sm-n2, #jb-template .mx-sm-n2, .jb-template .mx-sm-n2 {
		 margin-right: -0.5rem !important;
	}
	 #jb-template .mb-sm-n2, .jb-template .mb-sm-n2, #jb-template .my-sm-n2, .jb-template .my-sm-n2 {
		 margin-bottom: -0.5rem !important;
	}
	 #jb-template .ml-sm-n2, .jb-template .ml-sm-n2, #jb-template .mx-sm-n2, .jb-template .mx-sm-n2 {
		 margin-left: -0.5rem !important;
	}
	 #jb-template .m-sm-n3, .jb-template .m-sm-n3 {
		 margin: -1rem !important;
	}
	 #jb-template .mt-sm-n3, .jb-template .mt-sm-n3, #jb-template .my-sm-n3, .jb-template .my-sm-n3 {
		 margin-top: -1rem !important;
	}
	 #jb-template .mr-sm-n3, .jb-template .mr-sm-n3, #jb-template .mx-sm-n3, .jb-template .mx-sm-n3 {
		 margin-right: -1rem !important;
	}
	 #jb-template .mb-sm-n3, .jb-template .mb-sm-n3, #jb-template .my-sm-n3, .jb-template .my-sm-n3 {
		 margin-bottom: -1rem !important;
	}
	 #jb-template .ml-sm-n3, .jb-template .ml-sm-n3, #jb-template .mx-sm-n3, .jb-template .mx-sm-n3 {
		 margin-left: -1rem !important;
	}
	 #jb-template .m-sm-n4, .jb-template .m-sm-n4 {
		 margin: -1.5rem !important;
	}
	 #jb-template .mt-sm-n4, .jb-template .mt-sm-n4, #jb-template .my-sm-n4, .jb-template .my-sm-n4 {
		 margin-top: -1.5rem !important;
	}
	 #jb-template .mr-sm-n4, .jb-template .mr-sm-n4, #jb-template .mx-sm-n4, .jb-template .mx-sm-n4 {
		 margin-right: -1.5rem !important;
	}
	 #jb-template .mb-sm-n4, .jb-template .mb-sm-n4, #jb-template .my-sm-n4, .jb-template .my-sm-n4 {
		 margin-bottom: -1.5rem !important;
	}
	 #jb-template .ml-sm-n4, .jb-template .ml-sm-n4, #jb-template .mx-sm-n4, .jb-template .mx-sm-n4 {
		 margin-left: -1.5rem !important;
	}
	 #jb-template .m-sm-n5, .jb-template .m-sm-n5 {
		 margin: -3rem !important;
	}
	 #jb-template .mt-sm-n5, .jb-template .mt-sm-n5, #jb-template .my-sm-n5, .jb-template .my-sm-n5 {
		 margin-top: -3rem !important;
	}
	 #jb-template .mr-sm-n5, .jb-template .mr-sm-n5, #jb-template .mx-sm-n5, .jb-template .mx-sm-n5 {
		 margin-right: -3rem !important;
	}
	 #jb-template .mb-sm-n5, .jb-template .mb-sm-n5, #jb-template .my-sm-n5, .jb-template .my-sm-n5 {
		 margin-bottom: -3rem !important;
	}
	 #jb-template .ml-sm-n5, .jb-template .ml-sm-n5, #jb-template .mx-sm-n5, .jb-template .mx-sm-n5 {
		 margin-left: -3rem !important;
	}
	 #jb-template .m-sm-auto, .jb-template .m-sm-auto {
		 margin: auto !important;
	}
	 #jb-template .mt-sm-auto, .jb-template .mt-sm-auto, #jb-template .my-sm-auto, .jb-template .my-sm-auto {
		 margin-top: auto !important;
	}
	 #jb-template .mr-sm-auto, .jb-template .mr-sm-auto, #jb-template .mx-sm-auto, .jb-template .mx-sm-auto {
		 margin-right: auto !important;
	}
	 #jb-template .mb-sm-auto, .jb-template .mb-sm-auto, #jb-template .my-sm-auto, .jb-template .my-sm-auto {
		 margin-bottom: auto !important;
	}
	 #jb-template .ml-sm-auto, .jb-template .ml-sm-auto, #jb-template .mx-sm-auto, .jb-template .mx-sm-auto {
		 margin-left: auto !important;
	}
}
 @media (min-width: 768px) {
	 #jb-template .m-md-0, .jb-template .m-md-0 {
		 margin: 0 !important;
	}
	 #jb-template .mt-md-0, .jb-template .mt-md-0, #jb-template .my-md-0, .jb-template .my-md-0 {
		 margin-top: 0 !important;
	}
	 #jb-template .mr-md-0, .jb-template .mr-md-0, #jb-template .mx-md-0, .jb-template .mx-md-0 {
		 margin-right: 0 !important;
	}
	 #jb-template .mb-md-0, .jb-template .mb-md-0, #jb-template .my-md-0, .jb-template .my-md-0 {
		 margin-bottom: 0 !important;
	}
	 #jb-template .ml-md-0, .jb-template .ml-md-0, #jb-template .mx-md-0, .jb-template .mx-md-0 {
		 margin-left: 0 !important;
	}
	 #jb-template .m-md-1, .jb-template .m-md-1 {
		 margin: 0.25rem !important;
	}
	 #jb-template .mt-md-1, .jb-template .mt-md-1, #jb-template .my-md-1, .jb-template .my-md-1 {
		 margin-top: 0.25rem !important;
	}
	 #jb-template .mr-md-1, .jb-template .mr-md-1, #jb-template .mx-md-1, .jb-template .mx-md-1 {
		 margin-right: 0.25rem !important;
	}
	 #jb-template .mb-md-1, .jb-template .mb-md-1, #jb-template .my-md-1, .jb-template .my-md-1 {
		 margin-bottom: 0.25rem !important;
	}
	 #jb-template .ml-md-1, .jb-template .ml-md-1, #jb-template .mx-md-1, .jb-template .mx-md-1 {
		 margin-left: 0.25rem !important;
	}
	 #jb-template .m-md-2, .jb-template .m-md-2 {
		 margin: 0.5rem !important;
	}
	 #jb-template .mt-md-2, .jb-template .mt-md-2, #jb-template .my-md-2, .jb-template .my-md-2 {
		 margin-top: 0.5rem !important;
	}
	 #jb-template .mr-md-2, .jb-template .mr-md-2, #jb-template .mx-md-2, .jb-template .mx-md-2 {
		 margin-right: 0.5rem !important;
	}
	 #jb-template .mb-md-2, .jb-template .mb-md-2, #jb-template .my-md-2, .jb-template .my-md-2 {
		 margin-bottom: 0.5rem !important;
	}
	 #jb-template .ml-md-2, .jb-template .ml-md-2, #jb-template .mx-md-2, .jb-template .mx-md-2 {
		 margin-left: 0.5rem !important;
	}
	 #jb-template .m-md-3, .jb-template .m-md-3 {
		 margin: 1rem !important;
	}
	 #jb-template .mt-md-3, .jb-template .mt-md-3, #jb-template .my-md-3, .jb-template .my-md-3 {
		 margin-top: 1rem !important;
	}
	 #jb-template .mr-md-3, .jb-template .mr-md-3, #jb-template .mx-md-3, .jb-template .mx-md-3 {
		 margin-right: 1rem !important;
	}
	 #jb-template .mb-md-3, .jb-template .mb-md-3, #jb-template .my-md-3, .jb-template .my-md-3 {
		 margin-bottom: 1rem !important;
	}
	 #jb-template .ml-md-3, .jb-template .ml-md-3, #jb-template .mx-md-3, .jb-template .mx-md-3 {
		 margin-left: 1rem !important;
	}
	 #jb-template .m-md-4, .jb-template .m-md-4 {
		 margin: 1.5rem !important;
	}
	 #jb-template .mt-md-4, .jb-template .mt-md-4, #jb-template .my-md-4, .jb-template .my-md-4 {
		 margin-top: 1.5rem !important;
	}
	 #jb-template .mr-md-4, .jb-template .mr-md-4, #jb-template .mx-md-4, .jb-template .mx-md-4 {
		 margin-right: 1.5rem !important;
	}
	 #jb-template .mb-md-4, .jb-template .mb-md-4, #jb-template .my-md-4, .jb-template .my-md-4 {
		 margin-bottom: 1.5rem !important;
	}
	 #jb-template .ml-md-4, .jb-template .ml-md-4, #jb-template .mx-md-4, .jb-template .mx-md-4 {
		 margin-left: 1.5rem !important;
	}
	 #jb-template .m-md-5, .jb-template .m-md-5 {
		 margin: 3rem !important;
	}
	 #jb-template .mt-md-5, .jb-template .mt-md-5, #jb-template .my-md-5, .jb-template .my-md-5 {
		 margin-top: 3rem !important;
	}
	 #jb-template .mr-md-5, .jb-template .mr-md-5, #jb-template .mx-md-5, .jb-template .mx-md-5 {
		 margin-right: 3rem !important;
	}
	 #jb-template .mb-md-5, .jb-template .mb-md-5, #jb-template .my-md-5, .jb-template .my-md-5 {
		 margin-bottom: 3rem !important;
	}
	 #jb-template .ml-md-5, .jb-template .ml-md-5, #jb-template .mx-md-5, .jb-template .mx-md-5 {
		 margin-left: 3rem !important;
	}
	 #jb-template .p-md-0, .jb-template .p-md-0 {
		 padding: 0 !important;
	}
	 #jb-template .pt-md-0, .jb-template .pt-md-0, #jb-template .py-md-0, .jb-template .py-md-0 {
		 padding-top: 0 !important;
	}
	 #jb-template .pr-md-0, .jb-template .pr-md-0, #jb-template .px-md-0, .jb-template .px-md-0 {
		 padding-right: 0 !important;
	}
	 #jb-template .pb-md-0, .jb-template .pb-md-0, #jb-template .py-md-0, .jb-template .py-md-0 {
		 padding-bottom: 0 !important;
	}
	 #jb-template .pl-md-0, .jb-template .pl-md-0, #jb-template .px-md-0, .jb-template .px-md-0 {
		 padding-left: 0 !important;
	}
	 #jb-template .p-md-1, .jb-template .p-md-1 {
		 padding: 0.25rem !important;
	}
	 #jb-template .pt-md-1, .jb-template .pt-md-1, #jb-template .py-md-1, .jb-template .py-md-1 {
		 padding-top: 0.25rem !important;
	}
	 #jb-template .pr-md-1, .jb-template .pr-md-1, #jb-template .px-md-1, .jb-template .px-md-1 {
		 padding-right: 0.25rem !important;
	}
	 #jb-template .pb-md-1, .jb-template .pb-md-1, #jb-template .py-md-1, .jb-template .py-md-1 {
		 padding-bottom: 0.25rem !important;
	}
	 #jb-template .pl-md-1, .jb-template .pl-md-1, #jb-template .px-md-1, .jb-template .px-md-1 {
		 padding-left: 0.25rem !important;
	}
	 #jb-template .p-md-2, .jb-template .p-md-2 {
		 padding: 0.5rem !important;
	}
	 #jb-template .pt-md-2, .jb-template .pt-md-2, #jb-template .py-md-2, .jb-template .py-md-2 {
		 padding-top: 0.5rem !important;
	}
	 #jb-template .pr-md-2, .jb-template .pr-md-2, #jb-template .px-md-2, .jb-template .px-md-2 {
		 padding-right: 0.5rem !important;
	}
	 #jb-template .pb-md-2, .jb-template .pb-md-2, #jb-template .py-md-2, .jb-template .py-md-2 {
		 padding-bottom: 0.5rem !important;
	}
	 #jb-template .pl-md-2, .jb-template .pl-md-2, #jb-template .px-md-2, .jb-template .px-md-2 {
		 padding-left: 0.5rem !important;
	}
	 #jb-template .p-md-3, .jb-template .p-md-3 {
		 padding: 1rem !important;
	}
	 #jb-template .pt-md-3, .jb-template .pt-md-3, #jb-template .py-md-3, .jb-template .py-md-3 {
		 padding-top: 1rem !important;
	}
	 #jb-template .pr-md-3, .jb-template .pr-md-3, #jb-template .px-md-3, .jb-template .px-md-3 {
		 padding-right: 1rem !important;
	}
	 #jb-template .pb-md-3, .jb-template .pb-md-3, #jb-template .py-md-3, .jb-template .py-md-3 {
		 padding-bottom: 1rem !important;
	}
	 #jb-template .pl-md-3, .jb-template .pl-md-3, #jb-template .px-md-3, .jb-template .px-md-3 {
		 padding-left: 1rem !important;
	}
	 #jb-template .p-md-4, .jb-template .p-md-4 {
		 padding: 1.5rem !important;
	}
	 #jb-template .pt-md-4, .jb-template .pt-md-4, #jb-template .py-md-4, .jb-template .py-md-4 {
		 padding-top: 1.5rem !important;
	}
	 #jb-template .pr-md-4, .jb-template .pr-md-4, #jb-template .px-md-4, .jb-template .px-md-4 {
		 padding-right: 1.5rem !important;
	}
	 #jb-template .pb-md-4, .jb-template .pb-md-4, #jb-template .py-md-4, .jb-template .py-md-4 {
		 padding-bottom: 1.5rem !important;
	}
	 #jb-template .pl-md-4, .jb-template .pl-md-4, #jb-template .px-md-4, .jb-template .px-md-4 {
		 padding-left: 1.5rem !important;
	}
	 #jb-template .p-md-5, .jb-template .p-md-5 {
		 padding: 3rem !important;
	}
	 #jb-template .pt-md-5, .jb-template .pt-md-5, #jb-template .py-md-5, .jb-template .py-md-5 {
		 padding-top: 3rem !important;
	}
	 #jb-template .pr-md-5, .jb-template .pr-md-5, #jb-template .px-md-5, .jb-template .px-md-5 {
		 padding-right: 3rem !important;
	}
	 #jb-template .pb-md-5, .jb-template .pb-md-5, #jb-template .py-md-5, .jb-template .py-md-5 {
		 padding-bottom: 3rem !important;
	}
	 #jb-template .pl-md-5, .jb-template .pl-md-5, #jb-template .px-md-5, .jb-template .px-md-5 {
		 padding-left: 3rem !important;
	}
	 #jb-template .m-md-n1, .jb-template .m-md-n1 {
		 margin: -0.25rem !important;
	}
	 #jb-template .mt-md-n1, .jb-template .mt-md-n1, #jb-template .my-md-n1, .jb-template .my-md-n1 {
		 margin-top: -0.25rem !important;
	}
	 #jb-template .mr-md-n1, .jb-template .mr-md-n1, #jb-template .mx-md-n1, .jb-template .mx-md-n1 {
		 margin-right: -0.25rem !important;
	}
	 #jb-template .mb-md-n1, .jb-template .mb-md-n1, #jb-template .my-md-n1, .jb-template .my-md-n1 {
		 margin-bottom: -0.25rem !important;
	}
	 #jb-template .ml-md-n1, .jb-template .ml-md-n1, #jb-template .mx-md-n1, .jb-template .mx-md-n1 {
		 margin-left: -0.25rem !important;
	}
	 #jb-template .m-md-n2, .jb-template .m-md-n2 {
		 margin: -0.5rem !important;
	}
	 #jb-template .mt-md-n2, .jb-template .mt-md-n2, #jb-template .my-md-n2, .jb-template .my-md-n2 {
		 margin-top: -0.5rem !important;
	}
	 #jb-template .mr-md-n2, .jb-template .mr-md-n2, #jb-template .mx-md-n2, .jb-template .mx-md-n2 {
		 margin-right: -0.5rem !important;
	}
	 #jb-template .mb-md-n2, .jb-template .mb-md-n2, #jb-template .my-md-n2, .jb-template .my-md-n2 {
		 margin-bottom: -0.5rem !important;
	}
	 #jb-template .ml-md-n2, .jb-template .ml-md-n2, #jb-template .mx-md-n2, .jb-template .mx-md-n2 {
		 margin-left: -0.5rem !important;
	}
	 #jb-template .m-md-n3, .jb-template .m-md-n3 {
		 margin: -1rem !important;
	}
	 #jb-template .mt-md-n3, .jb-template .mt-md-n3, #jb-template .my-md-n3, .jb-template .my-md-n3 {
		 margin-top: -1rem !important;
	}
	 #jb-template .mr-md-n3, .jb-template .mr-md-n3, #jb-template .mx-md-n3, .jb-template .mx-md-n3 {
		 margin-right: -1rem !important;
	}
	 #jb-template .mb-md-n3, .jb-template .mb-md-n3, #jb-template .my-md-n3, .jb-template .my-md-n3 {
		 margin-bottom: -1rem !important;
	}
	 #jb-template .ml-md-n3, .jb-template .ml-md-n3, #jb-template .mx-md-n3, .jb-template .mx-md-n3 {
		 margin-left: -1rem !important;
	}
	 #jb-template .m-md-n4, .jb-template .m-md-n4 {
		 margin: -1.5rem !important;
	}
	 #jb-template .mt-md-n4, .jb-template .mt-md-n4, #jb-template .my-md-n4, .jb-template .my-md-n4 {
		 margin-top: -1.5rem !important;
	}
	 #jb-template .mr-md-n4, .jb-template .mr-md-n4, #jb-template .mx-md-n4, .jb-template .mx-md-n4 {
		 margin-right: -1.5rem !important;
	}
	 #jb-template .mb-md-n4, .jb-template .mb-md-n4, #jb-template .my-md-n4, .jb-template .my-md-n4 {
		 margin-bottom: -1.5rem !important;
	}
	 #jb-template .ml-md-n4, .jb-template .ml-md-n4, #jb-template .mx-md-n4, .jb-template .mx-md-n4 {
		 margin-left: -1.5rem !important;
	}
	 #jb-template .m-md-n5, .jb-template .m-md-n5 {
		 margin: -3rem !important;
	}
	 #jb-template .mt-md-n5, .jb-template .mt-md-n5, #jb-template .my-md-n5, .jb-template .my-md-n5 {
		 margin-top: -3rem !important;
	}
	 #jb-template .mr-md-n5, .jb-template .mr-md-n5, #jb-template .mx-md-n5, .jb-template .mx-md-n5 {
		 margin-right: -3rem !important;
	}
	 #jb-template .mb-md-n5, .jb-template .mb-md-n5, #jb-template .my-md-n5, .jb-template .my-md-n5 {
		 margin-bottom: -3rem !important;
	}
	 #jb-template .ml-md-n5, .jb-template .ml-md-n5, #jb-template .mx-md-n5, .jb-template .mx-md-n5 {
		 margin-left: -3rem !important;
	}
	 #jb-template .m-md-auto, .jb-template .m-md-auto {
		 margin: auto !important;
	}
	 #jb-template .mt-md-auto, .jb-template .mt-md-auto, #jb-template .my-md-auto, .jb-template .my-md-auto {
		 margin-top: auto !important;
	}
	 #jb-template .mr-md-auto, .jb-template .mr-md-auto, #jb-template .mx-md-auto, .jb-template .mx-md-auto {
		 margin-right: auto !important;
	}
	 #jb-template .mb-md-auto, .jb-template .mb-md-auto, #jb-template .my-md-auto, .jb-template .my-md-auto {
		 margin-bottom: auto !important;
	}
	 #jb-template .ml-md-auto, .jb-template .ml-md-auto, #jb-template .mx-md-auto, .jb-template .mx-md-auto {
		 margin-left: auto !important;
	}
}
 @media (min-width: 992px) {
	 #jb-template .m-lg-0, .jb-template .m-lg-0 {
		 margin: 0 !important;
	}
	 #jb-template .mt-lg-0, .jb-template .mt-lg-0, #jb-template .my-lg-0, .jb-template .my-lg-0 {
		 margin-top: 0 !important;
	}
	 #jb-template .mr-lg-0, .jb-template .mr-lg-0, #jb-template .mx-lg-0, .jb-template .mx-lg-0 {
		 margin-right: 0 !important;
	}
	 #jb-template .mb-lg-0, .jb-template .mb-lg-0, #jb-template .my-lg-0, .jb-template .my-lg-0 {
		 margin-bottom: 0 !important;
	}
	 #jb-template .ml-lg-0, .jb-template .ml-lg-0, #jb-template .mx-lg-0, .jb-template .mx-lg-0 {
		 margin-left: 0 !important;
	}
	 #jb-template .m-lg-1, .jb-template .m-lg-1 {
		 margin: 0.25rem !important;
	}
	 #jb-template .mt-lg-1, .jb-template .mt-lg-1, #jb-template .my-lg-1, .jb-template .my-lg-1 {
		 margin-top: 0.25rem !important;
	}
	 #jb-template .mr-lg-1, .jb-template .mr-lg-1, #jb-template .mx-lg-1, .jb-template .mx-lg-1 {
		 margin-right: 0.25rem !important;
	}
	 #jb-template .mb-lg-1, .jb-template .mb-lg-1, #jb-template .my-lg-1, .jb-template .my-lg-1 {
		 margin-bottom: 0.25rem !important;
	}
	 #jb-template .ml-lg-1, .jb-template .ml-lg-1, #jb-template .mx-lg-1, .jb-template .mx-lg-1 {
		 margin-left: 0.25rem !important;
	}
	 #jb-template .m-lg-2, .jb-template .m-lg-2 {
		 margin: 0.5rem !important;
	}
	 #jb-template .mt-lg-2, .jb-template .mt-lg-2, #jb-template .my-lg-2, .jb-template .my-lg-2 {
		 margin-top: 0.5rem !important;
	}
	 #jb-template .mr-lg-2, .jb-template .mr-lg-2, #jb-template .mx-lg-2, .jb-template .mx-lg-2 {
		 margin-right: 0.5rem !important;
	}
	 #jb-template .mb-lg-2, .jb-template .mb-lg-2, #jb-template .my-lg-2, .jb-template .my-lg-2 {
		 margin-bottom: 0.5rem !important;
	}
	 #jb-template .ml-lg-2, .jb-template .ml-lg-2, #jb-template .mx-lg-2, .jb-template .mx-lg-2 {
		 margin-left: 0.5rem !important;
	}
	 #jb-template .m-lg-3, .jb-template .m-lg-3 {
		 margin: 1rem !important;
	}
	 #jb-template .mt-lg-3, .jb-template .mt-lg-3, #jb-template .my-lg-3, .jb-template .my-lg-3 {
		 margin-top: 1rem !important;
	}
	 #jb-template .mr-lg-3, .jb-template .mr-lg-3, #jb-template .mx-lg-3, .jb-template .mx-lg-3 {
		 margin-right: 1rem !important;
	}
	 #jb-template .mb-lg-3, .jb-template .mb-lg-3, #jb-template .my-lg-3, .jb-template .my-lg-3 {
		 margin-bottom: 1rem !important;
	}
	 #jb-template .ml-lg-3, .jb-template .ml-lg-3, #jb-template .mx-lg-3, .jb-template .mx-lg-3 {
		 margin-left: 1rem !important;
	}
	 #jb-template .m-lg-4, .jb-template .m-lg-4 {
		 margin: 1.5rem !important;
	}
	 #jb-template .mt-lg-4, .jb-template .mt-lg-4, #jb-template .my-lg-4, .jb-template .my-lg-4 {
		 margin-top: 1.5rem !important;
	}
	 #jb-template .mr-lg-4, .jb-template .mr-lg-4, #jb-template .mx-lg-4, .jb-template .mx-lg-4 {
		 margin-right: 1.5rem !important;
	}
	 #jb-template .mb-lg-4, .jb-template .mb-lg-4, #jb-template .my-lg-4, .jb-template .my-lg-4 {
		 margin-bottom: 1.5rem !important;
	}
	 #jb-template .ml-lg-4, .jb-template .ml-lg-4, #jb-template .mx-lg-4, .jb-template .mx-lg-4 {
		 margin-left: 1.5rem !important;
	}
	 #jb-template .m-lg-5, .jb-template .m-lg-5 {
		 margin: 3rem !important;
	}
	 #jb-template .mt-lg-5, .jb-template .mt-lg-5, #jb-template .my-lg-5, .jb-template .my-lg-5 {
		 margin-top: 3rem !important;
	}
	 #jb-template .mr-lg-5, .jb-template .mr-lg-5, #jb-template .mx-lg-5, .jb-template .mx-lg-5 {
		 margin-right: 3rem !important;
	}
	 #jb-template .mb-lg-5, .jb-template .mb-lg-5, #jb-template .my-lg-5, .jb-template .my-lg-5 {
		 margin-bottom: 3rem !important;
	}
	 #jb-template .ml-lg-5, .jb-template .ml-lg-5, #jb-template .mx-lg-5, .jb-template .mx-lg-5 {
		 margin-left: 3rem !important;
	}
	 #jb-template .p-lg-0, .jb-template .p-lg-0 {
		 padding: 0 !important;
	}
	 #jb-template .pt-lg-0, .jb-template .pt-lg-0, #jb-template .py-lg-0, .jb-template .py-lg-0 {
		 padding-top: 0 !important;
	}
	 #jb-template .pr-lg-0, .jb-template .pr-lg-0, #jb-template .px-lg-0, .jb-template .px-lg-0 {
		 padding-right: 0 !important;
	}
	 #jb-template .pb-lg-0, .jb-template .pb-lg-0, #jb-template .py-lg-0, .jb-template .py-lg-0 {
		 padding-bottom: 0 !important;
	}
	 #jb-template .pl-lg-0, .jb-template .pl-lg-0, #jb-template .px-lg-0, .jb-template .px-lg-0 {
		 padding-left: 0 !important;
	}
	 #jb-template .p-lg-1, .jb-template .p-lg-1 {
		 padding: 0.25rem !important;
	}
	 #jb-template .pt-lg-1, .jb-template .pt-lg-1, #jb-template .py-lg-1, .jb-template .py-lg-1 {
		 padding-top: 0.25rem !important;
	}
	 #jb-template .pr-lg-1, .jb-template .pr-lg-1, #jb-template .px-lg-1, .jb-template .px-lg-1 {
		 padding-right: 0.25rem !important;
	}
	 #jb-template .pb-lg-1, .jb-template .pb-lg-1, #jb-template .py-lg-1, .jb-template .py-lg-1 {
		 padding-bottom: 0.25rem !important;
	}
	 #jb-template .pl-lg-1, .jb-template .pl-lg-1, #jb-template .px-lg-1, .jb-template .px-lg-1 {
		 padding-left: 0.25rem !important;
	}
	 #jb-template .p-lg-2, .jb-template .p-lg-2 {
		 padding: 0.5rem !important;
	}
	 #jb-template .pt-lg-2, .jb-template .pt-lg-2, #jb-template .py-lg-2, .jb-template .py-lg-2 {
		 padding-top: 0.5rem !important;
	}
	 #jb-template .pr-lg-2, .jb-template .pr-lg-2, #jb-template .px-lg-2, .jb-template .px-lg-2 {
		 padding-right: 0.5rem !important;
	}
	 #jb-template .pb-lg-2, .jb-template .pb-lg-2, #jb-template .py-lg-2, .jb-template .py-lg-2 {
		 padding-bottom: 0.5rem !important;
	}
	 #jb-template .pl-lg-2, .jb-template .pl-lg-2, #jb-template .px-lg-2, .jb-template .px-lg-2 {
		 padding-left: 0.5rem !important;
	}
	 #jb-template .p-lg-3, .jb-template .p-lg-3 {
		 padding: 1rem !important;
	}
	 #jb-template .pt-lg-3, .jb-template .pt-lg-3, #jb-template .py-lg-3, .jb-template .py-lg-3 {
		 padding-top: 1rem !important;
	}
	 #jb-template .pr-lg-3, .jb-template .pr-lg-3, #jb-template .px-lg-3, .jb-template .px-lg-3 {
		 padding-right: 1rem !important;
	}
	 #jb-template .pb-lg-3, .jb-template .pb-lg-3, #jb-template .py-lg-3, .jb-template .py-lg-3 {
		 padding-bottom: 1rem !important;
	}
	 #jb-template .pl-lg-3, .jb-template .pl-lg-3, #jb-template .px-lg-3, .jb-template .px-lg-3 {
		 padding-left: 1rem !important;
	}
	 #jb-template .p-lg-4, .jb-template .p-lg-4 {
		 padding: 1.5rem !important;
	}
	 #jb-template .pt-lg-4, .jb-template .pt-lg-4, #jb-template .py-lg-4, .jb-template .py-lg-4 {
		 padding-top: 1.5rem !important;
	}
	 #jb-template .pr-lg-4, .jb-template .pr-lg-4, #jb-template .px-lg-4, .jb-template .px-lg-4 {
		 padding-right: 1.5rem !important;
	}
	 #jb-template .pb-lg-4, .jb-template .pb-lg-4, #jb-template .py-lg-4, .jb-template .py-lg-4 {
		 padding-bottom: 1.5rem !important;
	}
	 #jb-template .pl-lg-4, .jb-template .pl-lg-4, #jb-template .px-lg-4, .jb-template .px-lg-4 {
		 padding-left: 1.5rem !important;
	}
	 #jb-template .p-lg-5, .jb-template .p-lg-5 {
		 padding: 3rem !important;
	}
	 #jb-template .pt-lg-5, .jb-template .pt-lg-5, #jb-template .py-lg-5, .jb-template .py-lg-5 {
		 padding-top: 3rem !important;
	}
	 #jb-template .pr-lg-5, .jb-template .pr-lg-5, #jb-template .px-lg-5, .jb-template .px-lg-5 {
		 padding-right: 3rem !important;
	}
	 #jb-template .pb-lg-5, .jb-template .pb-lg-5, #jb-template .py-lg-5, .jb-template .py-lg-5 {
		 padding-bottom: 3rem !important;
	}
	 #jb-template .pl-lg-5, .jb-template .pl-lg-5, #jb-template .px-lg-5, .jb-template .px-lg-5 {
		 padding-left: 3rem !important;
	}
	 #jb-template .m-lg-n1, .jb-template .m-lg-n1 {
		 margin: -0.25rem !important;
	}
	 #jb-template .mt-lg-n1, .jb-template .mt-lg-n1, #jb-template .my-lg-n1, .jb-template .my-lg-n1 {
		 margin-top: -0.25rem !important;
	}
	 #jb-template .mr-lg-n1, .jb-template .mr-lg-n1, #jb-template .mx-lg-n1, .jb-template .mx-lg-n1 {
		 margin-right: -0.25rem !important;
	}
	 #jb-template .mb-lg-n1, .jb-template .mb-lg-n1, #jb-template .my-lg-n1, .jb-template .my-lg-n1 {
		 margin-bottom: -0.25rem !important;
	}
	 #jb-template .ml-lg-n1, .jb-template .ml-lg-n1, #jb-template .mx-lg-n1, .jb-template .mx-lg-n1 {
		 margin-left: -0.25rem !important;
	}
	 #jb-template .m-lg-n2, .jb-template .m-lg-n2 {
		 margin: -0.5rem !important;
	}
	 #jb-template .mt-lg-n2, .jb-template .mt-lg-n2, #jb-template .my-lg-n2, .jb-template .my-lg-n2 {
		 margin-top: -0.5rem !important;
	}
	 #jb-template .mr-lg-n2, .jb-template .mr-lg-n2, #jb-template .mx-lg-n2, .jb-template .mx-lg-n2 {
		 margin-right: -0.5rem !important;
	}
	 #jb-template .mb-lg-n2, .jb-template .mb-lg-n2, #jb-template .my-lg-n2, .jb-template .my-lg-n2 {
		 margin-bottom: -0.5rem !important;
	}
	 #jb-template .ml-lg-n2, .jb-template .ml-lg-n2, #jb-template .mx-lg-n2, .jb-template .mx-lg-n2 {
		 margin-left: -0.5rem !important;
	}
	 #jb-template .m-lg-n3, .jb-template .m-lg-n3 {
		 margin: -1rem !important;
	}
	 #jb-template .mt-lg-n3, .jb-template .mt-lg-n3, #jb-template .my-lg-n3, .jb-template .my-lg-n3 {
		 margin-top: -1rem !important;
	}
	 #jb-template .mr-lg-n3, .jb-template .mr-lg-n3, #jb-template .mx-lg-n3, .jb-template .mx-lg-n3 {
		 margin-right: -1rem !important;
	}
	 #jb-template .mb-lg-n3, .jb-template .mb-lg-n3, #jb-template .my-lg-n3, .jb-template .my-lg-n3 {
		 margin-bottom: -1rem !important;
	}
	 #jb-template .ml-lg-n3, .jb-template .ml-lg-n3, #jb-template .mx-lg-n3, .jb-template .mx-lg-n3 {
		 margin-left: -1rem !important;
	}
	 #jb-template .m-lg-n4, .jb-template .m-lg-n4 {
		 margin: -1.5rem !important;
	}
	 #jb-template .mt-lg-n4, .jb-template .mt-lg-n4, #jb-template .my-lg-n4, .jb-template .my-lg-n4 {
		 margin-top: -1.5rem !important;
	}
	 #jb-template .mr-lg-n4, .jb-template .mr-lg-n4, #jb-template .mx-lg-n4, .jb-template .mx-lg-n4 {
		 margin-right: -1.5rem !important;
	}
	 #jb-template .mb-lg-n4, .jb-template .mb-lg-n4, #jb-template .my-lg-n4, .jb-template .my-lg-n4 {
		 margin-bottom: -1.5rem !important;
	}
	 #jb-template .ml-lg-n4, .jb-template .ml-lg-n4, #jb-template .mx-lg-n4, .jb-template .mx-lg-n4 {
		 margin-left: -1.5rem !important;
	}
	 #jb-template .m-lg-n5, .jb-template .m-lg-n5 {
		 margin: -3rem !important;
	}
	 #jb-template .mt-lg-n5, .jb-template .mt-lg-n5, #jb-template .my-lg-n5, .jb-template .my-lg-n5 {
		 margin-top: -3rem !important;
	}
	 #jb-template .mr-lg-n5, .jb-template .mr-lg-n5, #jb-template .mx-lg-n5, .jb-template .mx-lg-n5 {
		 margin-right: -3rem !important;
	}
	 #jb-template .mb-lg-n5, .jb-template .mb-lg-n5, #jb-template .my-lg-n5, .jb-template .my-lg-n5 {
		 margin-bottom: -3rem !important;
	}
	 #jb-template .ml-lg-n5, .jb-template .ml-lg-n5, #jb-template .mx-lg-n5, .jb-template .mx-lg-n5 {
		 margin-left: -3rem !important;
	}
	 #jb-template .m-lg-auto, .jb-template .m-lg-auto {
		 margin: auto !important;
	}
	 #jb-template .mt-lg-auto, .jb-template .mt-lg-auto, #jb-template .my-lg-auto, .jb-template .my-lg-auto {
		 margin-top: auto !important;
	}
	 #jb-template .mr-lg-auto, .jb-template .mr-lg-auto, #jb-template .mx-lg-auto, .jb-template .mx-lg-auto {
		 margin-right: auto !important;
	}
	 #jb-template .mb-lg-auto, .jb-template .mb-lg-auto, #jb-template .my-lg-auto, .jb-template .my-lg-auto {
		 margin-bottom: auto !important;
	}
	 #jb-template .ml-lg-auto, .jb-template .ml-lg-auto, #jb-template .mx-lg-auto, .jb-template .mx-lg-auto {
		 margin-left: auto !important;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .m-xl-0, .jb-template .m-xl-0 {
		 margin: 0 !important;
	}
	 #jb-template .mt-xl-0, .jb-template .mt-xl-0, #jb-template .my-xl-0, .jb-template .my-xl-0 {
		 margin-top: 0 !important;
	}
	 #jb-template .mr-xl-0, .jb-template .mr-xl-0, #jb-template .mx-xl-0, .jb-template .mx-xl-0 {
		 margin-right: 0 !important;
	}
	 #jb-template .mb-xl-0, .jb-template .mb-xl-0, #jb-template .my-xl-0, .jb-template .my-xl-0 {
		 margin-bottom: 0 !important;
	}
	 #jb-template .ml-xl-0, .jb-template .ml-xl-0, #jb-template .mx-xl-0, .jb-template .mx-xl-0 {
		 margin-left: 0 !important;
	}
	 #jb-template .m-xl-1, .jb-template .m-xl-1 {
		 margin: 0.25rem !important;
	}
	 #jb-template .mt-xl-1, .jb-template .mt-xl-1, #jb-template .my-xl-1, .jb-template .my-xl-1 {
		 margin-top: 0.25rem !important;
	}
	 #jb-template .mr-xl-1, .jb-template .mr-xl-1, #jb-template .mx-xl-1, .jb-template .mx-xl-1 {
		 margin-right: 0.25rem !important;
	}
	 #jb-template .mb-xl-1, .jb-template .mb-xl-1, #jb-template .my-xl-1, .jb-template .my-xl-1 {
		 margin-bottom: 0.25rem !important;
	}
	 #jb-template .ml-xl-1, .jb-template .ml-xl-1, #jb-template .mx-xl-1, .jb-template .mx-xl-1 {
		 margin-left: 0.25rem !important;
	}
	 #jb-template .m-xl-2, .jb-template .m-xl-2 {
		 margin: 0.5rem !important;
	}
	 #jb-template .mt-xl-2, .jb-template .mt-xl-2, #jb-template .my-xl-2, .jb-template .my-xl-2 {
		 margin-top: 0.5rem !important;
	}
	 #jb-template .mr-xl-2, .jb-template .mr-xl-2, #jb-template .mx-xl-2, .jb-template .mx-xl-2 {
		 margin-right: 0.5rem !important;
	}
	 #jb-template .mb-xl-2, .jb-template .mb-xl-2, #jb-template .my-xl-2, .jb-template .my-xl-2 {
		 margin-bottom: 0.5rem !important;
	}
	 #jb-template .ml-xl-2, .jb-template .ml-xl-2, #jb-template .mx-xl-2, .jb-template .mx-xl-2 {
		 margin-left: 0.5rem !important;
	}
	 #jb-template .m-xl-3, .jb-template .m-xl-3 {
		 margin: 1rem !important;
	}
	 #jb-template .mt-xl-3, .jb-template .mt-xl-3, #jb-template .my-xl-3, .jb-template .my-xl-3 {
		 margin-top: 1rem !important;
	}
	 #jb-template .mr-xl-3, .jb-template .mr-xl-3, #jb-template .mx-xl-3, .jb-template .mx-xl-3 {
		 margin-right: 1rem !important;
	}
	 #jb-template .mb-xl-3, .jb-template .mb-xl-3, #jb-template .my-xl-3, .jb-template .my-xl-3 {
		 margin-bottom: 1rem !important;
	}
	 #jb-template .ml-xl-3, .jb-template .ml-xl-3, #jb-template .mx-xl-3, .jb-template .mx-xl-3 {
		 margin-left: 1rem !important;
	}
	 #jb-template .m-xl-4, .jb-template .m-xl-4 {
		 margin: 1.5rem !important;
	}
	 #jb-template .mt-xl-4, .jb-template .mt-xl-4, #jb-template .my-xl-4, .jb-template .my-xl-4 {
		 margin-top: 1.5rem !important;
	}
	 #jb-template .mr-xl-4, .jb-template .mr-xl-4, #jb-template .mx-xl-4, .jb-template .mx-xl-4 {
		 margin-right: 1.5rem !important;
	}
	 #jb-template .mb-xl-4, .jb-template .mb-xl-4, #jb-template .my-xl-4, .jb-template .my-xl-4 {
		 margin-bottom: 1.5rem !important;
	}
	 #jb-template .ml-xl-4, .jb-template .ml-xl-4, #jb-template .mx-xl-4, .jb-template .mx-xl-4 {
		 margin-left: 1.5rem !important;
	}
	 #jb-template .m-xl-5, .jb-template .m-xl-5 {
		 margin: 3rem !important;
	}
	 #jb-template .mt-xl-5, .jb-template .mt-xl-5, #jb-template .my-xl-5, .jb-template .my-xl-5 {
		 margin-top: 3rem !important;
	}
	 #jb-template .mr-xl-5, .jb-template .mr-xl-5, #jb-template .mx-xl-5, .jb-template .mx-xl-5 {
		 margin-right: 3rem !important;
	}
	 #jb-template .mb-xl-5, .jb-template .mb-xl-5, #jb-template .my-xl-5, .jb-template .my-xl-5 {
		 margin-bottom: 3rem !important;
	}
	 #jb-template .ml-xl-5, .jb-template .ml-xl-5, #jb-template .mx-xl-5, .jb-template .mx-xl-5 {
		 margin-left: 3rem !important;
	}
	 #jb-template .p-xl-0, .jb-template .p-xl-0 {
		 padding: 0 !important;
	}
	 #jb-template .pt-xl-0, .jb-template .pt-xl-0, #jb-template .py-xl-0, .jb-template .py-xl-0 {
		 padding-top: 0 !important;
	}
	 #jb-template .pr-xl-0, .jb-template .pr-xl-0, #jb-template .px-xl-0, .jb-template .px-xl-0 {
		 padding-right: 0 !important;
	}
	 #jb-template .pb-xl-0, .jb-template .pb-xl-0, #jb-template .py-xl-0, .jb-template .py-xl-0 {
		 padding-bottom: 0 !important;
	}
	 #jb-template .pl-xl-0, .jb-template .pl-xl-0, #jb-template .px-xl-0, .jb-template .px-xl-0 {
		 padding-left: 0 !important;
	}
	 #jb-template .p-xl-1, .jb-template .p-xl-1 {
		 padding: 0.25rem !important;
	}
	 #jb-template .pt-xl-1, .jb-template .pt-xl-1, #jb-template .py-xl-1, .jb-template .py-xl-1 {
		 padding-top: 0.25rem !important;
	}
	 #jb-template .pr-xl-1, .jb-template .pr-xl-1, #jb-template .px-xl-1, .jb-template .px-xl-1 {
		 padding-right: 0.25rem !important;
	}
	 #jb-template .pb-xl-1, .jb-template .pb-xl-1, #jb-template .py-xl-1, .jb-template .py-xl-1 {
		 padding-bottom: 0.25rem !important;
	}
	 #jb-template .pl-xl-1, .jb-template .pl-xl-1, #jb-template .px-xl-1, .jb-template .px-xl-1 {
		 padding-left: 0.25rem !important;
	}
	 #jb-template .p-xl-2, .jb-template .p-xl-2 {
		 padding: 0.5rem !important;
	}
	 #jb-template .pt-xl-2, .jb-template .pt-xl-2, #jb-template .py-xl-2, .jb-template .py-xl-2 {
		 padding-top: 0.5rem !important;
	}
	 #jb-template .pr-xl-2, .jb-template .pr-xl-2, #jb-template .px-xl-2, .jb-template .px-xl-2 {
		 padding-right: 0.5rem !important;
	}
	 #jb-template .pb-xl-2, .jb-template .pb-xl-2, #jb-template .py-xl-2, .jb-template .py-xl-2 {
		 padding-bottom: 0.5rem !important;
	}
	 #jb-template .pl-xl-2, .jb-template .pl-xl-2, #jb-template .px-xl-2, .jb-template .px-xl-2 {
		 padding-left: 0.5rem !important;
	}
	 #jb-template .p-xl-3, .jb-template .p-xl-3 {
		 padding: 1rem !important;
	}
	 #jb-template .pt-xl-3, .jb-template .pt-xl-3, #jb-template .py-xl-3, .jb-template .py-xl-3 {
		 padding-top: 1rem !important;
	}
	 #jb-template .pr-xl-3, .jb-template .pr-xl-3, #jb-template .px-xl-3, .jb-template .px-xl-3 {
		 padding-right: 1rem !important;
	}
	 #jb-template .pb-xl-3, .jb-template .pb-xl-3, #jb-template .py-xl-3, .jb-template .py-xl-3 {
		 padding-bottom: 1rem !important;
	}
	 #jb-template .pl-xl-3, .jb-template .pl-xl-3, #jb-template .px-xl-3, .jb-template .px-xl-3 {
		 padding-left: 1rem !important;
	}
	 #jb-template .p-xl-4, .jb-template .p-xl-4 {
		 padding: 1.5rem !important;
	}
	 #jb-template .pt-xl-4, .jb-template .pt-xl-4, #jb-template .py-xl-4, .jb-template .py-xl-4 {
		 padding-top: 1.5rem !important;
	}
	 #jb-template .pr-xl-4, .jb-template .pr-xl-4, #jb-template .px-xl-4, .jb-template .px-xl-4 {
		 padding-right: 1.5rem !important;
	}
	 #jb-template .pb-xl-4, .jb-template .pb-xl-4, #jb-template .py-xl-4, .jb-template .py-xl-4 {
		 padding-bottom: 1.5rem !important;
	}
	 #jb-template .pl-xl-4, .jb-template .pl-xl-4, #jb-template .px-xl-4, .jb-template .px-xl-4 {
		 padding-left: 1.5rem !important;
	}
	 #jb-template .p-xl-5, .jb-template .p-xl-5 {
		 padding: 3rem !important;
	}
	 #jb-template .pt-xl-5, .jb-template .pt-xl-5, #jb-template .py-xl-5, .jb-template .py-xl-5 {
		 padding-top: 3rem !important;
	}
	 #jb-template .pr-xl-5, .jb-template .pr-xl-5, #jb-template .px-xl-5, .jb-template .px-xl-5 {
		 padding-right: 3rem !important;
	}
	 #jb-template .pb-xl-5, .jb-template .pb-xl-5, #jb-template .py-xl-5, .jb-template .py-xl-5 {
		 padding-bottom: 3rem !important;
	}
	 #jb-template .pl-xl-5, .jb-template .pl-xl-5, #jb-template .px-xl-5, .jb-template .px-xl-5 {
		 padding-left: 3rem !important;
	}
	 #jb-template .m-xl-n1, .jb-template .m-xl-n1 {
		 margin: -0.25rem !important;
	}
	 #jb-template .mt-xl-n1, .jb-template .mt-xl-n1, #jb-template .my-xl-n1, .jb-template .my-xl-n1 {
		 margin-top: -0.25rem !important;
	}
	 #jb-template .mr-xl-n1, .jb-template .mr-xl-n1, #jb-template .mx-xl-n1, .jb-template .mx-xl-n1 {
		 margin-right: -0.25rem !important;
	}
	 #jb-template .mb-xl-n1, .jb-template .mb-xl-n1, #jb-template .my-xl-n1, .jb-template .my-xl-n1 {
		 margin-bottom: -0.25rem !important;
	}
	 #jb-template .ml-xl-n1, .jb-template .ml-xl-n1, #jb-template .mx-xl-n1, .jb-template .mx-xl-n1 {
		 margin-left: -0.25rem !important;
	}
	 #jb-template .m-xl-n2, .jb-template .m-xl-n2 {
		 margin: -0.5rem !important;
	}
	 #jb-template .mt-xl-n2, .jb-template .mt-xl-n2, #jb-template .my-xl-n2, .jb-template .my-xl-n2 {
		 margin-top: -0.5rem !important;
	}
	 #jb-template .mr-xl-n2, .jb-template .mr-xl-n2, #jb-template .mx-xl-n2, .jb-template .mx-xl-n2 {
		 margin-right: -0.5rem !important;
	}
	 #jb-template .mb-xl-n2, .jb-template .mb-xl-n2, #jb-template .my-xl-n2, .jb-template .my-xl-n2 {
		 margin-bottom: -0.5rem !important;
	}
	 #jb-template .ml-xl-n2, .jb-template .ml-xl-n2, #jb-template .mx-xl-n2, .jb-template .mx-xl-n2 {
		 margin-left: -0.5rem !important;
	}
	 #jb-template .m-xl-n3, .jb-template .m-xl-n3 {
		 margin: -1rem !important;
	}
	 #jb-template .mt-xl-n3, .jb-template .mt-xl-n3, #jb-template .my-xl-n3, .jb-template .my-xl-n3 {
		 margin-top: -1rem !important;
	}
	 #jb-template .mr-xl-n3, .jb-template .mr-xl-n3, #jb-template .mx-xl-n3, .jb-template .mx-xl-n3 {
		 margin-right: -1rem !important;
	}
	 #jb-template .mb-xl-n3, .jb-template .mb-xl-n3, #jb-template .my-xl-n3, .jb-template .my-xl-n3 {
		 margin-bottom: -1rem !important;
	}
	 #jb-template .ml-xl-n3, .jb-template .ml-xl-n3, #jb-template .mx-xl-n3, .jb-template .mx-xl-n3 {
		 margin-left: -1rem !important;
	}
	 #jb-template .m-xl-n4, .jb-template .m-xl-n4 {
		 margin: -1.5rem !important;
	}
	 #jb-template .mt-xl-n4, .jb-template .mt-xl-n4, #jb-template .my-xl-n4, .jb-template .my-xl-n4 {
		 margin-top: -1.5rem !important;
	}
	 #jb-template .mr-xl-n4, .jb-template .mr-xl-n4, #jb-template .mx-xl-n4, .jb-template .mx-xl-n4 {
		 margin-right: -1.5rem !important;
	}
	 #jb-template .mb-xl-n4, .jb-template .mb-xl-n4, #jb-template .my-xl-n4, .jb-template .my-xl-n4 {
		 margin-bottom: -1.5rem !important;
	}
	 #jb-template .ml-xl-n4, .jb-template .ml-xl-n4, #jb-template .mx-xl-n4, .jb-template .mx-xl-n4 {
		 margin-left: -1.5rem !important;
	}
	 #jb-template .m-xl-n5, .jb-template .m-xl-n5 {
		 margin: -3rem !important;
	}
	 #jb-template .mt-xl-n5, .jb-template .mt-xl-n5, #jb-template .my-xl-n5, .jb-template .my-xl-n5 {
		 margin-top: -3rem !important;
	}
	 #jb-template .mr-xl-n5, .jb-template .mr-xl-n5, #jb-template .mx-xl-n5, .jb-template .mx-xl-n5 {
		 margin-right: -3rem !important;
	}
	 #jb-template .mb-xl-n5, .jb-template .mb-xl-n5, #jb-template .my-xl-n5, .jb-template .my-xl-n5 {
		 margin-bottom: -3rem !important;
	}
	 #jb-template .ml-xl-n5, .jb-template .ml-xl-n5, #jb-template .mx-xl-n5, .jb-template .mx-xl-n5 {
		 margin-left: -3rem !important;
	}
	 #jb-template .m-xl-auto, .jb-template .m-xl-auto {
		 margin: auto !important;
	}
	 #jb-template .mt-xl-auto, .jb-template .mt-xl-auto, #jb-template .my-xl-auto, .jb-template .my-xl-auto {
		 margin-top: auto !important;
	}
	 #jb-template .mr-xl-auto, .jb-template .mr-xl-auto, #jb-template .mx-xl-auto, .jb-template .mx-xl-auto {
		 margin-right: auto !important;
	}
	 #jb-template .mb-xl-auto, .jb-template .mb-xl-auto, #jb-template .my-xl-auto, .jb-template .my-xl-auto {
		 margin-bottom: auto !important;
	}
	 #jb-template .ml-xl-auto, .jb-template .ml-xl-auto, #jb-template .mx-xl-auto, .jb-template .mx-xl-auto {
		 margin-left: auto !important;
	}
}
 #jb-template .stretched-link::after, .jb-template .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);
}
 #jb-template .text-monospace, .jb-template .text-monospace {
	 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
 #jb-template .text-justify, .jb-template .text-justify {
	 text-align: justify !important;
}
 #jb-template .text-wrap, .jb-template .text-wrap {
	 white-space: normal !important;
}
 #jb-template .text-nowrap, .jb-template .text-nowrap {
	 white-space: nowrap !important;
}
 #jb-template .text-truncate, .jb-template .text-truncate {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
 #jb-template .text-left, .jb-template .text-left {
	 text-align: left !important;
}
 #jb-template .text-right, .jb-template .text-right {
	 text-align: right !important;
}
 #jb-template .text-center, .jb-template .text-center {
	 text-align: center !important;
}
 @media (min-width: 576px) {
	 #jb-template .text-sm-left, .jb-template .text-sm-left {
		 text-align: left !important;
	}
	 #jb-template .text-sm-right, .jb-template .text-sm-right {
		 text-align: right !important;
	}
	 #jb-template .text-sm-center, .jb-template .text-sm-center {
		 text-align: center !important;
	}
}
 @media (min-width: 768px) {
	 #jb-template .text-md-left, .jb-template .text-md-left {
		 text-align: left !important;
	}
	 #jb-template .text-md-right, .jb-template .text-md-right {
		 text-align: right !important;
	}
	 #jb-template .text-md-center, .jb-template .text-md-center {
		 text-align: center !important;
	}
}
 @media (min-width: 992px) {
	 #jb-template .text-lg-left, .jb-template .text-lg-left {
		 text-align: left !important;
	}
	 #jb-template .text-lg-right, .jb-template .text-lg-right {
		 text-align: right !important;
	}
	 #jb-template .text-lg-center, .jb-template .text-lg-center {
		 text-align: center !important;
	}
}
 @media (min-width: 1200px) {
	 #jb-template .text-xl-left, .jb-template .text-xl-left {
		 text-align: left !important;
	}
	 #jb-template .text-xl-right, .jb-template .text-xl-right {
		 text-align: right !important;
	}
	 #jb-template .text-xl-center, .jb-template .text-xl-center {
		 text-align: center !important;
	}
}
 #jb-template .text-lowercase, .jb-template .text-lowercase {
	 text-transform: lowercase !important;
}
 #jb-template .text-uppercase, .jb-template .text-uppercase {
	 text-transform: uppercase !important;
}
 #jb-template .text-capitalize, .jb-template .text-capitalize {
	 text-transform: capitalize !important;
}
 #jb-template .font-weight-light, .jb-template .font-weight-light {
	 font-weight: 300 !important;
}
 #jb-template .font-weight-lighter, .jb-template .font-weight-lighter {
	 font-weight: lighter !important;
}
 #jb-template .font-weight-normal, .jb-template .font-weight-normal {
	 font-weight: 400 !important;
}
 #jb-template .font-weight-bold, .jb-template .font-weight-bold {
	 font-weight: 700 !important;
}
 #jb-template .font-weight-bolder, .jb-template .font-weight-bolder {
	 font-weight: bolder !important;
}
 #jb-template .font-italic, .jb-template .font-italic {
	 font-style: italic !important;
}
 #jb-template .text-white, .jb-template .text-white {
	 color: #fff !important;
}
 #jb-template .text-primary, .jb-template .text-primary {
	 color: #007bff !important;
}
 #jb-template a.text-primary:hover, .jb-template a.text-primary:hover, #jb-template a.text-primary:focus, .jb-template a.text-primary:focus {
	 color: #0056b3 !important;
}
 #jb-template .text-secondary, .jb-template .text-secondary {
	 color: #6c757d !important;
}
 #jb-template a.text-secondary:hover, .jb-template a.text-secondary:hover, #jb-template a.text-secondary:focus, .jb-template a.text-secondary:focus {
	 color: #494f54 !important;
}
 #jb-template .text-success, .jb-template .text-success {
	 color: #28a745 !important;
}
 #jb-template a.text-success:hover, .jb-template a.text-success:hover, #jb-template a.text-success:focus, .jb-template a.text-success:focus {
	 color: #19692c !important;
}
 #jb-template .text-info, .jb-template .text-info {
	 color: #17a2b8 !important;
}
 #jb-template a.text-info:hover, .jb-template a.text-info:hover, #jb-template a.text-info:focus, .jb-template a.text-info:focus {
	 color: #0f6674 !important;
}
 #jb-template .text-warning, .jb-template .text-warning {
	 color: #ffc107 !important;
}
 #jb-template a.text-warning:hover, .jb-template a.text-warning:hover, #jb-template a.text-warning:focus, .jb-template a.text-warning:focus {
	 color: #ba8b00 !important;
}
 #jb-template .text-danger, .jb-template .text-danger {
	 color: #dc3545 !important;
}
 #jb-template a.text-danger:hover, .jb-template a.text-danger:hover, #jb-template a.text-danger:focus, .jb-template a.text-danger:focus {
	 color: #a71d2a !important;
}
 #jb-template .text-light, .jb-template .text-light {
	 color: #f8f9fa !important;
}
 #jb-template a.text-light:hover, .jb-template a.text-light:hover, #jb-template a.text-light:focus, .jb-template a.text-light:focus {
	 color: #cbd3da !important;
}
 #jb-template .text-dark, .jb-template .text-dark {
	 color: #343a40 !important;
}
 #jb-template a.text-dark:hover, .jb-template a.text-dark:hover, #jb-template a.text-dark:focus, .jb-template a.text-dark:focus {
	 color: #121416 !important;
}
 #jb-template .text-body, .jb-template .text-body {
	 color: #212529 !important;
}
 #jb-template .text-muted, .jb-template .text-muted {
	 color: #6c757d !important;
}
 #jb-template .text-black-50, .jb-template .text-black-50 {
	 color: rgba(0, 0, 0, 0.5) !important;
}
 #jb-template .text-white-50, .jb-template .text-white-50 {
	 color: rgba(255, 255, 255, 0.5) !important;
}
 #jb-template .text-hide, .jb-template .text-hide {
	 font: 0/0 a;
	 color: transparent;
	 text-shadow: none;
	 background-color: transparent;
	 border: 0;
}
 #jb-template .text-decoration-none, .jb-template .text-decoration-none {
	 text-decoration: none !important;
}
 #jb-template .text-break, .jb-template .text-break {
	 word-wrap: break-word !important;
}
 #jb-template .text-reset, .jb-template .text-reset {
	 color: inherit !important;
}
 #jb-template .visible, .jb-template .visible {
	 visibility: visible !important;
}
 #jb-template .invisible, .jb-template .invisible {
	 visibility: hidden !important;
}
 @media print {
	 #jb-template *, .jb-template *, #jb-template *::before, .jb-template *::before, #jb-template *::after, .jb-template *::after {
		 text-shadow: none !important;
		 box-shadow: none !important;
	}
	 #jb-template a:not(.btn), .jb-template a:not(.btn) {
		 text-decoration: underline;
	}
	 #jb-template abbr[title]::after, .jb-template abbr[title]::after {
		 content: " (" attr(title) ")";
	}
	 #jb-template pre, .jb-template pre {
		 white-space: pre-wrap !important;
	}
	 #jb-template pre, .jb-template pre, #jb-template blockquote, .jb-template blockquote {
		 border: 1px solid #adb5bd;
		 page-break-inside: avoid;
	}
	 #jb-template thead, .jb-template thead {
		 display: table-header-group;
	}
	 #jb-template tr, .jb-template tr, #jb-template img, .jb-template img {
		 page-break-inside: avoid;
	}
	 #jb-template p, .jb-template p, #jb-template h2, .jb-template h2, #jb-template h3, .jb-template h3 {
		 orphans: 3;
		 widows: 3;
	}
	 #jb-template h2, .jb-template h2, #jb-template h3, .jb-template h3 {
		 page-break-after: avoid;
	}
	 @page {
		 size: a3;
	}
	 #jb-template body, .jb-template body {
		 min-width: 992px !important;
	}
	 #jb-template .container, .jb-template .container {
		 min-width: 992px !important;
	}
	 #jb-template .navbar, .jb-template .navbar {
		 display: none;
	}
	 #jb-template .badge, .jb-template .badge {
		 border: 1px solid #000;
	}
	 #jb-template .table, .jb-template .table {
		 border-collapse: collapse !important;
	}
	 #jb-template .table td, .jb-template .table td, #jb-template .table th, .jb-template .table th {
		 background-color: #fff !important;
	}
	 #jb-template .table-bordered th, .jb-template .table-bordered th, #jb-template .table-bordered td, .jb-template .table-bordered td {
		 border: 1px solid #dee2e6 !important;
	}
	 #jb-template .table-dark, .jb-template .table-dark {
		 color: inherit;
	}
	 #jb-template .table-dark th, .jb-template .table-dark th, #jb-template .table-dark td, .jb-template .table-dark td, #jb-template .table-dark thead th, .jb-template .table-dark thead th, #jb-template .table-dark tbody + tbody, .jb-template .table-dark tbody + tbody {
		 border-color: #dee2e6;
	}
	 #jb-template .table .thead-dark th, .jb-template .table .thead-dark th {
		 color: inherit;
		 border-color: #dee2e6;
	}
}
/*# sourceMappingURL=bootstrap.css.map */
 